A Porteus-esque wallpaper
A Porteus-esque wallpaper
I stumbled upon it by chance. Blueish + galleon
https://www.reddit.com/r/wallpaper/comm ... 3840x2160/
https://www.reddit.com/r/wallpaper/comm ... 3840x2160/
> Does not compute_
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584
A Porteus-esque wallpaper
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
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
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.
I suppose that having the original one can do the same from some other similar page.
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.
I suppose that having the original one can do the same from some other similar page.
> Does not compute_
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584
https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584
A Porteus-esque wallpaper
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 = ???
Question for the developers:
What commands are behind it?
Right-click
--------------------------
create folder = mkdir
rename = mv
....
set as Wallpaper = ???
-
- Full of knowledge
- Posts: 2083
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
A Porteus-esque wallpaper
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:
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:
Done/tested with xfce 4.12 -- Hopefully it hasn't changed in newer XFCE versions.
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
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
A Porteus-esque wallpaper
Hi Donald,
Didn't work for me:
I'm using Xfce 4.16
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.
A Porteus-esque wallpaper
Now I tried this command.
Nothing happens!
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
-
- Full of knowledge
- Posts: 2083
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
A Porteus-esque wallpaper
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
-- 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
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
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
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
A Porteus-esque wallpaper
I tried looking at https://resi.ze-robot.com/ but all it says is
Functions limited? Such understatement. Any image I click is not available."Hello. I am Resizer, Ze Robot.
Sorry, Ze Robot is under reconstruction.
Available functions are limited. "
Does the site not store finished images? Are they all generated on the fly?Not Found (#404)
Source not found
The above error occurred while the Web server was processing your request.
Cheers!
Yours Rava
Yours Rava