[Bug 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Thanks, I tried that, it's really *ugly* to have 10+ network drives on a
panel, but it seems I can use it until a solution is found or created.

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-07-24 Thread cheoppy
Still not fixed as of July 24.
Does a manual workaround exists? I'm a laptop user, and use various windows 
shares, which now I have to mount in a terminal, not so convenient...

-- 
user-mountable (nfs) filesystems are not showing up in Computer view of nautilus
https://bugs.launchpad.net/bugs/195180
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185470] Re: iwl3945 not functioning : microcode error

2008-10-17 Thread cheoppy
Happened to me using 2.6.24-21.27 version of backported modules as well.
But it occurs only randomly, eg. I can use my WPA2 wifi at home without
problems, but it gets locked up easily when I use my university's open
wifi. However my card seems to work fine without backported modules, so
something is wrong with the backported modules package.

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-03-16 Thread cheoppy
I also had this problem, and solved it by modifying the hotkey-setup
script, because dmidecode doesn't give the names as the script expects.

For dmidecode --string system-manufacturer I get "MICRO-STAR INT'L CO.,LTD."
For dmidecode --string system-product-name I get "MS-1057"
For dmidecode --string system-version I get "0571"

In /etc/init.d/hotkey-setup I simply changed

MICRO-STAR*)
case "$name" in
*INFINITY*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
esac
;;

to

MICRO-STAR*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;

to avoid checking for name, because it's not that it excepts.

I attached the dmidecode output, please make the necessary changes to
this script to work as it should.

** Attachment added: "dmidecode_msi_s262_20080316.txt"
   http://launchpadlibrarian.net/12693525/dmidecode_msi_s262_20080316.txt

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 190428] Re: emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/11846789/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11846790/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11846791/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11846792/ProcStatus.txt

** Visibility changed to: Public

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] [NEW] emerald crashed on "alt-tab" windows switching

2008-02-09 Thread cheoppy
Public bug reported:

Binary package hint: emerald

The symptoms are well described in Bug #151499 (altough it has been
closed): When using alt-tab to switch between windows, emerald tends to
crash, but only if I keep the keys pressed for some seconds (eg.
switching between dozens of windows), if I release them immediately no
crash occurs.

system information:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

package info:
emerald0.3~git20070717-0ubuntu1 Decorator for compiz-fusion

ProblemType: Crash
Architecture: i386
Date: Thu Jan 31 17:28:45 2008
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/emerald
NonfreeKernelModules: vmnet vmblock vmmon
Package: emerald 0.3~git20070717-0ubuntu1
PackageArchitecture: i386
ProcCmdline: emerald --replace
ProcCwd: /home/cheoppy
ProcEnviron:
 
PATH=/home/cheoppy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: emerald
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: emerald crashed with SIGSEGV
Uname: Linux gaia 2.6.24-20080125 #1 SMP Fri Jan 25 09:20:44 CET 2008 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

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


** Tags: apport-crash need-i386-retrace

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190428] Re: emerald crashed on "alt-tab" windows switching

2008-03-08 Thread cheoppy
I took a look at the hardy's emerald package, but it requires a newer
libc6 to be installed, which is not present in the gutsy repos. Is it
safe to update both libc6 and emerald on gutsy, using manually
downloaded packeges from hardy's repo? If it is then I will give it a
try and tell if this bug is fixed.

-- 
emerald crashed on "alt-tab" windows switching
https://bugs.launchpad.net/bugs/190428
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 289966] Re: Open/Close animations do not function after upgrade to Intrepid

2008-11-15 Thread cheoppy
Same here, solution here:
http://ubuntuforums.org/showpost.php?p=6050608&postcount=12

-- 
Open/Close animations do not function after upgrade to Intrepid
https://bugs.launchpad.net/bugs/289966
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 83058] Re: Brightness keys support for MSI MegaBook S262

2008-11-16 Thread cheoppy
Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

MICRO-STAR*)
case "$name" in
*INFINITY*|*MS-1057*)
. /usr/share/hotkey-setup/micro-star-infinity.hk
;;
*PR2??)
. /usr/share/hotkey-setup/micro-star-pr.hk
;;
esac
;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 83058] Re: Brightness keys support for MSI MegaBook S262

2009-01-13 Thread cheoppy
Any changes? It would be nice to fix it in Jaunty...

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
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 29695] Re: after sleep+resume I can't restart the system

2008-11-09 Thread cheoppy
Running Hardy, with kernel 2.6.24-21.43 and this problem is still present. (I'm 
not planning to switch to Intrepid soon, since hardy is a LTS release.)
How may I help fixing this bug? I can give you logs, dmidecode, lspci outputs, 
etc, but which one is useful?

-- 
after sleep+resume I can't restart the system
https://bugs.launchpad.net/bugs/29695
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 203349] Re: Broken plural forms in KDE

2008-10-25 Thread cheoppy
Latest Amarok update from hardy-updates broke Hungarian translations.
Amarok package version: 1.4.9.1-0ubuntu3.1.

-- 
Broken plural forms in KDE
https://bugs.launchpad.net/bugs/203349
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 349992] Re: [945 tiling] Low performance due to no A17 workaround

2009-04-22 Thread cheoppy
I can also confirm that using the kernel v2.6.30-rc2 fixes this bug, I
would be happy to see the fix in the official jaunty kernel soon.

-- 
[945 tiling] Low performance due to no A17 workaround
https://bugs.launchpad.net/bugs/349992
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 357016] Re: kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()

2009-04-26 Thread cheoppy
Same here, Kile crashes on exit if I press any of the 'down' arrows on
the toolbar.

-- 
kile crashed with SIGSEGV in QWidgetPrivate::deleteExtra()
https://bugs.launchpad.net/bugs/357016
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 332833] Re: pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"

2009-06-06 Thread cheoppy
It's also present in a clean Jaunty install.
Can be solved by removing the "use_first_pass" option in the common_pammount 
and common_auth files. I haven't tried with an encrypted home partition yet, 
will setup one soon, if it breaks it, I'll update my report.

-- 
pam_mount(pam_mount.c:100): unknown pam_mount option "use_first_pass"
https://bugs.launchpad.net/bugs/332833
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