Difference between revisions of "MATE Runtime Dependencies"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-runtime-dependencies</scriptname> == Dependencies == * <dependency>gvfs</dependency> (for opening computer:// and trash://) * <dependenc...")
 
 
(2 intermediate revisions 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>gnome-keyring</dependency>
  
 
== Installation ==
 
== Installation ==
This is a [[Package Group]]. If it is selected in LFScript, it will simply install all dependencies listed above.
+
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 13: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