[Bug 938751] Re: Images are washed out or colors are skewed in some apps (particularly Image Viewer and Chrome)

2022-05-31 Thread Gael Lafond
Ubuntu 21.10
The issue still remain.

In colour setting window, the "remove" button is now disabled.

There is what fixed the issue for me:

Deny any access to any user to the folder contains the ICC files.

$ sudo chmod 000 ~/.local/share/icc
$ reboot

Here is how a track down the ICC folder in use:

1. Install gnome-color-manager
2. Open colour settings.
3. Click the colour profile in use and click the "View profile" button.
4. Find the path to the ICC file.
5. Deny any access to any user to the folder contains the ICC files.

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

Title:
  Images are washed out or colors are skewed in some apps (particularly
  Image Viewer and Chrome)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/938751/+subscriptions


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

[Bug 1825499] Re: Touchpad vertical sensitivity is much higher than horizontal sensitivity [HP Pavilion g6]

2020-04-29 Thread Gael Lafond
Thanks #29!
Your fix worked for me as well.

I have an old HP Pavillon g6.

I calculated my touchpad edge like so:

1. Physically measure the touchpad.
Mine is 90mm x 50mm

2. Find the input device used for the touchpad.
$ ll /dev/input/by-path/
platform-i8042-serio-1-event-mouse -> ../event1

3. Run edge detector using the measurement done in step 1, on the device found 
in step 2
$ sudo touchpad-edge-detector 90x50 /dev/input/event1
Run the finger on the touchpad until the number stop changing, then hit 
CTRL+C

4. Edit the evdev config file
$ sudo vim /lib/udev/hwdb.d/60-evdev.hwdb

Comment out the whole "HP Pavillon g6" section
Added the following lines, bellow the now commented out "HP Pavillon g6" 
section

evdev:name:SynPS/2 Synaptics 
TouchPad:dmi:bvnInsyde:bvrF.53:bd10/24/2012:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06901320461620100:rvnHewlett-Packard:rn3566:rvr21.3A:cvnHewlett-Packard:ct10:cvrChassisVersion:*
 EVDEV_ABS_00=1208:5767:51
 EVDEV_ABS_01=1163:4838:74
 EVDEV_ABS_35=1208:5767:51
 EVDEV_ABS_36=1163:4838:74

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

Title:
  Touchpad vertical sensitivity is much higher than horizontal
  sensitivity [HP Pavilion g6]

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

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

[Bug 49579] Re: screen doesn't lock when some menu is open

2014-11-09 Thread Gael Lafond
This bug also occur with contextual menu. Right click anywhere and wait.
The screen goes black after a while. Move the mouse to activate the
screen. The screen is NOT lock. Strangely, the screen lock immediately
after the menu disappear (left click anywhere outside the menu).

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

Title:
  screen doesn't lock when some menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/49579/+subscriptions

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


[Bug 941651] Re: In Alarm-Clock notificatons, the text box is missing for a passive popup

2012-08-29 Thread Gael Lafond
@John - I was just trying to help...

If you want to use it without recompiling it, do the trick I propose.
It's up to you. I'm not the developer of this app, I'm not going to fix
it. I agree that it's broken, I even click the Also affect me link to
confirm it as been a bug. There is a lot more bugs than this one with
this app. For example, every morning, after booting the computer, I have
to go through all the alarms, disable them and re-enable them to reset
the counter. For some reason, all the counters are always random after a
reboot. The app is quite hard to use with all it's bugs, but with a few
quite ugly workarounds, it can be used...

Personally, I don't like the way that Gnome is going. I think they are
trying to re-invent the wheel with their new Unity desktop. I tried
really hard to appreciate it but I cant. I'm loosing so much time
looking for my apps and files, I need a Desktop and an proper app menu
with sub-menus. I installed the gnome-session-fallback package to be
able to use the classic gnome desktop. It seems that a lot of apps, like
alarm-clock, are acting oddly with that new classic interface...

