Re: [Desktop-packages] [Bug 893473] Re: Libreoffice Calc hangs system in copy paste operations

2011-11-26 Thread pramathesh ambasta
** Attachment added: final mgnrega status tables.ods
   
https://bugs.launchpad.net/bugs/893473/+attachment/2608994/+files/final%20mgnrega%20status%20tables.ods

-- 
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/893473

Title:
  Libreoffice Calc hangs system in copy paste operations

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  When doing a copy operation from a calc spreadsheet to another
  spreadsheet or to writer, calc hangs the system. Nothing works except
  the mouse cursor. All displays, panels etc. freeze. Sometimes there is
  screen flicker in which the screen suddenly seems to go blank and
  calc/writer may start work again after a few seconds. However, the
  general rule seems to be to hang the system.

  In my view there is something about selecting a range of cells that
  causes this. Because I find abnormal behaviour during selection/copy-
  paste operations. If in a sheet I select a range of cells and copy
  them to another sheet, then come back to the earlier sheet, I find the
  selection still highlighted. Cross-referencing cells across sheets for
  formuale etc. become a problem under the circumstances.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-calc 1:3.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  Uname: Linux 2.6.38-12-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Tue Nov 22 13:01:08 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/893473/+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 896516] [NEW] Network indicator: translation of 1 item does not show

2011-11-26 Thread Hannie Dumoleyn
Public bug reported:

String 334, Wired connection %d, is shown as Wired connection 1 on
my pc (Dutch language installed). But it is translated in LP.

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

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

Title:
  Network indicator: translation of 1 item does not show

Status in “network-manager-applet” package in Ubuntu:
  New

Bug description:
  String 334, Wired connection %d, is shown as Wired connection 1 on
  my pc (Dutch language installed). But it is translated in LP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/896516/+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 869635] Re: long delay at shutdown/reboot - network-manager doesn't close correctly

2011-11-26 Thread valdi
In my case replacing line:
stop on stopping dbus
into:
stop on runlevel [06]
into the file /etc/init/network-manager.conf
fixes this problem.

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

Title:
  long delay at shutdown/reboot - network-manager doesn't close
  correctly

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I've noticed the shutdown and reboot in oneiric is slower than in
  natty. This is reproducible on different machines with fresh
  installations.

  Disabling plymouth and vt.handoff=7 I can see that some processes are not 
closed:
  * Asking all remaining processes to terminate... [OK]
  * Killing all remaining processes... [fail]

  Killing network-manager at runlevel6, after the dbus shutdown signal,
  makes the shutdown and restart really faster (I'd say 5/10sec on low
  end machines like netbooks)


  --- /etc/init/network-manager.conf.orig 2010-05-03 14:56:09.745071317 +0200
  +++ /etc/init/network-manager.conf 2010-05-03 14:56:43.075152939 +0200
  @@ -8,6 +8,7 @@
   start on (local-filesystems
and started dbus)
   stop on stopping dbus
  +stop on runlevel [06]

   expect fork
   respawn


  after applying this I get no more errors:
  * Killing all remaining processes... [OK]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/869635/+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 883865] Re: lightdm doesn't drop privileges when reading ~/.dmrc

2011-11-26 Thread Yves-Alexis Perez
This patch seems to fix the problem.

** Patch added: 07_CVE-2011-4105.patch
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+attachment/2609002/+files/07_CVE-2011-4105.patch

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

Title:
  lightdm doesn't drop privileges when reading ~/.dmrc

Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Oneiric:
  Fix Released
Status in “lightdm” source package in Precise:
  Fix Released

Bug description:
  LightDM doesn't drop privileges when reading the ~/.dmrc file. This
  allows a local user to read configuration files he would normally not
  have read permissions for, for example, mysql configuration files that
  contain passwords.

  How to reproduce:
  1- Create a /etc/app.conf file owned by root with 600 permissions, containing 
the following:
  [App]
  password=xyz
  2- Log in as a regular user
  3- rm ~/.dmrc
  4- ln -s /etc/app.conf ~/.dmrc
  5- Log out, log back in
  6- look at ~/.dmrc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/883865/+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 882817] Re: shutdown screen stuck after upgrade to Ubuntu 11.10

2011-11-26 Thread rupert
Just the same as my route -n:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG0  00 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 wlan0
192.168.1.0 0.0.0.0 255.255.255.0   U 2  00 wlan0

And thanks Steve for working on this with us, much appreciated.

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

Title:
  shutdown screen stuck after upgrade to Ubuntu 11.10

Status in Ubuntu:
  Invalid
Status in “network-manager” package in Ubuntu:
  Triaged

Bug description:
  After the update from 11.04 to 11.10: when I shut down the pc sometimes it 
goes back to the login screen and then I have to do shutdown there which works 
well then.
  Sometimes the pc shuts down but ends with the ubuntu splash screen and gets 
stuck there.
  The issue may be driver related: I use the AMD/ATI FGLRX graphics driver.
  I have a second pc where I also did the update to 11.10 and there I have no 
problem at all but I don't use the above driver but the NVIDIA graphics driver. 
  Both pc's have Ubuntu 11.10 64-bit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/882817/+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 896525] Re: evolution mail wasn't able to send messages, but only to receive incoming messages.

2011-11-26 Thread Gianluca
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/896525

Title:
  evolution mail wasn't able to send messages, but only to receive
  incoming messages.

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Smtp server doesn't work, any message has been sent.
  I've tried also to configure correctly all parameter with the provider 
(tiscali.it) parameters, but without any result.
  Thank you and regards,
  Gianluca.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evolution 2.30.3-1ubuntu7.3
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  Architecture: i386
  Date: Sat Nov 26 10:03:51 2011
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-guandu-20110429-8
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 10.10 Maverick - Build i386 LIVE Binary 
20110429-13:50
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=it
   LANG=it_IT.utf8
  SourcePackage: evolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/896525/+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 896525] [NEW] evolution mail wasn't able to send messages, but only to receive incoming messages.

2011-11-26 Thread Gianluca
Public bug reported:

Smtp server doesn't work, any message has been sent.
I've tried also to configure correctly all parameter with the provider 
(tiscali.it) parameters, but without any result.
Thank you and regards,
Gianluca.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.3
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
Architecture: i386
Date: Sat Nov 26 10:03:51 2011
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-guandu-20110429-8
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 Maverick - Build i386 LIVE Binary 
20110429-13:50
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=it
 LANG=it_IT.utf8
SourcePackage: evolution

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


** Tags: apport-bug i386 maverick

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

Title:
  evolution mail wasn't able to send messages, but only to receive
  incoming messages.

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Smtp server doesn't work, any message has been sent.
  I've tried also to configure correctly all parameter with the provider 
(tiscali.it) parameters, but without any result.
  Thank you and regards,
  Gianluca.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evolution 2.30.3-1ubuntu7.3
  ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  Architecture: i386
  Date: Sat Nov 26 10:03:51 2011
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-guandu-20110429-8
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 10.10 Maverick - Build i386 LIVE Binary 
20110429-13:50
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=it
   LANG=it_IT.utf8
  SourcePackage: evolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/896525/+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 885542]

2011-11-26 Thread Davidhodges-nz
Still not fixed more than two years later in Thunderbird 8 ! Please
please fix this!

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

Title:
  thunderbird email search should begin with the most recent email then
  progress to the oldest (what the user is searching for is more likely
  to be in recent rather than older emails)

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in “thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  This becomes more problematic the more email a user has to search.
  With a large account, this can result in very long search times, which
  users are more likely to understand if the email is old. If it is a
  recent email, users expect to see the search result more quickly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  james  1977 F pulseaudio
  BuildID: 20110929183320
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xd252 irq 44'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:14f1506e,17aa21da,0010 
HDA:80862805,80860101,0010'
 Controls  : 20
 Simple ctrls  : 8
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Wed Nov  2 20:02:56 2011
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.102  
metric 2
  Prefs:
   places.database.lastMaintenance - 1320169182
   extensions.lastAppVersion - 7.0.1
   network.cookie.prefsMigrated - true
   gfx.blacklist.suggested-driver-version - Mesa 7.10.3
   places.history.expiration.transient_current_max_pages - 121141
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (17 days ago)
  dmi.bios.date: 04/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET42WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4286CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET42WW(1.12):bd04/01/2011:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4286CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/885542/+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 892957] Re: gnome-screensaver is constantly wasting CPU

2011-11-26 Thread vak
importance medium is tooo low, when you can't get to login dialog in
FIVE minutes.

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

Title:
  gnome-screensaver is constantly wasting CPU

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

Bug description:
  I keep noticing that my computer is unusually hot; running top shows
  that gnome-screensaver is the culprit:

PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  


  18746 xbmc  20   0  236m 4420 2556 R   99  0.2  11978:58 gnome-screensav 
   1923 xbmc  20   0  627m  64m  15m S   14  3.7   4109:52 compiz

  That's eight days of CPU time! That can't possibly be good for the
  hardware, and it certainly doesn't help the overall performance of the
  system.

  gdb shows this stack trace:
  (gdb) bt
  #0  0x7f20ff788fd0 in g_string_sized_new () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #1  0x7f20ff76b7ad in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #2  0x7f20ff76d9a3 in g_markup_parse_context_parse () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #3  0x7f20fd6f2a3a in pango_parse_markup () from 
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  #4  0x7f210062ba1f in ?? () from /usr/lib/libgtk-3.so.0
  #5  0x7f210062c770 in gtk_label_set_markup () from /usr/lib/libgtk-3.so.0
  #6  0x0041015b in ?? ()
  #7  0x7f20ffa290a4 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #8  0x7f20ffa3b02a in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #9  0x7f20ffa446b1 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #10 0x7f20ffa44852 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #11 0x7f20ffa2bfc7 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #12 0x7f20ffa2e000 in g_object_notify () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #13 0x7f2100b52ff8 in ?? () from /usr/lib/libgnome-desktop-3.so.2
  #14 0x7f2100b53e12 in ?? () from /usr/lib/libgnome-desktop-3.so.2
  #15 0x7f20ff768a5d in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #16 0x7f20ff769258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #17 0x7f20ff769429 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #18 0x7f2100638eb5 in gtk_main_iteration () from /usr/lib/libgtk-3.so.0
  #19 0x0040eda5 in gs_manager_set_active ()
  #20 0x00409a16 in ?? ()
  #21 0x00417312 in gs_marshal_BOOLEAN__BOOLEAN ()
  #22 0x7f20ffa290a4 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #23 0x7f20ffa3b02a in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #24 0x7f20ffa44483 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #25 0x7f20ffa44852 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #26 0x0040b752 in gs_listener_set_active ()
  #27 0x0040c778 in gs_listener_set_session_idle ()
  #28 0x00417312 in gs_marshal_BOOLEAN__BOOLEAN ()
  #29 0x7f20ffa290a4 in g_closure_invoke () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #30 0x7f20ffa3b02a in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #31 0x7f20ffa44483 in g_signal_emit_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #32 0x7f20ffa44852 in g_signal_emit () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  #33 0x0040a2cc in ?? ()
  #34 0x0040a4fb in ?? ()
  #35 0x7f20ff76a23b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #36 0x7f20ff768a5d in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #37 0x7f20ff769258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #38 0x7f20ff769792 in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
  #39 0x7f2100638e1d in gtk_main () from /usr/lib/libgtk-3.so.0
  #40 0x004093ca in main ()

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-screensaver 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sun Nov 20 20:43:12 2011
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-screensaver
  UpgradeStatus: Upgraded to oneiric on 2011-10-30 (21 days ago)

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

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

[Desktop-packages] [Bug 896530] Re: software-center crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote appl

2011-11-26 Thread Apport retracing service
*** This bug is a duplicate of bug 849553 ***
https://bugs.launchpad.net/bugs/849553

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #849553, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/896530/+attachment/2609021/+files/Dependencies.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/896530/+attachment/2609024/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 849553

** Visibility changed to: Public

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

Title:
  software-center crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

Status in “software-center” package in Ubuntu:
  New

