[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-09-29 Thread Johan Boule
*** This bug is a duplicate of bug 1682193 ***
https://bugs.launchpad.net/bugs/1682193

** This bug has been marked a duplicate of bug 1682193
   Mouse acceleration significantly reduced after upgrade to 17.04

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

Title:
  Mouse pointer speed setting has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+subscriptions

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

[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-04-17 Thread Johan Boule
Guilherme, are you sure xinput has no effect at all ?
The effect might not be noticeable unless you try more extreme values. Here the 
range is between -1 and +1, so zero seems to be some average.

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

Title:
  Mouse pointer speed setting has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+subscriptions

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


[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-04-17 Thread Johan Boule
Thank you Ivan Larionov for pointing me to this xinput tool, which can
also be used as a simple workaround : you can set the desired
acceleration using "xinput --set-prop   ". To know
the , run "xinput" without arguments and look for your mouse
device, then to know the , run "xinput --list-props " and
look for a property "Accel speed". For example, in my case (see previous
attachment), "xinput --set-prop 11 282 0.2".

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

Title:
  Mouse pointer speed setting has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+subscriptions

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


[Bug 1683145] Re: Mouse pointer speed setting has no effect

2017-04-17 Thread Johan Boule
I'm adding xinput props details too.

** Attachment added: "xinput_props.txt"
   
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+attachment/4863607/+files/xinput_props.txt

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

Title:
  Mouse pointer speed setting has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+subscriptions

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2017-04-16 Thread Johan Boule
** Tags added: zesty

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2017-04-16 Thread Johan Boule
The bug is still here in Ubuntu 17.10.
Tested by opening gedit, and adding a second tab : my eyes can hardly tell 
which tab is active.

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1683145] [NEW] Mouse pointer speed setting has no effect

2017-04-16 Thread Johan Boule
Public bug reported:

In Setting, Mouse & Touchpad, changing the Mouse pointer speed has no effect 
after upgrading from 16.10 to 17.04.
Same with Touchpad pointer speed.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity-control-center 15.04.0+17.04.20170402.6-0ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sun Apr 16 16:21:26 2017
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/unity-control-center
InstallationDate: Installed on 2015-06-21 (664 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: unity-control-center
UpgradeStatus: Upgraded to zesty on 2017-04-16 (0 days ago)

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  Mouse pointer speed setting has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1683145/+subscriptions

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-12-09 Thread Johan Boule
In Unbuntu 16.10, the easy fix in ~/.config/gtk-3.0/gtk.css does not
work anymore.

I used to simply have this in that file :

  .notebook tab:active {
background-color: @selected_bg_color;
  }

But now, gedit does not take it into account anymore (neither gnome-
terminal but afaik they unfortunately hacked something specific just to
workaround the problem locally, and indeed it's now better-looking in
that app now).

Does anyone know what's the new css class to style to get *all* gtk tabs
look fine ?

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 762349] Re: [SRU] Difficult to distinguish which tab is selected

2016-07-02 Thread Johan Boule
The current fix is only a workaround that's specific to the terminal app, while 
the bug appears to be broader issue assigned to the ubuntu-themes package.
I can confirm that the problem persists for other apps. Try gedit for example.
Can you please reopen the bug ?

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

Title:
  [SRU] Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1576167] Re: Percentage bars are ugly

2016-05-02 Thread Johan Boule
*** This bug is a duplicate of bug 1052936 ***
https://bugs.launchpad.net/bugs/1052936

The ugliness is beyond comprehension. Someone is sadistically toying around 
with our poor eyes and this is a rather unpleasant feeling.
Before you fix something, that thing needs to be broken in the first place, 
right ? Well done then.
It's unfortunate the person who did this change didn't put his efforts on 
fixing bug #762349 instead.
What's the next step ? Shall we try removing the orange border and keep only 
the white colour ?

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

Title:
  Percentage bars are ugly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1576167/+subscriptions

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


[Bug 1526322] Re: Lock screen shows unnecessary warning about numlock

2016-04-25 Thread Johan Boule
I agree with this idea that the warning should rather be displayed when numlock 
is off.
I won't argue whether a  numpad has any use with numlock off, but i would 
certainly argue that when typing a password, it's mostly useless to use the 
numpad for anything else than digits or the 4 operators.
In this sense, the warning is illogical and makes the system uncesserarilly 
chatty.

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

Title:
  Lock screen shows unnecessary warning about numlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1526322/+subscriptions

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


[Bug 762349] Re: Difficult to distinguish which tab is selected

2016-04-25 Thread Johan Boule
Since this simple theme bug has not been fixed for 5 years, despite
being a annoying usability issue, I have to ask what's needed to be able
to eventually see a fix coming.

Is there something that makes it technically harder than it seems to be to 
correct the theme ?
Who's in charge of the gtk theming issues ?
Has this bug been assigned to the right person ?

How can we make it progress ?

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

Title:
  Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 762349] Re: Difficult to distinguish which tab is selected

2016-04-25 Thread Johan Boule
I really hope the 16.04.1 point release will finally get someone to push a fix 
to this otherwise we're going to live with this for several more years.
I'm re-enabling my custom ~/.config/gtk-3.0/gtk.css once again.

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

Title:
  Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 1429584] Re: gnome-terminal doesn't set $COLORTERM from 3.14 onwards

2015-08-01 Thread Johan Boule
Can we make it so the new VTE release appear in Ubuntu 15.04 ?

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

Title:
  gnome-terminal doesn't set $COLORTERM from 3.14 onwards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1429584/+subscriptions

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


[Bug 67691] Re: Nautilus can leave half-copied files on the target on error or cancel

2015-07-23 Thread Johan Boule
My doubt confirmed. I'll have to use rsync to fix the partial copies.

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

Title:
  Nautilus can leave half-copied files on the target on error or cancel

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/67691/+subscriptions

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


[Bug 67691] Re: Nautilus can leave half-copied files on the target on error or cancel

2015-07-23 Thread Johan Boule
And now rsync reveals another problem... nautilus doesn't preserve mtime
while copying!

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

Title:
  Nautilus can leave half-copied files on the target on error or cancel

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/67691/+subscriptions

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


[Bug 762349] Re: Difficult to distinguish which tab is selected

2015-07-20 Thread Johan Boule
echo '.notebook tab:active { background-color: @selected_bg_color; }' 
~/.config/gtk-3.0/gtk.css

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

Title:
  Difficult to distinguish which tab is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+subscriptions

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


[Bug 269904] Re: Screen refresh problems with nvidia cards

2015-05-08 Thread Johan Boule
I set up a reminder to check this issue once again on Utopic. So, today
I went to http://packages.ubuntu.com/utopic/compiz, clicked on the
Changelog link, searched for #269904, and didn't find it.

Tank you Mateusz for having added an utopic tag to this issue.

However as time passes, I can't help but think this bug will never be
officially fixed on Utopic, since its end of life date is just two
months from now.

You may just mark it as Won't fix for Utopic.

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

Title:
  Screen refresh problems with nvidia cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/269904/+subscriptions

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