Btw, to have the clock in the panel, you need to install the package
alarm-clock-applet. It will appear in the panel, in the Indicator
Applet, as soon as you start the alarm-clock application. If you don't
have an Indicator Applet in your panel, you can add one by right-
clicking the panel, while pressing Alt and the Meta key (the Windows
key), and choose Add to Panel

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

Title:
  In Alarm-Clock notificatons, the text box is missing for a passive
  popup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alarm-clock/+bug/941651/+subscriptions

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


[Bug 941651] Re: In Alarm-Clock notificatons, the text box is missing for a passive popup

2012-08-28 Thread Gael Lafond
Easy fix:
1. Left-click the alarm-clock-applet from the menu  Show alarms
2. Edit the alarm
3. Select Start Application and add something like the following in the 
Command. NOTE: zenity was already installed on my computer, I think it is 
installed by default
zenity --info --title=Alarm --text=Message shown in the window

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

Title:
  In Alarm-Clock notificatons, the text box is missing for a passive
  popup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alarm-clock/+bug/941651/+subscriptions

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


[Bug 1040939] [NEW] Compiz switcher trigger magnifier

2012-08-23 Thread Gael Lafond
Public bug reported:

I notice the following Bug on Ubuntu 12.04, Gnome Classic

1. Setup compiz to use the Magnifier (using the default settings) and any 
Switcher (Ring Switcher, Shift Switcher or Static Application Switcher).
2. Bring the switcher, choose a window and press Enter (or Esc to cancel).
3. The Magnifier appear on the screen (with a zoom of 4 levels).

I don't see any clashes in the key bindings between the Magnifier and
the Switcher.

NOTE: The bug do not occur if a mouse button is pressed to choose the
window (or when nothing is pressed, with the Ring Switcher or the
Static Application Switcher).

** Affects: compiz (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/1040939

Title:
  Compiz switcher trigger magnifier

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

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


[Bug 1024800] Re: Ubuntu 12.04 switches to Chinese language

2012-08-20 Thread Gael Lafond
I got the same problem a few minutes ago, from a fresh install (Ubuntu
64 bits - Gnome classic). The system switch to Chinese without any
apparent reason. I have no Chinese package installed (as long as I
know), I don't even know how Ubuntu can translate the UI in Chinese
without the Chinese package...

I notice that the language settings for the system was still in English, but 
the user management setting had switch to Chinese:
Cog (in the top right corner of the top panel)  System Settings  System  
User Accounts (bottom right icon)
Language: Chinese (why? I switched it to English and that fixed the problem)


I don't want to reinstall, but I think the following steps may reproduce the 
bug:

1. Add an extra keyboard layout; I added the French Canadian keyboard
(Cog  System Settings  Personal  Keyboard Layout)

2. I clicked on Layouts tab, added the keyboard, than I clicked on the System 
tab. At the bottom of the Screen, it was showing Format: Chinese. The system 
was still in English at that time.
Your settings
* Display language: English (not sure)
* Input source: English (US), French (Canada)
* Format: Chinese
System settings
* Display language: BLANK
* Input source: English (US)
* Format: BLANK

3. I clicked the Language tab. For some reason, Chinese was the first
one and of the list and it was selected. I manually selected English.
After reboot, the system was in Chinese...


What I think happened:

There is nothing selected for the System settings, so nothing to
fallback to when the user has no selection (for language, format and
maybe other locale settings not shown there). I suppose that Ubuntu
choose the first of the list (alphabetic order) which is Chinese. I
can't uninstall Chinese (it seems like it's not even installed).

I hope that can help to track 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/1024800

Title:
  Ubuntu 12.04 switches to Chinese language

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

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


[Bug 1024800] Re: Ubuntu 12.04 switches to Chinese language

2012-08-20 Thread Gael Lafond
Steps to reproduce:

