Page 1 of 1

A Porteus-esque wallpaper

Posted: 11 Apr 2024, 08:54
by M. Eerie
I stumbled upon it by chance. Blueish + galleon :)

https://www.reddit.com/r/wallpaper/comm ... 3840x2160/

A Porteus-esque wallpaper

Posted: 11 Apr 2024, 10:28
by Kulle
Hi M. Eerie,
the specified downloads
(21:9) 3440×1440, 2560×1080
(16:9) 3840×2160, 2560×1440, 1920×1080, 1600×900, 1366×768, 1280×720
(16:10) 2560×1600, 1920×1200, 1280×800
(4:3) 1600×1200, 1024×768
(5:4) 1280×1024
(3:4) 768×1024
(9:16) 1080×1920, 720×1280
(9:18.5) 720×1480

but don't work : 404 Not Found

A Porteus-esque wallpaper

Posted: 11 Apr 2024, 11:38
by M. Eerie
Hi.

The original [link] is 1080×607 webp format.

However, by clicking on the first post link, you get a 3840x2160 png, which you can save via right-click, save as...

The rest of the resolutions are generated automatically through this page which is under reconstruction. :unknown:

I suppose that having the original one can do the same from some other similar page.

A Porteus-esque wallpaper

Posted: 22 Apr 2024, 16:10
by Kulle
If you right-click on an image, you can set that image as Wallpaper

Question for the developers:
What commands are behind it?

Right-click
--------------------------
create folder = mkdir
rename = mv
....
set as Wallpaper = ???

A Porteus-esque wallpaper

Posted: 22 Apr 2024, 22:16
by donald
It depends on which Desktop is used.
In XFCE the right-click 'set as wallpaper' option in thunar is done by the thunar-wallpaper-plugin.so.

To do it by hand (in cli) use the xfconf tool.
First find out which settings are changed if you change the wallpaper:

Code: Select all

xfconf-query -c xfce4-desktop -m
this will monitor which value is changed if we change the wallpaper via GUI.

with that info we can change the wallpaper as we want - Example:

Code: Select all

xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /path/to/whatever.jpg
Done/tested with xfce 4.12 -- Hopefully it hasn't changed in newer XFCE versions.

A Porteus-esque wallpaper

Posted: 24 Apr 2024, 07:12
by Kulle
Hi Donald,
Didn't work for me:

Code: Select all

guest@porteux:~/Pictures$ xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /home/guest/Pictures/hintergrund.png
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop". If a new property should be created, use the --create option.
guest@porteux:~/Pictures$ xfconf-query --create -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /home/guest/Pictures/hintergrund.png
When creating a new property, the value type must be specified.
guest@porteux:~/Pictures$ xfconf-query --create string -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /home/guest/Pictures/hintergrund.png
When creating a new property, the value type must be specified.
guest@porteux:~/Pictures$ xfconf-query --create -string -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s /home/guest/Pictures/hintergrund.png
Option parsing failed: Error parsing option -t.
I'm using Xfce 4.16

A Porteus-esque wallpaper

Posted: 24 Apr 2024, 08:34
by Kulle
Now I tried this command.
Nothing happens!

Code: Select all

guest@porteux:~$ xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image --create --type string -s /home/guest/Bilder/hintergrund.png

A Porteus-esque wallpaper

Posted: 25 Apr 2024, 02:29
by donald
It does work if you follow the instructions given above.
-- tested with xfce 4.16 in a VM --

again:
open terminal and run xfconf-query -c xfce4-desktop -m
let the terminal stay open.
change the wallpaper the usual way via the xfce desktop settings GUI.
the terminal will show you what string has changed.
(most likely the one which ends with 'last-image')
That string, shown in the terminal, is what you need.

You have to use your string
xfconf-query -c xfce4-desktop -p /your/string -s /path/to/image

oh,btw I use porteus not porteux

A Porteus-esque wallpaper

Posted: 25 Apr 2024, 09:36
by Kulle
Hi Donald
Now I understand the principle of monitoring: xfconf-query -c xfce4-desktop -m
Thank you.
This command works now:
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitoreDP/workspace0/last-image -s /path/to/image

A Porteus-esque wallpaper

Posted: 26 Apr 2024, 01:28
by Rava
I tried looking at https://resi.ze-robot.com/ but all it says is
"Hello. I am Resizer, Ze Robot.
Sorry, Ze Robot is under reconstruction.
Available functions are limited. "
Functions limited? Such understatement. :wall: Any image I click is not available.
Not Found (#404)
Source not found
The above error occurred while the Web server was processing your request.
Does the site not store finished images? Are they all generated on the fly?