[Bug 1245933] [NEW] Gnome-settings segfault when Networking restarts

2013-10-29 Thread Peter Nagy
Public bug reported:

When restarting networking service from command line with
$ sudo service networking restart
Unity crashes and I fond below line in syslog:

Oct 29 16:26:45 oblivion kernel: [11254.819520] gnome-settings-[19551]:
segfault at 8 ip 7f46ac45d3d5 sp 7fff326dae40 error 4 in
libpower.so[7f46ac44d000+19000]

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.06.19~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-32.47-generic 3.8.13.10
Uname: Linux 3.8.0-32-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Oct 29 16:39:42 2013
DistUpgraded: 2013-08-24 12:30:06,181 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:215a]
MachineType: LENOVO 2537VC2
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-32-generic 
root=/dev/mapper/username--ubuntu-root ro splash quiet vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to raring on 2013-08-24 (66 days ago)
dmi.bios.date: 06/07/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6IET65WW (1.25 )
dmi.board.name: 2537VC2
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6IET65WW(1.25):bd06/07/2010:svnLENOVO:pn2537VC2:pvrThinkPadT410:rvnLENOVO:rn2537VC2:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2537VC2
dmi.product.version: ThinkPad T410
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.4-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.4-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Tue Oct 29 13:27:18 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6.2
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 raring ubuntu

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

Title:
  Gnome-settings segfault when Networking restarts

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

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


[Bug 1220267] [NEW] apport-gtk crashes on GECOS phone number

2013-09-03 Thread Peter Nagy
*** This bug is a duplicate of bug 985049 ***
https://bugs.launchpad.net/bugs/985049

Public bug reported:

Although on #985049 it saiys it is fixed, I can still reproduce it by having a 
phone num,ber with a "+" sign at the beginning in my /etc/passwd entry for my 
user. I was able to fix this and submit this patch by simply removing the "+" 
sign.
Without that step the below sympthom happens:

~$ apport-bug apport-gtk
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 590, in 
app.run_argv()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 656, in run_argv
return self.run_report_bug()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 458, in 
run_report_bug
self.collect_info(symptom_script)
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 1060, in collect_info
anonymize_thread.exc_raise()
  File "/usr/lib/python3/dist-packages/apport/REThread.py", line 63, in 
exc_raise
raise self._exception[1].with_traceback(self._exception[2])
  File "/usr/lib/python3/dist-packages/apport/REThread.py", line 33, in run
self._retval = self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python3/dist-packages/apport/report.py", line 1395, in 
anonymize
replacements.append((re.compile('\\b%s\\b' % s), 'User Name'))
  File "/usr/lib/python3.3/re.py", line 214, in compile
return _compile(pattern, flags)
  File "/usr/lib/python3.3/re.py", line 281, in _compile
p = sre_compile.compile(pattern, flags)
  File "/usr/lib/python3.3/sre_compile.py", line 494, in compile
p = sre_parse.parse(p, flags)
  File "/usr/lib/python3.3/sre_parse.py", line 735, in parse
p = _parse_sub(source, pattern, 0)
  File "/usr/lib/python3.3/sre_parse.py", line 348, in _parse_sub
itemsappend(_parse(source, state))
  File "/usr/lib/python3.3/sre_parse.py", line 557, in _parse
raise error("nothing to repeat")
sre_constants.error: nothing to repeat

And this is on a fully upgraded 13.04 Raring (upgraded 10 days ago).

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: apport-gtk 2.9.2-0ubuntu8.3
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
ApportLog:
 ERROR: apport (pid 25471) Tue Sep  3 15:59:03 2013: called for pid 8307, 
signal 11, core limit 0
 ERROR: apport (pid 25471) Tue Sep  3 15:59:03 2013: executable: 
/usr/bin/evolution (command line "evolution")
 ERROR: apport (pid 25471) Tue Sep  3 15:59:03 2013: debug: session gdbus call: 
(true,)
 
 ERROR: apport (pid 25471) Tue Sep  3 16:01:20 2013: wrote report 
/var/crash/_usr_bin_evolution.1000.crash
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Tue Sep  3 16:19:23 2013
MarkForUpload: True
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to raring on 2013-08-24 (10 days ago)

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


** Tags: amd64 apport-bug raring

** This bug has been marked a duplicate of bug 985049
   apport crashed with error in report.py in anonymize(): nothing to repeat - 
if GECOS field contains regular expression metacharacters

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

Title:
  apport-gtk crashes on GECOS phone number

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

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