1. Install Ubuntu, Fresh install, with gnome-session-fallback (for Gnome 
Classic)
2. Log in, on Gnome Classic
3. Go to keyboard layout settings (gnome-control-center  Personal  Keyboard 
Layout). You should see 4 tabs: Language, Formats, Layouts, System (Language is 
the default, with no language selected)
4. Click a tab (any other tab than Language) then go back to the Language tab. 
Chinese has been automatically selected. On next reboot, the system will be in 
Chinese.

NOTE: With Unity, the Keyboard Layout do not have tabs (only Layouts),
so I can't reproduce the bug using those steps.

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

Title:
  Ubuntu 12.04 switches to Chinese language

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

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


[Bug 670720] Re: Select windows when the mouse moves over them settings goes back to default when screen is unlocked

2010-11-05 Thread Gael Lafond
Thanks for you interest. In fact, the setting do not change. It just
react like if it had change. I also notice that the window decoration is
not affect; it only change the keyboard focus.

You are right, the Bug is probably not in the tool that change the
settings, it's on Ubuntu itself. I don't know how to set it to Unknown.

-- 
Select windows when the mouse moves over them settings goes back to default 
when screen is unlocked
https://bugs.launchpad.net/bugs/670720
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 670720] [NEW] Select windows when the mouse moves over them settings goes back to default when screen is unlocked

2010-11-03 Thread Gael Lafond
Public bug reported:

Binary package hint: gnome-control-center

How to reproduce the Bug:
1. Open the Window Preferences (gnome-window-properties)
2. Deselect Select windows when the mouse moves over them.
The windows selection do not occur on mouse over (expected behaviour)
3. Wait until the screen lock by itself (Ctrl+Alt+L or lock it from the menu do 
not reproduce the Bug)
4. Unlock the screen
5. The selection occur on mouse over until a Window is selected from the Window 
List panel.

The Bug occur every time I do the above procedure. There is probably
something else in related to it since it do not occur when the screen is
manually lock.

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

-- 
Select windows when the mouse moves over them settings goes back to default 
when screen is unlocked
https://bugs.launchpad.net/bugs/670720
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599206] [NEW] Typo in protanopia color filter

2010-06-27 Thread Gael Lafond
Public bug reported:

Binary package hint: compiz

There is a Typo in protanopia color filter. It is spell protonopia
in the configuration interface. The filter file is spell correctly so
the filter is not working unless you rename it to protanopia in the
graphical configuration interface (executable /usr/bin/ccsm).

Reproduce the Bug
1. Load ccsm
2. Activate color filter by checking the box
3. Click color filter to configure it
4. Delete a few filter to have an idea of that filter is activated (keep 
grayscale and protonopia)
5. Press keys Superf or Superd to activate the filter
6. Press keys CtrlSupers to switch between the 2 filters
You will notice that you can have Grayscale (twice due to an other Bug I guess) 
and a not found filter without any error message that will just display the 
normal screen as if the color filter was disabled.

Solution:
1. Load ccsm
2. Click Color filter to configure it
3. Click on protonopia filter
4. Click on Edit button
5. Rename it to protanopia
6. Close the interface

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: compiz 1:0.8.4-0ubuntu15
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
CompizPlugins: 
[core,ccp,move,resize,place,decoration,gnomecompat,session,commands,mousepoll,colorfilter,text,png,dbus,vpswitch,workarounds,neg,resizeinfo,imgjpeg,regex,svg,snap,wall,animation,expo,fade,ezoom,scale,scaleaddon,staticswitcher]
Date: Mon Jun 28 13:38:58 2010
ProcEnviron:
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: compiz

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug lucid

-- 
Typo in protanopia color filter
https://bugs.launchpad.net/bugs/599206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 599206] Re: Typo in protanopia color filter

2010-06-27 Thread Gael Lafond

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/51012225/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/51012226/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/51012227/Dependencies.txt

