You are not logged in.
Pages: 1
I want to install xfce4 with 2 workspace settings.
I made a copy of the settings (everything) in .config/xfce4 with everything setup, but that does NOT create a workspace switcher. If I add a workspace switcher plug-in THEN my work spce settings and position are restored.
openSuSE, manjaro but not ubuntu install xfce with workspace switcher enabled and my .config/xfce4 backup does recall position and settings.
So the key issue is how to enable the workspace switcher plugin.
How do I do that?
Offline
Most installations I've seen the default is usually 2 workspaces. Your saying Ubuntu doesn't even have the plugin active? I would post the question to them if that's the case.
But it's all right, when you're all in pain and you feel the rain come down
It's alright, when you find your way, then you see it disappear
It's alright....
Chris Cornell
Offline
So the key issue is how to enable the workspace switcher plugin.
How do I do that?
Right click on an empty spot on the panel and navigate to Panel > Add New Items and choose Workplace Switcher
If you need to edit some property, Panel > Panel Preferences > Items tab, click on Workspace Switcher then click on the Edit button.
I assume I'm not misunderstanding the question.
Offline
jamat13 wrote:So the key issue is how to enable the workspace switcher plugin.
How do I do that?Right click on an empty spot on the panel and navigate to Panel > Add New Items and choose Workplace Switcher
If you need to edit some property, Panel > Panel Preferences > Items tab, click on Workspace Switcher then click on the Edit button.
I assume I'm not misunderstanding the question.
I have an ongoing list of non-computer savy users, It is a major support issue to walk each one thru. I really need the setup correct. (This is a technical application for commercial divers)
looks like read the source Luke is the only answer
Offline
Does /usr/share/xfce4/panel/plugins/pager.desktop exist?
Last edited by MrEen (2020-07-14 23:09:31)
Offline
Just to complete the loop if anybody uses this as a reference xfconf-query settings is where the magic happens.
run this
xfconf-query -l | sed -r -e '/Channels:/d' | while read line; do xfconf-query -lv -c "${line}" | sed -r -e "s/^/${line} /"; done > my-settings.xfconf
Add the workspace plugin with the GUI
Run the query again and compare. Add the pager plugin as the diff shows. Remember to add a new item like this
xfconf-query -c ... -p ... -v ... -n -type string
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 530.17 KiB (Peak: 530.8 KiB) ]