Bug description:
  this error happens when I open software-center

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.2.1
  ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
  Uname: Linux 3.2.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Nov 26 10:38:32 2011
  DuplicateOf: https://bugs.launchpad.net/bugs/849553
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with DBusException in call_blocking(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
  UpgradeStatus: Upgraded to precise on 2011-11-11 (14 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/896530/+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 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-26 Thread Tom Janes
While this is not a fix, it is a workaround for those who can't afford
to have their machine down for any length of time. Simply dump the
recent Flash upgrade, and go back one step and the problem is
eradicated. I did this by loading SuperOS, Version Maverick 10.10 which
has the older Flash package.  I have disabled all Ubuntu updates, and
the problem is completely eliminated and there is no loss of
functionality using the older Flash system.

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

Status in “firefox” package in Ubuntu:
  Invalid
Status in “flashplugin-nonfree” package in Ubuntu:
  Invalid
Status in “firefox” source package in Lucid:
  Triaged
Status in “flashplugin-nonfree” source package in Lucid:
  Triaged
Status in “firefox” source package in Maverick:
  Triaged
Status in “flashplugin-nonfree” source package in Maverick:
  Triaged

Bug description:
  After upgrading firefox to version 3.6.23 few days ago, firefox does
  not work properly.

  At firt use after computer starting, firefox works well.
  It is possible to close firefox without any issue.
  But at second starting, firefox indicates it is impossible to launch firefox 
because firefox-bin process is still running.
  The workaround is to restart the computer, or simply kill the firefox-bin 
process.

  This behaviour happened right after upgrading firefox to version
  3.6.23, and is systematic with the profil user I use (it's an admin
  user).

  I tested with another profil (non admin) on the computer: The problem
  has not been reproduced.

  System is 10.04 LTS (kernel 2.6.32-33 generic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+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 896485] Re: upgrading with apt-get because the upgrader gui errored out.

2011-11-26 Thread Walter Garcia-Fontes
** Package changed: evince (Ubuntu) = update-manager (Ubuntu)

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

Title:
  upgrading with apt-get because the upgrader gui errored out.

Status in “update-manager” package in Ubuntu:
  New

Bug description:
  apt-get upgrade had stopped on util-linux so I did apt-get dist-
  upgrade install util-linux to upgrade just that one.  Instead it
  reloaded everything  got it in passing.

  repeated:   Error: /var/tmp/kdecache-timt is owned by uid 1000
  instead of uid 0

  repeated:  (gtk-updateicon-cache:15247): GdkPixbuf-WARNING **
  ???  Loader module file 
'/usr/lib/i386-linux-gnu/gdx-pixbuf-2.0/2.10.0/loaders.cache': No such file or 
directory

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: evince-common 2.32.0-0ubuntu12.3
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  Uname: Linux 2.6.38-12-generic i686
  Architecture: i386
  Date: Fri Nov 25 23:17:07 2011
  Dependencies:
   
  DpkgTerminalLog:
   Unpacking libevince3-3 (from .../libevince3-3_3.2.1-0ubuntu2_i386.deb) ...
   Preparing to replace evince-common 2.32.0-0ubuntu12.3 (using 
.../evince-common_3.2.1-0ubuntu2_all.deb) ...
   Unpacking replacement evince-common ...
   dpkg: error processing 
/var/cache/apt/archives/evince-common_3.2.1-0ubuntu2_all.deb (--unpack):
trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.Evince.gschema.xml', which is also in 
package evince 2.32.0-0ubuntu12.3
  ErrorMessage: trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.Evince.gschema.xml', which is also in 
package evince 2.32.0-0ubuntu12.3
  PackageArchitecture: all
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-2.6.38-12-generic 
root=UUID=9a615080-5f72-4e62-b6dc-a0147df18d7f ro GRUB_CMDLINE_LINUX=vga=771 
vga=773 crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  SourcePackage: evince
  Title: package evince-common 2.32.0-0ubuntu12.3 failed to install/upgrade: 
trying to overwrite '/usr/share/glib-2.0/schemas/org.gnome.Evince.gschema.xml', 
which is also in package evince 2.32.0-0ubuntu12.3
  UpgradeStatus: Upgraded to natty on 2011-11-26 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/896485/+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 817861] Re: nautilus SIGABRT in nautilus_window_slot_open_location_full(): (target_window == window)

2011-11-26 Thread bonimba
Description:Ubuntu 11.10
Release:11.10
nautilus:
  Installed: 1:3.2.1-0ubuntu3.1
  Candidate:  1:3.2.1-0ubuntu3.1
  Version table :
 *** 1:3.2.1-0ubuntu3.1 0
500 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.2.0-0ubuntu5 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
--
After middle click (or the equivalent left-right click) on a desktop folder, 
all icons disappers. 
I managed to get back the icons by clicking on the trash-icon on unity 
launch-bar.

-- 
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/817861

Title:
  nautilus SIGABRT in nautilus_window_slot_open_location_full():
  (target_window == window)

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Reporting as new, since I don't see one for Oneiric. All I did was
  double click an icon on the desktop. Icon was a symlink to a directory
  under $HOME. Expected the directory to be presented in a window. Got
  ABRT instead.

  gauss:~ la ~/Desktop/Link\ to\ src
  lrwxrwxrwx 1 kirkwood kirkwood 18 2011-04-04 16:16 
/home/kirkwood/Desktop/Link to src - /home/kirkwood/src/
  gauss:~ lsb_release -rd
  Description:  Ubuntu oneiric (development branch)
  Release:  11.10
  gauss:~ apt-cache policy nautilus
  nautilus:
Installed: 1:3.1.4-0ubuntu1
Candidate: 1:3.1.4-0ubuntu1
Version table:
   *** 1:3.1.4-0ubuntu1 0
  500 http://mirror.peer1.net/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-7.8-generic 3.0.0
  Uname: Linux 3.0.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Jul 28 21:46:19 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100803.1)
  ProcCmdline: nautilus -n
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
   abort () at abort.c:92
   g_assertion_message (domain=value optimized out, file=value optimized 
out, line=value optimized out, func=0x5123c0 
nautilus_window_slot_open_location_full, message=0x2772c20 assertion failed: 
(target_window == window)) at 
/build/buildd/glib2.0-2.29.14/./glib/gtestutils.c:1425
   g_assertion_message_expr (domain=0x0, file=0x511c98 
nautilus-window-manage-views.c, line=507, func=0x5123c0 
nautilus_window_slot_open_location_full, expr=value optimized out) at 
/build/buildd/glib2.0-2.29.14/./glib/gtestutils.c:1436
   ?? ()
  Title: nautilus crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to oneiric on 2011-07-11 (17 days ago)
  UserGroups: adm admin audio cdrom debian-transmission dialout drizzle fax 
floppy fuse lpadmin netdev plugdev powerdev sambashare tape vboxusers video

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/817861/+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 896537] Re: LibreOffice greeting screen distorted

2011-11-26 Thread XiFu
** Attachment added: Bildschirmfoto - 2011-11-26 - 10:57:55.png
   
https://bugs.launchpad.net/bugs/896537/+attachment/2609034/+files/Bildschirmfoto%20-%202011-11-26%20-%2010%3A57%3A55.png

-- 
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/896537

Title:
  LibreOffice greeting screen distorted

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  When opening the greeting screen of LibreOffice, it shows the attached image.
  Somehow the image of the last opened windows is visible in the background.

  Thinkpad T61
  Intel onboard Graphics
  No Compiz

  Additional package installed for LibreOffice: libreoffice-gtk

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 10:51:10 2011
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896537/+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 896537] [NEW] LibreOffice greeting screen distorted

2011-11-26 Thread XiFu
Public bug reported:

When opening the greeting screen of LibreOffice, it shows the attached image.
Somehow the image of the last opened windows is visible in the background.

Thinkpad T61
Intel onboard Graphics
No Compiz

Additional package installed for LibreOffice: libreoffice-gtk

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 10:51:10 2011
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=de_AT:de
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

-- 
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/896537

Title:
  LibreOffice greeting screen distorted

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  When opening the greeting screen of LibreOffice, it shows the attached image.
  Somehow the image of the last opened windows is visible in the background.

  Thinkpad T61
  Intel onboard Graphics
  No Compiz

  Additional package installed for LibreOffice: libreoffice-gtk

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 10:51:10 2011
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896537/+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 137527] Re: Unhelpful response when inserting encrypted DVD in default installation

2011-11-26 Thread Milan Bouchet-Valat
Alex: are you sure DVD drives with no region code set will trigger this
error message in 11.10? That would need to be reported upstream as a
separate bug.

Sally-Ann: see
https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs

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

Title:
  Unhelpful response when inserting encrypted DVD in default
  installation

Status in Ayatana Design:
  Triaged
Status in One Hundred Paper Cuts:
  Fix Released
Status in Totem Movie Player:
  In Progress
Status in “libdvdnav” package in Ubuntu:
  Invalid
Status in “libdvdread” package in Ubuntu:
  Invalid
Status in “libgimme-codec” package in Ubuntu:
  Invalid
Status in “totem” package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 4.10, 5.04, 5.10, 6.06, 7.04, 7.10, 8.04, 8.10, 9.04, 9.10,
  10.04, 10.10, 11.04, 11.10

  1. Install Ubuntu.
  2. Insert a standard movie DVD.

  What happens:
  * In Ubuntu 10.10 and earlier, An error occurred - Could not read from 
resource.
  * In Ubuntu 11.10, An error occurred - Could not read DVD. This may be 
because the DVD is encrypted and a DVD decryption library is not installed.

  Without libdvdcss2, Totem, VLC, and others are unable to play my
  original DVD-s. I know it's illegal to ship Ubuntu with libdvdcss2,
  but it could be in multiverse repos, and totem's plugin installer
  could install it, OR add the medibuntu repo to the list (but leave
  unchecked), then Totem's plugin installer should give a hint, to use
  that repo's libdvdcss2 to play your DVDs. Newbies wont find out how to
  solve this problem by theirself, go back to win, and then it will be
  harder to solve the bug #1 :)

  Not to be confused with:
  * bug 502426, where DVDs don't play when libdvdcss is installed
  * bug 745515, An error occured location not found while trying to play a DVD
  * bug 747433, Totem cannot play this type of media DVD because it does not 
have the appropriate plugins to be able to read from this disc

  -
  Desired solution:

  When a user tries to play a dvd, a dialogue should pop up displaying
  the following message:

  The DVD you have inserted cann't currently be played because the
  supporting software has not been installed. This is because it is not
  legal for Ubuntu to distribute this software in some countries. If you
  are certain that it is legal for you to install this software in your
  country, you can install it now. Would you like to install it now?

  yes install now no thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/137527/+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 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-26 Thread Alex Cockell
May I suggest therefore that someone package up Flash 10.3 to give us
something to easily roll back to?  needs pkg pbug is already filed.
means other stuff CAN be updated.

- Original message -
 While this is not a fix, it is a workaround for those who can't afford
 to have their machine down for any length of time. Simply dump the
 recent Flash upgrade, and go back one step and the problem is
 eradicated. I did this by loading SuperOS, Version Maverick 10.10 which
 has the older Flash package.   I have disabled all Ubuntu updates, and
 the problem is completely eliminated and there is no loss of
 functionality using the older Flash system.
 
 -- 
 You received this bug notification because you are subscribed to a
 duplicate bug report (872714).
 https://bugs.launchpad.net/bugs/875538
 
 Title:
     [Firefox 3.6.23] Impossible to open firefox because firefox-bin
     process is still running
 
 Status in “firefox” package in Ubuntu:
     Invalid
 Status in “flashplugin-nonfree” package in Ubuntu:
     Invalid
 Status in “firefox” source package in Lucid:
     Triaged
 Status in “flashplugin-nonfree” source package in Lucid:
     Triaged
 Status in “firefox” source package in Maverick:
     Triaged
 Status in “flashplugin-nonfree” source package in Maverick:
     Triaged
 
 Bug description:
     After upgrading firefox to version 3.6.23 few days ago, firefox does
     not work properly.
 
     At firt use after computer starting, firefox works well.
     It is possible to close firefox without any issue.
     But at second starting, firefox indicates it is impossible to launch
 firefox because firefox-bin process is still running.   The workaround is
 to restart the computer, or simply kill the firefox-bin process.
 
     This behaviour happened right after upgrading firefox to version
     3.6.23, and is systematic with the profil user I use (it's an admin
     user).
 
     I tested with another profil (non admin) on the computer: The problem
     has not been reproduced.
 
     System is 10.04 LTS (kernel 2.6.32-33 generic)
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+subscriptions

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

Status in “firefox” package in Ubuntu:
  Invalid
Status in “flashplugin-nonfree” package in Ubuntu:
  Invalid
Status in “firefox” source package in Lucid:
  Triaged
Status in “flashplugin-nonfree” source package in Lucid:
  Triaged
Status in “firefox” source package in Maverick:
  Triaged
Status in “flashplugin-nonfree” source package in Maverick:
  Triaged

Bug description:
  After upgrading firefox to version 3.6.23 few days ago, firefox does
  not work properly.

  At firt use after computer starting, firefox works well.
  It is possible to close firefox without any issue.
  But at second starting, firefox indicates it is impossible to launch firefox 
because firefox-bin process is still running.
  The workaround is to restart the computer, or simply kill the firefox-bin 
process.

  This behaviour happened right after upgrading firefox to version
  3.6.23, and is systematic with the profil user I use (it's an admin
  user).

  I tested with another profil (non admin) on the computer: The problem
  has not been reproduced.

  System is 10.04 LTS (kernel 2.6.32-33 generic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+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 896544] [NEW] chrome fullscreen playing youtube html5 is dimming my screen

2011-11-26 Thread Fernando Miguel
Public bug reported:

 chrome fullscreen playing youtube html5 is dimming my screen...

video example:
https://www.youtube.com/watch?v=U6qLpEFfJhQ

Google Chrome   17.0.942.0 (Official Build 110446) dev
OS  Linux
WebKit  535.8 (@100508)
JavaScript  V8 3.7.7
Flash   11.1 r102
User Agent  Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.8 (KHTML, like 
Gecko) Chrome/17.0.942.0 Safari/535.8
Command Line /opt/google/chrome/google-chrome --flag-switches-begin 
--enable-print-preview --flag-switches-end
Executable Path /opt/google/chrome/google-chrome

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-power-manager 3.2.1-1
ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
Uname: Linux 3.2.0-1-generic x86_64
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
Date: Sat Nov 26 10:32:36 2011
SourcePackage: gnome-power-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: chromium
 Importance: Unknown
 Status: Unknown

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


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

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

Title:
  chrome fullscreen playing youtube html5 is dimming my screen

Status in Chromium:
  Unknown
Status in “gnome-power-manager” package in Ubuntu:
  New

Bug description:
   chrome fullscreen playing youtube html5 is dimming my screen...

  video example:
  https://www.youtube.com/watch?v=U6qLpEFfJhQ

  Google Chrome 17.0.942.0 (Official Build 110446) dev
  OSLinux
  WebKit535.8 (@100508)
  JavaScriptV8 3.7.7
  Flash 11.1 r102
  User AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.8 (KHTML, like 
Gecko) Chrome/17.0.942.0 Safari/535.8
  Command Line   /opt/google/chrome/google-chrome --flag-switches-begin 
--enable-print-preview --flag-switches-end
  Executable Path   /opt/google/chrome/google-chrome

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.2.1-1
  ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
  Uname: Linux 3.2.0-1-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Sat Nov 26 10:32:36 2011
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium/+bug/896544/+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 896544] Re: chrome fullscreen playing youtube html5 is dimming my screen

2011-11-26 Thread Fernando Miguel
** Bug watch added: code.google.com/p/chromium/issues #105465
   http://code.google.com/p/chromium/issues/detail?id=105465

** Also affects: gnome-power via
   http://code.google.com/p/chromium/issues/detail?id=105465
   Importance: Unknown
   Status: Unknown

** Project changed: gnome-power = chromium

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

Title:
  chrome fullscreen playing youtube html5 is dimming my screen

Status in Chromium:
  Unknown
Status in “gnome-power-manager” package in Ubuntu:
  New

Bug description:
   chrome fullscreen playing youtube html5 is dimming my screen...

  video example:
  https://www.youtube.com/watch?v=U6qLpEFfJhQ

  Google Chrome 17.0.942.0 (Official Build 110446) dev
  OSLinux
  WebKit535.8 (@100508)
  JavaScriptV8 3.7.7
  Flash 11.1 r102
  User AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.8 (KHTML, like 
Gecko) Chrome/17.0.942.0 Safari/535.8
  Command Line   /opt/google/chrome/google-chrome --flag-switches-begin 
--enable-print-preview --flag-switches-end
  Executable Path   /opt/google/chrome/google-chrome

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.2.1-1
  ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
  Uname: Linux 3.2.0-1-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Sat Nov 26 10:32:36 2011
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium/+bug/896544/+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 889277] Re: That is not a bug, it-s only a suggestion

