Description: Replace gdmflexiserver with dm-tool gdmflexiserver is no longer provided by lightdm. Replace it with dm-tool. Author: Sean Davis Bug-Ubuntu: https://launchpad.net/bugs/1320560 Last-Update: 2015-05-13 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/panel-plugin/settings.cpp +++ b/panel-plugin/settings.cpp @@ -116,7 +116,7 @@ command[CommandSettings] = new Command("preferences-desktop", _("All _Settings"), "xfce4-settings-manager", _("Failed to open settings manager.")); command[CommandLockScreen] = new Command("system-lock-screen", _("_Lock Screen"), "xflock4", _("Failed to lock screen.")); - command[CommandSwitchUser] = new Command("system-users", _("Switch _Users"), "gdmflexiserver", _("Failed to switch users.")); + command[CommandSwitchUser] = new Command("system-users", _("Switch _Users"), "dm-tool switch-to-greeter", _("Failed to switch users.")); command[CommandLogOut] = new Command("system-log-out", _("Log _Out"), "xfce4-session-logout", _("Failed to log out.")); command[CommandMenuEditor] = new Command("xfce4-menueditor", _("_Edit Applications"), "menulibre", _("Failed to launch menu editor.")); command[CommandProfile] = new Command("avatar-default", _("Edit _Profile"), "mugshot", _("Failed to edit profile."));