We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1c387 commit deaad6aCopy full SHA for deaad6a
src/Application.vala
@@ -72,6 +72,7 @@ namespace Switchboard {
72
base.startup ();
73
74
if (GLib.Environment.get_variable ("XDG_CURRENT_DESKTOP") != "Pantheon") {
75
+ critical (_("System Settings can only be run in a Pantheon desktop session"));
76
quit ();
77
}
78
0 commit comments