2011-11-26 Thread Alessandro Menti
I have done some quick tests in Ubuntu Oneiric Ocelot (with Software
Center 5.0.1.4); opening System Settings-Universal Access and changing
the font size there changes the font size in all parts of Software
Center.

I'll test with Natty (11.04) in the following days.

** Summary changed:

- That is not a bug, it-s only a suggestion
+ Software Center: font size not changeable

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

Title:
  Software Center: font size not changeable

Status in “software-center” package in Ubuntu:
  Incomplete

Bug description:
  That is not a bug, it-s only a suggestion would we change the font
  size? Thanks for your time and effort

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: software-center 4.0
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Fri Nov 11 20:02:55 2011
  LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=es_ES:en_US:en
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/889277/+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 602139] Re: wireless peap mschapv2 doesn't connect, or very slow connection that dies after a minute

2011-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

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

Title:
  wireless peap mschapv2 doesn't connect, or very slow connection that
  dies after a minute

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: network-manager

  in ubuntu maverick alpha2, networkmanager wireless works fine with
  standard wireless router at home, but fails with PEAP MSChapV2
  wireless network... sometime it works slowly for one minute and then
  dies, and sometimes it doesn't work at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: network-manager 0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-6.9-generic 2.6.35-rc3
  Uname: Linux 2.6.35-6-generic i686
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Tue Jul  6 09:31:14 2010
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Alpha i386 
(20100630.1)
  IpRoute:
   132.68.47.0/25 dev wlan0  proto kernel  scope link  src 132.68.47.5  metric 
2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 132.68.47.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: network-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/602139/+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 705774] Re: LibreOffice - Gnome/GVFS integration

2011-11-26 Thread Oliver Joos
Forget my last comment #14 - it still fails with LibreOffice 3.4.3 on
Natty!

To summarize: if I want to store a new document to an authenticated
samba share then 3.4.3 show a dialog saying something with I/O error.
When started in a terminal then the following message appears together
with the dialog:

(soffice:4588): Gtk-WARNING **: Operation not supported by backend

The share is mounted in ~/.gvfs/sharename/ but its path is always
replaced by smb://synology.local/sharename/ which I guess is a problem
for LibreOffice. I tried creating various links and *.desktop files to
the share or its subdirectories - no luck yet.

-- 
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/705774

Title:
  LibreOffice - Gnome/GVFS integration

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: libreoffice

  You need a mounted network share

  Create a new document (with writer or Calc).
  Click 'Save', click on your network share, click 'Save'

  LibreOffice ask for a login/password to save on your allready mounted
  share!!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/705774/+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 874200] Re: segfault when switching user

2011-11-26 Thread anatoly techtonik
I don't care about segfaults anymore. That bugs me is that lightdm
hangs after resuming from suspend, so I have to restart it every time
manually.

** Changed in: lightdm (Ubuntu)
   Status: Incomplete = New

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

Title:
  segfault when switching user

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  When switching to another user lightdm hangs after entering password.
  Cursor just can't enter the field again. Dmesg shows the following:

  ...
  [   67.824062] hub 2-0:1.0: unable to enumerate USB device on port 2
  [17534.653543] show_signal_msg: 36 callbacks suppressed
  [17534.653553] lightdm[4737]: segfault at 0 ip   (null) sp b5dff14c error 4 
in libglib-2.0.so.0.3000.0[11+f7000]
  [17534.666035] init: lightdm main process (886) killed by SEGV signal
  [17685.206223] compiz[1674]: segfault at 0 ip b6bdb4f7 sp bfc713d0 error 6 in 
libnvidia-glcore.so.280.13[b5b2d000+18a]
  [17807.583211] init: tty1 main process ended, respawning
  [17809.882622] init: tty1 main process ended, respawning

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 1.0.1-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: b346f016d264f3ef62407d5e29c198a2
  CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
  Date: Fri Oct 14 15:57:05 2011
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-10-02 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/874200/+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 868613] Re: lightdm-gtk-greeter in Xubuntu, has three untranslatable items

2011-11-26 Thread Pjotr12345
I have a Dutch localized Xubuntu. I installed the new LightDM packages
from proposed. The strings Guest account and Other... are now
translated into Dutch.  :-)

But Password:  is still untranslated... Apparently lightdm-gtk-greeter
does not succeed in importing the translation from PAM. In spite of the
fact that PAM itself, has been fully translated into Dutch.

Can somebody look into this? I'm willing to help with testing fixes.

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

Title:
  lightdm-gtk-greeter in Xubuntu, has three untranslatable items

Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Oneiric:
  Fix Released
Status in “lightdm” source package in Precise:
  Fix Released

Bug description:
  The greeter of LightDM in Xubuntu Oneiric, is largely translated. But not the 
following items:
  - Password:
  - Guest Account
  - Other...

  This happens even in languages for which LightDM has been fully
  translated (100 %). So these items are somehow untranslatable now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/868613/+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 896552] Re: Arrow keys lost function with new release

2011-11-26 Thread lyngeled
-- 
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/896552

Title:
  Arrow keys lost function with new release

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  The arrow keys have lost a function which make the focus of files jump
  to the row or column in Icon view and Compact view. It was a very nice
  and useful function.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 11:57:15 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-11-19 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/896552/+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 705774] Re: LibreOffice - Gnome/GVFS integration

2011-11-26 Thread Oliver Joos
I like to add that it works if the new document is saved to
~/.gvfs/sharename/ or a sub(-sub)-directory of it. The problem is that
the Save As dialog always remembers the path as
smb://synology.local/sharename/ which does not work for LibreOffice.
Working in a deep directory of a big file tree degenerates to a nagging
point-and-click adventure, even when it is always the same sub-
directory.

-- 
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/705774

Title:
  LibreOffice - Gnome/GVFS integration

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: libreoffice

  You need a mounted network share

  Create a new document (with writer or Calc).
  Click 'Save', click on your network share, click 'Save'

  LibreOffice ask for a login/password to save on your allready mounted
  share!!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/705774/+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 896552] [NEW] Arrow keys lost function with new release

2011-11-26 Thread lyngeled
Public bug reported:

The arrow keys have lost a function which make the focus of files jump
to the row or column in Icon view and Compact view. It was a very nice
and useful function.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Nov 26 11:57:15 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 PATH=(custom, user)
 LANG=da_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-11-19 (6 days ago)

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


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

-- 
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/896552

Title:
  Arrow keys lost function with new release

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  The arrow keys have lost a function which make the focus of files jump
  to the row or column in Icon view and Compact view. It was a very nice
  and useful function.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 11:57:15 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-11-19 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/896552/+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 884110] Re: Libreoffice PDF export will not save to samba share

2011-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libreoffice (Ubuntu)
   Status: New = Confirmed

-- 
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/884110

Title:
  Libreoffice PDF export will not save to samba share

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  When I attempt to export a PDF from Libre office to a Samba share on
  kubuntu, I get the message You can only select local files.

  Steps to reproduce:

  1. Open any libreoffice doc from local file, or create new one. 
  2. Click the PDF export Icon in the toolbar. 
  3. Navigate the file picker to a samba share  - I had one already in the 
shorcuts. 
  4. Enter filename and click save
  5. see message You can only select local files

  jussi@squirrel:~$ lsb_release -rd
  Description:Ubuntu 11.10
  Release:11.10
  jussi@squirrel:~$ apt-cache policy libreoffice
  libreoffice:
Installed: 1:3.4.3-3ubuntu2
Candidate: 1:3.4.3-3ubuntu2
Version table:
   *** 1:3.4.3-3ubuntu2 0
  500 http://fi.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status
  jussi@squirrel:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice 1:3.4.3-3ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 31 10:33:25 2011
  InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to oneiric on 2011-10-12 (18 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/884110/+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 882893] Re: gnome-screensaver 3.2.0-0ubuntu1 failed to exit

2011-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome-screensaver 3.2.0-0ubuntu1 failed to exit

Status in “gnome-screensaver” package in Ubuntu:
  Confirmed

Bug description:
  On older PC (Intel P4 2.8GHz, 1GB RAM), I am seeing this lockup with
  default settings.

  Ubuntu 11.10, Unity-2D, latest patch/updates loaded.

  Occurs when I wait for timeout, and screen blanks.   Does NOT occur
  when select screen-lock (from GUI, or keyboard)

  I have now two separate PCs, with identical results.

  
  Note: login screen (lightdm) is not susceptible to this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/882893/+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 882893] Re: gnome-screensaver 3.2.0-0ubuntu1 failed to exit

2011-11-26 Thread Anders Hall
Another workaround for this issue is to be very patient and hit enter a few 
times while the screen is frozen. After a while (minutes) the password screen 
appears. 

I've seen this happen to another guy in the office and he makes a hard
reboot every time (figures it is a complete freeze)

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

Title:
  gnome-screensaver 3.2.0-0ubuntu1 failed to exit

Status in “gnome-screensaver” package in Ubuntu:
  Confirmed

Bug description:
  On older PC (Intel P4 2.8GHz, 1GB RAM), I am seeing this lockup with
  default settings.

  Ubuntu 11.10, Unity-2D, latest patch/updates loaded.

  Occurs when I wait for timeout, and screen blanks.   Does NOT occur
  when select screen-lock (from GUI, or keyboard)

  I have now two separate PCs, with identical results.

  
  Note: login screen (lightdm) is not susceptible to this issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/882893/+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 834592] Re: System hangs during boot with Checking battery state on screen

2011-11-26 Thread magelan
The previous lightdm version (1.0.6-0ubuntu1.1) does not work any more
for me, after some successful days. I do not know why. Gdm works since
the second restart after reconfiguring.

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

Title:
  System hangs during boot with Checking battery state on screen

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  After some digging it appears that lightdm isn't starting properly.
  One fix appears to be Ctrl+Alt+F1,user and password and startx but I
  fixed it by switching to using GDM - sudo dpkg-reconfigure -plow gdm.

  This happened after I ran updates on Wednesday of this week.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/834592/+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 137527] Re: Unhelpful response when inserting encrypted DVD in default installation

2011-11-26 Thread John Lea
** Changed in: ayatana-design
 Assignee: John Lea (johnlea) = (unassigned)

** Changed in: ayatana-design
 Assignee: (unassigned) = Christian Giordano (nuthinking)

** Description changed:

  Ubuntu 4.10, 5.04, 5.10, 6.06, 7.04, 7.10, 8.04, 8.10, 9.04, 9.10,
  10.04, 10.10, 11.04, 11.10
  
  1. Install Ubuntu.
  2. Insert a standard movie DVD.
  
  What happens:
  * In Ubuntu 10.10 and earlier, An error occurred - Could not read from 
resource.
  * In Ubuntu 11.10, An error occurred - Could not read DVD. This may be 
because the DVD is encrypted and a DVD decryption library is not installed.
  
  Without libdvdcss2, Totem, VLC, and others are unable to play my
  original DVD-s. I know it's illegal to ship Ubuntu with libdvdcss2, but
  it could be in multiverse repos, and totem's plugin installer could
  install it, OR add the medibuntu repo to the list (but leave unchecked),
  then Totem's plugin installer should give a hint, to use that repo's
  libdvdcss2 to play your DVDs. Newbies wont find out how to solve this
  problem by theirself, go back to win, and then it will be harder to
  solve the bug #1 :)
  
  Not to be confused with:
  * bug 502426, where DVDs don't play when libdvdcss is installed
  * bug 745515, An error occured location not found while trying to play a DVD
  * bug 747433, Totem cannot play this type of media DVD because it does not 
have the appropriate plugins to be able to read from this disc
  
  -
  Desired solution:
  
- When a user tries to play a dvd, a dialogue should pop up displaying the
- following message:
- 
- The DVD you have inserted cann't currently be played because the
- supporting software has not been installed. This is because it is not
- legal for Ubuntu to distribute this software in some countries. If you
- are certain that it is legal for you to install this software in your
- country, you can install it now. Would you like to install it now?
- 
- yes install now no thanks
+ This bug will be fixed as part of the larger 3rd party codec install
+ project (project contact Christian Giordano).

** Changed in: ayatana-design
   Status: Triaged = Invalid

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

Title:
  Unhelpful response when inserting encrypted DVD in default
  installation

Status in Ayatana Design:
  Invalid
Status in One Hundred Paper Cuts:
  Fix Released
Status in Totem Movie Player:
  In Progress
Status in “libdvdnav” package in Ubuntu:
  Invalid
Status in “libdvdread” package in Ubuntu:
  Invalid
Status in “libgimme-codec” package in Ubuntu:
  Invalid
Status in “totem” package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 4.10, 5.04, 5.10, 6.06, 7.04, 7.10, 8.04, 8.10, 9.04, 9.10,
  10.04, 10.10, 11.04, 11.10

  1. Install Ubuntu.
  2. Insert a standard movie DVD.

  What happens:
  * In Ubuntu 10.10 and earlier, An error occurred - Could not read from 
resource.
  * In Ubuntu 11.10, An error occurred - Could not read DVD. This may be 
because the DVD is encrypted and a DVD decryption library is not installed.

  Without libdvdcss2, Totem, VLC, and others are unable to play my
  original DVD-s. I know it's illegal to ship Ubuntu with libdvdcss2,
  but it could be in multiverse repos, and totem's plugin installer
  could install it, OR add the medibuntu repo to the list (but leave
  unchecked), then Totem's plugin installer should give a hint, to use
  that repo's libdvdcss2 to play your DVDs. Newbies wont find out how to
  solve this problem by theirself, go back to win, and then it will be
  harder to solve the bug #1 :)

  Not to be confused with:
  * bug 502426, where DVDs don't play when libdvdcss is installed
  * bug 745515, An error occured location not found while trying to play a DVD
  * bug 747433, Totem cannot play this type of media DVD because it does not 
have the appropriate plugins to be able to read from this disc

  -
  Desired solution:

  This bug will be fixed as part of the larger 3rd party codec install
  project (project contact Christian Giordano).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/137527/+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 891812]

2011-11-26 Thread Björn Michaelsen
Thanks Markus.
Adjusting importance accordingly.

-- 
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/891812

Title:
  [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1)
  Lucid:
  lsb_release -rd
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) 
  Lucid:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.3.2-1ubuntu2~lucid1
Candidate: 1:3.3.2-1ubuntu2~lucid1
Version table:
   *** 1:3.3.2-1ubuntu2~lucid1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status

  Oneiric:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1~ppa1
    Candidate: 1:3.4.4-0ubuntu1~ppa1
    Version table:
   *** 1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  LibreOffice Calc 3.4.3, OOO340m1 (Build:302)

  
  3) What is expected to happen in a blank LibreOffice Calc document is when 
