[Bug 1784903] [NEW] Volume keys auto-repeat indefinitely in Medion laptop

2018-08-01 Thread cousteau
Public bug reported:

Summary: Several models of Medion laptops need to be added to
`/lib/udev/hwdb.d/60-keyboard.hwdb` so that volume keys don't auto-
repeat indefinitely.



I just installed Xubuntu on a Medion P6689 MD61019 laptop, and it turns
out that pressing the volume keys (Fn-F11/F12) causes them to auto-
repeat indefinitely, increasing/decreasing the volume until reaching
100%/0%.  Same happens with mute (Fn-F10).  Apparently these keys only
send key press events but not key release ones.

It seems that this issue is common in Medion laptops:
* https://askubuntu.com/questions/994333/volume-buttons-stay-pressed
* 
https://askubuntu.com/questions/1048531/volume-control-keys-mute-volume-up-down-auto-repeat-key-presses
* https://bbs.archlinux.org/viewtopic.php?id=233114

For those affected by this bug, I posted a workaround here:
https://askubuntu.com/a/1061500/854656

I've attached the file with the workaround as I have it in my laptop
right now.



Ubuntu release:  Xubuntu 18.04.1 64b (bionic)
Package version: udev 237-3ubuntu10.3
Laptop model:Medion P6689 MD61019

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


** Tags: auto-repeat keyboard keys laptop medion udev volume

** Attachment added: "Lines to add to /lib/udev/hwdb.d/60-keyboard.hwdb 
(possibly with a different :pn pattern)"
   
https://bugs.launchpad.net/bugs/1784903/+attachment/5170491/+files/99-keyboard-medion-vol-fix.hwdb

** Tags added: laptop

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

Title:
  Volume keys auto-repeat indefinitely in Medion laptop

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

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

