← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 229: * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml:

 

------------------------------------------------------------
revno: 229
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Fri 2010-12-17 20:07:38 +0100
message:
  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml:
    added.
  * debian/{preinst,postinst,postrm}: handle removal of old xdg config files.
renamed:
  etc/xdg/xdg-xubuntu/Thunar/volmanrc => etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml
modified:
  debian/changelog
  debian/postinst
  debian/postrm
  debian/preinst
  etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml


--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk

Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2010-12-17 18:51:53 +0000
+++ debian/changelog	2010-12-17 19:07:38 +0000
@@ -9,6 +9,9 @@
   * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: do
     not enable gnome services by default anymore, this option also enables the
     autostart of desktop files containing 'OnlyShowIn=GNOME;'.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml:
+    added.
+  * debian/{preinst,postinst,postrm}: handle removal of old xdg config files.
 
  -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 25 Sep 2010 18:14:43 +0200
 

=== modified file 'debian/postinst'
--- debian/postinst	2010-09-25 16:30:08 +0000
+++ debian/postinst	2010-12-17 19:07:38 +0000
@@ -7,6 +7,8 @@
 if dpkg-maintscript-helper supports rm_conffile; then
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
 fi
 
 case "$1" in

=== modified file 'debian/postrm'
--- debian/postrm	2010-09-25 16:30:08 +0000
+++ debian/postrm	2010-12-17 19:07:38 +0000
@@ -7,6 +7,8 @@
 if dpkg-maintscript-helper supports rm_conffile; then
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
 fi
 
 case "$1" in

=== modified file 'debian/preinst'
--- debian/preinst	2010-09-25 16:30:08 +0000
+++ debian/preinst	2010-12-17 19:07:38 +0000
@@ -7,6 +7,8 @@
 if dpkg-maintscript-helper supports rm_conffile; then
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
 fi
 
 #DEBHELPER#

=== renamed file 'etc/xdg/xdg-xubuntu/Thunar/volmanrc' => 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml'
--- etc/xdg/xdg-xubuntu/Thunar/volmanrc	2010-08-15 15:04:02 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml	2010-12-17 19:07:38 +0000
@@ -1,30 +1,50 @@
-[Configuration]
-AutomountDrives=TRUE
-AutomountMedia=TRUE
-Autobrowse=TRUE
-Autorun=TRUE
-Autoopen=TRUE
-Autoburn=FALSE
-AutoburnDataCommand=xfburn -d
-AutoburnAudioCommand=xfburn -a
-AutoplayAudioCd=TRUE
-AutoplayAudioCdCommand=exaile
-AutoplayVideoCd=TRUE
-AutoplayVideoCdCommand=parole --device=%d
-Autoipod=FALSE
-AutoipodCommand=
-Autophoto=FALSE
-AutophotoCommand=
-Autopalm=FALSE
-AutopalmCommand=gpilotd-control-applet
-Autopocketpc=FALSE
-AutopocketpcCommand=multisync
-Autoprinter=FALSE
-AutoprinterCommand=gnome-printer-add hal://%h
-Autokeyboard=FALSE
-AutokeyboardCommand=
-Automouse=FALSE
-AutomouseCommand=
-Autotablet=FALSE
-AutotabletCommand=
+<?xml version="1.0" encoding="UTF-8"?>
 
+<channel name="thunar-volman" version="1.0">
+  <property name="automount-drives" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="automount-media" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autobrowse" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autoplay-video-cds" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+    <property name="command" type="string" value="parole --device=%d"/>
+  </property>
+  <property name="autorun" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autoopen" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autoburn" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+    <property name="data-cd-command" type="string" value="xfburn -d"/>
+    <property name="audio-cd-command" type="string" value="xfburn -a"/>
+  </property>
+  <property name="autoplay-audio-cds" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+    <property name="command" type="string" value="exaile"/>
+  </property>
+  <property name="autoipod" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autophoto" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autoprinter" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autokeyboard" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="automouse" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autotablet" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+</channel>