[Bug 985049] Re: apport crashed with error in report.py in anonymize(): nothing to repeat - if GECOS field contains regular expression metacharacters

2013-09-03 Thread Peter Nagy
This is still not fixed in Raring 13.04. I just linked a bugreport
created some minutes ago on my fully up-to-date 13.04. See #1220267

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

Title:
  apport crashed with error in report.py in anonymize(): nothing to
  repeat - if GECOS field contains regular expression metacharacters

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

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


Re: [Bug 1059710] Re: After signing out of a user lightdm not loads as x crashes

2012-10-19 Thread Peter Nagy
How can I see if Plymouth is still grabbing vt7?

2012/10/12 John S. Gruber 

> Is plymouth still running on VT7 when this happens to you? (plymouth is
> the splash screen process and it is usually started on vt7 before
> lightdm is started).
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1059710
>
> Title:
>   After signing out of a user lightdm not loads as x crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1059710/+subscriptions
>


-- 
NP

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

Title:
  After signing out of a user lightdm not loads as x crashes

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

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


[Bug 1059710] Re: After signing out of a user lightdm not loads as x crashes

2012-10-01 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059710

Title:
  After signing out of a user lightdm not loads as x crashes

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

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


[Bug 1059710] [NEW] After signing out of a user lightdm not loads as x crashes

2012-10-01 Thread Peter Nagy
Public bug reported:

After signing put from a user session in unity, lightdm should load but 
currently it does not. By checking Xorg.0.log and lightdm.log I can see
that it tries to allocate vt7 for x but the log says lightdm has I/O problem on 
that terminal so crashes. I tried the same command from
commad line to start x but not instead of vt7 used tty6 and it correctly works. 
Where can I configure lightdm to use the other terminal instead of virtual 
terminal 7?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Mon Oct  1 18:00:52 2012
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: lightdm
UpgradeStatus: Upgraded to precise on 2012-05-03 (151 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  After signing out of a user lightdm not loads as x crashes

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

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


[Bug 1035893] Re: Collapse starting a new document after saving previous job to pdf

2012-08-12 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035893

Title:
  Collapse starting a new document after saving previous job to pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1035893/+subscriptions

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


[Bug 1035893] [NEW] Collapse starting a new document after saving previous job to pdf

2012-08-12 Thread Peter Nagy
Public bug reported:

When I wanted to start a new document simple scan exited without any gtk
error message. Previous job was saved to PDF and restarting the app does
not connect back to my printer for scanning. Had to wait while printer
forget previous command then restart the app helped.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: simple-scan 3.4.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Sun Aug 12 12:56:15 2012
DriverPackageVersions:
 libsane 1.0.22-7ubuntu1
 libsane-extras N/A
 hplip 3.12.2-1ubuntu3.1
 hpoj N/A
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: ASUSTeK Computer INC. M4A3000E
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=250b05e7-e4d5-41fa-92a4-469ddd97729f ro vga=792 splash quiet splash 
vt.handoff=7
SourcePackage: simple-scan
UpgradeStatus: Upgraded to precise on 2012-05-03 (100 days ago)
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0404
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A3000E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd06/23/2010:svnASUSTeKComputerINC.:pnM4A3000E:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A3000E:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: M4A3000E
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  Collapse starting a new document after saving previous job to pdf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1035893/+subscriptions

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


[Bug 1031678] Re: package forked-daapd (not installed) failed to install/upgrade: installed post-removal script alfolyamat 2 hibakóddal kilépett

2012-08-01 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031678

Title:
  package forked-daapd (not installed) failed to install/upgrade:
  installed post-removal script alfolyamat 2 hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/forked-daapd/+bug/1031678/+subscriptions

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

[Bug 1031678] [NEW] package forked-daapd (not installed) failed to install/upgrade: installed post-removal script alfolyamat 2 hibakóddal kilépett

2012-08-01 Thread Peter Nagy
Public bug reported:

Trying to purge it with no luck. Is there another way?

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: forked-daapd (not installed)
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Wed Aug  1 11:19:08 2012
DpkgTerminalLog:
 Eltávolítás: forked-daapd ...
 forked-daapd beállító fájlok törlése ...
 dpkg-statoverride: warning: Nincs felülbírálás.
 dpkg: hibás feldolgozás: forked-daapd (--purge):
  installed post-removal script alfolyamat 2 hibakóddal kilépett
ErrorMessage: installed post-removal script alfolyamat 2 hibakóddal kilépett
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: forked-daapd
Title: package forked-daapd (not installed) failed to install/upgrade: 
installed post-removal script alfolyamat 2 hibakóddal kilépett
UpgradeStatus: Upgraded to precise on 2012-05-03 (89 days ago)

** Affects: forked-daapd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package forked-daapd (not installed) failed to install/upgrade:
  installed post-removal script alfolyamat 2 hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/forked-daapd/+bug/1031678/+subscriptions

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

[Bug 972812] Re: update-manager freeze when clicking on Check or Install

2012-04-03 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972812

Title:
  update-manager freeze when clicking on Check or Install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/972812/+subscriptions

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


[Bug 972812] [NEW] update-manager freeze when clicking on Check or Install

2012-04-03 Thread Peter Nagy
Public bug reported:

Starting from command prompt it shows following error messages:

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2845): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

