Skip to content

Commit 98b5cca

Browse files
authored
MainWindow: make demo mode a wayland session (#872)
1 parent f1e0226 commit 98b5cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public class Greeter.MainWindow : Gtk.ApplicationWindow {
305305
var demo_mode_file = File.new_for_path ("/var/lib/lightdm/demo-mode");
306306
if (demo_mode_file.query_exists ()) {
307307
demo_mode_file.@delete ();
308-
session = "pantheon";
308+
session = "pantheon-wayland";
309309
} else {
310310
session = "installer";
311311
}

0 commit comments

Comments
 (0)