one types in a cell:

  =MULTINOMIAL(1000,0)

  it returns 1.

  4) What happens instead is it returns Err:502.

  More information about multinomial may be found at:
  http://help.libreoffice.org/Calc/Mathematical_Functions#MULTINOMIAL
  http://office.microsoft.com/en-us/excel-help/multinomial-HP005209186.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/891812/+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 857041]

2011-11-26 Thread Arnheim
I have this bug on Windows 7 64bit with LO 3.4.3 and LO 3.4.4. Please
fix it as soon as possible, because it's very annoying.

I can confim the workaround described by manj_k.

-- 
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/857041

Title:
  [Upstream] Nonprinting characters not showing in Writer

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  When authoring, or viewing write-enabled document in Writer
  (LibreOffice 3.4.3 OOO340m1 (Build:302) ) the non-printing character
  symbols don't show on screen.

  Ctrl-F10 toggles toolbar icon OK, but to no effect on screen.

  I'm running Ubuntu AMD64 Oneiric (beta) with Nvidia proprietary driver
  active.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/857041/+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 891812]

2011-11-26 Thread Markus-mohrhard
Feel free to implement it. Source code for this function is at:
http://opengrok.libreoffice.org/xref/core/scaddins/source/analysis/analysis.cxx#690

I'm looking forward to your contribution.

-- 
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/891812

Title:
  [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1)
  Lucid:
  lsb_release -rd
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) 
  Lucid:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.3.2-1ubuntu2~lucid1
Candidate: 1:3.3.2-1ubuntu2~lucid1
Version table:
   *** 1:3.3.2-1ubuntu2~lucid1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status

  Oneiric:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1~ppa1
    Candidate: 1:3.4.4-0ubuntu1~ppa1
    Version table:
   *** 1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  LibreOffice Calc 3.4.3, OOO340m1 (Build:302)

  
  3) What is expected to happen in a blank LibreOffice Calc document is when 
one types in a cell:

  =MULTINOMIAL(1000,0)

  it returns 1.

  4) What happens instead is it returns Err:502.

  More information about multinomial may be found at:
  http://help.libreoffice.org/Calc/Mathematical_Functions#MULTINOMIAL
  http://office.microsoft.com/en-us/excel-help/multinomial-HP005209186.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/891812/+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 891812] Re: [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

2011-11-26 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Importance: Medium = Wishlist

-- 
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/891812

Title:
  [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1)
  Lucid:
  lsb_release -rd
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) 
  Lucid:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.3.2-1ubuntu2~lucid1
Candidate: 1:3.3.2-1ubuntu2~lucid1
Version table:
   *** 1:3.3.2-1ubuntu2~lucid1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status

  Oneiric:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1~ppa1
    Candidate: 1:3.4.4-0ubuntu1~ppa1
    Version table:
   *** 1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  LibreOffice Calc 3.4.3, OOO340m1 (Build:302)

  
  3) What is expected to happen in a blank LibreOffice Calc document is when 
one types in a cell:

  =MULTINOMIAL(1000,0)

  it returns 1.

  4) What happens instead is it returns Err:502.

  More information about multinomial may be found at:
  http://help.libreoffice.org/Calc/Mathematical_Functions#MULTINOMIAL
  http://office.microsoft.com/en-us/excel-help/multinomial-HP005209186.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/891812/+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 891812]

2011-11-26 Thread Bastiaan J. Braams
The presumed cause of the bug is that the multinomial is computed as a
ratio of factorials; this would indeed cause an overflow when the sum of
the arguments exceeds 170. Please note that for the implementation of
the Binomial in LibreOffice Calc (function COMBIN) no such restriction
applies; it is computed carefully to avoid unnecessary overflow.

Please note also that the bug with multinomial would be almost trivial
to fix.

A recurrence for computing the multinomial function as a product of
binomials may be found in the description of the multinomial function in
the Sage mathematics system:

http://www.sagemath.org/doc/reference/sage/rings/arith.html#sage.rings.arith.multinomial

The associated 5-line Python code by Gabriel Ebner may be found here:

http://trac.sagemath.org/sage_trac/attachment/ticket/3132/trac3132-2.diff

I believe that this is a very natural way to compute the multinomial,
and it would completely remove the problem of unnecessary overflow.

-- 
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/891812

Title:
  [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1)
  Lucid:
  lsb_release -rd
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) 
  Lucid:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.3.2-1ubuntu2~lucid1
Candidate: 1:3.3.2-1ubuntu2~lucid1
Version table:
   *** 1:3.3.2-1ubuntu2~lucid1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status

  Oneiric:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1~ppa1
    Candidate: 1:3.4.4-0ubuntu1~ppa1
    Version table:
   *** 1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  LibreOffice Calc 3.4.3, OOO340m1 (Build:302)

  
  3) What is expected to happen in a blank LibreOffice Calc document is when 
one types in a cell:

  =MULTINOMIAL(1000,0)

  it returns 1.

  4) What happens instead is it returns Err:502.

  More information about multinomial may be found at:
  http://help.libreoffice.org/Calc/Mathematical_Functions#MULTINOMIAL
  http://office.microsoft.com/en-us/excel-help/multinomial-HP005209186.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/891812/+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 671437]

2011-11-26 Thread Vivek
a name=guumdixlsp title= href=http://sacredart.rpwalsh.tk/wp-
content/plugins/extended-comment-
options/dmer.htmhttp://sacredart.rpwalsh.tk/wp-content/plugins
/extended-comment-options/dmer.htm/a

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

Title:
  Problems with mail download

Status in “evolution” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: evolution

  Evolution does not download emails.
  Once it recognizes that emails are there on the server, it must begin 
downloading immediately, but rather it gets stuck by saying Fetching Mail (0% 
Complete).
  This was not a problem unless I installed Ubuntu 10.10 recently.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evolution 2.30.3-1ubuntu7
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Fri Nov  5 19:51:18 2010
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_IN
  SourcePackage: evolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/671437/+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 334851] Re: Evolution contacts crashes upon first access

2011-11-26 Thread Bug Watch Updater
** Changed in: evolution-data-server
   Status: Incomplete = Expired

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

Title:
  Evolution contacts crashes upon first access

Status in Evolution Data Server:
  Expired
Status in “evolution-data-server” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: evolution-data-server

  When I startup evolution and open my contacts  I get the message

  The Evolution address book has quit unexpectedly.
  Your contacts for file:///home/martijn/.evolution/addressbook/local/system 
will not be available until Evolution is restarted.

  If I restart evolution the contacts seem to be accessible but when I try
  to send an email there is no contact list in the select contacts
  dialog (shown when I press the To).

  I have added a backtrace.

  My evolution version is 2.24.3-0ubuntu1 on Ubuntu 8.10 Intrepid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-data-server/+bug/334851/+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 705774] Re: LibreOffice - Gnome/GVFS integration

2011-11-26 Thread Oliver Joos
Sorry, me again.

I just found the similar bug 792622 and bug 486443 which is open since
end of 2009(!) and has been reported upstream (the upstream link is
broken meanwhile - shame on Oracle). I will continue my efforts at one
of those bug reports since this bug is more about enforced re-
authentication.

-- 
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/705774

Title:
  LibreOffice - Gnome/GVFS integration

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: libreoffice

  You need a mounted network share

  Create a new document (with writer or Calc).
  Click 'Save', click on your network share, click 'Save'

  LibreOffice ask for a login/password to save on your allready mounted
  share!!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/705774/+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 137527] Re: Unhelpful response when inserting encrypted DVD in default installation

2011-11-26 Thread Matthew Paul Thomas
Alex Korobkin, the DVD region problem seems to be bug 502426 (though it
doesn't have steps to reproduce at the moment). If it's common, maybe
its solution should be designed in tandem (e.g. part of the same alert
box).

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

Title:
  Unhelpful response when inserting encrypted DVD in default
  installation

Status in Ayatana Design:
  Invalid
Status in One Hundred Paper Cuts:
  Fix Released
Status in Totem Movie Player:
  In Progress
Status in “libdvdnav” package in Ubuntu:
  Invalid
Status in “libdvdread” package in Ubuntu:
  Invalid
Status in “libgimme-codec” package in Ubuntu:
  Invalid
Status in “totem” package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 4.10, 5.04, 5.10, 6.06, 7.04, 7.10, 8.04, 8.10, 9.04, 9.10,
  10.04, 10.10, 11.04, 11.10

  1. Install Ubuntu.
  2. Insert a standard movie DVD.

  What happens:
  * In Ubuntu 10.10 and earlier, An error occurred - Could not read from 
resource.
  * In Ubuntu 11.10, An error occurred - Could not read DVD. This may be 
because the DVD is encrypted and a DVD decryption library is not installed.

  Without libdvdcss2, Totem, VLC, and others are unable to play my
  original DVD-s. I know it's illegal to ship Ubuntu with libdvdcss2,
  but it could be in multiverse repos, and totem's plugin installer
  could install it, OR add the medibuntu repo to the list (but leave
  unchecked), then Totem's plugin installer should give a hint, to use
  that repo's libdvdcss2 to play your DVDs. Newbies wont find out how to
  solve this problem by theirself, go back to win, and then it will be
  harder to solve the bug #1 :)

  Not to be confused with:
  * bug 502426, where DVDs don't play when libdvdcss is installed
  * bug 745515, An error occured location not found while trying to play a DVD
  * bug 747433, Totem cannot play this type of media DVD because it does not 
have the appropriate plugins to be able to read from this disc

  -
  Desired solution:

  This bug will be fixed as part of the larger 3rd party codec install
  project (project contact Christian Giordano).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/137527/+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 849508] Re: [Upstream] Double clicking on .ods file opens Calc but does not load file

2011-11-26 Thread Paul White
I am now running Ubuntu 12.04 (pre-alpha) and LO 3.4.4 and I am still
experiencing this problem.

** Tags added: precise

-- 
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/849508

Title:
  [Upstream] Double clicking on .ods file opens Calc but does not load
  file

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “kde4libs” package in Ubuntu:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  Double clicking on a (desktop) .ods file icon opens Calc but does not
  load the .ods file it just opens Calc.

  I've experienced this with LO 3.42 and now LO 3.43 which was released
  today. Using KDE 4.71, fully updated.

  Various web searches have found a forum post that suggested deleting
  the .libreoffice directory. That didn't solve the problem here.

  By the way, opening .odt files this way opens Writer and the .odt file
  correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice-calc 1:3.4.3-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: i386
  Date: Tue Sep 13 23:40:54 2011
  InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/849508/+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 896559] [NEW] Wireless not managed + suggested solution

2011-11-26 Thread Nils-Werner Claesson
Public bug reported:

Wireless not managed error message in NetworkManager

Acer Aspire 7750G with recent BIOS upgrade to Insyde BIOS 1.16

Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-
Express) (rev 01)

Description:Ubuntu 11.10
Release:11.10

sudo apt-cache policy network-manager-gnome
 
network-manager-gnome:
  Installerad: 0.9.1.90-0ubuntu6
  Kandidat:0.9.1.90-0ubuntu6
  Versionstabell:
 *** 0.9.1.90-0ubuntu6 0
500 http://se.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status


SUGGESTED SOLUTION
###

Alt+F2

gksu gedit /etc/NetworkManager/NetworkManager.conf

[ifupdown]
managed=true

save and reboot

###

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager-gnome 0.9.1.90-0ubuntu6
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CRDA: Error: [Errno 2] Filen eller katalogen finns inte
Date: Sat Nov 26 12:42:24 2011
Gconf:
 
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 default via 192.168.0.1 dev wlan0  metric 100 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.224  metric 2
Keyfiles: Error: [Errno 2] Filen eller katalogen finns inte
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, no user)
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Wireless not managed + suggested solution

Status in “network-manager-applet” package in Ubuntu:
  New

Bug description:
  Wireless not managed error message in NetworkManager

  Acer Aspire 7750G with recent BIOS upgrade to Insyde BIOS 1.16

  Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-
  Express) (rev 01)

  Description:  Ubuntu 11.10
  Release:  11.10

  sudo apt-cache policy network-manager-gnome
   
  network-manager-gnome:
Installerad: 0.9.1.90-0ubuntu6
Kandidat:0.9.1.90-0ubuntu6
Versionstabell:
   *** 0.9.1.90-0ubuntu6 0
  500 http://se.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  
  SUGGESTED SOLUTION
  ###

  Alt+F2

  gksu gedit /etc/NetworkManager/NetworkManager.conf

  [ifupdown]
  managed=true

  save and reboot

  ###

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CRDA: Error: [Errno 2] Filen eller katalogen finns inte
  Date: Sat Nov 26 12:42:24 2011
  Gconf:
   
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   default via 192.168.0.1 dev wlan0  metric 100 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.224  
metric 2
  Keyfiles: Error: [Errno 2] Filen eller katalogen finns inte
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/896559/+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 896559] Re: Wireless not managed + suggested solution

2011-11-26 Thread Nils-Werner Claesson
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-applet in Ubuntu.
https://bugs.launchpad.net/bugs/896559

Title:
  Wireless not managed + suggested solution

Status in “network-manager-applet” package in Ubuntu:
  New

Bug description:
  Wireless not managed error message in NetworkManager

  Acer Aspire 7750G with recent BIOS upgrade to Insyde BIOS 1.16

  Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-
  Express) (rev 01)

  Description:  Ubuntu 11.10
  Release:  11.10

  sudo apt-cache policy network-manager-gnome
   
  network-manager-gnome:
Installerad: 0.9.1.90-0ubuntu6
Kandidat:0.9.1.90-0ubuntu6
Versionstabell:
   *** 0.9.1.90-0ubuntu6 0
  500 http://se.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  
  SUGGESTED SOLUTION
  ###

  Alt+F2

  gksu gedit /etc/NetworkManager/NetworkManager.conf

  [ifupdown]
  managed=true

  save and reboot

  ###

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CRDA: Error: [Errno 2] Filen eller katalogen finns inte
  Date: Sat Nov 26 12:42:24 2011
  Gconf:
   
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   default via 192.168.0.1 dev wlan0  metric 100 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.224  
metric 2
  Keyfiles: Error: [Errno 2] Filen eller katalogen finns inte
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/896559/+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 896563] Re: can't connect to vk.com jabber server (biggest social network of CIS)

2011-11-26 Thread maksymov.vlad
** Attachment added: debug log
   
