mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
A small documentation update for evoke.
Do not compile running code for ede-launch-sn in ede-launch when startup-notification was not found. Allow report button only for ede applications.
This commit is contained in:
@@ -73,8 +73,8 @@ static void send_dbus_ede_quit(void) {
|
||||
E_RETURN_IF_FAIL(c.connect(EDBUS_SESSION));
|
||||
|
||||
EdbusMessage msg;
|
||||
msg.create_signal("/org/equinoxproject/Shutdown", "org.equinoxproject.Shutdown", "Shutdown");
|
||||
|
||||
msg.create_signal("/org/equinoxproject/Shutdown", "org.equinoxproject.Shutdown", "Shutdown");
|
||||
c.send(msg);
|
||||
}
|
||||
|
||||
|
@@ -28,14 +28,6 @@ Options
|
||||
Only useful in startup mode (if '-s' or '--startup' are given). Mainly to test
|
||||
splash screen themes
|
||||
|
||||
-a, --autostart::
|
||||
Run in autostart mode. It will check 'autostart' directory and run .desktop
|
||||
files from it. This will be done according to freedesktop.org autostart specification.
|
||||
|
||||
-u, --autostart-safe::
|
||||
Same as '-a' or '--autostart' option, but display dialog with items that should
|
||||
be run.
|
||||
|
||||
-h, --help::
|
||||
This help.
|
||||
|
||||
|
Reference in New Issue
Block a user