When clicking on Check button the following errors are displayed:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
720, in on_button_reload_clicked
self.invoke_manager(UPDATE)
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
814, in invoke_manager
self.install_backend.update()
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 43, in update
self._run_synaptic(self.UPDATE, opt, tempf)
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 28, in _run_synaptic
"%s" % self.window_main.window.xid ]
AttributeError: 'Window' object has no attribute 'window'

After this I cannot close it normally, only with "kill".

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.25.8
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Apr  3 22:20:54 2012
ExecutablePath: /usr/bin/update-manager
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to oneiric on 2011-10-13 (173 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  update-manager freeze when clicking on Check or Install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/972812/+subscriptions

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


[Bug 966250] Re: Switching user freezes desktop

2012-03-27 Thread Peter Nagy
Also in c ases when systems hangs when trying to switch user and on ssh I 
execute "sudo shutdown 0;" I receive the following messages:
-
modem-manager[6394]: Could not get the system bus. Make sure the message bus 
daemon is running! Message: Failed to connect to socket 
/var/run/dbus/system_bus_socket: Connection refused
 * Asking all remaining processes to terminate...
unable to connect to system bus: Failed to connect to socket 
/var/run/dbus/system_bus_socket: Connection refused
* Will now switch to single-user mode
-
This is why I reinstalled dbus packages, but the message sstill appears 
sometimes.

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

Title:
  Switching user freezes desktop

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

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


[Bug 966250] Re: Switching user freezes desktop

2012-03-27 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/966250

Title:
  Switching user freezes desktop

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

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


[Bug 966250] [NEW] Switching user freezes desktop

2012-03-27 Thread Peter Nagy
Public bug reported:

I have 2 users on my desktop runing Ubuntu 11.10. Since I updated to this 
release the user switching is broken. If I log out from one user and try to log 
in to another it loads the background image of the new user and mouse is moving 
but nothing else is loading and I cannot do anything except rebooting the 
machine.
However if I stay logged in with the previous user and log in with the new one, 
everything keeps working. 
As I sometimes got an fglrx crash when switching off the computer I reinstalled 
the whole fglrx package, and several other packages like dbus etc. Nothing 
helped yet.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.28.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,commands,place,move,imgpng,regex,mousepoll,obs,resize,grid,gnomecompat,session,wall,animation,wobbly,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
Date: Tue Mar 27 16:00:03 2012
DistUpgraded: Log time: 2011-10-13 17:35:48.484895
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus: fglrx-updates, 8.911, 3.0.0-16-generic, x86_64: installed
GraphicsCard:
 ATI Technologies Inc Redwood [Radeon HD 5670] [1002:68d8] (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:0356]
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD szabadalmaztatott FGLRX grafikus illesztőprogram 
(kiadás utáni frissítések) (Zárt, Tiltva, Nincs használatban)
 xorg:fglrx - Zárt ATI/AMD FGLRX grafikus illesztőprogram (Zárt, Tiltva, Nincs 
használatban)
MachineType: ASUSTeK Computer INC. M4A3000E
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic 
root=UUID=250b05e7-e4d5-41fa-92a4-469ddd97729f ro vga=792 splash quiet splash 
vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-10-13 (165 days ago)
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0404
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A3000E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd06/23/2010:svnASUSTeKComputerINC.:pnM4A3000E:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A3000E:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: M4A3000E
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6.1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu26
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: amd64 apport-bug oneiric regression-update ubuntu

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

Title:
  Switching user freezes desktop

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

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

Re: [Bug 856354] Re: update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)' failed

2012-03-22 Thread Peter Nagy
Hi,

In my understanding the issue is relevant. When starting up update.manager
it says it cannot get Gtk Window pointer.
Later on when clicking on the "Check" button  it drops the below messages
which says: AttributeError: 'Window' object has no attribute 'window', Of
course because it has null for the window object. And null will never have
a window attribute.
So in my view this is the same issue and root cause is:
Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)