https://bugs.launchpad.net/bugs/896563/+attachment/2609145/+files/mission-control-26-11-11_13-56-57.log

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

Title:
  can't connect to vk.com jabber server (biggest social network of CIS)

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Hi! I can't connect to vk.com jabber server (biggest social network of CIS). 
In gajim it works fine.
  A debug log attached
  
  Ubuntu 11.10 x64
  empathy 3.2.0.1-0ubuntu1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896563/+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 864609] Re: libvte9 fails to record utmp/login entries

2011-11-26 Thread Thomas Schiex
This bug has bad side-effects on others applications that use utmp. Of
course thismeans users and who are not correct but the timekpr is also
affected making parental control unavailable in xubuntu.

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

Title:
  libvte9 fails to record utmp/login entries

Status in “vte” package in Ubuntu:
  Confirmed
Status in “vte” package in Debian:
  New

Bug description:
  When using xfce4-terminal (0.4.8-1) on freshly installed Xubuntu 11.10
  beta2 x86_64 no utmp entries are being recorded.

  On the same machine login, sshd, screen, xterm and gnome-terminal all
  record utmp entries successfully.

  This is an example output of w and who run on a machine with
  several xfce4-terminals open:

  snabb@oil:~$ w
   19:47:37 up  2:32,  0 users,  load average: 0.52, 2.00, 2.81
  USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT
  snabb@oil:~$ who am i
  snabb@oil:~$ who -a
 system boot  2011-10-02 17:15
 run-level 2  2011-10-02 17:15
  LOGIN  tty4 2011-10-02 17:15  1255 id=4
  LOGIN  tty5 2011-10-02 17:15  1259 id=5
  LOGIN  tty2 2011-10-02 17:15  1266 id=2
  LOGIN  tty3 2011-10-02 17:15  1268 id=3
  LOGIN  tty6 2011-10-02 17:15  1274 id=6
  LOGIN  tty1 2011-10-02 17:15  2198 id=1
  snabb@oil:~$ 

  This is an example output when xterm is being used (with one window
  open). It can be seen that xterm records utmp entries successfully:

  snabb@oil:~$ w
   19:49:47 up  2:34,  1 user,  load average: 0.32, 1.38, 2.48
  USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT
  snabbpts/14   :0.0 19:490.00s  0.33s  0.01s w
  snabb@oil:~$ who am i
  snabbpts/14   2011-10-02 19:49 (:0.0)
  snabb@oil:~$ who -a
 system boot  2011-10-02 17:15
 run-level 2  2011-10-02 17:15
  LOGIN  tty4 2011-10-02 17:15  1255 id=4
  LOGIN  tty5 2011-10-02 17:15  1259 id=5
  LOGIN  tty2 2011-10-02 17:15  1266 id=2
  LOGIN  tty3 2011-10-02 17:15  1268 id=3
  LOGIN  tty6 2011-10-02 17:15  1274 id=6
  LOGIN  tty1 2011-10-02 17:15  2198 id=1
  snabb+ pts/14   2011-10-02 19:49   . 10462 (:0.0)
  snabb@oil:~$ 

  Some additional observations:

  - I am surprised that gnome-terminal does NOT exhibit this problem. I
  thought that both xfce4-terminal and gnome-terminal just use libvte
  routines for utmp handling.

  - utmp was recently moved to /run/utmp. Maybe this is related?

  I will add additional details to this report in case I notice
  something useful.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xfce4-terminal 0.4.8-1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Sun Oct  2 19:42:57 2011
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110920.2)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xfce4-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/864609/+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 896574] Re: software-center crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote appl

2011-11-26 Thread Cedric
*** This bug is a duplicate of bug 849553 ***
https://bugs.launchpad.net/bugs/849553


** Visibility changed to: Public

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

Title:
  software-center crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

Status in “software-center” package in Ubuntu:
  New

Bug description:
  Precise, latest updates, got this error when starting software-center

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.2.1
  ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
  Uname: Linux 3.2.0-1-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Sat Nov 26 13:36:32 2011
  DuplicateOf: https://bugs.launchpad.net/bugs/849553
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with DBusException in call_blocking(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/896574/+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 891812] Re: [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

2011-11-26 Thread Bastiaan J. Braams
Feel free to implement it. I appreciate the suggestion and the
pointer to the code. I can see how the computation is done; a ratio of
factorials indeed. However, there is a lot of code surrounding the core
numerical computation that is quite mysterious to me. So, with due
respect for the creators and developers of LibreOffice Calc I have to
decline to touch the code myself.

-- 
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/891812

Title:
  [Upstream] Calc: MULTINOMIAL only supports parameters up to 170

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1)
  Lucid:
  lsb_release -rd
  Description:  Ubuntu 10.04.3 LTS
  Release:  10.04

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) 
  Lucid:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.3.2-1ubuntu2~lucid1
Candidate: 1:3.3.2-1ubuntu2~lucid1
Version table:
   *** 1:3.3.2-1ubuntu2~lucid1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ lucid/main 
Packages
  100 /var/lib/dpkg/status

  Oneiric:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
    Installed: 1:3.4.4-0ubuntu1~ppa1
    Candidate: 1:3.4.4-0ubuntu1~ppa1
    Version table:
   *** 1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  LibreOffice Calc 3.4.3, OOO340m1 (Build:302)

  
  3) What is expected to happen in a blank LibreOffice Calc document is when 
one types in a cell:

  =MULTINOMIAL(1000,0)

  it returns 1.

  4) What happens instead is it returns Err:502.

  More information about multinomial may be found at:
  http://help.libreoffice.org/Calc/Mathematical_Functions#MULTINOMIAL
  http://office.microsoft.com/en-us/excel-help/multinomial-HP005209186.aspx

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/891812/+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 896574] Re: software-center crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote appl

2011-11-26 Thread Apport retracing service
*** This bug is a duplicate of bug 849553 ***
https://bugs.launchpad.net/bugs/849553

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #849553, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/896574/+attachment/2609172/+files/Dependencies.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/896574/+attachment/2609175/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 849553

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

Title:
  software-center crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
  causes include: the remote application did not send a reply, the
  message bus security policy blocked the reply, the reply timeout
  expired, or the network connection was broken.

Status in “software-center” package in Ubuntu:
  New

Bug description:
  Precise, latest updates, got this error when starting software-center

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.2.1
  ProcVersionSignature: Ubuntu 3.2.0-1.3-generic 3.2.0-rc2
  Uname: Linux 3.2.0-1-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Sat Nov 26 13:36:32 2011
  DuplicateOf: https://bugs.launchpad.net/bugs/849553
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with DBusException in call_blocking(): 
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes 
include: the remote application did not send a reply, the message bus security 
policy blocked the reply, the reply timeout expired, or the network connection 
was broken.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/896574/+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 896537] Re: LibreOffice greeting screen distorted

2011-11-26 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 892967 ***
https://bugs.launchpad.net/bugs/892967

** This bug has been marked a duplicate of bug 892967
   LibreOffice main screen has graphical corruption

-- 
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/896537

Title:
  LibreOffice greeting screen distorted

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  When opening the greeting screen of LibreOffice, it shows the attached image.
  Somehow the image of the last opened windows is visible in the background.

  Thinkpad T61
  Intel onboard Graphics
  No Compiz

  Additional package installed for LibreOffice: libreoffice-gtk

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 10:51:10 2011
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896537/+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 704282] Re: gnome-session-properties: Mnemonic for Add and Help in German translation (H) is duplicate

2011-11-26 Thread Bug Watch Updater
** Changed in: gnome-session
   Status: Confirmed = Expired

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

Title:
  gnome-session-properties: Mnemonic for Add and Help in German
  translation (H) is duplicate

Status in The GNOME 2 Session Manager:
  Expired
Status in “gnome-session” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-session

  If you press Alt in the German localized gnome-session-properties, the 
Mnemonics for Add and Help have the same key (H).
  See the screenshot: http://imgur.com/zaCAY

  If you now press Alt+H, nothing happens because the assignment is ambiguous.
  It's only a small translation bug, so it would be nice to get this fixed.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-session 2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Tue Jan 18 07:13:58 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-session

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-session/+bug/704282/+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 705774] Re: LibreOffice - Gnome/GVFS integration

2011-11-26 Thread Christopher M. Penalver
Souris, please execute the following command, as it will automatically gather 
debugging information, in a terminal:
apport-collect 705774
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed = Incomplete

-- 
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/705774

Title:
  LibreOffice - Gnome/GVFS integration

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: libreoffice

  You need a mounted network share

  Create a new document (with writer or Calc).
  Click 'Save', click on your network share, click 'Save'

  LibreOffice ask for a login/password to save on your allready mounted
  share!!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/705774/+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 41704] Re: wildcards should work with the search feature

2011-11-26 Thread anatoly techtonik
That's not a wishlist. Search should support commonly used wildcards.

** Changed in: nautilus (Ubuntu)
   Status: Triaged = 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/41704

Title:
  wildcards should work with the search feature

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I get no results when i search on NTFS with nautilus. My search term:
  win*.dll

  If i search on the terminal i find a few files with:

 /media/sda1/WIN$ find . -name win*.dll

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/41704/+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 41704] Re: wildcards should work with the search feature

2011-11-26 Thread anatoly techtonik
If nautilus doesn't support de-fact standard for searching filesystems,
it should at least warn user when user attempts to use wildcard (and
collect stats if you don't believe many need this).

-- 
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/41704

Title:
  wildcards should work with the search feature

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I get no results when i search on NTFS with nautilus. My search term:
  win*.dll

  If i search on the terminal i find a few files with:

 /media/sda1/WIN$ find . -name win*.dll

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/41704/+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 896510] Re: There is no sound in rhythmbox, other apps e.g. movia player = fine.

2011-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (Ubuntu)
   Status: New = Confirmed

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

Title:
  There is no sound in rhythmbox, other apps e.g. movia player = fine.

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  recently  I got  this problem
   no sound in rhythmbox,  But Movie player and vlc players  etc are fine, so 
it's only rhythmbox which is affected.

  Any help much appreciated!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: rhythmbox 2.90.1~20110908-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  NonfreeKernelModules: wl fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 11:38:01 2011
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/896510/+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 890337] Re: gvfs-gdu-volume-monitor high cpu usage during raid-resync

2011-11-26 Thread Tuomas Heino
** Attachment added: cpu usage does not drop after several hours of raid 
resync, uses a lot of memory too
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/890337/+attachment/2609183/+files/after_resync_status.txt

** Visibility changed to: Public

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

Title:
  gvfs-gdu-volume-monitor high cpu usage during raid-resync

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  During a raid-resync cpu usage is high - in fact gvfs-gdu-volume-
  monitor was using 100% cpu on one core for the duration of resync.
  Killed it with -SEGV to get something that can be retraced.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  Uname: Linux 2.6.38-12-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sun Nov 13 23:36:38 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
  ProcCmdline: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_IE:en
   LANG=en_IE.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fca9329a3c3:jg 0x7fca9329a32e
   PC (0x7fca9329a3c3) ok
   source 0x7fca9329a32e (0x7fca9329a32e) ok
   SP (0x7fff9b1adac0) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_source_attach () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_idle_add_full () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/libgdu.so.0
   ?? () from /usr/lib/libgdu.so.0
  Title: gvfs-gdu-volume-monitor crashed with SIGSEGV in g_source_attach()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/890337/+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 486576] [NEW] GLIBC_PRIVATE not defined in libc.so.6 with link time reference

2011-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: dpkg

After clean install of Karmic and running apt-get update and apt-get upgrade, 
the system is no longer usable.
The upgrade ended up with error message
package name: relocation error: /lib/libglib-2.0.so.0: symbol __alert_mst, 
version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
This broke my whole system - the Xserver is not working after reboot, everytime 
I try to run apt-get upgrade now I receive an error from dpkg with request to 
run dokg --configure -a which ends up with the same error message.
I re-installed twice with the same results - before upgrade the system works, I 
can install packages and so on, after upgrade the system is no longer usable.

ProblemType: Bug
Architecture: i386
Date: Sun Nov 22 09:25:47 2009
DistroRelease: Ubuntu 9.10
Package: dpkg 1.15.4ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
SourcePackage: dpkg
Uname: Linux 2.6.31-5-generic i686

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-bug i386
-- 
GLIBC_PRIVATE not defined in libc.so.6 with link time reference
https://bugs.launchpad.net/bugs/486576
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to glib2.0 in Ubuntu.

-- 
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 486576] Re: GLIBC_PRIVATE not defined in libc.so.6 with link time reference

2011-11-26 Thread Raphaël Hertzog
This looks like a too-lax dependency from glib against libc6. It's
pretty old I'm not sure there's anything useful to find here.

** Package changed: dpkg (Ubuntu) = glib2.0 (Ubuntu)

** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  GLIBC_PRIVATE not defined in libc.so.6 with link time reference

Status in “glib2.0” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: dpkg

  After clean install of Karmic and running apt-get update and apt-get upgrade, 
the system is no longer usable.
  The upgrade ended up with error message
  package name: relocation error: /lib/libglib-2.0.so.0: symbol __alert_mst, 
version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
  This broke my whole system - the Xserver is not working after reboot, 
everytime I try to run apt-get upgrade now I receive an error from dpkg with 
request to run dokg --configure -a which ends up with the same error message.
  I re-installed twice with the same results - before upgrade the system works, 
I can install packages and so on, after upgrade the system is no longer usable.

  ProblemType: Bug
  Architecture: i386
  Date: Sun Nov 22 09:25:47 2009
  DistroRelease: Ubuntu 9.10
  Package: dpkg 1.15.4ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: dpkg
  Uname: Linux 2.6.31-5-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/486576/+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 734726]

2011-11-26 Thread Christopher M. Penalver
As per downstream bug this was first seen in:

Ubuntu 10.10 64 bit
LibreOffice 3.3.0
OOO330m19 (Build:6)

Version - 3.3.0

Also reproducible in Ubuntu 11.10 32-bit, 3.4.4.

lsb_release -rd
Description: Ubuntu 11.10
Release: 11.10

apt-cache policy libreoffice-impress
libreoffice-impress:
  Installed: 1:3.4.4-0ubuntu1
  Candidate: 1:3.4.4-0ubuntu1
  Version table:
 *** 1:3.4.4-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1:3.4.4-0ubuntu1~ppa1 0
500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main i386 
Packages
 1:3.4.3-3ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

Michael J Kaye, please do not toggle the version. For more on this
please see: http://wiki.documentfoundation.org/BugReport_Details#Version

