[Desktop-packages] [Bug 1909970] Re: Fonts is not responding

2021-04-29 Thread Hein Htet Aung
I also Found that bug! While "Font is not Responding!" i can't do
anything,just to force stop it.hope to fix that soon.

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

Title:
  Fonts is not responding

Status in gnome-font-viewer package in Ubuntu:
  New

Bug description:
  Just started fonts, the window opens but mouse arrow is inoperative on
  the window. after some time a message appears saying 'fonts is not
  responding'

  corrado@corrado-n8-hh-0101:~$ apt policy gnome-font-viewer
  gnome-font-viewer:
Installed: 3.34.0-2
Candidate: 3.34.0-2
Version table:
   *** 3.34.0-2 500
  500 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status
  corrado@corrado-n8-hh-0101:~$ inxi -SCGx
  System:Host: corrado-n8-hh-0101 Kernel: 5.8.0-25-generic x86_64 bits: 64 
compiler: gcc v: 10.2.0 Desktop: GNOME 3.38.2 
 Distro: Ubuntu 21.04 (Hirsute Hippo) 
  CPU:   Info: Quad Core model: Intel Core i5-1035G1 bits: 64 type: MT MCP 
arch: Ice Lake rev: 5 L2 cache: 6 MiB 
 flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
bogomips: 19046 
 Speed: 1000 MHz min/max: 400/1000 MHz Core speeds (MHz): 1: 1000 
2: 967 3: 995 4: 872 5: 954 6: 961 7: 984 
 8: 717 
  Graphics:  Device-1: Intel Iris Plus Graphics G1 vendor: Dell driver: i915 v: 
kernel bus ID: 00:02.0 
 Device-2: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo 
bus ID: 1-6:3 
 Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa resolution: 1920x1080~60Hz 
 OpenGL: renderer: Mesa Intel UHD Graphics (ICL GT1) v: 4.6 Mesa 
20.2.6 direct render: Yes 
  corrado@corrado-n8-hh-0101:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: gnome-font-viewer 3.34.0-2
  ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
  Uname: Linux 5.8.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu55
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jan  4 08:25:41 2021
  ExecutablePath: /usr/bin/gnome-font-viewer
  InstallationDate: Installed on 2021-01-01 (2 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20210101)
  SourcePackage: gnome-font-viewer
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 702452]

2017-11-08 Thread Hein
I've tested this now and I can confirm it works nicely. Thanks, this
improves the experience for our users quite a bit.

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 702452]

2017-10-26 Thread Hein
I haven't had a chance to test it yet, but going by the description and
diff it looks good.

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 702452]

2017-04-26 Thread Hein
I maintain the taskbar in KDE's Plasma 5. We have the same problem that
Gnome Shell and Unity do. Is there any chance we can get wine to set
StartupWMClass in the .desktop files it generates to the executable name
it sets in WM_CLASS so we can match without unreliable hackery?

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 702452]

2017-04-26 Thread Hein
I've started a thread on wine-devel that goes into greater detail on
this issue: https://www.winehq.org/pipermail/wine-
devel/2017-April/117413.html

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 702452]

2017-04-26 Thread Hein
I'm really really hoping for someone more qualified to pop up (since I
don't know the wine codebase), but failing that I can try to take a stab
at it yes.

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

Title:
  [launcher] Wine applications are wrongly matched

Status in BAMF:
  Confirmed
Status in libwnck:
  Fix Released
Status in Unity:
  Confirmed
Status in Wine:
  Unknown
Status in bamf package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  After launching a Wine app from terminal or via gnome-do, it appears in the 
launcher with the Wine icon, instead of its own icon. The title is "Wine Window 
Program Loader" instead of the proper application name.
  It can't be favorited since it will favorite the wine executable itself.
  And obviously different wine apps are all grouped under the same launcher 
icon.

  See also bug #635223 about Wine applications not showing up in the
  dash.

  
-

  A way to fix this is to make all the Wine generated .desktop file to
  include a StartupWMClass value that matches the instance name of the
  related program (generally the .exe file name to be executed).

  So for example, a "Mozilla Firefox.desktop" file can be easily fixed adding 
this parameter:
   StartupWMClass=firefox.exe

  Wine should try to add this information at file generation time.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1510970] Re: Intel driver crashes on Ubuntu 15.10

2015-11-18 Thread Hein
In can also coonfirm that disabling SNA seems to work so far. It was
very easy to let my system crash before. Just open Libreoffice a few
times and resize the windowsize by clicking on the title bar.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1510970

Title:
  Intel driver crashes on Ubuntu 15.10

Status in xserver-xorg-video-intel package in Ubuntu:
  Confirmed

Bug description:
  The Xserver crashes randomly after upgrading to Ubuntu 15.10. Before
  the update everything was stable.

  The problem occured mostly while using Thunderbird but also once while
  using Firefox.

  The Xserver crashes and I'm logged out. It takes about 10 seconds
  until gdm fires up again and I'm able to login again.

  The last part of /var/log/Xorg.0.log says:
  [ 19778.602] (II) intel(0): resizing framebuffer to 3000x1920
  [ 19778.617] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 
1, position (0, 0), rotation left, reflection none
  [ 19778.623] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI1 using pipe 
0, position (1080, 406), rotation normal, reflection none
  [ 19798.610] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI1 using pipe 
0, position (1080, 502), rotation normal, reflection none
  [ 20012.432] (EE) 
  [ 20012.432] (EE) Backtrace:
  [ 20012.433] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x55cab7c8f62e]
  [ 20012.433] (EE) 1: /usr/bin/X (0x55cab7adb000+0x1b8999) [0x55cab7c93999]
  [ 20012.433] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fe7c651d000+0x352f0) 
[0x7fe7c65522f0]
  [ 20012.433] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x24f18) [0x7fe7c2918f18]
  [ 20012.433] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x26157) [0x7fe7c291a157]
  [ 20012.433] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x2b4b1) [0x7fe7c291f4b1]
  [ 20012.433] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x804e4) [0x7fe7c29744e4]
  [ 20012.433] (EE) 7: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x80e2c) [0x7fe7c2974e2c]
  [ 20012.433] (EE) 8: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x82e1a) [0x7fe7c2976e1a]
  [ 20012.433] (EE) 9: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x4197c) [0x7fe7c293597c]
  [ 20012.433] (EE) 10: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fe7c28f4000+0x59906) [0x7fe7c294d906]
  [ 20012.433] (EE) 11: /usr/bin/X (_CallCallbacks+0x34) [0x55cab7b38654]
  [ 20012.433] (EE) 12: /usr/bin/X (WriteToClient+0x244) [0x55cab7c93274]
  [ 20012.433] (EE) 13: /usr/bin/X (WriteEventsToClient+0x1e2) [0x55cab7b3e502]
  [ 20012.433] (EE) 14: /usr/bin/X (0x55cab7adb000+0xf495a) [0x55cab7bcf95a]
  [ 20012.433] (EE) 15: /usr/bin/X (0x55cab7adb000+0xf5ef5) [0x55cab7bd0ef5]
  [ 20012.433] (EE) 16: /usr/bin/X (0x55cab7adb000+0x5818f) [0x55cab7b3318f]
  [ 20012.433] (EE) 17: /usr/bin/X (0x55cab7adb000+0x5c34b) [0x55cab7b3734b]
  [ 20012.433] (EE) 18: /lib/x86_64-linux-gnu/libc.so.6 
(__libc_start_main+0xf0) [0x7fe7c653da40]
  [ 20012.433] (EE) 19: /usr/bin/X (_start+0x29) [0x55cab7b216c9]
  [ 20012.433] (EE) 
  [ 20012.433] (EE) Segmentation fault at address 0x0
  [ 20012.433] (EE) 
  Fatal server error:
  [ 20012.433] (EE) Caught signal 11 (Segmentation fault). Server aborting
  [ 20012.433] (EE) 
  [ 20012.433] (EE) 
  Please consult the The X.Org Foundation support 
   at http://wiki.x.org
   for help. 
  [ 20012.433] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
  [ 20012.433] (EE) 
  [ 20012.433] (II) AIGLX: Suspending AIGLX clients for VT switch
  [ 20012.456] (EE) Server terminated with error (1). Closing log file.

  These parts of dmesg might be interesting:
  [1.661760] input: Logitech USB Keyboard as 
/devices/pci:00/:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.1/0003:046D:C31C.0003/input/input8
  [1.714657] hid-generic 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 
Device [Logitech USB Keyboard] on usb-:00:1a.0-1.6/input1
  [2.530993] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder A
  [2.531006] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder A FIFO underrun
  [2.531018] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* 
uncleared pch fifo underrun on pch transcoder B
  [2.531026] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH 
transcoder B FIFO underrun
  [2.561370] EXT4-fs (sda6): mounted filesystem with ordered data mode. 
Opts: (null)
  [2.586624] clocksource: Switched to clocksource tsc
  [2.652818] systemd[1]: Failed to insert module 'kdbus': Function not 
implemented
  [2.658814] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP 

[Desktop-packages] [Bug 1084960] Re: Resume from Standby mode doesn't work with Nouveau

2013-05-13 Thread Hein van Dam
Same problem after kernel 3.8. With raring and now with saucy too.
NVidia driver works fine.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1084960

Title:
  Resume from Standby mode doesn't work with Nouveau

Status in “linux” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Hello,

  if I'm using the Nouveau driver with my graphics board (Geforce
  GT430), standby mode (a.k.a. suspend-to-ram) does not work.

  Going into standby mode itself works, but when I turn my PC back on,
  the monitor shows just a kind of colorful noise with the usual mouse
  cursor (the cursor itself is displayed properly). Sometimes it's
  possible to move the cursor a bit, but the system can't be used
  anymore and has to rebooted with the Alt+Print+b keycombo.

  This also happens on Quantal when I use the Nouveau driver.

  With the propritary Nvidia driver, standby mode works fine.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-nouveau 1:1.0.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.7.0-3.9-generic 3.7.0-rc6
  Uname: Linux 3.7.0-3-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.2-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  Date: Fri Nov 30 10:34:21 2012
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2012-11-26 (4 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20121126)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-3-generic 
root=/dev/mapper/internal--hdd-test1 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.14-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Fri Nov 30 10:33:12 2012
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Laser Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0-0ubuntu8
  xserver.video_driver: nouveau

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-05-02 Thread Hein Zelle
I've finally been able to test the new version on both my home machine
and the work machine that originally showed the problem.  Results seem
positive: memory usage appears normal and doesn't grow after a full day
of running.

directly after starting:

 zelle24481  0.1  0.0 216800  4304 ?SLl  15:54   0:00
/usr/bin/gnome-keyring-daemon --daemonize --login

30 minutes and some use later:

 zelle24481  0.0  0.0 364264  4432 ?SLl  15:54   0:00
/usr/bin/gnome-keyring-daemon --daemonize --login

The next day (approx. 24 hours):

 zelle24481  0.0  0.0 437996  4104 ?SLl  May01   0:00
/usr/bin/gnome-keyring-daemon --daemonize --login


There doesn't appear to be a memory leak, however the virtual memory allocation 
shown by ps is still significant with 440 Mb.  I see this with lots of programs 
on 64 bit ubuntu, though, so that may be another problem altogether.

Note that I have disabled some of the xdg services in the mean time,
which may prevent me from seeing the problem return. I've disabled the
following services (XFCE, located in ~/.config/autostart):

 gnome-keyring-gpg.desktop 
 gnome-keyring-secrets.desktop
 gnome-keyring-pkcs11.desktop 
 gnome-keyring-ssh.desktop

Instead, I now only start gnome-keyring once with the following options:

 gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg

I'm not sure if this is relevant for the bug(fix), but with that last
commandline everything seems to work fine now.

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

Title:
  gnome-keyring-daemon leaks memory

Status in GNOME keyring services:
  Fix Released
Status in “gnome-keyring” package in Ubuntu:
  Fix Released
Status in “gnome-keyring” source package in Precise:
  Fix Committed

Bug description:
  * Impact: 
  gnome-keyring leaks memory which is not nice

  * Test Case:
  run a GNOME or Unity session for some time, watch the gnome-keyring-daemon 
memory usage

  * Regression Potential:
  check that keyring keeps working fine (ssh/ggp agents, network-manager 
passwords, etc)

  ---

  
  gnome-keyring-daemon gets killed here every few days due to it's memory size 
exceeding the site imposed limit of 2GB per process.  The ulimit of course is 
not the problem as even with an unlimited setting, it would just grow until it 
was killed by the OOM killer.

  The real problem here is that gnome-keyring-daemon has no business
  growing to even a fraction of the 2GB limit imposed here.  2G for a
  simple keyring daemon is absurd.

  Looking at the upstream changelog for versions beyond the 3.2.2 on
  which the Ubuntu version is based appear to have fixed memory leaks.
  Given that this leaking 3.2.2-2ubuntu4 version is in the Precise LTS
  release, upgrading to a newer Ubuntu release is not a solution nor an
  option -- this LTS release is supposed to be supported beyond 2017.  A
  fix needs to be backported.  Having gnome-keyring-daemon leaking for 5
  more years is simply unacceptable.

  ProblemType: Bug
  DistroRelease: LinuxMint 12
  Package: gnome-keyring 3.2.2-2ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
  Uname: Linux 3.2.0-29-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: i386
  Date: Sat Dec 29 11:38:45 2012
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-keyring
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 
2012-03-21T15:31:45
  mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 
2012-02-23T18:28:50
  mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 
2012-02-23T18:26:38
  mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 
2012-03-21T15:32:22

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1175608] [NEW] Thumbnails too small in 'open file' dialog nautilus

2013-05-02 Thread Hein
Public bug reported:

When trying to upload image files to e.g. websites like marktplaats.nl
(kind of ebay) I get  very, very small image thumbnails. There seems no
way to enlarge these thumbnails. All options only work if Nautilus is
used stand alone, but not with the open file dialog that is being used
to upload files.

I have attached a screen dump just to show what I mean.

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

** Attachment added: Schermafdruk van 2013-05-02 15:38:18.png
   
https://bugs.launchpad.net/bugs/1175608/+attachment/3662611/+files/Schermafdruk%20van%202013-05-02%2015%3A38%3A18.png

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

Title:
  Thumbnails too small in 'open file' dialog nautilus

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  When trying to upload image files to e.g. websites like marktplaats.nl
  (kind of ebay) I get  very, very small image thumbnails. There seems
  no way to enlarge these thumbnails. All options only work if Nautilus
  is used stand alone, but not with the open file dialog that is being
  used to upload files.

  I have attached a screen dump just to show what I mean.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1175608] Re: Thumbnails too small in 'open file' dialog nautilus

2013-05-02 Thread Hein
Seems to be a problem that is already 'old'

http://ubuntuforums.org/archive/index.php/t-868309.html

and I'm not the only one running into it.

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

Title:
  Thumbnails too small in 'open file' dialog nautilus

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  When trying to upload image files to e.g. websites like marktplaats.nl
  (kind of ebay) I get  very, very small image thumbnails. There seems
  no way to enlarge these thumbnails. All options only work if Nautilus
  is used stand alone, but not with the open file dialog that is being
  used to upload files.

  I have attached a screen dump just to show what I mean.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2013-04-28 Thread Hein-PietervanBraam
I also added the config file suggested here to my xorg.conf directory
and the problem also disappeared for me on my X230.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/1042069

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Confirmed

Bug description:
  Really annoying bug!

  Trackpoint moves the mouse cursor smootly,
  when using the touchpad i have a jumpy cursor. (vertically it moves fine, 
horizontally it moves always 4 pixels at once).

  Please see the following demonstration video:
  http://www.youtube.com/watch?v=XUVRKFUsAmc

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Date: Mon Aug 27 08:08:27 2012
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120824)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1033263] Re: Ubuntu 12.04 freezes with nvidia drivers

2013-04-14 Thread Hein
If it's an old card installing version 173 from Nvidia may help to stabilize 
your system. Performance is not great though, but it helps with my 12.10 
version. Hope 13.04 will be better.
Verzonden vanaf mijn BlackBerry®-toestel

-Original Message-
From: akI azeone...@aol.com
Sender: boun...@canonical.com
Date: Sun, 14 Apr 2013 05:50:41 
To: hhans...@home.nl
Reply-to: Bug 1033263 1033...@bugs.launchpad.net
Subject: [Bug 1033263] Re: Ubuntu 12.04 freezes with nvidia drivers

I can confirm this on 12.04 LTS and also on 12.10 with a very fresh
install of ubuntu.

Its absolutely regardless which nvidia driver i activate (current, 
current-updates, experimental) the desktop freezes randomly with ativated 
nvidia driver. 
Sometimes the system freezes complete, desktop, mouse and keyboard are stocked. 
Sometimes only the keyboard and desktop freezes. and i can move the cursor but 
are not able to make the dekstop response do any kind of mouse interacting.

If i change back to NV driver the system runs stable.

Also this only happens the very first boot on the day. If i restart my system i 
can run it for hours without any problem.
For now i have deactivated the nvidia drivers, hopefully someone can fix this.

I also can confirm (but im not sure) that this must have to do with
unity as im running a dualboot system with 12.04 LTS and Ubuntu Studio
12.10. On Ubuntu Studio which uses XFCE the system runs stable with the
latest nvidia driver activated.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1033263

Title:
  Ubuntu 12.04 freezes with nvidia drivers

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  After activiting Nvidia drivers complete freezes (only hard reset
  works). Mouse cursor moves, all else seems to come to an instant halt.

  Hardware: Acer Aspire 7520, Geforce 8400m G (shared memory).

  (Re)installing Nouveau drivers 'solves' the problem. Newer Nvidia
  drivers from PPA unsucceslful as well (same problem).

  Laptop works like a charm with 11.10 and nvidia drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-27-generic 3.2.0-27.43
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hein   1932 F pulseaudio
  CRDA:
   country NL:
    (2402 - 2482 @ 40), (N/A, 20)
    (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
    (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
    (5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf088 irq 21'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10250126,0013 
HDA:14f12c06,10250126,0010'
     Controls  : 26
     Simple ctrls  : 14
  Date: Sun Aug  5 20:48:28 2012
  HibernationDevice: RESUME=UUID=8ec5ad0a-4378-4d68-a4d4-d35c9b66570e
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Acer Aspire 7520
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic 
root=UUID=613ca040-8bae-4af8-8b6a-33d7d98e49a7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-27-generic N/A
   linux-backports-modules-3.2.0-27-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2007
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.05
  dmi.board.name: Fuquene
  dmi.board.vendor: Acer
  dmi.board.version: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd07/12/2007:svnAcer:pnAspire7520:pvrV1.05:rvnAcer:rnFuquene:rvrN/A:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 7520
  dmi.product.version: V1.05
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1033263/+subscriptions

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1033263

Title:
  Ubuntu 12.04 freezes with nvidia drivers

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  After activiting Nvidia drivers complete freezes (only hard reset
  works). Mouse cursor moves, all else seems to come to an instant halt.

  Hardware: Acer Aspire 7520, Geforce 8400m G (shared memory).

  (Re)installing Nouveau drivers 'solves' the problem. Newer Nvidia
  drivers from PPA unsucceslful as well (same problem

Re: [Desktop-packages] [Bug 1033263] Re: Ubuntu 12.04 freezes with nvidia drivers

2013-04-14 Thread Hein
12.04 was in my case a total failure with freezes every 10 minutes or so. 12.10 
was stable for 2 or 3 hours. 12.10 seems to be a bit more stable with latest 
nvidia drivers. 
Verzonden vanaf mijn BlackBerry®-toestel

-Original Message-
From: akI azeone...@aol.com
Sender: boun...@canonical.com
Date: Sun, 14 Apr 2013 05:50:41 
To: hhans...@home.nl
Reply-to: Bug 1033263 1033...@bugs.launchpad.net
Subject: [Bug 1033263] Re: Ubuntu 12.04 freezes with nvidia drivers

I can confirm this on 12.04 LTS and also on 12.10 with a very fresh
install of ubuntu.

Its absolutely regardless which nvidia driver i activate (current, 
current-updates, experimental) the desktop freezes randomly with ativated 
nvidia driver. 
Sometimes the system freezes complete, desktop, mouse and keyboard are stocked. 
Sometimes only the keyboard and desktop freezes. and i can move the cursor but 
are not able to make the dekstop response do any kind of mouse interacting.

If i change back to NV driver the system runs stable.

Also this only happens the very first boot on the day. If i restart my system i 
can run it for hours without any problem.
For now i have deactivated the nvidia drivers, hopefully someone can fix this.

I also can confirm (but im not sure) that this must have to do with
unity as im running a dualboot system with 12.04 LTS and Ubuntu Studio
12.10. On Ubuntu Studio which uses XFCE the system runs stable with the
latest nvidia driver activated.

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1033263

Title:
  Ubuntu 12.04 freezes with nvidia drivers

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  After activiting Nvidia drivers complete freezes (only hard reset
  works). Mouse cursor moves, all else seems to come to an instant halt.

  Hardware: Acer Aspire 7520, Geforce 8400m G (shared memory).

  (Re)installing Nouveau drivers 'solves' the problem. Newer Nvidia
  drivers from PPA unsucceslful as well (same problem).

  Laptop works like a charm with 11.10 and nvidia drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-27-generic 3.2.0-27.43
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hein   1932 F pulseaudio
  CRDA:
   country NL:
    (2402 - 2482 @ 40), (N/A, 20)
    (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
    (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
    (5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf088 irq 21'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10250126,0013 
HDA:14f12c06,10250126,0010'
     Controls  : 26
     Simple ctrls  : 14
  Date: Sun Aug  5 20:48:28 2012
  HibernationDevice: RESUME=UUID=8ec5ad0a-4378-4d68-a4d4-d35c9b66570e
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Acer Aspire 7520
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic 
root=UUID=613ca040-8bae-4af8-8b6a-33d7d98e49a7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-27-generic N/A
   linux-backports-modules-3.2.0-27-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2007
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.05
  dmi.board.name: Fuquene
  dmi.board.vendor: Acer
  dmi.board.version: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd07/12/2007:svnAcer:pnAspire7520:pvrV1.05:rvnAcer:rnFuquene:rvrN/A:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 7520
  dmi.product.version: V1.05
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1033263/+subscriptions

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1033263

Title:
  Ubuntu 12.04 freezes with nvidia drivers

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  After activiting Nvidia drivers complete freezes (only hard reset
  works). Mouse cursor moves, all else seems to come to an instant halt.

  Hardware: Acer Aspire 7520, Geforce 8400m G (shared memory).

  (Re)installing Nouveau drivers 'solves' the problem. Newer Nvidia
  drivers from PPA unsucceslful as well (same problem).

  Laptop

Re: [Desktop-packages] [Bug 1094496] Re: gnome-keyring-daemon leaks memory

2013-04-14 Thread Hein Zelle
Dear Steve Langasek,

 Brian, can you confirm that the SRUed version fixes the problem for you?
 We need some confirmation of the bugfix before it can be published to
 precise-updates.
 
 As Seb pointed out earlier, this problem is not reproducible for all
 users.  By that measure, the test case in the bug description is
 incomplete, because it does not tell users how to reproduce the problem.

I have installed the SRUed version at home (at least, I think I did it
correctly): 

ii  gnome-keyring  3.2.2-2ubuntu4 GNOME keyring services (daemon and
tools)

It is running normally and not causing any problems at this moment.
Memory usage seems relatively normal:

hein  1899  0.0  0.0 368880  3732 ?Sl   21:01   0:00
/usr/bin/gnome-keyring-daemon --daemonize --login

although the virtual use does seem high but I see that with a lot of
programs on 64 bit ubuntu.  I will try it out at work where I actually
noticed the memory leak and confirm again once I see it running a bit
longer.

Kind regards,
 Hein


-- 

 Hein Zelle h...@icce.rug.nl
http://www.icce.rug.nl/~hein

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

Title:
  gnome-keyring-daemon leaks memory

Status in GNOME keyring services:
  Fix Released
Status in “gnome-keyring” package in Ubuntu:
  Fix Released
Status in “gnome-keyring” source package in Precise:
  Fix Committed

Bug description:
  * Impact: 
  gnome-keyring leaks memory which is not nice

  * Test Case:
  run a GNOME or Unity session for some time, watch the gnome-keyring-daemon 
memory usage

  * Regression Potential:
  check that keyring keeps working fine (ssh/ggp agents, network-manager 
passwords, etc)

  ---

  
  gnome-keyring-daemon gets killed here every few days due to it's memory size 
exceeding the site imposed limit of 2GB per process.  The ulimit of course is 
not the problem as even with an unlimited setting, it would just grow until it 
was killed by the OOM killer.

  The real problem here is that gnome-keyring-daemon has no business
  growing to even a fraction of the 2GB limit imposed here.  2G for a
  simple keyring daemon is absurd.

  Looking at the upstream changelog for versions beyond the 3.2.2 on
  which the Ubuntu version is based appear to have fixed memory leaks.
  Given that this leaking 3.2.2-2ubuntu4 version is in the Precise LTS
  release, upgrading to a newer Ubuntu release is not a solution nor an
  option -- this LTS release is supposed to be supported beyond 2017.  A
  fix needs to be backported.  Having gnome-keyring-daemon leaking for 5
  more years is simply unacceptable.

  ProblemType: Bug
  DistroRelease: LinuxMint 12
  Package: gnome-keyring 3.2.2-2ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
  Uname: Linux 3.2.0-29-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: i386
  Date: Sat Dec 29 11:38:45 2012
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-keyring
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: [modified]
  modified.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 
2012-03-21T15:31:45
  mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 
2012-02-23T18:28:50
  mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 
2012-02-23T18:26:38
  mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 
2012-03-21T15:32:22

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] Re: Artefacts with nouveau driver

2013-02-27 Thread Hein
Seems that it is a problem with Nouveau drivers that is known. Yesterday
I discovered that in softwaresources I could now select the old Nvidia
173 driver. This solved all my problems instantly: no freezes, no
artefacts and reasonable speed. For me the bug is purely 'academic' now.

At least others who for some reasons are stuck with the Nouveau driver
it is possible to reduce the impact of this bug: see my previous post.

** Attachment removed: Schermafdruk van 2013-02-02 13:58:58.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+attachment/3511743/+files/Schermafdruk%20van%202013-02-02%2013%3A58%3A58.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] Re: Artefacts with nouveau driver

2013-02-09 Thread Hein
This is the dmesg just after the problem arises.

I have found out that disabling in Compiz - Opengl the following items:
- framebuffer object 
- Vertex buffer object
- Always use buffer swapping

Decreases the impact of the bug. At least the application windows are
redrawn after artefacts show. It's however not completely gone. Unity
bar is still heavily impacted.

dconf reset -f /org/compiz  setsid unity
 
makes (most of) the artefacts in the Unity bar disappear although not for long. 


** Attachment added: Dmesg just after artefacts show up
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+attachment/3522381/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] Re: Artefacts with nouveau driver

2013-02-06 Thread Hein
it seems to be related to compositing. I have installed LXDE and I'm
already working all morning without any problems opening and closing
programs, browsing the web etc. In 'plain' Ubuntu I would already have
had artefacts causing me to restart X. There a lot of problems with
Nvidia and Nouveau run systems apparantly. It seems not to be related to
the drivers though, but a problem with compositing.

It all started for me in 12.04: this was totally unusable for me:
complete freeze every 10 minutes or even less. 12.10 runs into problems
as well. Nouveau shows artefacts, but I can at least restart X by
myself. With Nvidia drivers installed (all versions tried out, including
those of x-edgers and x-swat) my system becomes suddenly less
responsive, fans sound like an aircraft going up in the sky and then X
crashes and restarts.

I truly hope that 13.04 will not have this problems anymore. I will try
a beta as soon as I can.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] [NEW] Artefacts with nouveau driver

2013-02-02 Thread Hein
Public bug reported:

On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
can't get the nvidia driver working correctly: this driver crashes my
system (brings it to a total freeze, not abililty to start another
session or reboot) totally at least 3 times a day.

With Nouveau drivers it seems to work fine, but after some time, I get
artefacts in programs, on the desktop and the unity bar. It gets
unusable very fast.

Restarting X solves the problem, but causes (obviously) a restart of all
running apps.

I have added x-edgers ppa instead of the regular source, but this brings
only a very slight improvement (at least so it seems),

Well, I have includes a screenshot of my messed up desktop.

I have seen that this was a problem in the past as well (found some bug
reports for plain vanilla debian).

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Schermafdruk van 2013-02-02 13:58:58.png
   
https://bugs.launchpad.net/bugs/1113454/+attachment/3511743/+files/Schermafdruk%20van%202013-02-02%2013%3A58%3A58.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] Re: Artefacts with nouveau driver

2013-02-02 Thread Hein
Forgot to mention that I'm using Ubuntu 12.10. This is a fresh install
as upgrading from 11.10 to 12.04 made my computer completely useless
(almost immediate freeze with nouveau or nvidia drivers).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1113454] Re: Artefacts with nouveau driver

2013-02-02 Thread Hein
** Attachment added: Schermafdruk van 2013-02-02 16:50:27.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+attachment/3511839/+files/Schermafdruk%20van%202013-02-02%2016%3A50%3A27.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1113454

Title:
  Artefacts with nouveau driver

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  On my laptop, Acer Aspire 7520 with a Geforce 8400m G graphics card I
  can't get the nvidia driver working correctly: this driver crashes my
  system (brings it to a total freeze, not abililty to start another
  session or reboot) totally at least 3 times a day.

  With Nouveau drivers it seems to work fine, but after some time, I get
  artefacts in programs, on the desktop and the unity bar. It gets
  unusable very fast.

  Restarting X solves the problem, but causes (obviously) a restart of
  all running apps.

  I have added x-edgers ppa instead of the regular source, but this
  brings only a very slight improvement (at least so it seems),

  Well, I have includes a screenshot of my messed up desktop.

  I have seen that this was a problem in the past as well (found some
  bug reports for plain vanilla debian).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1113454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 973096] Re: Nvidia driver causes xorg crash

2013-01-23 Thread Hein
Not fixed for me. Crash happens every 2 to 3 hours, especially when
opening new windows and/or new programms. Is really annoying. Nouveau
drivers are useless: they crash to: make artefacts on my screen. Using
all different versions of Nvidia driver didn't solve this problem.
System is very unstable.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/973096

Title:
  Nvidia driver causes xorg crash

Status in NVIDIA Drivers Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Fix Released
Status in “nvidia-graphics-drivers” source package in Precise:
  Fix Committed

Bug description:
  When using 12.04, X will crash and send me to the login screen. This
  can happen when working, or when the computer is idle.

  I'm using version 295.33. I remember getting the same crash occuring
  on 11.10 when I upgraded to version 295.20 [version before 295.33],
  but this may or may not be the same bug.

  Here are a few lines from the end of dmesg:

  [24513.920780] NVRM: Xid (:02:00): 6, PE0001 
  [24514.021067] Xorg[4044]: segfault at 68 ip 7f38dbb4aaf9 sp 
7fffca422bf0 error 4 in nvidia_drv.so[7f38dbae9000+6e]
  [27450.598620] generic-usb 0003:1532:000A.0001: can't reset device, 
:00:1d.0-1.1/input0, status -32
  [27452.635920] generic-usb 0003:1532:000A.0002: can't reset device, 
:00:1d.0-1.1/input1, status -32
  [27456.598768] generic-usb 0003:1532:000A.0001: can't reset device, 
:00:1d.0-1.1/input0, status -32
  [27457.102295] generic-usb 0003:1532:000A.0002: can't reset device, 
:00:1d.0-1.1/input1, status -32
  [27464.628693] generic-usb 0003:1532:000A.0002: can't reset device, 
:00:1d.0-1.1/input1, status -32
  [27478.619087] generic-usb 0003:1532:000A.0001: can't reset device, 
:00:1d.0-1.1/input0, status -32
  [30168.523350] Xorg[5066] general protection ip:7f4d37605af9 sp:7fff1c0b65f0 
error:0 in nvidia_drv.so[7f4d375a4000+6e]

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nvidia-current 295.33-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Apr  4 01:25:22 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120325)
  MachineType: System76, Inc. Serval Professional
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-21-generic 
root=UUID=1d8777f4-3614-4d99-850e-a6067203b02e ro quiet splash vt.handoff=7
  SourcePackage: nvidia-graphics-drivers
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 05/04/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Serval Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: serp6
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: serp6
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd05/04/2010:svnSystem76,Inc.:pnServalProfessional:pvrserp6:rvnSystem76,Inc.:rnServalProfessional:rvrserp6:cvnSystem76,Inc.:ct9:cvrserp6:
  dmi.product.name: Serval Professional
  dmi.product.version: serp6
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.7.4-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu35
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug 

[Desktop-packages] [Bug 1095321] Re: Capital JPG extension not recognized as pictures

2013-01-22 Thread Hein
I have added some screenshots. Don't know if the 'open file' dialog is
part of Nautilus. But here is what happens.

** Attachment added: bug jpg.odt
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1095321/+attachment/3493945/+files/bug%20jpg.odt

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

Title:
  Capital JPG extension not recognized as pictures

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  When accessing my photo's stored on my home directory e.g. when I want
  to upload them to the web, or an online photoalbum files with a JPG
  (all capitals) extension are not recognized as images. When I change
  the extension to jpg (no capitals) the very same files are recognized
  as images.

  The dialog box shows 'images' and I can't select the 'all files'
  option - this could perhaps also solve the problem. I have found a
  really old bug description that seems to report the exact same
  problem.

  https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/221409

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1095321] Re: Capital JPG extension not recognized as pictures

2013-01-22 Thread Hein
There is a workaround for me and that is to import the photos again in
shotwell. There is an option to get rid of all capitals in the
filenames. Seems to me that some developer at Shotwell had a comparable
problem and made a solution for it.

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

Title:
  Capital JPG extension not recognized as pictures

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  When accessing my photo's stored on my home directory e.g. when I want
  to upload them to the web, or an online photoalbum files with a JPG
  (all capitals) extension are not recognized as images. When I change
  the extension to jpg (no capitals) the very same files are recognized
  as images.

  The dialog box shows 'images' and I can't select the 'all files'
  option - this could perhaps also solve the problem. I have found a
  really old bug description that seems to report the exact same
  problem.

  https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/221409

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1095321] [NEW] Capital JPG extension not recognized as pictures

