diff --git a/system-switch-displaymanager-mesg.patch b/system-switch-displaymanager-mesg.patch new file mode 100644 index 0000000..f9765bc --- /dev/null +++ b/system-switch-displaymanager-mesg.patch @@ -0,0 +1,12 @@ +diff -up system-switch-displaymanager-1.5/system-switch-displaymanager.orig system-switch-displaymanager-1.5/system-switch-displaymanager +--- system-switch-displaymanager-1.5/system-switch-displaymanager.orig 2015-09-23 13:01:30.829002196 +0200 ++++ system-switch-displaymanager-1.5/system-switch-displaymanager 2015-09-23 13:01:06.205283179 +0200 +@@ -7,7 +7,7 @@ if [ -n "$DISPLAY" -a -z "$1" ] ; then + exec /usr/bin/pkexec $PATHDM/system-switch-displaymanager-gui.py + else + echo "Display Manager Switcher GUI is unavailable." +- echo "Please install the switch-displaymanager-gnome package or use" ++ echo "Please install the system-switch-displaymanager-gnome package or use" + echo "system-switch-displaymanager [display manager]." + exit 1 + fi