Friday, April 26, 2013

gnome 3.8 desktop background gone

обнаружил забавную проблему:
если выключить в gnome-tweak-tool -> Desktop -> Have file manager handle the desktop
пропадут обои для рабочего стола
а если включить - всё будет хорошо :3
можно поставить нескучные :3

кстати говоря, в процессе обнаружения этого бага, узнал что можно самому сделать сменяющиеся обои, написав xml вида:

<background>
<starttime>
<year>2011</year>
<month>11</month>
<day>24</day>
<hour>7</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/themes/Adwaita/backgrounds/morning.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/themes/Adwaita/backgrounds/morning.jpg</from>
<to>
/usr/share/themes/Adwaita/backgrounds/bright-day.jpg
</to>
</transition>


и засунув его в org.gnome.desctop.background

надо будет сделать как-нибудь :3