You are not logged in.
Pages: 1
In the Settings>Settings Manager>Session and Startup>Application Autostart the user can add a program and then tell it to start up on login. However, how does the user tell it which workspace to open it into?
Thanks.
Offline
No, that feature doesn't exist within Xfce. You'll need to use a tool like devilspie (or devlispie2) to get this functionality.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank you. I have installed Devilspie2 and now I just have to figure out how to use.
Offline
I'm getting the hang of it my looking at many web sites and watching a fairly good video. I will clarify and get back here regarding what I find.
Offline
Also do a search on the word 'devilspie' and my username on these forums - I've answered quite a few questions about devilspie. Perhaps something in there might be helpful. For example, this worked with the original devilspie - I've never really used devilspie2, but I understand it now uses lua scripts.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
As far as I've been able to figure out, the original devilspie is no longer available or supported, and the web page is gone.
Offline
I guess it depends on the distro you are using - its still in the Arch repositories. But devilspie2 is its successor.
With devilspie2, it looks like the command script to move firefox to workspace 2 on start would be:
-- Make firefox always start on workspace 2.
if (get_application_name()=="firefox") then
set_window_workspace(2);
end
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Turns out that Andreas Rönnquist (gusnan), is no longer the maintainer of Devilspie2. One must use the mailing list at devilspie2-discuss@nongnu.org, or the various web pages on the subject (such as https://github.com/dsalt/devilspie2).
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 551.05 KiB (Peak: 551.9 KiB) ]