** Attachment added: GconfCompiz.txt
   http://launchpadlibrarian.net/51012228/GconfCompiz.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/51012229/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/51012230/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/51012231/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/51012232/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/51012233/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/51012234/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/51012235/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/51012236/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/51012237/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/51012238/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/51012239/Xrandr.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/51012240/XsessionErrors.txt

-- 
Typo in protanopia color filter
https://bugs.launchpad.net/bugs/599206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599206] Re: Typo in protanopia color filter

2010-06-27 Thread Gael Lafond
Sorry for the noise: The debug info and logs files had been
automatically added, but they are not needed. I can't find how to delete
them.

** Description changed:

  Binary package hint: compiz
  
  There is a Typo in protanopia color filter. It is spell protonopia
  in the configuration interface. The filter file is spell correctly so
  the filter is not working unless you rename it to protanopia in the
  graphical configuration interface (executable /usr/bin/ccsm).
  
  Reproduce the Bug
  1. Load ccsm
  2. Activate color filter by checking the box
  3. Click color filter to configure it
  4. Delete a few filter to have an idea of that filter is activated (keep 
grayscale and protonopia)
  5. Press keys Superf or Superd to activate the filter
  6. Press keys CtrlSupers to switch between the 2 filters
  You will notice that you can have Grayscale (twice due to an other Bug I 
guess) and a not found filter without any error message that will just display 
the normal screen as if the color filter was disabled.
  
  Solution:
  1. Load ccsm
  2. Click Color filter to configure it
  3. Click on protonopia filter
  4. Click on Edit button
  5. Rename it to protanopia
  6. Close the interface
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: compiz 1:0.8.4-0ubuntu15
  ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic x86_64
- NonfreeKernelModules: nvidia
- Architecture: amd64
  CompizPlugins: 
[core,ccp,move,resize,place,decoration,gnomecompat,session,commands,mousepoll,colorfilter,text,png,dbus,vpswitch,workarounds,neg,resizeinfo,imgjpeg,regex,svg,snap,wall,animation,expo,fade,ezoom,scale,scaleaddon,staticswitcher]
  Date: Mon Jun 28 13:38:58 2010
- InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
- MachineType: Gigabyte Technology Co., Ltd. X58A-UD3R
- PackageArchitecture: all
- PciDisplay: 03:00.0 VGA compatible controller [0300]: nVidia Corporation 
GT215 [GeForce GT 240] [10de:0ca3] (rev a2)
- ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=c5f37911-942d-417e-8962-d8dc79e7b428 ro quiet splash
  ProcEnviron:
-  LANG=en_AU.UTF-8
-  SHELL=/bin/bash
- RelatedPackageVersions:
-  xserver-xorg 1:7.5+5ubuntu1
-  libgl1-mesa-glx 7.7.1-1ubuntu3
-  libdrm2 2.4.18-1ubuntu3
-  xserver-xorg-video-intel 2:2.9.1-3ubuntu5
-  xserver-xorg-video-ati N/A
+  LANG=en_AU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: compiz
- dmi.bios.date: 04/20/2010
- dmi.bios.vendor: Award Software International, Inc.
- dmi.bios.version: FA
- dmi.board.name: X58A-UD3R
- dmi.board.vendor: Gigabyte Technology Co., Ltd.
- dmi.board.version: x.x
- dmi.chassis.type: 3
- dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
- dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFA:bd04/20/2010:svnGigabyteTechnologyCo.,Ltd.:pnX58A-UD3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnX58A-UD3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
- dmi.product.name: X58A-UD3R
- dmi.sys.vendor: Gigabyte Technology Co., Ltd.
- glxinfo: Error: [Errno 2] No such file or directory
- system: distro = Ubuntu, architecture = x86_64, kernel = 2.6.32-22-generic

-- 
Typo in protanopia color filter
https://bugs.launchpad.net/bugs/599206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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