-- 
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/734726

Title:
  [Upstream] master text styles show up on actual slides

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged
Status in “libreoffice” package in Debian:
  Confirmed

Bug description:
  Binary package hint: libreoffice

  1)
  Maverick:
  Ubuntu 10.10 64 bit

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2)
  Maverick:
  LibreOffice 3.3.0
  OOO330m19 (Build:6)
  tag libreoffice-3.3.0.4

  Oneiric:
  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.4.4-0ubuntu1
Candidate: 1:3.4.4-0ubuntu1
Version table:
   *** 1:3.4.4-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  3) What is expected to happen in LibreOffice Impress via the Terminal:

  cd ~/Desktop  wget -c
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/734726/+attachment/1908953/+files/Chemotherapeutics%20Ctips.pptx
  -O example.pptx  loimpress -nologo example.pptx

  is the slides show up cleanly, without the Master Page styles text
  showing up.

  4) What happens instead is the Master Page styles text shows up on
  slides (slide 3 screenshot
  https://launchpadlibrarian.net/66336499/impress.png ).

  WORKAROUND: Manually delete the text from the slide.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/734726/+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 896583] Re: gwibber take elements out of their places when I resize window

2011-11-26 Thread Lucas
Print Screen

** Description changed:

- I searched a hastag in Gwibber cliente, and when a resized window, the
- element (text, avatars, etc) moved to wrong places.. and cut off half of
- the content.
+ I searched a hastag in Gwibber client, and when I resized the window,
+ some elements (text, avatars, etc) moved to wrong places and cut off
+ half of the content.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 11:35:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
-  LANGUAGE=pt_BR:pt:en
-  PATH=(custom, no user)
-  LANG=pt_BR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=pt_BR:pt:en
+  PATH=(custom, no user)
+  LANG=pt_BR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment added: print-screen-gwibber.png
   
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/896583/+attachment/2609186/+files/print-screen-gwibber.png

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

Title:
  gwibber take elements out of their places when I resize window

Status in “gwibber” package in Ubuntu:
  New

Bug description:
  I searched a hastag in Gwibber client, and when I resized the window,
  some elements (text, avatars, etc) moved to wrong places and cut off
  half of the content.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 11:35:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/896583/+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 677054] Re: [Upstream] Redo and Undo should follow gnome scheme

2011-11-26 Thread Kristian Brimble
** Changed in: hundredpapercuts
 Assignee: Kristian Brimble (brimble2010) = (unassigned)

-- 
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/677054

Title:
  [Upstream] Redo and Undo should follow gnome scheme

Status in Ayatana Design:
  New
Status in LibreOffice Productivity Suite:
  Confirmed
Status in One Hundred Paper Cuts:
  Triaged
Status in “libreoffice” package in Ubuntu:
  New
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  For most Ubuntu apps which are Gnome-based projects the Undo and
  Redo shortcuts are Ctrl+z and Ctrl+Shift+z respectively.

  OpenOffice does not follow this schema. It uses Ctrl+y instead of
  Ctrl+Shift+z instead. It would be nice if, in Ubuntu at least, it was
  all consistent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/677054/+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 896583] Re: gwibber take elements out of their places when I resize window

2011-11-26 Thread Lucas
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/896583

Title:
  gwibber take elements out of their places when I resize window

Status in “gwibber” package in Ubuntu:
  New

Bug description:
  I searched a hastag in Gwibber client, and when I resized the window,
  some elements (text, avatars, etc) moved to wrong places and cut off
  half of the content.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 11:35:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/896583/+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 896583] [NEW] gwibber take elements out of their places when I resize window

2011-11-26 Thread Lucas
Public bug reported:

I searched a hastag in Gwibber client, and when I resized the window,
some elements (text, avatars, etc) moved to wrong places and cut off
half of the content.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gwibber 3.2.1-0ubuntu1.3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 11:35:24 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: gwibber
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gwibber (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 gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/896583

Title:
  gwibber take elements out of their places when I resize window

Status in “gwibber” package in Ubuntu:
  New

Bug description:
  I searched a hastag in Gwibber client, and when I resized the window,
  some elements (text, avatars, etc) moved to wrong places and cut off
  half of the content.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 11:35:24 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/896583/+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 734726] Re: [Upstream] master text styles show up on actual slides

2011-11-26 Thread Bug Watch Updater
** Changed in: libreoffice (Debian)
   Status: Unknown = Confirmed

** Changed in: libreoffice (Debian)
   Importance: Unknown = Medium

-- 
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/734726

Title:
  [Upstream] master text styles show up on actual slides

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged
Status in “libreoffice” package in Debian:
  Confirmed

Bug description:
  Binary package hint: libreoffice

  1)
  Maverick:
  Ubuntu 10.10 64 bit

  Oneiric:
  lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2)
  Maverick:
  LibreOffice 3.3.0
  OOO330m19 (Build:6)
  tag libreoffice-3.3.0.4

  Oneiric:
  apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.4.4-0ubuntu1
Candidate: 1:3.4.4-0ubuntu1
Version table:
   *** 1:3.4.4-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.4.4-0ubuntu1~ppa1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ oneiric/main 
i386 Packages
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  3) What is expected to happen in LibreOffice Impress via the Terminal:

  cd ~/Desktop  wget -c
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/734726/+attachment/1908953/+files/Chemotherapeutics%20Ctips.pptx
  -O example.pptx  loimpress -nologo example.pptx

  is the slides show up cleanly, without the Master Page styles text
  showing up.

  4) What happens instead is the Master Page styles text shows up on
  slides (slide 3 screenshot
  https://launchpadlibrarian.net/66336499/impress.png ).

  WORKAROUND: Manually delete the text from the slide.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/734726/+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 868400] Re: Synaptics touchpad stops working

2011-11-26 Thread OldbadBear
Workaround of #5 worked for me too.

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

Title:
  Synaptics touchpad stops working

Status in “gnome-settings-daemon” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-input-synaptics” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” source package in Oneiric:
  Incomplete
Status in “xserver-xorg-input-synaptics” source package in Oneiric:
  Confirmed

Bug description:
  Synaptic touchpad stops working, seen on a few different Thinkpads.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg-input-synaptics 1.4.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 13:38:37 2011
  DistUpgraded: Log time: 2010-07-25 15:41:02.611860
  DistroCodename: oneiric
  DistroVariant: ubuntu
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100201)
  MachineType: LENOVO 4294CTO
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/zsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=c4c39ed1-eb48-484a-8729-0600466a83a0 ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: Upgraded to oneiric on 2010-07-25 (436 days ago)
  dmi.bios.date: 05/18/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET46WW (1.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4294CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET46WW(1.16):bd05/18/2011:svnLENOVO:pn4294CTO:pvrThinkPadX220Tablet:rvnLENOVO:rn4294CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4294CTO
  dmi.product.version: ThinkPad X220 Tablet
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/868400/+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 896588] Re: Bookmarks Toolbar Items Stop Responding

2011-11-26 Thread JMW
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/896588

Title:
  Bookmarks Toolbar Items Stop Responding

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Here is how to reproduce the problem:

  1) Invoke Firefox
  2) Click on the workspace switcher
  3) Move Firefox to another quadrant
  4) Try clicking on a menu item in the 'Bookmarks Toolbar'

  Nothing happens.

  Ubuntu 11.10, Firefox 8, all latest and greatest.
  Asuse eee pc 1015px

  Could be a Firefox problem; could be a Ubuntu problem, Don't know.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 8.0+build1-0ubuntu0.11.10.3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jmwatson   1430 F pulseaudio
  BuildID: 2015184056
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7cf8000 irq 45'
 Mixer name : 'Realtek ALC269VB'
 Components : 'HDA:10ec0269,10438437,00100100'
 Controls  : 11
 Simple ctrls  : 7
  Channel: release
  Date: Sat Nov 26 09:15:40 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 192.168.0.1 dev eth1  proto static 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.101  metric 
2
  Plugins:
   Shockwave Flash - Lib=libflashplayer.so, 
Location=/usr/lib/flashplugin-installer
   Windows Media Player Plug-in 10 (compatible; Totem) - 
Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
   QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
Location=/usr/lib/mozilla/plugins
   DivX® Web Player - Lib=libtotem-mully-plugin.so, 
Location=/usr/lib/mozilla/plugins
   VLC Multimedia Plugin (compatible Totem 3.0.1) - 
Lib=libtotem-cone-plugin.so, Location=/usr/lib/mozilla/plugins
  Profiles: Profile0 (Default) - LastVersion=8.0/2015184056 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1101
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1015PE
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd02/18/2011:svnASUSTeKComputerINC.:pn1015PX:pvrx.x:rvnASUSTeKComputerINC.:rn1015PE:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1015PX
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/896588/+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 896590] [NEW] Empathy often shows notifications Password required

2011-11-26 Thread Ernestas
Public bug reported:

I don't know what exactly causes it, but some users report it happens
when a password is saved.

There is a topic in Ubuntu forums about this bug, too:
http://ubuntuforums.org/showthread.php?t=1875525

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.2.0.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 16:43:02 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Empathy often shows notifications Password required

Status in “empathy” package in Ubuntu:
  New

Bug description:
  I don't know what exactly causes it, but some users report it happens
  when a password is saved.

  There is a topic in Ubuntu forums about this bug, too:
  http://ubuntuforums.org/showthread.php?t=1875525

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 16:43:02 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896590/+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 896590] Re: Empathy often shows notifications Password required

2011-11-26 Thread Ernestas
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/896590

Title:
  Empathy often shows notifications Password required

Status in “empathy” package in Ubuntu:
  New

Bug description:
  I don't know what exactly causes it, but some users report it happens
  when a password is saved.

  There is a topic in Ubuntu forums about this bug, too:
  http://ubuntuforums.org/showthread.php?t=1875525

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 16:43:02 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896590/+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 890378] [NEW] [oneiric] Computer does not turn off

2011-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In a fully updated oneiric, with two users created, and only me logged
in: I go to the menu and choose shutdown, and it only logs me out (I
mean, I'm left in gdm, ready to log in).

It should turn off the computer (power off, I mean).

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

-- 
[oneiric] Computer does not turn off
https://bugs.launchpad.net/bugs/890378
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to gnome-session in Ubuntu.

-- 
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 896597] [NEW] windows jumps to the right when clicking on the menu bar

2011-11-26 Thread Captain Chaos
Public bug reported:

When I click on an empty area of the menu bar of gnome-terminal, the
entire window immediately jumps one screen width to the right!

This is on a three monitor system using Xinerama. Screen 0 is in the
middle, screen 1 to the right of it and screen 2 to the left. I will
attach my xorg.conf file.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 15:54:10 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: gnome-terminal
UpgradeStatus: Upgraded to oneiric on 2011-11-23 (2 days ago)

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


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

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

Title:
  windows jumps to the right when clicking on the menu bar

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  When I click on an empty area of the menu bar of gnome-terminal, the
  entire window immediately jumps one screen width to the right!

  This is on a three monitor system using Xinerama. Screen 0 is in the
  middle, screen 1 to the right of it and screen 2 to the left. I will
  attach my xorg.conf file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 15:54:10 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-11-23 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896597/+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 896597] Re: windows jumps to the right when clicking on the menu bar

2011-11-26 Thread Captain Chaos
** Attachment added: xorg.conf
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896597/+attachment/2609255/+files/xorg.conf

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

Title:
  windows jumps to the right when clicking on the menu bar

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  When I click on an empty area of the menu bar of gnome-terminal, the
  entire window immediately jumps one screen width to the right!

  This is on a three monitor system using Xinerama. Screen 0 is in the
  middle, screen 1 to the right of it and screen 2 to the left. I will
  attach my xorg.conf file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 15:54:10 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-11-23 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896597/+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 896597] Re: windows jumps to the right when clicking on the menu bar

2011-11-26 Thread Captain Chaos
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/896597

Title:
  windows jumps to the right when clicking on the menu bar

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  When I click on an empty area of the menu bar of gnome-terminal, the
  entire window immediately jumps one screen width to the right!

  This is on a three monitor system using Xinerama. Screen 0 is in the
  middle, screen 1 to the right of it and screen 2 to the left. I will
  attach my xorg.conf file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 15:54:10 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-11-23 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896597/+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 890378] Re: [oneiric] Computer does not turn off

2011-11-26 Thread Fabio Marconi
** Package changed: ubuntu = gnome-session (Ubuntu)

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

Title:
  [oneiric] Computer does not turn off

Status in “gnome-session” package in Ubuntu:
  New

Bug description:
  In a fully updated oneiric, with two users created, and only me logged
  in: I go to the menu and choose shutdown, and it only logs me out (I
  mean, I'm left in gdm, ready to log in).

  It should turn off the computer (power off, I mean).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/890378/+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 896590] Re: Empathy often shows notifications Password required

2011-11-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: empathy (Ubuntu)
   Status: New = Confirmed

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

Title:
  Empathy often shows notifications Password required

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  I don't know what exactly causes it, but some users report it happens
  when a password is saved.

  There is a topic in Ubuntu forums about this bug, too:
  http://ubuntuforums.org/showthread.php?t=1875525

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 16:43:02 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/896590/+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 775704] Re: LibreOffice 3.3.2 Export to PDF has no options

2011-11-26 Thread JohnMoore
Thank you, Christopher, but I have found it faster to install pdftk, do
a one-button export of all pages to a work pdf, write a script which
creates all of the fixed custom reports, and then use the command line
to handle the customized breakouts.

Before, I could do this with a few clicks on a useful PDF export dialog.
I find the existence of a crippled Export To PDF menu option to be
essentially useless, and now you have pointed out an apparently
independent way to access the same functionality under two separate
options on the same menu, which feels like bad UI design to me.

I may play around with automating my process using the print
functions, but this is not what I would call user-friendly.

-- 
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/775704

Title:
  LibreOffice 3.3.2 Export to PDF has no options

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: libreoffice

  Before installing 11.04, when I selected File-Export to PDF, I would get a 
dialog allowing me to select pages to export and set a number of different 
options for the PDF file creation.  There is also a toolbar button (
  Export DIRECTLY to PDF) which would export the entire document, giving you 
only a dialog to name it.

  Since 11.04, both options act identically.  The dialog for page
  selection no longer appears on the first option.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Sun May  1 20:19:35 2011
  InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release i386 (20110427)
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/775704/+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 896600] [NEW] When I ask a commnad and it ask me the password, I can't type or paste it. It doesn't let me do whatever it takes to write the pass

