xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #02742
[Merge] lp:~ochosi/xubuntu-default-settings/xfwm4_disable_scrollevents into lp:xubuntu-default-settings
Simon Steinbeiß has proposed merging lp:~ochosi/xubuntu-default-settings/xfwm4_disable_scrollevents into lp:xubuntu-default-settings.
Requested reviews:
Pasi Lallinaho (knome)
Xubuntu Developers (xubuntu-dev)
For more details, see:
https://code.launchpad.net/~ochosi/xubuntu-default-settings/xfwm4_disable_scrollevents/+merge/209545
This branch (1) disables scroll-to-switch-workspace to avoid confusing users who trigger this event unknowingly by scrolling over the desktop (especially when using a touchpad). Furthermore, this makes sense as the workspace-switcher isn't part anymore of the default panel layout, so there's no good visual indication for the user what happens when scrolling.
It also (2) disables scrolling to shade a window. There is a button people can easily add and the feature can be activated easily in the settings, but I don't think it makes sense by default and is rather confusing than helpful to most.
--
https://code.launchpad.net/~ochosi/xubuntu-default-settings/xfwm4_disable_scrollevents/+merge/209545
Your team Xubuntu Developers is requested to review the proposed merge of lp:~ochosi/xubuntu-default-settings/xfwm4_disable_scrollevents into lp:xubuntu-default-settings.
=== modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 2012-02-19 10:26:20 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml 2014-03-05 21:47:25 +0000
@@ -56,6 +56,7 @@
<property name="wrap_workspaces" type="bool" value="false"/>
<property name="double_click_time" type="int" value="250"/>
<property name="double_click_distance" type="int" value="5"/>
- <property name="mousewheel_rollup" type="bool" value="true"/>
+ <property name="mousewheel_rollup" type="bool" value="false"/>
+ <property name="scroll_workspaces" type="bool" value="false"/>
</property>
</channel>