2013-01-02 Thread Hein
Public bug reported:

When accessing my photo's stored on my home directory e.g. when I want
to upload them to the web, or an online photoalbum files with a JPG (all
capitals) extension are not recognized as images. When I change the
extension to jpg (no capitals) the very same files are recognized as
images.

The dialog box shows 'images' and I can't select the 'all files' option
- this could perhaps also solve the problem. I have found a really old
bug description that seems to report the exact same problem.

https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/221409

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

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

Title:
  Capital JPG extension not recognized as pictures

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  When accessing my photo's stored on my home directory e.g. when I want
  to upload them to the web, or an online photoalbum files with a JPG
  (all capitals) extension are not recognized as images. When I change
  the extension to jpg (no capitals) the very same files are recognized
  as images.

  The dialog box shows 'images' and I can't select the 'all files'
  option - this could perhaps also solve the problem. I have found a
  really old bug description that seems to report the exact same
  problem.

  https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/221409

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 221409] Re: Ubuntu Browse Multiple Files dialog does not recognize capital / uppercase JPG as image

2013-01-01 Thread Hein
I have the very same problem on version 12.10 of Ubuntu! Does any one
test Ubuntu thoroughly?

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

Title:
  Ubuntu Browse Multiple Files dialog does not recognize capital /
  uppercase JPG as image

Status in “gtk+2.0” package in Ubuntu:
  Confirmed

Bug description:
  When I use Firefox to upload images (multiple), the multiple file
  upload box (when set to limit to images only) does not show jpeg
  images if the file extension is a capital or uppercase JPG. It shows
  others just fine.

  I've seen reports of this occurring on Myspace, as well as
  http://www.imagebam.com/flash_upload

  I believe this is an Ubuntu problem and not a Firefox problem, as the
  browse window should be part of Ubuntu.

  The single file upload may or may not be affected by this problem - I
  haven't seen any websites that limit to the image filetype on single
  file upload.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-31 Thread Hein
Happens on my system as well. Ubuntu 12.10 with Nvidia 6400m G (Acer
aspire 7520 laptop). Nvidia drivers not working properly (wrong screen
resolution/ freezes/ double login (loop?!)) Because of problems with
Nvidia 12.10 is only usable with Nouveau drivers, but I need to restart
my desktop about 5 to 10 times a day due to artefacts that make programs
rather useless. Looks like an old problem that was here before. Found
also description of this problem related to Debian. Problem is not
reproducable by starting certain programs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat 

[Desktop-packages] [Bug 1042069] Re: Jumpy Mouse Cursor using Thinkpad X230 Touchpad

2012-10-02 Thread Hein-PietervanBraam
I have the same issue with ubuntu 12.04 on my X230

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/1042069

Title:
  Jumpy Mouse Cursor using Thinkpad X230 Touchpad

Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Confirmed

Bug description:
  Really annoying bug!

  Trackpoint moves the mouse cursor smootly,
  when using the touchpad i have a jumpy cursor. (vertically it moves fine, 
horizontally it moves always 4 pixels at once).

  Please see the following demonstration video:
  http://www.youtube.com/watch?v=XUVRKFUsAmc

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-input-synaptics 1.6.2-1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Date: Mon Aug 27 08:08:27 2012
  InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120824)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1042069/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1033263] Re: Ubuntu 12.04 freezes with nvidia drivers

2012-09-26 Thread Hein
@ Perre. 
Don't think it's Java related. I've got the standard java option installed that 
comes with Ubuntu and my machine crashes with Nvidia Drivers.

My laptop runs almost without crashed on the 173 version of the Nvidia
drivers, but seems to run completely stable if I disable Nvidia drivers
completely (this will activate the open source Nouveau drivers). Nouvuau
drivers aren't bad at all, as long as you don't plan to run 3D games in
my opinion. Perhaps you can try this?

I'm still running 12.04 on an external HD to test it and I have managed
to get an almost acceptable stabililty with driver version 173, but I'm
currently testing without Nvidia drivers, thus with Nouveau drivers and
this seems to be completely stable.

There are other bugs with Ivy bridge systems etc. that cause 12.04 to
come to a complete freeze, but these bugs seem to be more kernel
related.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/1033263

Title:
  Ubuntu 12.04 freezes with nvidia drivers

Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed

Bug description:
  After activiting Nvidia drivers complete freezes (only hard reset
  works). Mouse cursor moves, all else seems to come to an instant halt.

  Hardware: Acer Aspire 7520, Geforce 8400m G (shared memory).

  (Re)installing Nouveau drivers 'solves' the problem. Newer Nvidia
  drivers from PPA unsucceslful as well (same problem).

  Laptop works like a charm with 11.10 and nvidia drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-27-generic 3.2.0-27.43
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hein   1932 F pulseaudio
  CRDA:
   country NL:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xf088 irq 21'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,10250126,0013 
HDA:14f12c06,10250126,0010'
 Controls  : 26
 Simple ctrls  : 14
  Date: Sun Aug  5 20:48:28 2012
  HibernationDevice: RESUME=UUID=8ec5ad0a-4378-4d68-a4d4-d35c9b66570e
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: Acer Aspire 7520
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-27-generic 
root=UUID=613ca040-8bae-4af8-8b6a-33d7d98e49a7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-27-generic N/A
   linux-backports-modules-3.2.0-27-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2007
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.05
  dmi.board.name: Fuquene
  dmi.board.vendor: Acer
  dmi.board.version: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd07/12/2007:svnAcer:pnAspire7520:pvrV1.05:rvnAcer:rnFuquene:rvrN/A:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 7520
  dmi.product.version: V1.05
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1033263/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 606624] Re: Nibbles - Unexpected Death upon rebirth (gnibbles)

2012-05-10 Thread Yannick Hein
I'm using Ubuntu 12.04 (recently upgraded), and I am also experiencing this 
sudden-death-bug. It happened already in 11.10(fresh installed), and on various 
other systems, with completely different hardware. One is a Lenovo E-525 with a 
AMD APU (A4-3300M), the other one ist a Levovo IdeaPad S10e, Intel Atom  Intel 
GMA.
Another one is a Intel Celeron with a nVidia-Graphics.

So the bug is certainly neither platform, nor version-dependant.

Hope there will be sucess in buliding a patch :)
Because like this playing gnibbles can be really annoying :(

** Changed in: gnome-games (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Nibbles - Unexpected Death upon rebirth (gnibbles)

Status in “gnome-games” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: gnome-games

  
  As reported by others in the following thread: 
https://bugs.launchpad.net/gnome-games/+bug/574212

  The following 2 behaviours can be observed:

  1) Death upon rebirth

  2) Unexplained death during play (not associated with reversal)

  I will assume that the same cause underlies both.

  Investigation has shown me that in the case of (2) the program
  believes you are colliding with another worm (often number 6) when the
  display shows that the other worm is in a completely different area of
  the board.

  Therefore there is a discrepancy between the internal board
  representation (board-walls)  and the screen representation (clutter
  actor).

  In the case of (1) I imagine that there is an 'invisible segment' of
  worm close to the point at which you are reborn with which you
  collide. Therefore you die immediately after rebirth, whereas if you
  manage to change direction immediately you can avoid death.

  I have not yet made any progress in finding or fixing the underlying
  bug. :-(

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 606624] Re: Nibbles - Unexpected Death upon rebirth (gnibbles)