2011-11-26 Thread Maria Clara Pop Coman
Public bug reported:

I paste a command to upload a program, Calibre, and it worked until it
asked me  the password. Then, althought I try to paste or write it, I
couldn't.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-terminal 2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-31.62-generic-pae 2.6.35.13
Uname: Linux 2.6.35-31-generic-pae i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sat Nov 26 16:33:13 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal

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


** Tags: apport-bug i386 maverick

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

Title:
  When I ask a commnad and it ask me the password, I can't type or paste
  it. It doesn't let me do whatever it takes to write the pass

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  I paste a command to upload a program, Calibre, and it worked until it
  asked me  the password. Then, althought I try to paste or write it, I
  couldn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-terminal 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-31.62-generic-pae 2.6.35.13
  Uname: Linux 2.6.35-31-generic-pae i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sat Nov 26 16:33:13 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896600/+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 896600] Re: When I ask a commnad and it ask me the password, I can't type or paste it. It doesn't let me do whatever it takes to write the pass

2011-11-26 Thread Maria Clara Pop Coman
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/896600

Title:
  When I ask a commnad and it ask me the password, I can't type or paste
  it. It doesn't let me do whatever it takes to write the pass

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  I paste a command to upload a program, Calibre, and it worked until it
  asked me  the password. Then, althought I try to paste or write it, I
  couldn't.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-terminal 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-31.62-generic-pae 2.6.35.13
  Uname: Linux 2.6.35-31-generic-pae i686
  NonfreeKernelModules: wl
  Architecture: i386
  Date: Sat Nov 26 16:33:13 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896600/+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 878993] Re: When I try to extract file by just drag and drop by mouse, everything freezes

2011-11-26 Thread Edward Jiang
I would like to confirm this bug too.

Thinkpad X200, lubuntu 11.10

Whole X desktop freezed after DnD is done from file roller with an error
message complaining about the permission:

'You do not have the right permissions to extract archives in the folder
 '

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

Title:
  When I try to extract file by just drag and drop by mouse, everything
  freezes

Status in “file-roller” package in Ubuntu:
  Confirmed

Bug description:
  1 - Description:  Ubuntu 11.10
Release:11.10
  2 - file-roller:
Installed: 3.2.0-0ubuntu1
Candidate: 3.2.0-0ubuntu1
Version table:
   *** 3.2.0-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  3 - I was trying to extract a file with fileroller. I simply drag and drop 
the file to dektop.
  4 - Whole system freezes every single time.

  PS: if I use direct exctract button on the menu it does work. It
  crashes only if I use drag and drop by mouse.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: file-roller 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Thu Oct 20 12:53:06 2011
  ExecutablePath: /usr/bin/file-roller
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: file-roller
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/878993/+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 896384] Re: URW Palladio Roman face is not available in LibreOffice 3.4.4

2011-11-26 Thread Robin
This problem still, unfortunately, exists.

-- 
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/896384

Title:
  URW Palladio Roman face is not available in LibreOffice 3.4.4

Status in “libreoffice” package in Ubuntu:
  Invalid

Bug description:
  The URW Palladio L Roman face is not available for selection in
  LibreOffice Writer 3.4.4, although it is available in LibreOffice
  3.3.4. The face is to be seen in Gnome Specimen (Specimen Font
  Previewer) as URW Palladio L Roman, but not in LibreOffice. Thus
  documents prepared (on another machine, for instance) using a template
  based on URW Palladio L Roman for the Default style renders most of
  the text in the corresponding Italic, rather than Roman, face. This
  applies to Writer, Impress, Draw, Calc  Math.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896384/+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 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-26 Thread Tom
Some  of us are already using a lower version of Ubuntu. I use Lucid
10.04. Don't want to mess with that.

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

Status in “firefox” package in Ubuntu:
  Invalid
Status in “flashplugin-nonfree” package in Ubuntu:
  Invalid
Status in “firefox” source package in Lucid:
  Triaged
Status in “flashplugin-nonfree” source package in Lucid:
  Triaged
Status in “firefox” source package in Maverick:
  Triaged
Status in “flashplugin-nonfree” source package in Maverick:
  Triaged

Bug description:
  After upgrading firefox to version 3.6.23 few days ago, firefox does
  not work properly.

  At firt use after computer starting, firefox works well.
  It is possible to close firefox without any issue.
  But at second starting, firefox indicates it is impossible to launch firefox 
because firefox-bin process is still running.
  The workaround is to restart the computer, or simply kill the firefox-bin 
process.

  This behaviour happened right after upgrading firefox to version
  3.6.23, and is systematic with the profil user I use (it's an admin
  user).

  I tested with another profil (non admin) on the computer: The problem
  has not been reproduced.

  System is 10.04 LTS (kernel 2.6.32-33 generic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+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 896580] Re: Dia-gnome-gnome is false ubuntu software center directory.

2011-11-26 Thread Robert Roth
*** This bug is a duplicate of bug 886680 ***
https://bugs.launchpad.net/bugs/886680

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #886680, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 886680
   Dia fails to install from the Software Center: There isn't a software 
package called dia-gnome-gnome in your current software sources

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

Title:
  Dia-gnome-gnome is false ubuntu software center directory.

Status in “software-center” package in Ubuntu:
  New

Bug description:
  Dia-gnome-gnome is false ubuntu software center directory , (debug)
  true ubuntu software center directory is dia-gnome.

  picture

  http://img856.imageshack.us/img856/2504/screenshotat2026200.png

  Thanks You

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: software-center 5.0.2ubuntu0.1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 20:09:00 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  PackageArchitecture: all
  SourcePackage: software-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-21 (35 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/896580/+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 894412] Re: Cannot install Dia in ubuntu 11.10 via Software Center

2011-11-26 Thread Robert Roth
*** This bug is a duplicate of bug 886680 ***
https://bugs.launchpad.net/bugs/886680

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #886680, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 886680
   Dia fails to install from the Software Center: There isn't a software 
package called dia-gnome-gnome in your current software sources

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

Title:
  Cannot install Dia in ubuntu 11.10 via Software Center

Status in “software-center” package in Ubuntu:
  New

Bug description:
  I cannot install Dia in ubuntu 11.10 via Software Center.

  It finds Dia by search box, but when I click the entry I got the
  message Cannot find package dia-gnome-gnome. Seems that the second
  -gnome in the package name is unnecessary.

  Installing it in the terminal by typing sudo apt-get install dia-
  gnome works perfectly, so it is propably only bug in the Software
  Center's database.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: dia-gnome (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Nov 24 16:02:42 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: dia
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/894412/+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 433563] Re: Error sending Base report as PDF

2011-11-26 Thread Tony Pursell
Christopher,

You asked: What is your default e-mail client that works with Writer but
not in Base?

As I said in #7, I use Evolution.

You asked: When you click Tools - Options - Internet - E-Mail what is
in the drop down box?

sensible-ooomua

The only option that works is a straight File  Send  Document as
Email.  This sends the report as ODT, but the problem here is that you
cannot send a Base Report as PDF.

I am currently using

LibreOffice 3.4.4 
OOO340m1 (Build:402)

with Ubuntu 11.10

Tony

-- 
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/433563

Title:
  Error sending Base report as PDF

Status in The OpenOffice.org Suite:
  Invalid
Status in “libreoffice” package in Ubuntu:
  Incomplete
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  When sending a Base report as a PDF file (File  Send  Report as PDF
  attachment) an error message is displayed (see attached).  This does
  not occur if a the same is done in Writer.

  Tony

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: openoffice.org-core 1:3.0.1-9ubuntu3
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Tags:  ubuntu-unr
  Uname: Linux 2.6.28-15-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/433563/+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 896603] [NEW] plugin-container keeps running

2011-11-26 Thread Oscar Tiderman
Public bug reported:

plugin-container is running constantly after beeing used even though not
needed any more, wasting resources.

To reproduce:
1. Start Firefox with one tab on a page without flash content (blocked with 
noscript in my case), run ps -e | grep plugin, no plugin-container is running. 
Fine.
2. Open a new tab with a site that has flash video and let it play, run ps -e | 
grep plugin, plugin-container is running.
3. Close the tab that has flash video on it and make sure there is no flash on 
the only active tab (all scripts blocked with noscript)
4. Run top and watch plugin-container continue to run with 1-5% CPU usage
5. Wait, wait and wait for 5 hours, run ps -e | grep plugin, plugin-container 
is still running with 1-5% CPU usage.

Expected:
When there is no flash to play, quit plugin-container and let Firefox start it 
next time it is needed.

This is a very unnecessary battery drain and resource hog, it's fine
that it is using CPU when it has work to do but make sure it quits
afterwards.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 8.0+build1-0ubuntu0.11.10.3
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: wl
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  oscar  2159 F pulseaudio
AuditLog:
 
BuildID: 2015183813
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd440 irq 42'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:10ec0269,1025040e,00100100 
HDA:80862804,104d4b00,0010'
   Controls  : 24
   Simple ctrls  : 13
Channel: release
Date: Sat Nov 26 17:00:45 2011
EcryptfsInUse: Yes
ForcedLayersAccel: False
IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.2, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
IpRoute:
 default via 192.168.1.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.3  metric 2
Profiles: Profile0 (Default) - LastVersion=8.0/2015183813 (Running)
RfKill:
 0: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to oneiric on 2011-11-01 (25 days ago)
dmi.bios.date: 06/04/2010
dmi.bios.vendor: INSYDE
dmi.bios.version: V1.11
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: Intel Corp.
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvrV1.11:bd06/04/2010:svnAcer:pnAspire1830T:pvrV1.11:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: Aspire 1830T
dmi.product.version: V1.11
dmi.sys.vendor: Acer

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


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

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

Title:
  plugin-container keeps running

Status in “firefox” package in Ubuntu:
  New

Bug description:
  plugin-container is running constantly after beeing used even though
  not needed any more, wasting resources.

  To reproduce:
  1. Start Firefox with one tab on a page without flash content (blocked with 
noscript in my case), run ps -e | grep plugin, no plugin-container is running. 
Fine.
  2. Open a new tab with a site that has flash video and let it play, run ps -e 
| grep plugin, plugin-container is running.
  3. Close the tab that has flash video on it and make sure there is no flash 
on the only active tab (all scripts blocked with noscript)
  4. Run top and watch plugin-container continue to run with 1-5% CPU usage
  5. Wait, wait and wait for 5 hours, run ps -e | grep plugin, plugin-container 
is still running with 1-5% CPU usage.

  Expected:
  When there is no flash to play, quit plugin-container and let Firefox start 
it next time it is needed.

  This is a very unnecessary battery drain and resource hog, it's fine
  that it is using CPU when it has work to do but make sure it quits
  afterwards.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 8.0+build1-0ubuntu0.11.10.3
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic 

[Desktop-packages] [Bug 896603] Re: plugin-container keeps running

2011-11-26 Thread Oscar Tiderman
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/896603

Title:
  plugin-container keeps running

Status in “firefox” package in Ubuntu:
  New

Bug description:
  plugin-container is running constantly after beeing used even though
  not needed any more, wasting resources.

  To reproduce:
  1. Start Firefox with one tab on a page without flash content (blocked with 
noscript in my case), run ps -e | grep plugin, no plugin-container is running. 
Fine.
  2. Open a new tab with a site that has flash video and let it play, run ps -e 
| grep plugin, plugin-container is running.
  3. Close the tab that has flash video on it and make sure there is no flash 
on the only active tab (all scripts blocked with noscript)
  4. Run top and watch plugin-container continue to run with 1-5% CPU usage
  5. Wait, wait and wait for 5 hours, run ps -e | grep plugin, plugin-container 
is still running with 1-5% CPU usage.

  Expected:
  When there is no flash to play, quit plugin-container and let Firefox start 
it next time it is needed.

  This is a very unnecessary battery drain and resource hog, it's fine
  that it is using CPU when it has work to do but make sure it quits
  afterwards.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 8.0+build1-0ubuntu0.11.10.3
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oscar  2159 F pulseaudio
  AuditLog:
   
  BuildID: 2015183813
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd440 irq 42'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:10ec0269,1025040e,00100100 
HDA:80862804,104d4b00,0010'
 Controls  : 24
 Simple ctrls  : 13
  Channel: release
  Date: Sat Nov 26 17:00:45 2011
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.2, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.3  metric 2
  Profiles: Profile0 (Default) - LastVersion=8.0/2015183813 (Running)
  RfKill:
   0: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-11-01 (25 days ago)
  dmi.bios.date: 06/04/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: V1.11
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrV1.11:bd06/04/2010:svnAcer:pnAspire1830T:pvrV1.11:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 1830T
  dmi.product.version: V1.11
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/896603/+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 896597] Re: Window jumps to the right when clicking on the menu bar

2011-11-26 Thread Captain Chaos
** Summary changed:

- windows jumps to the right when clicking on the menu bar
+ Window jumps to the right when clicking on the menu bar

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

Title:
  Window jumps to the right when clicking on the menu bar

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  When I click on an empty area of the menu bar of gnome-terminal, the
  entire window immediately jumps one screen width to the right!

  This is on a three monitor system using Xinerama. Screen 0 is in the
  middle, screen 1 to the right of it and screen 2 to the left. I will
  attach my xorg.conf file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 15:54:10 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-11-23 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896597/+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 761478] Re: Enhancement: Prompt to check a busy file system on next reboot

2011-11-26 Thread Tuomas Heino
Simply creating that file would not be entirely enough. As in while that
seems to force the fsck, said file does not get removed automatically.
And maybe even shouldn't be removed, unless it was created by gdu.

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

Title:
  Enhancement: Prompt to check a busy file system on next reboot

Status in “gnome-disk-utility” package in Ubuntu:
  Confirmed
Status in Baltix GNU/Linux:
  New

Bug description:
  Binary package hint: gnome-disk-utility

  When selecting Check File System on a file system which is is use,
  you currently get an error stating the device is busy.

  If a disk was busy, Disk Utility could prompt the user and ask if the
  file system should be scheduled for a check on the next reboot.

  I have just found out about the special file /forcefsck
  (http://www.cyberciti.biz/faq/linux-force-fsck-on-the-next-reboot-or-
  boot-sequence/) which forces the file system to be checked on the next
  reboot, and due to this I think this is a potentially simple
  implementation.  Disk Utility would just have to prompt and create
  that file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/761478/+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 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-26 Thread Alex Cockell
