Xfce Forum

Sub domains
 

You are not logged in.

#1 2017-05-19 17:13:29

wuwei
Member
From: Italy
Registered: 2017-01-29
Posts: 56

[SOLVED] Howto fix Switch User grayed on Actions Buttons plugin

Hi, in Debian Stretch 9 the "Switch User" item in Action Buttons plugin is grayed and it isn't enabled.

As you suggested here https://forum.xfce.org/viewtopic.php?pid=43937#p43937 for Whisker Menu I've fixed it changing command for Switch Users (dm-tool switch-to-greeter).

Is it possible to associate same command in Action buttons?

Thanks.

Last edited by wuwei (2017-05-20 15:43:58)

Offline

#2 2017-05-19 17:59:54

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,998

Re: [SOLVED] Howto fix Switch User grayed on Actions Buttons plugin

The actions plugin uses the gdmflexiserver command to perform the switch user function. You can create the file /usr/local/bin/gdmflexiserver with the following content:

#!/bin/bash
dm-tool switch-to-greeter

...and make the file executable to get the same functionality.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2017-05-20 15:44:18

wuwei
Member
From: Italy
Registered: 2017-01-29
Posts: 56

Re: [SOLVED] Howto fix Switch User grayed on Actions Buttons plugin

Ok, solved, it works...

Thanks a lot!

Offline

Board footer

Powered by FluxBB