Of course if you say I'm not right I will open a new bug for this as I'm
not perfect in python.

2012/3/22 RedSingularity 

> Peter, Looks like you have another issue there.
>
> Traceback (most recent call last):
>  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
> line 720, in on_button_reload_clicked
>self.invoke_manager(UPDATE)
>  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
> line 814, in invoke_manager
>self.install_backend.update()
>  File
> "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
> line 43, in update
>self._run_synaptic(self.UPDATE, opt, tempf)
>  File
> "/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
> line 28, in _run_synaptic
>"%s" % self.window_main.window.xid ]
> AttributeError: 'Window' object has no attribute 'window'
>
> Could you file a new bug and email me the link to it and I will have a
> look.  Get update-manager to crash and then use the option to file a
> report.  That will include most of the helpful information needed.
> Thanks.
>
> With regards to this bug, I am closing it as it seems to be cleared up
> according to the other users.  Also, the error message, "update-manager:
> Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)'
> failed", does not seem to effect functionality of the program.
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Changed in: update-manager (Ubuntu)
>   Status: Confirmed => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/856354
>
> Title:
>  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
>  `GDK_IS_WINDOW (window)' failed
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions
>


-- 
NP

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

Title:
  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
  `GDK_IS_WINDOW (window)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions

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


[Bug 856354] Re: update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)' failed

2012-03-21 Thread Peter Nagy
I still cannot update with update-manager only by synaptic. See apport
cras report atached again.

** Attachment added: "crash-report"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+attachment/2909012/+files/crash-report

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

Title:
  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
  `GDK_IS_WINDOW (window)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions

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


Re: [Bug 856354] Re: update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)' failed

2012-03-20 Thread Peter Nagy
Hi,

No, I'm on 11.10 64-bit AMD.

2012/3/19 RedSingularity 

> @Peter,
>
> Your using 12.04?
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/856354
>
> Title:
>  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
>  `GDK_IS_WINDOW (window)' failed
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions
>


-- 
NP

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

Title:
  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
  `GDK_IS_WINDOW (window)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions

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


[Bug 856354] Re: update-manager: Gdk-CRITICAL **: gdk_window_get_pointer: assertion `GDK_IS_WINDOW (window)' failed

2012-03-19 Thread Peter Nagy
I can confirm, this is still the case.

peter@antronin:~$ update-manager

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:2995): Gdk-CRITICAL **: gdk_window_get_pointer: assertion 
`GDK_IS_WINDOW (window)' failed
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
720, in on_button_reload_clicked
self.invoke_manager(UPDATE)
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
814, in invoke_manager
self.install_backend.update()
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 43, in update
self._run_synaptic(self.UPDATE, opt, tempf)
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 28, in _run_synaptic
"%s" % self.window_main.window.xid ]
AttributeError: 'Window' object has no attribute 'window'

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

Title:
  update-manager:  Gdk-CRITICAL **: gdk_window_get_pointer: assertion
  `GDK_IS_WINDOW (window)' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions

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


[Bug 885808] Re: Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused (2) - although symlinks are right

2012-03-04 Thread Peter Nagy
It affect me too. Actually it happens if I switched between users during 
uptime. Once I try to shutdown this message show. An additional issue is that I 
can switch between user normally, but if I have 2 users logged in and I log out 
with the actual one I can log in to the other but the desktop will never load 
in.
Please let me know what logs should I send and how to find/produce them to help 
bugfixing.

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

Title:
  Unable to connect to the system bus: Failed to connect to socket
  /var/run/dbus/system_bus_socket: Connection refused (2) -  although
  symlinks are right

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

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


[Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-14 Thread Peter Nagy
Hi there,

Any news on this?

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


Re: [Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-10 Thread Peter Nagy
Unfortunately not. Install is okay, but error messages are the same:
peter@antronin:~$ update-manager

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

(update-manager:2781): Gdk-CRITICAL **: gdk_window_get_pointer: assertion
`GDK_IS_WINDOW (window)' failed

And when I press the button to check for updates:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
line 720, in on_button_reload_clicked
self.invoke_manager(UPDATE)
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py",
line 814, in invoke_manager
self.install_backend.update()
  File
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
line 43, in update
self._run_synaptic(self.UPDATE, opt, tempf)
  File
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
line 28, in _run_synaptic
"%s" % self.window_main.window.xid ]
AttributeError: 'Window' object has no attribute 'window'

For me it definitely looks like the API is changed in the python's gdk
library to get a reference for the newly opened window for synaptic.

2011/11/9 Tim 

> Ok good.  Now install update-manager:
>
> sudo apt-get install update-manager
>
> See if it works properly.
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/878719
>
> Title:
>  Update manager comes to a contineous "processing" status (with the
>  rotating cursor pointer) when the "Install updates" button is pressed
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions
>


-- 
NP

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


Re: [Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-09 Thread Peter Nagy
Thanx. I run the script and after that the "find". Here is the result:
/usr/share/doc/update-manager-core
/usr/share/icons/gnome/48x48/apps/update-manager.png
/usr/share/icons/gnome/22x22/apps/update-manager.png
/usr/share/icons/gnome/256x256/apps/update-manager.png
/usr/share/icons/gnome/16x16/apps/update-manager.png
/usr/share/icons/gnome/32x32/apps/update-manager.png
/usr/share/icons/gnome/24x24/apps/update-manager.png
/usr/share/icons/Humanity/apps/32/update-manager.svg
/usr/share/icons/Humanity/apps/24/update-manager.svg
/usr/share/icons/Humanity/apps/48/update-manager.svg
/usr/share/apport/package-hooks/source_update-manager.py
/usr/share/app-install/icons/update-manager.png
/usr/share/app-install/desktop/update-manager:update-manager.desktop
/usr/share/locale-langpack/en_AU/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/hu/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_CA/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_GB/LC_MESSAGES/update-manager.mo
/var/cache/apt/archives/update-manager-core_1%3a0.152.25.4_amd64.deb
/var/cache/apt/archives/update-manager-core_1%3a0.152.25_amd64.deb
/var/cache/apt/archives/update-manager_1%3a0.152.25.4_all.deb
/var/cache/apt/archives/update-manager_1%3a0.152.25_all.deb
/var/lib/dpkg/info/update-manager-core.conffiles
/var/lib/dpkg/info/update-manager-core.postinst
/var/lib/dpkg/info/update-manager-core.list
/var/lib/dpkg/info/update-manager-core.prerm
/var/lib/dpkg/info/update-manager-core.preinst
/var/lib/dpkg/info/update-manager-core.md5sums

2011/11/9 Tim 

> The command in this file will remove the system files for update-manager.
>  Copy and paste the whole thing or just run the file as a script.  After
> you have done that, run the 'find' command again and paste the output to
> verify it has removes the proper items.
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Attachment added: "File"
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+attachment/2590026/+files/File
>
>

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


Re: [Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-08 Thread Peter Nagy
Hi Tim,

Below is the output of find after uninstalling it:
peter@antronin:~/$ sudo find / -name *update-manager*
/usr/lib/update-manager
/usr/share/doc/update-manager-core
/usr/share/icons/gnome/48x48/apps/update-manager.png
/usr/share/icons/gnome/22x22/apps/update-manager.png
/usr/share/icons/gnome/256x256/apps/update-manager.png
/usr/share/icons/gnome/16x16/apps/update-manager.png
/usr/share/icons/gnome/32x32/apps/update-manager.png
/usr/share/icons/gnome/24x24/apps/update-manager.png
/usr/share/icons/Humanity/apps/32/update-manager.svg
/usr/share/icons/Humanity/apps/24/update-manager.svg
/usr/share/icons/Humanity/apps/48/update-manager.svg
/usr/share/update-manager
/usr/share/apport/package-hooks/source_update-manager.py
/usr/share/app-install/icons/update-manager.png
/usr/share/app-install/desktop/update-manager:update-manager.desktop
/usr/share/locale-langpack/en_AU/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/hu/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_CA/LC_MESSAGES/update-manager.mo
/usr/share/locale-langpack/en_GB/LC_MESSAGES/update-manager.mo
/var/cache/apt/archives/update-manager-core_1%3a0.152.25.4_amd64.deb
/var/cache/apt/archives/update-manager-core_1%3a0.152.25_amd64.deb
/var/cache/apt/archives/update-manager_1%3a0.152.25.4_all.deb
/var/cache/apt/archives/update-manager_1%3a0.152.25_all.deb
/var/lib/update-manager
/var/lib/dpkg/info/update-manager-core.conffiles
/var/lib/dpkg/info/update-manager-core.postinst
/var/lib/dpkg/info/update-manager-core.list
/var/lib/dpkg/info/update-manager-core.prerm
/var/lib/dpkg/info/update-manager-core.preinst
/var/lib/dpkg/info/update-manager-core.md5sums
/etc/update-manager
/home/peter/.gconf/apps/update-manager
/home/peter/.cache/update-manager-core
/home/cili/.cache/update-manager-core
/home/judit/.gconf/apps/update-manager
/home/judit/.cache/update-manager-core
/home/judit/.update-manager-core

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


Re: [Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-08 Thread Peter Nagy
Correction:
After killing the "gksu update-manager" the error messages appeared on the
terminal. I think it was supressed because the gksu.

2011/11/8 Péter Nagy 

> Hi Tim,
>
> "synaptic-pkexec" from terminal runs flawlessly.
> "gksu update-manager" from terminal does not echos the error messages
> however the behavior is the same: the update process runs forever and
> cannot be stoped by Ctrl-C only a "kill -9 " is stopping the process.
>
>  2011/11/8 Tim 
>
>> Does any other window give you this problem?  How about 'synaptic
>> package manager' for example?
>>
>> Also, try running this command in a terminal:
>>
>> gksu update-manager
>> ---
>> Ubuntu Bug Squad volunteer triager
>> http://wiki.ubuntu.com/BugSquad
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/878719
>>
>> Title:
>>  Update manager comes to a contineous "processing" status (with the
>>  rotating cursor pointer) when the "Install updates" button is pressed
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions
>>
>
>
>
> --
> NP
>
>


-- 
NP

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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

Re: [Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-08 Thread Peter Nagy
Hi Tim,

"synaptic-pkexec" from terminal runs flawlessly.
"gksu update-manager" from terminal does not echos the error messages
however the behavior is the same: the update process runs forever and
cannot be stoped by Ctrl-C only a "kill -9 " is stopping the process.

2011/11/8 Tim 

> Does any other window give you this problem?  How about 'synaptic
> package manager' for example?
>
> Also, try running this command in a terminal:
>
> gksu update-manager
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/878719
>
> Title:
>  Update manager comes to a contineous "processing" status (with the
>  rotating cursor pointer) when the "Install updates" button is pressed
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions
>


-- 
NP

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


[Bug 878719] Re: Update manager comes to a contineous "processing" status (with the rotating cursor pointer) when the "Install updates" button is pressed

2011-11-07 Thread Peter Nagy
Hi Tim,

I still have the below error when starting update-manager:
(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer: assertion 
`GDK_IS_WINDOW (window)' failed

(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer:
assertion `GDK_IS_WINDOW (window)' failed

(update-manager:3600): Gdk-CRITICAL **: gdk_window_get_pointer: assertion 
`GDK_IS_WINDOW (window)' failed
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
720, in on_button_reload_clicked
self.invoke_manager(UPDATE)
  File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 
814, in invoke_manager
self.install_backend.update()
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 43, in update
self._run_synaptic(self.UPDATE, opt, tempf)
  File 
"/usr/lib/python2.7/dist-packages/UpdateManager/backend/InstallBackendSynaptic.py",
 line 28, in _run_synaptic
"%s" % self.window_main.window.xid ]
AttributeError: 'Window' object has no attribute 'window'

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

Title:
  Update manager comes to a contineous "processing" status (with the
  rotating cursor pointer) when the "Install updates" button is pressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/878719/+subscriptions

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


[Bug 856354] Re: update-manager showing errors after fresh install of Oneiric

2011-10-17 Thread Peter Nagy
Same here as for Alfagulf. Also on amd64 platform with Oneiric.

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

Title:
  update-manager showing errors after fresh install of Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/856354/+subscriptions

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


[Bug 783694] Re: sn9c102 modul not working

2011-05-22 Thread Peter Nagy
I found an old not about a similar problem in a forum, see link below.
There is a description of the root cause and a recommended solution for that.
The error message is also similar just it is for another webcam driver package.
Would be able for somebody to check if there is a way to do the same trick as 
in this forum post recommneds?
http://ubuntuforums.org/showpost.php?p=1467655&postcount=12

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

Title:
  sn9c102 modul not working

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


[Bug 783694] Re: sn9c102 modul not working

2011-05-16 Thread Peter Nagy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783694

Title:
  sn9c102 modul not working

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


[Bug 783694] [NEW] sn9c102 modul not working

2011-05-16 Thread Peter Nagy
Public bug reported:

Since the upgrade to 11.04 my webcam does not work at all. Cheese can't find 
any device either.
My relevant dmesg part below. I'm not an expert, so I don't know what does the 
last line means but definitely an error message.

[   10.667360] sn9c102: V4L2 driver for SN9C1xx PC Camera Controllers 
v1:1.47pre49
[   10.668089] usb 4-3: SN9C10[12] PC Camera Controller detected (vid:pid 
0x0C45:0x6025)
[   10.894092] usb 4-3: TAS5130D1B image sensor detected
[   10.946089] usb 4-3: Initialization succeeded
[   10.946168] usb 4-3: V4L2 device registered as video0
[   10.946170] usb 4-3: Optional device control through 'sysfs' interface 
disabled
[   10.946185] usbcore: registered new interface driver sn9c102
[   11.072152] usb 4-3: usb_submit_urb() failed, error -28

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic 2.6.38-8.42
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  peter  1899 F pulseaudio
CRDA: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe9f4000 irq 16'
   Mixer name   : 'VIA VT1708S'
   Components   : 'HDA:11060397,1043840c,0010'
   Controls  : 33
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfeabc000 irq 42'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Mon May 16 23:14:09 2011
HibernationDevice: RESUME=UUID=d4fe7cc4-cb90-41e7-acaa-c3b2410c8b8a
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: ASUSTeK Computer INC. M4A3000E
ProcEnviron:
 LANGUAGE=hu_HU:en
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=250b05e7-e4d5-41fa-92a4-469ddd97729f ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic N/A
 linux-backports-modules-2.6.38-8-generic  N/A
 linux-firmware1.52
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-05-01 (15 days ago)
dmi.bios.date: 06/23/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0404
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A3000E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd06/23/2010:svnASUSTeKComputerINC.:pnM4A3000E:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A3000E:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: M4A3000E
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  sn9c102 modul not working

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

[Bug 481565] Re: Install new software... wont open and I lost all my plugins since upgrade

2009-11-14 Thread Peter Nagy
I solved the case by doing the following:
1. in /usr/lib/eclipse I changed the files owner group from "root" to "users" 
(sudo chown -R root:users *)
2. I added write permission to the group on all files (sudo chmod -R g+r *)
The installation issue were solved with tha, I'm able to update plugins 
although the already installed plugins it wasn't able see or use.
So I decided to remove everything with purge (in Synaptic I filtered for 
"eclipse" and marked all the packages starting with "eclipse" to purge) after I 
saved my workspace folder to be on the safe side. I took some time and some 
files it was not able to remove (like configuration folder in /usr/lib/eclipse) 
so I removed them manually.
After that I reinstalled all the needed "eclipse" packages from synaptic, and 
voilá: it just works. :)

-- 
Install new software... wont open and I lost all my plugins since upgrade
https://bugs.launchpad.net/bugs/481565
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 481565] Re: Install new software... wont open and I lost all my plugins since upgrade

2009-11-14 Thread Peter Nagy
Well, I had a previous installation from ubuntu package (3.2) and another one 
in my home folder manually installed.
I haven't been able installing any plugins as user only as root in the Ubuntu 
package installed version, so I did that previosly. Now with the new install 
they are gone.
What should I do to get them back?

-- 
Install new software... wont open and I lost all my plugins since upgrade
https://bugs.launchpad.net/bugs/481565
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 481565] [NEW] Install new software... wont open and I lost all my plugins since upgrade

2009-11-12 Thread Peter Nagy
Public bug reported:

Binary package hint: eclipse

I had several plugins installed in Eclipse 3.5.0. Now with the update to 
3.5.1+repack~1-0ubuntu3 I lost all of them. For example opening Eclipse PDT 
Views are not working anymore.
Also I cannot start the "Install new software..." command in Help menu. It 
simply not start at all.

pe...@antronin:~$ apt-cache policy eclipse
eclipse:
  Telepítve: 3.5.1+repack~1-0ubuntu3
  Jelölt: 3.5.1+repack~1-0ubuntu3
  Verziótáblázat:
 *** 3.5.1+repack~1-0ubuntu3 0
500 http://hu.archive.ubuntu.com karmic-updates/universe Packages
100 /var/lib/dpkg/status
 3.5.1+repack~1-0ubuntu1 0
500 http://hu.archive.ubuntu.com karmic/universe Packages

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

** Description changed:

  Binary package hint: eclipse
  
- I had several plugins installed in Eclipse 3.5.0. Now with the update to 
3.5.1+repack~1-0ubuntu1 I lost all of them. For example opening Eclipse PDT 
Views are not working anymore.
+ I had several plugins installed in Eclipse 3.5.0. Now with the update to 
3.5.1+repack~1-0ubuntu3 I lost all of them. For example opening Eclipse PDT 
Views are not working anymore.
  Also I cannot start the "Install new software..." command in Help menu. It 
simply not start at all.
+ 
+ pe...@antronin:~$ apt-cache policy eclipse
+ eclipse:
+   Telepítve: 3.5.1+repack~1-0ubuntu3
+   Jelölt: 3.5.1+repack~1-0ubuntu3
+   Verziótáblázat:
+  *** 3.5.1+repack~1-0ubuntu3 0
+ 500 http://hu.archive.ubuntu.com karmic-updates/universe Packages
+ 100 /var/lib/dpkg/status
+  3.5.1+repack~1-0ubuntu1 0
+ 500 http://hu.archive.ubuntu.com karmic/universe Packages

-- 
Install new software... wont open and I lost all my plugins since upgrade
https://bugs.launchpad.net/bugs/481565
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

