← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 260: etc/xdg/xdg-xubuntu/xfce4/xfconf/…/thunar-volman.xml: disable

 

------------------------------------------------------------
revno: 260
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Sat 2011-02-12 00:41:29 +0100
message:
  etc/xdg/xdg-xubuntu/xfce4/xfconf/…/thunar-volman.xml: disable
  'autoopen' and 'autorun' features by default.
modified:
  debian/changelog
  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	2011-02-11 23:38:30 +0000
+++ debian/changelog	2011-02-11 23:41:29 +0000
@@ -9,6 +9,8 @@
     instead of firefox/thunderbird/xfce4-terminal directly; this allows
     users to change the preferred applications and to keep functional
     launchers.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/thunar-volman.xml: disable
+    'autoopen' and 'autorun' features by default.
 
  -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 12 Feb 2011 00:37:25 +0100
 

=== modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml	2010-12-17 19:07:38 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml	2011-02-11 23:41:29 +0000
@@ -15,10 +15,10 @@
     <property name="command" type="string" value="parole --device=%d"/>
   </property>
   <property name="autorun" type="empty">
-    <property name="enabled" type="bool" value="true"/>
+    <property name="enabled" type="bool" value="false"/>
   </property>
   <property name="autoopen" type="empty">
-    <property name="enabled" type="bool" value="true"/>
+    <property name="enabled" type="bool" value="false"/>
   </property>
   <property name="autoburn" type="empty">
     <property name="enabled" type="bool" value="false"/>