Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-08-05 07:15:21

mustbeit
Member
Registered: 2024-08-05
Posts: 7

How do I set a different wallpaper for each workspace

Hello,

I want to visually see, that I changed workspace; one clear way to do it is to change the background colour/image.

I'm running Manjaro XFCE latest.


Now, in an old post(11 years ago):
https://askubuntu.com/questions/334201/ … untu-13-04

it is claimed that there is in Workspace Settings per wall paper.
However, if I change workspace and go into desktop settings, modify for one workspace, modifies for all.

I tried running xfce4-settings-editor, then under xfce4-desktop changed under workspace the "last-image" and "image-style" but to no avail.

How to?

Thanks

P.S. very 1st post, not possible to attach an image?

Last edited by mustbeit (2024-08-05 07:16:08)

Offline

#2 2024-08-05 09:18:21

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,485

Re: How do I set a different wallpaper for each workspace

Hello on welcome.

On the desktop settings page, there is an option to "Apply to all workspaces". Is this unselected? Once unselected, open this dialog from the workspace for which you want to change the background and change it.

If that doesn't work, then can we see:

ps -ef | grep -i desktop
xfconf-query -c xfce4-desktop -lv

...as well as (after you attempt to change the background):

journalctl --user -b -0 --no-pager

P.S. very 1st post, not possible to attach an image?

Upload the image to an image-sharing website and post the link back or https://forum.xfce.org/help.php#bbcode.


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 2024-08-06 05:57:51

mustbeit
Member
Registered: 2024-08-05
Posts: 7

Re: How do I set a different wallpaper for each workspace

>On the desktop settings page
What do you mean by "page"?
If it is the desktop setting, here's a screenshot https://drive.google.com/file/d/1XoBSHN … drive_link
As you see there is no workspace number as shown on Figure 1 in the post https://askubuntu.com/questions/334201/ … untu-13-04


xfce4-settings-editor: screenshot
https://drive.google.com/file/d/1bulySA … drive_link

Terminal code execution:

[x245@x245 ~]$ ps -ef | grep -i desktop
x245         899     782  0 aoû04 ?       00:01:18 xfdesktop
x245        1126     759  0 aoû04 ?       00:00:01 /usr/lib/xdg-desktop-portal
x245        1151     759  0 aoû04 ?       00:00:26 /usr/lib/xdg-desktop-portal-gtk
x245       37154   37101  0 06:59 ?        00:00:03 xfdesktop-settings --socket-id=102761203
x245       39688   37258  0 07:40 pts/0    00:00:00 grep --colour=auto -i desktop
[x245@x245 ~]$ xfconf-query -c xfce4-desktop -lv
/backdrop/screen0/monitor0/image-path                                   /usr/share/backgrounds/xfce/illyria-default.jpg
/backdrop/screen0/monitor0/image-style                                  5
/backdrop/screen0/monitor0/last-image                                   /usr/share/backgrounds/xfce/illyria-default.jpg
/backdrop/screen0/monitor0/last-single-image                            /usr/share/backgrounds/xfce/illyria-default.jpg
/backdrop/screen0/monitorHDMI-1/workspace0/backdrop-cycle-enable        true
/backdrop/screen0/monitorHDMI-1/workspace0/backdrop-cycle-random-order  true
/backdrop/screen0/monitorHDMI-1/workspace0/backdrop-cycle-timer         12
/backdrop/screen0/monitorHDMI-1/workspace0/color-style                  0
/backdrop/screen0/monitorHDMI-1/workspace0/image-style                  1
/backdrop/screen0/monitorHDMI-1/workspace0/last-image                   /run/media/x245/DOCS/Hopper/Marines - peintre Pierre Joubert_files/image(10).jpg
/backdrop/screen0/monitorHDMI-1/workspace0/rgba1                        <<UNSUPPORTED>>
/backdrop/screen0/monitorHDMI-1/workspace1/color-style                  0
/backdrop/screen0/monitorHDMI-1/workspace1/image-style                  1
/backdrop/screen0/monitorHDMI-1/workspace1/last-image                   /run/media/x245/DOCS/Hopper/Edward Hopper - Ground Swell.jpg
/backdrop/screen0/monitorHDMI-1/workspace2/color-style                  0
/backdrop/screen0/monitorHDMI-1/workspace2/image-style                  5
/backdrop/screen0/monitorHDMI-1/workspace2/last-image                   /usr/share/backgrounds/xfce/illyria-default.jpg
/backdrop/screen0/monitorLVDS-1/workspace0/color-style                  0
/backdrop/screen0/monitorLVDS-1/workspace0/image-style                  5
/backdrop/screen0/monitorLVDS-1/workspace0/last-image                   /usr/share/backgrounds/xfce/illyria-default.jpg
/backdrop/screen0/monitorLVDS-1/workspace1/color-style                  0
/backdrop/screen0/monitorLVDS-1/workspace1/image-style                  5
/backdrop/screen0/monitorLVDS-1/workspace1/last-image                   /usr/share/backgrounds/xfce/illyria-default.jpg
/desktop-icons/file-icons/show-removable                                false
/desktop-icons/icon-size                                                94
/desktop-icons/style                                                    2
/desktop-icons/tooltip-size                                             128,000000
/last/window-height                                                     999
/last/window-width                                                      1372
[x245@x245 ~]$ 

Thanks

Offline

#4 2024-08-06 10:23:07

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,485

Re: How do I set a different wallpaper for each workspace

mustbeit wrote:

If it is the desktop setting, here's a screenshot https://drive.google.com/file/d/1XoBSHN … drive_link

On the bottom right of this dialog, there is a checkbox (Appliquer a tous les espaces des travail). You need to uncheck this so that you can set a wallpaper for each workspace.When unselected, open or move this dialog to another workspace and set another wallpaper.


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

#5 2024-08-06 10:48:01

mustbeit
Member
Registered: 2024-08-05
Posts: 7

Re: How do I set a different wallpaper for each workspace

Oh God.
[SOLVED]

Thanks

Offline

#6 2024-08-08 01:37:02

Skaperen
Member
From: right by Jesus, our Saviour
Registered: 2013-06-15
Posts: 862

Re: How do I set a different wallpaper for each workspace

you created the thread, so you can edit the title.  that's where "[SOLVED]" needs to be so people can easily see where solutions are.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 547.75 KiB (Peak: 548.59 KiB) ]