Re: [Bug 461142] Re: FF 3.5 in Karmik RC shows 3.0.6

2009-10-27 Thread Peter Nagy
Sure here it is:

$ ls -l `which firefox`
lrwxrwxrwx 1 root root 20 2008-06-21 11:10 /usr/bin/firefox
-> /opt/firefox/firefox

-- 
FF 3.5 in Karmik RC shows 3.0.6
https://bugs.launchpad.net/bugs/461142
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 461142] [NEW] FF 3.5 in Karmik RC shows 3.0.6

2009-10-26 Thread Peter Nagy
Public bug reported:

Binary package hint: firefox-3.5

In Karmik Coala the FF browser reports 3.0.6 for extensions and it shows the 
same version number on Help->About... page.
$lsb_release -rd
Description:Ubuntu 9.10
Release:9.10
$ apt-cache policy firefox
firefox:
  Telepítve: 3.5.3+build1+nobinonly-0ubuntu6
  Jelölt: 3.5.3+build1+nobinonly-0ubuntu6
  Verziótáblázat:
 *** 3.5.3+build1+nobinonly-0ubuntu6 0
500 http://hu.archive.ubuntu.com karmic/main Packages
500 http://security.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status
$ firefox -v
Mozilla Firefox 3.0.6, Copyright (c) 1998 - 2009 mozilla.org

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FF 3.5 in Karmik RC shows 3.0.6
https://bugs.launchpad.net/bugs/461142
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 374397] Re: console-kit-daemon: glibgobject warning value location for gachararray passed as null

2009-05-20 Thread Peter Nagy
Would this be a solution for this?
https://bugzilla.redhat.com/show_bug.cgi?id=496636
For me it seems to be a similar bug in Fedora, and as I see they found a 
solution to it...
Somebody with more linux knowledge would be so kind to check if it applies to 
Ubuntu either?

** Bug watch added: Red Hat Bugzilla #496636
   https://bugzilla.redhat.com/show_bug.cgi?id=496636

-- 
console-kit-daemon: glibgobject warning value location for gachararray passed 
as null
https://bugs.launchpad.net/bugs/374397
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 315655] Re: php-doc cannot be open although exists

2009-01-09 Thread Peter Nagy

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

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

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

-- 
php-doc cannot be open although exists
https://bugs.launchpad.net/bugs/315655
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 315655] [NEW] php-doc cannot be open although exists

2009-01-09 Thread Peter Nagy
Public bug reported:

I installed the "php-doc" package form repository.
In Firefox I can open the documentation at 
/usr/share/doc/php-doc/html/index.html, but from Yelp I get an error message 
when I click to PHP Manual link, which should go to the same place.
Error message states, that either the file not exists or I don't have the right 
to open it. I checked and the right is rw-r--r-- while owner is root:root.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: fglrx
Package: yelp 2.24.0-0ubuntu2
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.27-9-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
php-doc cannot be open although exists
https://bugs.launchpad.net/bugs/315655
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 294739] Re: Requesting upgrade of eclipse to ganymede

2008-11-25 Thread Peter Nagy
*** This bug is a duplicate of bug 123064 ***
https://bugs.launchpad.net/bugs/123064

** This bug has been marked a duplicate of bug 123064
   Upgrade to Eclipse 3.4.1

-- 
Requesting upgrade of eclipse to ganymede
https://bugs.launchpad.net/bugs/294739
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 183483] Re: From line in message list does not handle embedded encoding

2008-05-08 Thread Peter Nagy
I agree and Evolution is behaving the same way for ISO-8859-2 encoding.
It displays correctly in the message preview but not in the message list.
Please correct it. See my attached screenshot of the problem.

** Attachment added: "INBOX – Evolution.png"
   http://launchpadlibrarian.net/14367580/INBOX%20%E2%80%93%20Evolution.png

-- 
>From line in message list does not handle embedded encoding
https://bugs.launchpad.net/bugs/183483
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