[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2014-05-08 Thread cousteau
It's 2014, this bug is already 2 years old, and hasn't been fixed yet, 
at least on Xubuntu 12.04.  Fixing it seems trivial.

Possible solutions:

1. If the package gnome-keyring is not needed on Xubuntu (or other 
   affected Ubuntu flavors), it should be considered to be removed from 
   it as a default package so that other applications don't try to 
   connect to it.

2. If the package gnome-keyring is required, it should be fixed so that 
   it runs properly on all the Ubuntu flavors that use it.  The problem 
   seems to be in /etc/xdg/autostart/gnome-keyring-pkcs11.desktop which 
   is only enabled for Gnome and Unity.
   2.1. Fix the line OnlyShowIn=GNOME;Unity;
2.1.1. by appending XFCE;KDE;LXDE; and any other DE that may 
   need or use pkcs11.
2.1.2. by deleting or commenting out that line so that all DEs 
   may use it (if anything, add a NotShowIn=... blacklist 
   for DEs in which this may cause problems).
   2.2. Make XFCE include an identical .desktop file with 
OnlyShowIn=XFCE; in it, so that the fix for XFCE is independent 
from other DEs.
   2.3. Make XFCE load all Gnome services at startup by default (which 
may also include some unwanted stuff and thus may not be a good 
idea).

3. If the package gnome-keyring is required due to dependencies, but 
   the service pkcs11 is not needed for it and other applications to 
   run properly, the warning message it displays should be removed.
   3.1. Making gnome-keyring not display that warning.
   3.2. Making gnome-keyring inform applications that the service 
pkcs11 is unavailable.
   3.3. Making all applications that use gnome-keyring check whether 
the service pkcs11 is available before requesting it (which 
would imply fixing them one by one, which may be a bad idea).

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

Title:
  XFCE (and other non-GNOME) desktops do not initialise gnome-keyring
  correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

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

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


[Bug 984785] Re: .goutputstream files polluting $HOME

2013-02-28 Thread cousteau
Shouldn't temporary files be created in /tmp rather than $HOME?

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

Title:
  .goutputstream files polluting $HOME

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

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


[Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2013-01-08 Thread cousteau
Ok, I spent quite long to figure out why cedilla was the new acute.

Since my keyboard already has a Ç key (which I use very rarely) I'm
quite annoyed with the decision of making dead_acute + c become a c with
cedilla instead of a c with acute (which doesn't have any other input
method that doesn't involve writing Unicode codes).  Wouldn't it be
possible to use a different combination for ç, such as dead_grave + c
(or the already existing AltGr-,)?  Or use ~/.XCompose or instead of
overriding it with a custom configuration.  If none of those seem
feasible, maybe giving cacute a different combination, such as
dead_grave + c, could do  (although in my opinion it makes far more
sense that the dead ACUTE key, followed by the C key, prints a C with
ACUTE rather than a C with CEDILLA).

Among all possible solutions, I think that the best one would be to just
make the default input method use X11's Compose, which already solved
this problem in a localized way by having a special key composition file
for pt_BR locale which maps dead_acute c to ccedilla while keeping
other locales with the default cacute setting, in addition to allowing
the user to have a custom ~/.XCompose file.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/518056

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/518056/+subscriptions

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

[Bug 642792] Re: ALT+PrtSc not recognised: breaks built-in screenshot function

2011-01-10 Thread cousteau
Rather than setting SysRq to Ctrl-Alt-PrintScreen, as it's done with other 
keybindings such as Alt-Fx - Ctrl-Alt-Fx, or completely disabling it, I'd just 
change the keybindings:
* PrintScreen: Save Screenshot dialog
* Shift+PrintScreen: Save Screenshot dialog for current window
Additionally, these direclty copy to clipboard shortcuts might be useful:
* Ctrl+PrintScreen: copy screen to clipboard (lossless quality)
* Shift+Ctrl+PrintScreen: copy window to clipboard

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

Title:
  ALT+PrtSc not recognised: breaks built-in screenshot function

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


[Bug 408336] Re: rhythmbox-metadata crashed with SIGSEGV in free()

2010-01-12 Thread Cousteau
Happened to me too, but I'm on lucid lynx (updated as of 12th of Jan
2010).

-- 
rhythmbox-metadata crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/408336
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 193325] Re: unknown media type during update

2009-04-26 Thread cousteau
Is it possible that this message appears if nautilus isn't running?
(e.g. killed or segfaulted)

-- 
unknown media type during update
https://bugs.launchpad.net/bugs/193325
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for shared-mime-info.

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


Re: [Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-11-05 Thread cousteau
Yes, exactly. Good somebody else reports this bug now :)

Am Montag, den 05.11.2007, 12:32 + schrieb Dianne Reuby:

 Forgot to say that I've checked some of my other PDF files - only
 those
 created with Adobe InDesign CS seem to have a problem. Those created
 with other software including OO display correctly.


-- 

klaar kiming, rüm hart

falkemedia e.K.
Thomas L. Raukamp | Chefredaktion Beat | Redaktion RENDSBURGerLEBEN

Büro Rendsburg:
Mühlenstraße 10
D-24768 Rendsburg

Deutschland | Germany | Allemagne | Alemania
Fon+49 (0)43 31 - 43 62 64
Fax+49 (0)431 - 20 07 66 50
AIMcousteauwork

www.falkemedia.de •  www.maclife.de
www.beat.de •  www.digitalphoto.de
www.kielerleben.de •  www.rendsburgerleben.de
www.hoerbuecher-magazin.de

Steuernr.: 2003201354 | UmSt.-ID: DE166220714 | HRA 5544 KI Amtsgericht
Kiel

Der Inhalt dieser e-Mail ist allein für den vorab bezeichneten Empfänger
oder Vertreter desselben bestimmt. Soweit nicht im Text anders
angegeben, stellt jede Weitergabe oder öffentliche Wiedergabe eine
Verletzung des Allgemeinen Persönlichkeitsrechts dar. (BGHZ 13, 334)
Einer über diesen Kontakt hinausgehenden Übermittlung meiner Daten sowie
deren Nutzung für Werbungs-, Meinungs- oder Marktforschungszwecke stimme
ich gemäß § 28 Abs. 3 Bundesdatenschutzgesetz nicht zu.

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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

Re: [Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-11-05 Thread cousteau
Only solution at the moment is using the latest Acrobat Reader from
Adobe ...

Am Montag, den 05.11.2007, 12:32 + schrieb Dianne Reuby:

 Forgot to say that I've checked some of my other PDF files - only those
 created with Adobe InDesign CS seem to have a problem. Those created
 with other software including OO display correctly.
 


-- 

klaar kiming, rüm hart

falkemedia e.K.
Thomas L. Raukamp | Chefredaktion Beat | Redaktion RENDSBURGerLEBEN

Büro Rendsburg:
Mühlenstraße 10
D-24768 Rendsburg

Deutschland | Germany | Allemagne | Alemania
Fon+49 (0)43 31 - 43 62 64
Fax+49 (0)431 - 20 07 66 50
AIMcousteauwork

www.falkemedia.de •  www.maclife.de
www.beat.de •  www.digitalphoto.de
www.kielerleben.de •  www.rendsburgerleben.de
www.hoerbuecher-magazin.de

Steuernr.: 2003201354 | UmSt.-ID: DE166220714 | HRA 5544 KI Amtsgericht
Kiel

Der Inhalt dieser e-Mail ist allein für den vorab bezeichneten Empfänger
oder Vertreter desselben bestimmt. Soweit nicht im Text anders
angegeben, stellt jede Weitergabe oder öffentliche Wiedergabe eine
Verletzung des Allgemeinen Persönlichkeitsrechts dar. (BGHZ 13, 334)
Einer über diesen Kontakt hinausgehenden Übermittlung meiner Daten sowie
deren Nutzung für Werbungs-, Meinungs- oder Marktforschungszwecke stimme
ich gemäß § 28 Abs. 3 Bundesdatenschutzgesetz nicht zu.

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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

[Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau
Information dialogue.

** Attachment added: Screenshot 3
   
http://launchpadlibrarian.net/10032118/Bildschirmfoto-Zur%20Korrektur%20-%20Datei-Browser.png

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau
These are the informations about the PDF.

** Attachment added: Screenshot 3
   http://launchpadlibrarian.net/10032142/Bildschirmfoto-Einstellungen.png

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau
this is how it looks in a thumbnail, which is correct (2nd left, row
above)

** Attachment added: Screenshot 2
   
http://launchpadlibrarian.net/10032076/Bildschirmfoto-Zur%20Korrektur%20-%20Datei-Browser.png

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau

** Attachment added: Screenshot
   
http://launchpadlibrarian.net/10032065/Bildschirmfoto-006_Editorial.indd%20%28006_Editorial.pdf%29.png

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 153057] Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau
Public bug reported:

Binary package hint: evince

i just switched to ubuntu 7.10 gutsy gibbon which contains evince
2.20.0. the former verwsion that was supplied with feisty fawn had no
problems displaying documents done with InDesign from our company. the
latest one has. it looks like only the basic layer of the layout is
displayed, and that's it. i tried other documents and they work fine.
but everything i received from InDesign faild :/

ProblemType: Bug
Architecture: i386
Date: Mon Oct 15 22:22:26 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/evince
Package: evince 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: evince 
file:///home/cousteau/Beat/Beat_12_2007/Zur%20Korrektur/006_Editorial.pdf
ProcCwd: /home/cousteau
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux cousteau-tux 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 153057] Re: Evince doesn't display PDF-documents done with InDesign

2007-10-15 Thread cousteau

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/10032051/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/10032052/ProcStatus.txt

-- 
Evince doesn't display PDF-documents done with InDesign
https://bugs.launchpad.net/bugs/153057
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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