Plasma-timeoftheday ne fonctionne pas ? [Réglé]

Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
J'ai installé plasma-wallpaper-timeoftheday-0.1-6.mga1 et indiqué dans la disposition du bureau le fichier XML adéquat, mais pas de fond d'écran sur mon bureau:

Le fond reste uni bleu.
Voici le fichier XML.
Tous les fichiers existent.
Code XML :
<background> <starttime> <year>2012</year> <month>12</month> <day>16</day> <hour>07</hour> <minute>00</minute> <second>00</second> </starttime> <!-- This animation will start at 7 AM. --> <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> <static> <duration>3600.0</duration> <file>/usr/share/mdk/backgrounds/Mandriva-Free-0700.jpg</file> </static> <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> <transition type="overlay"> <duration>18000.0</duration> <from>/usr/share/mdk/backgrounds/Mandriva-Free-0700.jpg</from> <to>/usr/share/mdk/backgrounds/Mandriva-Free-1300.jpg</to> </transition> <!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> <static> <duration>7200.0</duration> <file>/usr/share/mdk/backgrounds/Mandriva-Free-1300.jpg</file> </static> <!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> <transition type="overlay"> <duration>10800.0</duration> <from>/usr/share/mdk/backgrounds/Mandriva-Free-1300.jpg</from> <to>/usr/share/mdk/backgrounds/Mandriva-Free-1800.jpg</to> </transition> <!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> <static> <duration>3600.0</duration> <file>/usr/share/mdk/backgrounds/Mandriva-Free-1800.jpg</file> </static> <!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> <transition type="overlay"> <duration>18000.0</duration> <from>/usr/share/mdk/backgrounds/Mandriva-Free-1800.jpg</from> <to>/usr/share/mdk/backgrounds/Mandriva-Free-0000.jpg</to> </transition> <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> <static> <duration>18000.0</duration> <file>/usr/share/mdk/backgrounds/Mandriva-Free-0000.jpg</file> </static> <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> <transition type="overlay"> <duration>7200.0</duration> <from>/usr/share/mdk/backgrounds/Mandriva-Free-0000.jpg</from> <to>/usr/share/mdk/backgrounds/Mandriva-Free-0700.jpg</to> </transition> </background>
Qqun a réussi à faire marcher ?
Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !


Adrien.D Membre non connecté
-
- Voir le profil du membre Adrien.D
- Inscrit le : 30/05/2011
- Site internet
- Groupes :
Je me réponds après 5 mois

Si ça intéresse du monde, voici le XML fonctionnel :
Code XML :
<background> <starttime> <year>2007</year> <month>09</month> <day>26</day> <hour>07</hour> <minute>00</minute> <second>00</second> </starttime> <!-- This animation will start at 7 AM. --> <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> <static> <duration>3600.0</duration> <file> <!--/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0700.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0700.jpg</size> </file> </static> <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> <transition type="overlay"> <duration>18000.0</duration> <from> <!--/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0700.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0700.jpg</size> </from> <to> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1300.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1300.jpg</size> </to> </transition> <!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> <static> <duration>7200.0</duration> <file> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1300.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1300.jpg</size> </file> </static> <!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> <transition type="overlay"> <duration>10800.0</duration> <from> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1300.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1300.jpg</size> </from> <to> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1800.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1800.jpg</size> </to> </transition> <!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> <static> <duration>3600.0</duration> <file> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1800.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1800.jpg</size> </file> </static> <!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> <transition type="overlay"> <duration>18000.0</duration> <from> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1800.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-1800.jpg</size> </from> <to> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0000.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0000.jpg</size> </to> </transition> <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> <static> <duration>18000.0</duration> <file> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0000.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0000.jpg</size> </file> </static> <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> <transition type="overlay"> <duration>7200.0</duration> <from> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0000.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0000.jpg</size> </from> <to> <!-- /home/adrien/Documents/timeoftheday/Adrien-Wallpaper-0700.jpg --> <size width="1920" height="1080">/home/adrien/Documents/timeoftheday/Adrien-Wallpaper-1920x1080-0000.jpg</size> </to> </transition> </background>
A Adapter évidemment à votre config !!
Config : PC Fixe : X470 GAMING PRO- AMD Ryzen 5 2600X - 16Go RAM - Radeon RX 560 (Pilote libre) - Gentoo Linux - GNOME Desktop - Kernel 5.10 LTS
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !
Ancien Webmaster de MageiaLinuxOnline. Les remplaçants assurent !

Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie