MATE Runtime Dependencies: Difference between revisions
From LFScript
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* <dependency>gvfs</dependency> (for opening computer:// and trash://) | * <dependency>gvfs</dependency> (for opening computer:// and trash://) | ||
* <dependency>hicolor-icon-theme</dependency> (for default icons) | * <dependency>hicolor-icon-theme</dependency> (for default icons) | ||
* <dependency>consolekit</dependency> | |||
* <dependency>yelp</dependency> (for the help system) | * <dependency>yelp</dependency> (for the help system) | ||
* <dependency> | * <dependency>gnome-keyring</dependency> | ||
== Installation == | == Installation == | ||
If you have installed ConsoleKit; <build user="root">echo "exec ck-launch-session mate-session" \ | |||
> /etc/alternatives/xinitrc/Mate_ConsoleKit.xinitrc</build> |
Latest revision as of 11:40, 19 March 2017
LFScript can find this software under the name mate-runtime-dependencies
.
Dependencies
- gvfs (for opening computer:// and trash://)
- hicolor-icon-theme (for default icons)
- consolekit
- yelp (for the help system)
- gnome-keyring
Installation
If you have installed ConsoleKit; As the root user:
echo "exec ck-launch-session mate-session" \ > /etc/alternatives/xinitrc/Mate_ConsoleKit.xinitrc