Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfce4-power-manager:getting-started [2012/03/05 10:16] – created nickxfce:xfce4-power-manager:getting-started [2019/11/28 07:01] – add icon and bottom page navigation kevinbowen
Line 1: Line 1:
 +{{ :xfce:xfce4-power-manager:1.4:xfpm.png?nolink|}}
 ====== Getting Started ====== ====== Getting Started ======
  
-If your distribution doesn't come with a default installation of ''xfce4-power-manager'' usually when you install it, it will be started next time you log into your Xfce desktop. In order to start it manually you just need to run the following command ''xfce4-power-manager'' from your terminal emulator. Please note that running this ''xfce4-power-manager'' command will cause the power manager to run in daemon mode. You can optionally add ''--no-daemon'' as a command line argument to disable this behaviorThis can be useful if you want to see debugging outputs from your terminal emulator.+If your distribution doesn't come with a default installation of ''xfce4-power-manager'', it will be started next time you log into your Xfce desktop after you have installed it. In order to start it manually you just need to run the following command ''xfce4-power-manager'' from your terminal emulator. Please note that running this ''xfce4-power-manager'' command will cause the power manager to run in daemon mode. You can optionally add ''--no-daemon'' as a command line argument to disable this behaviorThis can be useful if you want to see debugging outputs from your terminal emulator.
  
 ===== Command-line Options ===== ===== Command-line Options =====
 +
 +The general usage of the command line options is:
 +<code>xfce4-power-manager [OPTION...]</code>
 +
 +Here is a summary of all the options, grouped by type. Explanations are in the following sections.
 +
 +? Help Options
 +! <nowiki>-h; --help; --help-all; --help-sm-client</nowiki>
 +
 +? Application Options
 +! <nowiki>--no-daemon; --debug; --dump; --restart; -c; --customize; -q; --quit; -V; --version</nowiki>
 +
 +===== Help Options =====
 +
 +? -h, --help
 +! Shows help options and exit
 +? --help-all
 +! Shows all help options and exit
 +? --help-sm-client
 +! Shows session management options and exit
 +
 +===== Application Options =====
  
 ? --no-daemon ? --no-daemon
-! Starts the power manager in non-daemon mode: useful for debugging+! Starts the power manager in non-daemon mode: useful for debugging 
 +? --debug 
 +! Enables debugging 
 +? --dump 
 +! Dumps all information
 ? --restart ? --restart
-! Restarts the power manager.  + Restarts the running instance of Xfce power manager 
-? --quit +? -c, --customize 
-! Causes any running instance of the power manager to exit+! Opens the [[:xfce:xfce4-power-manager:1.4:preferences|settings dialog]] 
 +-q, --quit 
 +! Causes any running instance of the power manager to exit 
 +? -V, --version 
 +! Prints the current version number of the power manager 
 + 
 +---- 
 +[[:xfce:xfce4-power-manager:start:|Back to xfce4-power-manager main page]]