You are not logged in.
Pages: 1
I would like to be able to log in and have xfce4-taskmanager minimized in the Notification Area. I searched this Forum, did a web search, consulted the (empty!) man page, and looked at the xfce4-taskmanager page in the Goodies doc. Zip to be found.
I am ignoring gdevilspie b/c I would like the trick to be available to all our users (eventually by default) without having to install and learn that package. Is there a way?
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
That's wierd, the app doesn't respond to wmctrl's toggle,hidden parameter.
Sorry but it has no option to start up hidden and if devilspie is out of the question, how about a startup script that starts it and uses an xdotool/wmctrl combo to minimize it right away?
#!/bin/bash
xfce4-taskmanager &
sleep 1
xdotool windowminimize $(wmctrl -l | grep "Task Manager" | awk '{print $1}')
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
That's a good thought, I'll take a look at that.
FWIW: the documentation on this is about the worst I have seen for any Xfce component, I'm sorry to say.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 523.17 KiB (Peak: 528.76 KiB) ]