Ubuntu背景图片打包制作


Ubuntu背景图片目录/usr/share/backgrounds

要打包的话。需要新建在此目录新建一个文件夹。并在此文件下建立background-1.xml文件

<background>
  <starttime>
    <year>2009</year>
    <month>08</month>
    <day>04</day>
    <hour>00</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>
<!-- This animation will start at midnight. -->
  <static>--------------------------------------静态
    <duration>1795.0</duration>--------------------------------------持续时间
    <file>/usr/share/backgrounds/Aeg_by_Tauno_Erik.jpg</file>
  </static>
  <transition>--------------------------------------过渡
    <duration>5.0</duration>
    <from>/usr/share/backgrounds/Aeg_by_Tauno_Erik.jpg</from>
    <to>/usr/share/backgrounds/Blue_box_number_2_by_orb9220.jpg</to>
  </transition>
  <static>
    <duration>1795.0</duration>
    <file>/usr/share/backgrounds/Blue_box_number_2_by_orb9220.jpg</file>
  </static>
</background>

相关内容