Re: [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-05-05 Thread Adam
This isn't the first time this fault has been closed and reopened.  Is
there any way this can be prevented?

Sadly I have no coding ability to develop a solution.
On 5 May 2016 08:26, "Daniel van Vugt" 
wrote:

> ** Also affects: ubuntu-system-settings (Ubuntu)
>Importance: Undecided
>Status: New
>
> ** Summary changed:
>
> - [enhancement] Ubuntu needs a way to set mouse scrolling speed
> + [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/124440
>
> Title:
>   [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-05-05 Thread Adam
It hardly seems invalid.  Not everyone likes the default mouse speed.

My father, who is in his mid seventies, likes to slow the mouse so it is to
his pace.  Others like it a lot faster so they only have to move the mouse
or across the touchpad a small amount .

I am aware that this is a bigger issue for certain cases of multi boot
users, but it it is not a simple issue.

One size does (speed) does not fit all.
On 5 May 2016 07:31, "Tim"  wrote:

> Adding a UI element for a few hardware specific issues does not seem
> like a good idea, especially when I can guarantee upstream won't take
> those patches. Likely they can be fixed for the specific devices by udev
> rules or similar.
>
> Marking gnome-control-center invalid
>
> ** Changed in: gnome-control-center (Ubuntu)
>Status: Triaged => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/124440
>
> Title:
>   [enhancement] Ubuntu needs a way to set mouse scrolling speed
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-05-05 Thread Daniel van Vugt
** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [enhancement] Ubuntu needs a way to set mouse scrolling speed
+ [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-05-05 Thread Tim
Adding a UI element for a few hardware specific issues does not seem
like a good idea, especially when I can guarantee upstream won't take
those patches. Likely they can be fixed for the specific devices by udev
rules or similar.

Marking gnome-control-center invalid

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-05-05 Thread Alberto Salvia Novella
** Changed in: mir (Ubuntu)
   Importance: Undecided => Wishlist

** No longer affects: hundredpapercuts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-04-23 Thread Adam Niedling
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2016-02-27 Thread Luis Felipe Marzagao
This solution works for me:

sudo apt-get install imwheel zenity

Create a bash script and insert this:

#!/bin/bash
# Version 0.1 Tuesday, 07 May 2013
# Comments and complaints http://www.nicknorton.net
# GUI for mouse wheel speed using imwheel in Gnome
# imwheel needs to be installed for this script to work
# sudo apt-get install imwheel
# Pretty much hard wired to only use a mouse with
# left, right and wheel in the middle.
# If you have a mouse with complications or special needs,
# use the command xev to find what your wheel does.
#
### see if imwheel config exists, if not create it ###
if [ ! -f ~/.imwheelrc ]
then

cat >~/.imwheelrc

[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-12-22 Thread Kevin DuBois
** Changed in: mir
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-12-22 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.18.0+16.04.20151216.1-0ubuntu1

---
mir (0.18.0+16.04.20151216.1-0ubuntu1) xenial; urgency=medium

  [ Kevin DuBois ]
  * New upstream release 0.18.0 (https://launchpad.net/mir/+milestone/0.18.0)
- ABI summary: Only servers need rebuilding;
  . Mirclient ABI unchanged at 9
  . Mirserver ABI bumped to 36
  . Mircommon ABI unchanged at 5
  . Mirplatform ABI unchanged at 11
  . Mirprotobuf ABI unchanged at 3
  . Mirplatformgraphics ABI bumped to 7
  . Mirclientplatform ABI unchanged at 3
  . Mirinputplatform ABI added. Current version is 4
- Enhancements:
  . Use libinput by default, and remove the android input stack
  . Add x11 input probing
  . Add alternative buffer swapping mechanism internally, available with
--nbuffers 0
  . Automatic searching and selection of input platforms
  . Better support for themed cursors
  . Add demo client that uses multiple buffer streams in one surface
  . Improve fingerpaint demo to use touch pressure
  . Allow for configuring cursor acceleration, scroll speed and left or
right handed mice
  . Allow for setting a base display configuration via client api
  . Various nested server multimonitor fixes and stability improvements
  . Remove DepthId from the SurfaceStack
- Bug fixes:
  . Unit test failures in Display.* on Android (LP: #1519276)
  . Build failure due to missing dependency of client rpc code on mir
protobuf (LP: #1518372)
  . Test failure in
NestedServer.display_configuration_reset_when_application_exits
(LP: #1517990)
  . CI test failures in various NesterServer tests (LP: #1517781)
  . FTBFS with -DMIR_PLATFORM=android (LP: #1517532)
  . Nesting Mir servers with assorted display configs causes lockup
(LP: #1516670)
  . [testsfail] RaiseSurfaces.motion_events_dont_prevent_raise
(LP: #1515931)
  . CI test failures in GLMark2Test (LP: #1515660)
  . Shells that inject user input events need to agree with the system
compositor on the clock to use (LP: #1515515)
  . mircookie-dev is missing nettle-dev dependency (LP: #1514391)
  . Segmentation fault on server shutdown with mesa-kms (LP: #1513901)
  . mircookie requires nettle but libmircookie-dev doesn't depend on it
(LP: #1513792)
  . libmircookie1 package does not list libnettle as dependency
(LP: #1513225)
  . display configuration not reset when application exits (LP: #1511798)
  . unplugging external monitor causes nested server to throttle client
(LP: #1511723)
  . 1/2 screen on external monitor (LP: #1511538)
  . unity-system-compositor crash, no interaction on windowed mode
(LP: #1511095)
  . [regression] arm64/powerpc cross compile doesn't build any more
(LP: #1510778)
  . mir_connection_get_egl_pixel_format() crashes if libEGL is loaded
RTLD_LAZY (LP: #1510218)
  . [multimonitor] nested server surface positioning incorrect
(LP: #1506846)
  . unity-system-compositor fails to build against lp:mir r3027
(LP: #1506537)
  . [regression] Resampled touch events are slightly less regular than they
used to be (LP: #1506331)
  . [testsfail] Segmentation fault mir_demo_server --test-client
/usr/bin/mir_demo_client_basic (LP: #1506137)
  . [regression] Can't move/resize windows any more using Alt+left/middle
buttons (LP: #1505114)
  . CI failure on some 32-bit targets in
ServerSignal.terminate_handler_is_called_for_SIGTERM and others
(LP: #1504579)
  . multibufferstreams use surface size instead of stream size
(LP: #1503317)
  . CI segfault in mir-mediumtests-runner-mako in client tests
(LP: #1502896)
  . CI segfault in mir-mediumtests-runner-mako after AndroidHardwareSanity
tests (LP: #1502782)
  . compositing never stops when external monitor is connected
(LP: #1499039)
  . mir_demo_server crashes with ERROR: Dynamic exception type:
std::out_of_range - std::exception::what: map::at when an Xmir rootless
app is closed by its File menu. (LP: #1497128)
  . Nested servers don't apply their display configuration at startup
(LP: #1492269)
  . mir fails to open the right mouse device in kvm/qemu (LP: #1489522)
  . nexus4 & nexus7 hotplug survival (LP: #1488863)
  . Android uses mir_display_output_invalid_id (0) as an output id value
(LP: #1463873)
  . DemoRenderer: GL_BLEND is really always enabled even when not required
(also causes RGBX discolouration in mir_proving_server) (LP: #1423462)
  . Severe graphical corruption (mostly horizontal streaks/lines) running
software clients (including Xmir) on android (LP: #1406725)
  . [enhancement] Ubuntu needs a way to set mouse scrolling speed

[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-12-07 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-10-19 Thread PS Jenkins bot
Fix committed into lp:mir at revision 3037, scheduled for release in
mir, milestone 0.18.0

** Changed in: mir
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-10-19 Thread Daniel van Vugt
A fix was committed to Mir. Is it *the* fix we need for this though?

** Changed in: mir
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

** Changed in: mir
Milestone: None => 0.18.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-10-11 Thread Daniel van Vugt
** Branch linked: lp:~andreas-pokorny/mir/libinput-platform-pointer-
settings

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-09-29 Thread Adam Niedling
** Tags added: wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-07-14 Thread Bernhard Zürn
Is it still gnome control center in unity ? Perhaps thsi Bug should go
into another project/tracker ? What are the Parameters to be changed, so
that we can write a small GUI-App to manage them ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-04-15 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Confirmed = Unknown

** Changed in: gtk
   Status: Confirmed = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-04-14 Thread Timo Palomaa
Relevant: https://bugzilla.gnome.org/show_bug.cgi?id=692666#c7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-04-05 Thread Timo Palomaa
@68: What just started happening? Doesn't that sound like a driver
issue? This bug is mostly about normally behaving scroll wheels, but
people including me would just like if the lines per scrolled distance
would be adjustable (I think most people find it be too small/slow by
default... but I guess in some cases it's the opposite).

This is mainly a Gnome issue, but nothing stops Ubuntu from fixing this.
Apparently it has been just accepted as a norm everywhere except in KDE
(?) that default scroll speed is what it is or alternatively not a
single developer has ever used a mouse produced after the invention of
the scroll wheel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-04-04 Thread Aaron Schlosser
It's April of 2015, and this bug still exists. Just started happening
with my Logitech M705 mouse. This is making the OS virtually unusable
for me, as gently whispering at the mouse wheel appears to send it into
a scrolltastic frenzy, jumping tabs, pages, etc.

Very disappointing that this was reported nearly a decade ago and has
simply been punted around ever since. This is a huge UX issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-03-14 Thread Timo Palomaa
#66: With this rate of things, somewhere around 2055.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2015-03-14 Thread clel
When will this finally get implemented?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-10-19 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: New = Confirmed

** Changed in: gtk
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-07-18 Thread Alberto Salvia Novella
** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: hundredpapercuts
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-05-28 Thread Devin Linnington
Weird, comment 63 actually fixed this for me.

I'm using Fedora 20 with gnome 3 and stumbled on this bug. My scroll has
been going crazy since I restarted, and the only thing that fixed it was
unplugging and replugging the little USB wireless key. I have a
microsoft wireless mobile mouse 4000.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-05-04 Thread Adam Niedling
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-01-12 Thread M. A.
This bug is still present in Linux Mint 16 (Ubuntu 13.10). Unplug / plug
is fixing the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2014-01-12 Thread Timo Palomaa
@63: Huh? Wrong bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2013-11-25 Thread Phillip Pether
I would really love it to be able to have mouse config adjustment
options for the mouse scroll by pixel instead of it jumping per line.
It's bit annoying with it jumping 3-4 lines at a time or even half a
page. most users, especially if they've come from another OS such as
Windows or Mac OSX would hate not being able to adjust the scroll by
pixel.

Mouse Scroll per Pixel  [ 2 ]

or to any other user defined number of pixels they wish to set their
scrolling rate to. I find it rather disappointing that Ubuntu lacks this
option to customize your own mouse to how you want it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse scrolling speed

2013-10-17 Thread Daniel van Vugt
** Summary changed:

- [feature] Ubuntu needs a way to set mouse scrolling speed
+ [enhancement] Ubuntu needs a way to set mouse scrolling speed

** Tags removed: feature
** Tags added: enhancement

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/124440

Title:
  [enhancement] Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs