Git commit dfcfad1182e51d5165bd8d289a33253aba7b8776 by Àlex Fiestas. Committed on 17/12/2013 at 18:44. Pushed by afiestas into branch 'master'.
[plasma-shell] Mute all debug output when started from autostart This enables other developers to use journalctl/~.xsession-errors and do not drown on warnings. CCMAIL: [email protected] M +1 -1 src/shell/plasma-shell.desktop http://commits.kde.org/plasma-framework/dfcfad1182e51d5165bd8d289a33253aba7b8776 diff --git a/src/shell/plasma-shell.desktop b/src/shell/plasma-shell.desktop index f6c4229..0d6d231 100644 --- a/src/shell/plasma-shell.desktop +++ b/src/shell/plasma-shell.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Exec=plasma-shell +Exec=plasma-shell --shut-up X-DBUS-StartupType=Unique Name=Plasma Desktop Workspace Name[de]=Plasma-Arbeitsflächenbereich _______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