2012-05-10 Thread Yannick Hein
Sorry, I forgot to mention that I have only experienced the version (2)
of a sudden death, the problem with dying upon rebirth never occured to
me.

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

Title:
  Nibbles - Unexpected Death upon rebirth (gnibbles)

Status in “gnome-games” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: gnome-games

  
  As reported by others in the following thread: 
https://bugs.launchpad.net/gnome-games/+bug/574212

  The following 2 behaviours can be observed:

  1) Death upon rebirth

  2) Unexplained death during play (not associated with reversal)

  I will assume that the same cause underlies both.

  Investigation has shown me that in the case of (2) the program
  believes you are colliding with another worm (often number 6) when the
  display shows that the other worm is in a completely different area of
  the board.

  Therefore there is a discrepancy between the internal board
  representation (board-walls)  and the screen representation (clutter
  actor).

  In the case of (1) I imagine that there is an 'invisible segment' of
  worm close to the point at which you are reborn with which you
  collide. Therefore you die immediately after rebirth, whereas if you
  manage to change direction immediately you can avoid death.

  I have not yet made any progress in finding or fixing the underlying
  bug. :-(

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 953458] [NEW] remote key search delivers no keys

2012-03-12 Thread Hein Kerstgens
Public bug reported:

Searching a remote key always ends up with an empty box. Startin seahore
from a terminal gives the following message als often there are remote
keys matching the search string: ** Message: invalid keyid (less than
16 chars)

gpg --search-keys some_name works fine and I can import a key by just
enterimg the sequence number of the key. After that the  new key is
vissible in the remote key list.

I am running seahorse on Ubuntu 11.10 but a check with 12.04 beta gave
the same result.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: seahorse 3.2.2-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Mar 12 22:38:54 2012
ExecutablePath: /usr/bin/seahorse
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: seahorse
UpgradeStatus: Upgraded to oneiric on 2012-03-12 (0 days ago)

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


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

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

Title:
  remote key search delivers no keys

Status in “seahorse” package in Ubuntu:
  New

Bug description:
  Searching a remote key always ends up with an empty box. Startin
  seahore from a terminal gives the following message als often there
  are remote keys matching the search string: ** Message: invalid keyid
  (less than 16 chars)

  gpg --search-keys some_name works fine and I can import a key by
  just enterimg the sequence number of the key. After that the  new key
  is vissible in the remote key list.

  I am running seahorse on Ubuntu 11.10 but a check with 12.04 beta gave
  the same result.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: seahorse 3.2.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Mar 12 22:38:54 2012
  ExecutablePath: /usr/bin/seahorse
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: seahorse
  UpgradeStatus: Upgraded to oneiric on 2012-03-12 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 953458] Re: remote key search delivers no keys

2012-03-12 Thread Hein Kerstgens
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to seahorse in Ubuntu.
https://bugs.launchpad.net/bugs/953458

Title:
  remote key search delivers no keys

Status in “seahorse” package in Ubuntu:
  New

Bug description:
  Searching a remote key always ends up with an empty box. Startin
  seahore from a terminal gives the following message als often there
  are remote keys matching the search string: ** Message: invalid keyid
  (less than 16 chars)

  gpg --search-keys some_name works fine and I can import a key by
  just enterimg the sequence number of the key. After that the  new key
  is vissible in the remote key list.

  I am running seahorse on Ubuntu 11.10 but a check with 12.04 beta gave
  the same result.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: seahorse 3.2.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Mar 12 22:38:54 2012
  ExecutablePath: /usr/bin/seahorse
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: seahorse
  UpgradeStatus: Upgraded to oneiric on 2012-03-12 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841184] Re: LibreOffice ignores default email client

2011-11-12 Thread Hein
I just added thunderbird as suggested here. Works as a charme, but is
not really what you'd like when upgrading that you'll have to adjust all
kind of settings by hand.

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

Title:
  LibreOffice ignores default email client

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  LibreOffice has many email features in File  Send. However
  LibreOffice ignores that I have a default email client (Thunderbird).
  When I try to send a document as an email I get the following error:

  LibreOffice 3.4
  LibreOffice was unable to find a working e-mail configuration. Please save 
this document locally instead and attach it from within your email client.

  LibreOffice lacks integration into the Ubuntu desktop. Ideally using
  this feature would check the default email application (System 
  Settings  System  Info  Default Applications) and use the preferred
  email client to send an email with the attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Sep  4 12:55:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110817)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to oneiric on 2011-08-27 (7 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 841184] Re: LibreOffice ignores default email client

2011-10-16 Thread Hein
The same problem applies to me. After upgrading to Oneiric Libroffice
still wants to send emails via Evolution and is not starting the
standard email client: Thunderbird. I'm now looking how to manually
adjust this. But in Libreoffice it doesn't look very straightforward:
any one that has done this with success? I hate to tinker with my system
a lot more: I already had to make some adjustments.

Apart from that, after upgrading my (evolution) contacts have been
migrated to Thunderbird, but emails and the link to google calendar has
not been migrated to Thunderbird, nor has any calendar related data.

I would have expected that migration to another mail client have been
tested a lot better.

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

Title:
  LibreOffice ignores default email client

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  LibreOffice has many email features in File  Send. However
  LibreOffice ignores that I have a default email client (Thunderbird).
  When I try to send a document as an email I get the following error:

  LibreOffice 3.4
  LibreOffice was unable to find a working e-mail configuration. Please save 
this document locally instead and attach it from within your email client.

  LibreOffice lacks integration into the Ubuntu desktop. Ideally using
  this feature would check the default email application (System 
  Settings  System  Info  Default Applications) and use the preferred
  email client to send an email with the attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sun Sep  4 12:55:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110817)
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to oneiric on 2011-08-27 (7 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp