Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4008  / 1 Year ago, mon, may 15, 2023, 1:43:10

I want to list all the values available for the screensaver:



dconf list /org/cinnamon/desktop/screensaver/ | grep matrix

More From » dconf

 Answers
7

If it was a enumeration, you could



gsettings range ...


Reference: man gsettings



From: /usr/share/glib-2.0/schemas/org.cinnamon.desktop.screensaver.gschema.xml, it declared a string (type="s"). Means it does not have a range.



<key type="s" name="xscreensaver-hack">
<default>"fiberlamp"</default>
<summary>The screensaver hack to use when xscreensaver is used as screensaver</summary>
</key>


Anyway, It is an xscreenshot related option, you can see available hacks using:



dpkg -L xscreensaver-data or more precisely ls /usr/share/xscreensaver/config/ | xargs basename -s .xml



abstractile
binaryring
cwaves
deco
distort
fiberlamp
fuzzyflakes
galaxy
hexadrop
m6502
metaballs
penrose
popsquares
ripples
shadebobs
slidescreen
swirl
tessellimage
xlyap

[#14701] Tuesday, May 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
icielight

Total Points: 158
Total Questions: 92
Total Answers: 93

Location: San Marino
Member since Thu, Jun 30, 2022
2 Years ago
;