i'm on lucid as well.  Was referring to Flash.  flash 10.0.x ios too old for 
most sites with video.  Fallback from Flash 11 needs to be gtr than Flash 10.1 
and it isn't.
 

- Original message -
 Some   of us are already using a lower version of Ubuntu. I use Lucid
 10.04. Don't want to mess with that.
 
 -- 
 You received this bug notification because you are subscribed to a
 duplicate bug report (872714).
 https://bugs.launchpad.net/bugs/875538
 
 Title:
     [Firefox 3.6.23] Impossible to open firefox because firefox-bin
     process is still running
 
 Status in “firefox” package in Ubuntu:
     Invalid
 Status in “flashplugin-nonfree” package in Ubuntu:
     Invalid
 Status in “firefox” source package in Lucid:
     Triaged
 Status in “flashplugin-nonfree” source package in Lucid:
     Triaged
 Status in “firefox” source package in Maverick:
     Triaged
 Status in “flashplugin-nonfree” source package in Maverick:
     Triaged
 
 Bug description:
     After upgrading firefox to version 3.6.23 few days ago, firefox does
     not work properly.
 
     At firt use after computer starting, firefox works well.
     It is possible to close firefox without any issue.
     But at second starting, firefox indicates it is impossible to launch
 firefox because firefox-bin process is still running.   The workaround is
 to restart the computer, or simply kill the firefox-bin process.
 
     This behaviour happened right after upgrading firefox to version
     3.6.23, and is systematic with the profil user I use (it's an admin
     user).
 
     I tested with another profil (non admin) on the computer: The problem
     has not been reproduced.
 
     System is 10.04 LTS (kernel 2.6.32-33 generic)
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+subscriptions

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

Status in “firefox” package in Ubuntu:
  Invalid
Status in “flashplugin-nonfree” package in Ubuntu:
  Invalid
Status in “firefox” source package in Lucid:
  Triaged
Status in “flashplugin-nonfree” source package in Lucid:
  Triaged
Status in “firefox” source package in Maverick:
  Triaged
Status in “flashplugin-nonfree” source package in Maverick:
  Triaged

Bug description:
  After upgrading firefox to version 3.6.23 few days ago, firefox does
  not work properly.

  At firt use after computer starting, firefox works well.
  It is possible to close firefox without any issue.
  But at second starting, firefox indicates it is impossible to launch firefox 
because firefox-bin process is still running.
  The workaround is to restart the computer, or simply kill the firefox-bin 
process.

  This behaviour happened right after upgrading firefox to version
  3.6.23, and is systematic with the profil user I use (it's an admin
  user).

  I tested with another profil (non admin) on the computer: The problem
  has not been reproduced.

  System is 10.04 LTS (kernel 2.6.32-33 generic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+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 894831] [NEW] Missing options when choosing open with other application

2011-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm using Oneiric 64-bit.
When I right click a file of a certain type, for instance .docx, and choose 
open with - other application, all applications in /usr/share/applications 
don't show and there's no option to manually browse for applications.

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


** Tags: bot-comment
-- 
Missing options when choosing open with other application
https://bugs.launchpad.net/bugs/894831
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nautilus in Ubuntu.

-- 
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 896608] [NEW] Libreoffice Writer window not always visible in ALT-TAB switcher

2011-11-26 Thread Bruno Girin
Public bug reported:

When LibreOffice Writer is started by double-clicking on a .odt file,
the Writer window is not always visible in the ALT-TAB switcher, while
the window is clearly visible when pressing Super-W.

Steps to reproduce:
1. Open Nautilus.
2. Navigate to a directory that contains a .odt file.
3. Double-click on the .odt file: LibO Writer opens.
4. Press ALT-TAB to switch to another application.

Expected behaviour:
The LibO window is visible when cycling through ALT-TAB.

Actual behaviour:
The LibO window is not visible using ALT-TAB but is visible using Super-W.

Note that this defect does not occur when Writer is started using the
application icon in the Unity side bar.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice-writer 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 16:30:48 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: Upgraded to oneiric on 2011-09-14 (72 days ago)

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


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

-- 
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/896608

Title:
  Libreoffice Writer window not always visible in ALT-TAB switcher

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  When LibreOffice Writer is started by double-clicking on a .odt file,
  the Writer window is not always visible in the ALT-TAB switcher, while
  the window is clearly visible when pressing Super-W.

  Steps to reproduce:
  1. Open Nautilus.
  2. Navigate to a directory that contains a .odt file.
  3. Double-click on the .odt file: LibO Writer opens.
  4. Press ALT-TAB to switch to another application.

  Expected behaviour:
  The LibO window is visible when cycling through ALT-TAB.

  Actual behaviour:
  The LibO window is not visible using ALT-TAB but is visible using Super-W.

  Note that this defect does not occur when Writer is started using the
  application icon in the Unity side bar.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice-writer 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 16:30:48 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to oneiric on 2011-09-14 (72 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896608/+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 896608] Re: Libreoffice Writer window not always visible in ALT-TAB switcher

2011-11-26 Thread Bruno Girin
-- 
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/896608

Title:
  Libreoffice Writer window not always visible in ALT-TAB switcher

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  When LibreOffice Writer is started by double-clicking on a .odt file,
  the Writer window is not always visible in the ALT-TAB switcher, while
  the window is clearly visible when pressing Super-W.

  Steps to reproduce:
  1. Open Nautilus.
  2. Navigate to a directory that contains a .odt file.
  3. Double-click on the .odt file: LibO Writer opens.
  4. Press ALT-TAB to switch to another application.

  Expected behaviour:
  The LibO window is visible when cycling through ALT-TAB.

  Actual behaviour:
  The LibO window is not visible using ALT-TAB but is visible using Super-W.

  Note that this defect does not occur when Writer is started using the
  application icon in the Unity side bar.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice-writer 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 16:30:48 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to oneiric on 2011-09-14 (72 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/896608/+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 874200] Re: segfault when switching user

2011-11-26 Thread tatabow
I confirm that the routine update of my linux kernel has fixed this bug
for me.

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

Title:
  segfault when switching user

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  When switching to another user lightdm hangs after entering password.
  Cursor just can't enter the field again. Dmesg shows the following:

  ...
  [   67.824062] hub 2-0:1.0: unable to enumerate USB device on port 2
  [17534.653543] show_signal_msg: 36 callbacks suppressed
  [17534.653553] lightdm[4737]: segfault at 0 ip   (null) sp b5dff14c error 4 
in libglib-2.0.so.0.3000.0[11+f7000]
  [17534.666035] init: lightdm main process (886) killed by SEGV signal
  [17685.206223] compiz[1674]: segfault at 0 ip b6bdb4f7 sp bfc713d0 error 6 in 
libnvidia-glcore.so.280.13[b5b2d000+18a]
  [17807.583211] init: tty1 main process ended, respawning
  [17809.882622] init: tty1 main process ended, respawning

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 1.0.1-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: b346f016d264f3ef62407d5e29c198a2
  CheckboxSystem: daed2f3d6643b4a84b4520a2427f8c2b
  Date: Fri Oct 14 15:57:05 2011
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-10-02 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/874200/+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 894831] Re: Missing options when choosing open with other application

2011-11-26 Thread Fabio Marconi
** Package changed: ubuntu = nautilus (Ubuntu)

-- 
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/894831

Title:
  Missing options when choosing open with other application

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I'm using Oneiric 64-bit.
  When I right click a file of a certain type, for instance .docx, and choose 
open with - other application, all applications in /usr/share/applications 
don't show and there's no option to manually browse for applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/894831/+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 890337] Re: gvfs-gdu-volume-monitor high cpu usage during raid-resync

2011-11-26 Thread Tuomas Heino
http://bazaar.launchpad.net/~vcs-imports/gnome-disk-
utility/master/view/head:/src/gdu/gdu-linux-lvm2-volume-
group.c?start_revid=930 has the following comment in find_pvs():

187/* TODO: do incremental list management instead of recomputing on
188 * each add/remove/change event
189 */

So seems it is recomputing all LVM PVS's on every single change event.
Raid resync likely generates a ton of those (resync status %). Do all of
those change events get queued and then processed slowly, consuming
change events at far lower rate than they are being generated?

** Package changed: gvfs (Ubuntu) = gnome-disk-utility (Ubuntu)

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

Title:
  gvfs-gdu-volume-monitor high cpu usage during raid-resync

Status in “gnome-disk-utility” package in Ubuntu:
  New

Bug description:
  During a raid-resync cpu usage is high - in fact gvfs-gdu-volume-
  monitor was using 100% cpu on one core for the duration of resync.
  Killed it with -SEGV to get something that can be retraced.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  Uname: Linux 2.6.38-12-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Sun Nov 13 23:36:38 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
  ProcCmdline: /usr/lib/gvfs/gvfs-gdu-volume-monitor
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_IE:en
   LANG=en_IE.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7fca9329a3c3:jg 0x7fca9329a32e
   PC (0x7fca9329a3c3) ok
   source 0x7fca9329a32e (0x7fca9329a32e) ok
   SP (0x7fff9b1adac0) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_source_attach () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_idle_add_full () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/libgdu.so.0
   ?? () from /usr/lib/libgdu.so.0
  Title: gvfs-gdu-volume-monitor crashed with SIGSEGV in g_source_attach()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/890337/+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 830388] Re: Apply button remains disabled after changes in empathy chat accounts window if account is disabled

2011-11-26 Thread krueger.freddy
this happens to a password change as well. the apply button is
disabled

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

Title:
  Apply button remains disabled after changes in empathy chat accounts
  window if account is disabled

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  What ever configuration changes I make in a disabled account can not be saved 
(apply button is not enabled).
  Here are the steps to reproduce.
  - Bring up the empathy chat accounts window
  - Click on existing configured account that is disabled (from left hand side 
pane)
  - In the right hand side window, make some changes like remove the remembered 
password or change the user name

  Expected result
  - Apply button should be enabled to save the configuration changes (these 
should be applied when next time I try to login to the chat server)

  Actual result:
  - Notice that the Apply and Cancel buttons remain disabled even after doing 
the changes
  Note that I do not want to connect to an account first and then remove the 
remembered password and then disconnect it again.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: empathy 2.34.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic i686
  Architecture: i386
  Date: Sun Aug 21 10:14:21 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/830388/+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 896617] [NEW] Glchess 3.2.1 does no allow a legal move after en-passante

2011-11-26 Thread Magnus Dicander
Public bug reported:

I play chess against GL-chess. I killed one of my computer-opponents
pawns with en-passante. The For the rest of the game , i was not allowed
to move any piece over the square where the en-passante-killed pawn
stood before the en-passante.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-games 1:3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 26 18:11:30 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
PackageArchitecture: all
SourcePackage: gnome-games
UpgradeStatus: Upgraded to oneiric on 2011-09-26 (60 days ago)

** Affects: gnome-games (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 gnome-games in Ubuntu.
https://bugs.launchpad.net/bugs/896617

Title:
  Glchess 3.2.1 does no allow a legal move after en-passante

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

Bug description:
  I play chess against GL-chess. I killed one of my computer-opponents
  pawns with en-passante. The For the rest of the game , i was not
  allowed to move any piece over the square where the en-passante-killed
  pawn stood before the en-passante.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-games 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 18:11:30 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  PackageArchitecture: all
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to oneiric on 2011-09-26 (60 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/896617/+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 896617] Re: Glchess 3.2.1 does no allow a legal move after en-passante

2011-11-26 Thread Magnus Dicander
-- 
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/896617

Title:
  Glchess 3.2.1 does no allow a legal move after en-passante

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

Bug description:
  I play chess against GL-chess. I killed one of my computer-opponents
  pawns with en-passante. The For the rest of the game , i was not
  allowed to move any piece over the square where the en-passante-killed
  pawn stood before the en-passante.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-games 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Nov 26 18:11:30 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  PackageArchitecture: all
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to oneiric on 2011-09-26 (60 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/896617/+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 896616] [NEW] terminal asks for password but refuses to accept input as password

2011-11-26 Thread Anindya Sur
Public bug reported:

i was trying to install SIR, an imager resizer utility. but whenever i
try to that terminal asks for password but the cursor never accepts any
character except enter and then it says that the password was incorrect

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Nov 26 22:47:30 2011
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  terminal asks for password but refuses to accept input as password

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  i was trying to install SIR, an imager resizer utility. but whenever i
  try to that terminal asks for password but the cursor never accepts
  any character except enter and then it says that the password was
  incorrect

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 22:47:30 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896616/+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 896616] Re: terminal asks for password but refuses to accept input as password

2011-11-26 Thread Anindya Sur
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/896616

Title:
  terminal asks for password but refuses to accept input as password

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  i was trying to install SIR, an imager resizer utility. but whenever i
  try to that terminal asks for password but the cursor never accepts
  any character except enter and then it says that the password was
  incorrect

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sat Nov 26 22:47:30 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/896616/+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 896618] Re: indicator-applet-session closed unexpectedly

2011-11-26 Thread Apport retracing service
*** This bug is a duplicate of bug 850113 ***
https://bugs.launchpad.net/bugs/850113

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #850113, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/896618/+attachment/2609350/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/896618/+attachment/2609351/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/896618/+attachment/2609352/+files/Disassembly.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/896618/+attachment/2609354/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/896618/+attachment/2609355/+files/Registers.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/896618/+attachment/2609357/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 850113
   gnome-panel crashed with SIGABRT in __kernel_vsyscall()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  indicator-applet-session closed unexpectedly

Status in “gnome-panel” package in Ubuntu:
  New

Bug description:
  indicator-applet-session closed unexpectedly

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gnome-panel 1:2.32.1-0ubuntu6.5
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-12-generic-pae i686
  Architecture: i386
  Date: Sat Nov 26 22:21:42 2011
  ExecutablePath: /usr/bin/gnome-panel
  GConfNonDefault:
   
/apps/panel/general/applet_id_list=[fast_user_switch_screen0,trashapplet_screen0,workspace_switcher_screen0,window_list_screen0,show_desktop_button_screen0,indicator_applet_screen0,notification_area_screen0,clock_screen0]
   
/apps/panel/general/object_id_list=[browser_launcher_screen0,menu_bar_screen0,object_0]
   /apps/panel/general/toplevel_id_list=[bottom_panel_screen0,top_panel_screen0]
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcCmdline: gnome-panel
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: gnome-panel
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   g_assertion_message () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gnome-panel crashed with SIGABRT in __kernel_vsyscall()
  UpgradeStatus: Upgraded to natty on 2011-11-26 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/896618/+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


  1   2   >