[Desktop-packages] [Bug 817326] Re: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes long) - LibreOffice should call fsync

2012-01-16 Thread Evan Peck
@Tristan Oh. What about 3.4.5?
(That is the latest final release on their website)

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

Title:
  [Upstream] Previously-saved LibreOffice document lost by power outage
  (became 0 bytes long) - LibreOffice should call fsync

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

Bug description:
  I was working on a document in LibreOffice today while my battery was
  low and so I was frequently saving, which I thought would help me if I
  lost power. However, when I eventually did lose power and later
  rebooted, the document had become 0 bytes long. LibreOffice was not
  able to restore the auto-saved copy either. As a result, I have lost a
  whole week of notes for one of my courses.

  After researching online, it seems that this is caused by the
  application not calling fsync() (or fdatasync()) when saving files.
  Due to delayed allocation in modern filesystems, there is no guarantee
  that the new file's data has actually been written to disk unless the
  application calls fsync. So if an app writes a new file and replaces
  the old one with it without fsync'ing the new one first then there is
  a window of opportunity during which a power failure will result in
  the loss of BOTH versions of the file. In ext4 this window is also
  much larger than in ext3.

  Theodore Tso blogged about this at http://ldn.linuxfoundation.org
  /blog-entry/delayed-allocation-and-zero-length-file-problem and
  http://www.linuxfoundation.org/news-
  media/blogs/browse/2009/03/don%E2%80%99t-fear-fsync. He strongly
  recommends to call fsync in this situation.

  Please update LibreOffice to fsync() saved files so that other users
  do not lose their data like I did.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Wed Jul 27 21:37:02 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-04-29 (89 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/817326/+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 914348] Re: Touchpad LED on Dell's laptop is not working

2012-01-16 Thread AceLan Kao
I fixed the problem to persist the LED status after S3 in the driver, but I 
still have no idea how to let user space application access the sysfs without 
root privilege.
And I don't think it's suitable to change the file mode to 0666, for I can't 
find any file with that mode in sysfs.

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

Title:
  Touchpad LED on Dell's laptop is not working

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  In some of Dell laptops, they support a touchpad LED to indicate the 
enablement/disablement of the touchpad.
  And kernel(after 3.2) supports an interface to turn on/off the LED, user 
space app should take the responsibility to handle this,
  and I think gnome-settings-daemon is the best one.

  The interface is in /sys
  To turn on the LED
  echo 1 > /sys/class/leds/dell-laptop::touchpad/brightness
  To turn it off
  echo 0 > /sys/class/leds/dell-laptop::touchpad/brightness

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/914348/+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 917521] Re: My own chat messages build up in the messaging menu and can't be cleared

2012-01-16 Thread Christopher Kyle Horton
** Attachment added: "Extra messaging menu chat entries.png"
   
https://bugs.launchpad.net/bugs/917521/+attachment/2678340/+files/Extra%20messaging%20menu%20chat%20entries.png

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

Title:
  My own chat messages build up in the messaging menu and can't be
  cleared

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Just tonight, while chatting with two people in Empathy I noticed that
  notifications for my own chat messages were building up in the
  messaging menu and could not be cleared. Clicking Clear at the bottom
  of the menu makes the envelope icon return to white, but all the
  entries shown are still present and will not go away, even when
  clicking them. See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Tue Jan 17 02:25:31 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(2029.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2011-12-13 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917521/+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 917521] [NEW] My own chat messages build up in the messaging menu and can't be cleared

2012-01-16 Thread Christopher Kyle Horton
Public bug reported:

Just tonight, while chatting with two people in Empathy I noticed that
notifications for my own chat messages were building up in the messaging
menu and could not be cleared. Clicking Clear at the bottom of the menu
makes the envelope icon return to white, but all the entries shown are
still present and will not go away, even when clicking them. See
attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.3.3-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
Uname: Linux 3.2.0-9-generic x86_64
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
Date: Tue Jan 17 02:25:31 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(2029.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to precise on 2011-12-13 (34 days ago)

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

Title:
  My own chat messages build up in the messaging menu and can't be
  cleared

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Just tonight, while chatting with two people in Empathy I noticed that
  notifications for my own chat messages were building up in the
  messaging menu and could not be cleared. Clicking Clear at the bottom
  of the menu makes the envelope icon return to white, but all the
  entries shown are still present and will not go away, even when
  clicking them. See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Tue Jan 17 02:25:31 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 
(2029.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2011-12-13 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917521/+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 151536] Re: [MASTER] E-D-S hangs on login and uses 100% cpu

2012-01-16 Thread Evan Peck
** Changed in: evolution-data-server (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  [MASTER] E-D-S hangs on login and uses 100% cpu

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

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

   -- do not add simple "me too" comments, they do not help: we
  already *know* this is a problem, and these comments only make it more
  difficult to find potentially important data in the bug. If you have
  the knowledge and time to help debug, your help *is* appreciated. Go
  to #ubuntu-bugs in irc.freenode.net, and discuss it there. I am sure
  that any one of us will be more than happy to get on with this
  ;-)

  On login evolution-data-server uses 100% cpu. At login evolution-
  alarm-notify is auto-started by gnome-session; e-a-n kicks in E-D-S
  and, for yet an unknown reason, E-D-S enters a loop. strace on E-D-S
  shows a sequence of very fast poll() calls; a strace on e-a-n shows
  e-a-n waiting for an event. This seems to happen on some machines, but
  not all. It affects both Evolution users and non-users -- E-D-S is
  still installed under Gnome even if you do not use the Evolution mail
  client.

  All symptoms are of a race condition, very early in E-D-S or a library
  startup. Backtraces are inconclusive, and show slightly different code
  paths. I cannot reproduce it on my machine (an AMD64 dual-core), no
  matter what I try.

  I would like to know what Linux and hardware architecture, and how
  many CPUs for those that are *frequently* hit (for example, {linux64,
  AMD64, 2 CPUs}, meaning I am running linux64 on an AMD64 with two
  CPUs; {linux32, AMD64, 4 CPUs}, meaning I am running linux32 Intel on
  an AMD64 with  4 CPUs).

  Right now we are considering this as a race very early on session
  startup, perhaps caused by the current placement of e-a-n on the
  default session list (with the default priority of 50). I myself still
  cannot reproduce it, and I wonder if having a dual-CPU machine, and/or
  linux64, and/or AMD64, makes the race more difficult to happen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-data-server/+bug/151536/+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 844081] Re: Unity Greeter - Background of the Unity Greeter should reflect the background chosen by the user that is currently selected

2012-01-16 Thread Robert Ancell
** Changed in: lightdm
   Status: Fix Committed => Fix Released

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

Title:
  Unity Greeter - Background of the Unity Greeter should reflect the
  background chosen by the user that is currently selected

Status in D-Bus interfaces for querying and manipulating user account 
information:
  Confirmed
Status in Ayatana Design:
  Fix Released
Status in Light Display Manager:
  Fix Released
Status in Unity Greeter:
  Fix Committed
Status in “accountsservice” package in Ubuntu:
  Fix Released
Status in “gnome-control-center” package in Ubuntu:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Committed
Status in “unity-greeter” package in Ubuntu:
  Fix Committed

Bug description:
  Background of the Unity Greeter should reflect the background chosen
  by the user that is currently selected.

  e.g. the background the user has selected on their desktop should be
  displayed in the greeter.  See the attached animation
  login_screen_v02_WP.mov to understand exactly how the backgrounds
  should crossfade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/accountsservice/+bug/844081/+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 911597] Re: Change-password-after-login is broken

2012-01-16 Thread Robert Ancell
** Changed in: lightdm
   Status: Fix Committed => Fix Released

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

Title:
  Change-password-after-login is broken

Status in Light Display Manager:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Committed

Bug description:
  This is related to bug 838555.  After running the following:

  dbus-send --print-reply --system --dest=org.freedesktop.Accounts
  /org/freedesktop/Accounts/User1000
  org.freedesktop.Accounts.User.SetPasswordMode int32:1

  You can log into a VT and see the prompts to set the new password.
  But try it in unity-greeter and you get an authentication error.

  This is because lightdm never sets the PAM_TTY pam item.  Pam bails
  because there is no TTY to ask.

  Branch coming.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/911597/+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 208315] Re: nautilus crashed with SIGSEGV in nautilus_file_unref()

2012-01-16 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Incomplete

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

Title:
  nautilus crashed with SIGSEGV in nautilus_file_unref()

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

Bug description:
  Binary package hint: nautilus

  I right clicked on the desktop then nautilus crashed

  ProblemType: Crash
  Architecture: i386
  Date: Fri Mar 28 08:43:53 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.22.0-0ubuntu3
  PackageArchitecture: i386
  ProcCmdline: nautilus --no-default-window --sm-client-id default2
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   nautilus_file_unref (file=0x80de030) at nautilus-file.c:714
   g_list_foreach () from /usr/lib/libglib-2.0.so.0
   nautilus_file_list_unref (list=0x8a3b430)
   nautilus_file_list_free (list=0x8a3b430)
   remove_pending (startup_data=0x8b15030,
  Title: nautilus crashed with SIGSEGV in nautilus_file_unref()
  Uname: Linux 2.6.24-12-generic i686
  UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev video
  SegvAnalysis:
   Segfault happened at: 0x810daf9 :cmp
(%edx),%eax
   PC (0x0810daf9) ok
   source "(%edx)" (0x57e58955) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/208315/+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 917512] Re: nero linux

2012-01-16 Thread Aneesh
-- 
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/917512

Title:
  nero linux

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I have downloaded nero linux from nero site, but when try to install it using 
ubuntu software centre showing problem in installing nero linux, showing
  "The package doesn't provide a valid Installed-Size control field. See Debian 
Policy 5.6.20."

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  Architecture: i386
  Date: Tue Jan 17 12:17:53 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, user)
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/917512/+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 451372] Re: Renaming with only case changes fails on FAT filesystems

2012-01-16 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Invalid

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

Title:
  Renaming with only case changes fails on FAT filesystems

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

Bug description:
  Binary package hint: nautilus

  Renaming files on FAT filesystems returns "the name is already used in
  this folder" error. A similar bug was found and fixed in Feisty (see
  bug #87307); this one was found in Nautilus 2.26.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/451372/+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 917512] [NEW] nero linux

2012-01-16 Thread Aneesh
Public bug reported:

I have downloaded nero linux from nero site, but when try to install it using 
ubuntu software centre showing problem in installing nero linux, showing
"The package doesn't provide a valid Installed-Size control field. See Debian 
Policy 5.6.20."

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
Architecture: i386
Date: Tue Jan 17 12:17:53 2012
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, user)
 LANG=en_IN
 LC_MESSAGES=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 natty 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/917512

Title:
  nero linux

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I have downloaded nero linux from nero site, but when try to install it using 
ubuntu software centre showing problem in installing nero linux, showing
  "The package doesn't provide a valid Installed-Size control field. See Debian 
Policy 5.6.20."

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  Architecture: i386
  Date: Tue Jan 17 12:17:53 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, user)
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/917512/+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 917508] Re: Sends twice the size of the email

2012-01-16 Thread Don Task
** Visibility changed to: Public

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

Title:
  Sends twice the size of the email

Status in “evolution” package in Ubuntu:
  New

Bug description:
  When I send an email with an attachment, the total size of the
  attachment is displayed by evolution, however, when I watch the
  network traffic for the send and receive bytes, the send size is
  virtually twice the volume of the email size.  For example, a text
  email with an 11mb attachment, will be sent at about 22 mb.

  Is there a background email address that evolution is sending to that is 
hidden to me?
  How can I view the traffic and destinations related to the email being sent?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  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: Mon Jan 16 23:32:58 2012
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-12-22 (26 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/917508/+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 914054] Re: The inline icon_data from the software-center-agent is deprecated, must be replaced with a direct download using icon_url

2012-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/software-center

** Branch linked: lp:ubuntu/maverick-proposed/software-center

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

Title:
  The inline icon_data from the software-center-agent is deprecated,
  must be replaced with a direct download using icon_url

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Maverick:
  Fix Committed
Status in “software-center” source package in Natty:
  Fix Committed
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  The inline icon_data that is currently being provided by the software-
  center-agent on the production server has been deprecated and must be
  removed from the Software Center client. Instead, the icon for
  packages provided by the agent should be downloaded directly using the
  icon_url field.

  Test case for SRU:
  1) remove software-center cache in ~/.cache/software-center
  2) run SOFTWARE_CENTER_BUY_HOST=https://sc.staging.ubuntu.com software-center
  3) verify that there are no icons in the purchase section
  4) install the version from -proposed
  5) repeat step 1, 2 and verify that icons get downloaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/914054/+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 775089] Re: selecting resolution in monitors doesnt change resolution in log in screen etc

2012-01-16 Thread Robert Ancell
** Project changed: lightdm => unity-greeter

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

Title:
  selecting resolution in monitors doesnt change resolution in log in
  screen etc

Status in One Hundred Paper Cuts:
  Incomplete
Status in Unity Greeter:
  New
Status in “gdm” package in Ubuntu:
  New

Bug description:
  Ubuntu doesnt always select the correct/desired resolution for your monitor. 
When you choose the correct resolution using the monitors application, it 
corrects the resolution for the system, but not for the log in screen, grub 
menu or boot up screen. 
  what happens then, in my case, is that my monitor doesnt support the detected 
resolution, and so I am unable to use the log in screens, or view the splash 
screen etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/775089/+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 911597] Re: Change-password-after-login is broken

2012-01-16 Thread Robert Ancell
** Changed in: lightdm (Ubuntu)
   Status: New => Fix Committed

** Changed in: lightdm
   Importance: Undecided => Medium

** Changed in: lightdm (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Change-password-after-login is broken

Status in Light Display Manager:
  Fix Committed
Status in “lightdm” package in Ubuntu:
  Fix Committed

Bug description:
  This is related to bug 838555.  After running the following:

  dbus-send --print-reply --system --dest=org.freedesktop.Accounts
  /org/freedesktop/Accounts/User1000
  org.freedesktop.Accounts.User.SetPasswordMode int32:1

  You can log into a VT and see the prompts to set the new password.
  But try it in unity-greeter and you get an authentication error.

  This is because lightdm never sets the PAM_TTY pam item.  Pam bails
  because there is no TTY to ask.

  Branch coming.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/911597/+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 917493] Re: gnome-settings-daemon crashed with signal 5 in _XReply()

2012-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 903973 ***
https://bugs.launchpad.net/bugs/903973

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 #903973, 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/917493/+attachment/2678262/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/917493/+attachment/2678263/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/917493/+attachment/2678264/+files/Disassembly.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/917493/+attachment/2678266/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/917493/+attachment/2678267/+files/Registers.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/917493/+attachment/2678269/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 903973
   gnome-settings-daemon crashed with signal 5 in _XReply()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-settings-daemon crashed with signal 5 in _XReply()

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  Just logged in.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.2.2-0ubuntu10
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Jan 17 16:35:22 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XGetWindowAttributes () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetWindowAttributes () from /usr/lib/x86_64-linux-gnu/libX11.so.6
  Title: gnome-settings-daemon crashed with signal 5 in _XReply()
  UpgradeStatus: Upgraded to precise on 2012-01-08 (8 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-settings-daemon/+bug/917493/+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 870297] Re: Lightdm logins not being logged in wtmp

2012-01-16 Thread Robert Ancell
** Changed in: lightdm
   Importance: Undecided => High

** Changed in: lightdm (Ubuntu Precise)
   Importance: Low => High

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

Title:
  Lightdm logins not being logged in wtmp

Status in Light Display Manager:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Confirmed
Status in “lightdm” source package in Oneiric:
  Confirmed
Status in “lightdm” source package in Precise:
  Confirmed

Bug description:
  When logged into a graphical session, I get no acknowledgement from
  who, w or last that I am logged in:

  $ who
  $ w
  16:48:14 up 1 day,  1:08,  0 users,  load average: 0.68, 0.83, 0.84
  USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT

  last only reports tty logins, not graphical logins.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 1.0.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Fri Oct  7 16:47:23 2011
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.3)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/870297/+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 914054] Re: The inline icon_data from the software-center-agent is deprecated, must be replaced with a direct download using icon_url

2012-01-16 Thread Martin Pitt
Hello Gary, or anyone else affected,

Accepted software-center into natty-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-done-oneiric

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

Title:
  The inline icon_data from the software-center-agent is deprecated,
  must be replaced with a direct download using icon_url

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Maverick:
  Fix Committed
Status in “software-center” source package in Natty:
  Fix Committed
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  The inline icon_data that is currently being provided by the software-
  center-agent on the production server has been deprecated and must be
  removed from the Software Center client. Instead, the icon for
  packages provided by the agent should be downloaded directly using the
  icon_url field.

  Test case for SRU:
  1) remove software-center cache in ~/.cache/software-center
  2) run SOFTWARE_CENTER_BUY_HOST=https://sc.staging.ubuntu.com software-center
  3) verify that there are no icons in the purchase section
  4) install the version from -proposed
  5) repeat step 1, 2 and verify that icons get downloaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/914054/+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 914054] Re: The inline icon_data from the software-center-agent is deprecated, must be replaced with a direct download using icon_url

2012-01-16 Thread Martin Pitt
Hello Gary, or anyone else affected,

Accepted software-center into maverick-proposed, the package will build
now and be available in a few hours. Please test and give feedback here.
See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you in advance!

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  The inline icon_data from the software-center-agent is deprecated,
  must be replaced with a direct download using icon_url

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Maverick:
  Fix Committed
Status in “software-center” source package in Natty:
  Fix Committed
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  The inline icon_data that is currently being provided by the software-
  center-agent on the production server has been deprecated and must be
  removed from the Software Center client. Instead, the icon for
  packages provided by the agent should be downloaded directly using the
  icon_url field.

  Test case for SRU:
  1) remove software-center cache in ~/.cache/software-center
  2) run SOFTWARE_CENTER_BUY_HOST=https://sc.staging.ubuntu.com software-center
  3) verify that there are no icons in the purchase section
  4) install the version from -proposed
  5) repeat step 1, 2 and verify that icons get downloaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/914054/+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 917489] [NEW] changes to power settings won't stick

2012-01-16 Thread SwaJime
Public bug reported:

Power: When plugged in, when the lid is closed: "Do nothing"

Close dialog, reopen dialog, Option still says "Suspend"

Option to turn off display does not exist ?

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

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

Title:
  changes to power settings won't stick

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  Power: When plugged in, when the lid is closed: "Do nothing"

  Close dialog, reopen dialog, Option still says "Suspend"

  Option to turn off display does not exist ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/917489/+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 917488] Re: package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 134

2012-01-16 Thread Thomi Richards
-- 
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/917488

Title:
  package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 134

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Problem occured while upgrading to precise.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-common 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Jan 17 18:04:32 2012
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 134
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 134
  UpgradeStatus: Upgraded to precise on 2012-01-16 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917488/+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 917488] [NEW] package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 134

2012-01-16 Thread Thomi Richards
Public bug reported:

Problem occured while upgrading to precise.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libreoffice-common 1:3.4.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jan 17 18:04:32 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 134
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
PackageArchitecture: all
SourcePackage: libreoffice
Title: package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 134
UpgradeStatus: Upgraded to precise on 2012-01-16 (0 days ago)

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


** Tags: amd64 apport-package 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/917488

Title:
  package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 134

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Problem occured while upgrading to precise.

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-common 1:3.4.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Jan 17 18:04:32 2012
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 134
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  PackageArchitecture: all
  SourcePackage: libreoffice
  Title: package libreoffice-common 1:3.4.4-0ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 134
  UpgradeStatus: Upgraded to precise on 2012-01-16 (0 days ago)

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

2012-01-16 Thread Landry-openbsd
Comment on attachment 588391
Use YARR interpreter instead of PCRE on platforms where YARR JIT is not 
supported

I can confirm that this patch allows me to build & start firefox 10.0b4
on OpenBSD/powerpc... now, to see what to do for m-c.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Debian has the fix, so I'll add it to the branch and it should work
  with the next upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+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 878727] Re: After updating to 11.10 Empathy always asks to import settings at start.

2012-01-16 Thread Bug Watch Updater
** Changed in: empathy
   Status: New => Incomplete

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

Title:
  After updating to 11.10 Empathy always asks to import settings at
  start.

Status in Chat app, and Telepathy user interface:
  Incomplete
Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  After updating to 11.10 Empathy always asks to import settings at
  start (after every login).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia wl
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Thu Oct 20 12:02:54 2011
  ProcEnviron:
   LANGUAGE=uk_UA:uk:en_GB:en
   PATH=(custom, no user)
   LANG=uk_UA.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (3 days ago)

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

2012-01-16 Thread Mh+mozilla
(In reply to Landry Breuil from comment #14)
> Just to clarify.. is your patch in debian a build fix for fx 10.0beta on ppc
> & sparc, or only sparc ?

"on platforms where YARR JIT is not supported"

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Debian has the fix, so I'll add it to the branch and it should work
  with the next upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+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 917399] Re: Ubuntu 12.04 alpha 1 network flaky after update

2012-01-16 Thread Dan Kegel
See also bug 917402, which describes another symptom of the underlying
disagreement.

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

Title:
  Ubuntu 12.04 alpha 1 network flaky after update

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

Bug description:
  Testing 12.04 alpha 1 64 bit on my Asus G60JX laptop.
  Worked well enough with previous versions ( 
http://kegel.com/linux/asus-g60jx-laptop.html ).

  As with previous versions of Ubuntu, the Live CD / normal desktop installer 
couldn't get graphics right, so used alternate install iso, and had to specify 
"nomodeset" on kernel commandline after installation to get any graphics.
  Was able to do a complete software update, then rebooted.  After that, 
networking seemed flakier.
  When I try downloading the nvidia display driver with "Additional Drivers", 
the download seems
  to hang after a few seconds.  Rebooting and retrying doesn't help.  

  There were several crashes, and apport collected data for them and
  even uploaded one of them, but I was unable to finish the login
  process at launchpad.  I had to reboot to 11.04 to file this report.

  This is all with wired networking, as wireless doesn't work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/917399/+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 875651] Re: evolution not installed after upgrade to oneiric

2012-01-16 Thread Launchpad Bug Tracker
[Expired for evolution (Ubuntu) because there has been no activity for
60 days.]

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  evolution not installed after upgrade to oneiric

Status in “evolution” package in Ubuntu:
  Expired

Bug description:
  Upgraded to 11.10 yesterday.
  Now Evolution will not launch though the icon is still in the launcher - it 
flashes as if preparing to launch but nothing happens. 
  Consequently cannot access my saved e-mails, address book or calendar.
  Thunderbird works to pick up new messages but I need my saved data.
  Tried to reinstall Evolution from Software Manager but got incompatibility 
message.
  Help please!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/875651/+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 891460] Re: totem crashed with SIGSEGV in g_object_unref()

2012-01-16 Thread Launchpad Bug Tracker
[Expired for totem (Ubuntu) because there has been no activity for 60
days.]

** Changed in: totem (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  totem crashed with SIGSEGV in g_object_unref()

Status in “totem” package in Ubuntu:
  Expired

Bug description:
  totem cannot open video files in an ntfs3 partition

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: totem 3.0.1-0ubuntu10
  ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
  Uname: Linux 3.1.0-2-generic i686
  ApportVersion: 1.26-0ubuntu1
  Architecture: i386
  CasperVersion: 1.290
  Date: Wed Nov 16 21:51:39 2011
  ExecutablePath: /usr/bin/totem
  LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (2003)
  ProcCmdline: totem
  SegvAnalysis:
   Segfault happened at: 0x266510 :  cmpl   $0x50,(%eax)
   PC (0x00266510) ok
   source "$0x50" ok
   destination "(%eax)" (0x0008) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: totem
  StacktraceTop:
   g_object_unref () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libatk-1.0.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   g_object_unref () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/libgtk-3.so.0
  Title: totem crashed with SIGSEGV in g_object_unref()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare scanner tape video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/891460/+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 917476] Re: gvfsd-smb-browse crashed with SIGSEGV in debug_add_class()

2012-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 911888 ***
https://bugs.launchpad.net/bugs/911888

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 #911888, 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/917476/+attachment/2678213/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/917476/+attachment/2678214/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/917476/+attachment/2678215/+files/Disassembly.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/917476/+attachment/2678217/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/917476/+attachment/2678218/+files/Registers.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/917476/+attachment/2678220/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 911888
   gvfsd-smb-browse crashed with SIGSEGV in debug_lookup_classname_int()

** 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 gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/917476

Title:
  gvfsd-smb-browse crashed with SIGSEGV in debug_add_class()

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  sane-backend
  vicio
  Visioneer 6100 USB
  ugh
  lsusb ok:
  Bus 006 Device 002: ID 04a7:0231 Visioneer 6100 Scanner

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gvfs-backends 1.10.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Mon Jan 16 22:01:57 2012
  ExecutablePath: /usr/lib/gvfs/gvfsd-smb-browse
  InstallationMedia: Xubuntu 12.04 "Precise Pangolin" - Alpha i386 (2029.2)
  ProcCmdline: /usr/lib/gvfs/gvfsd-smb-browse --spawner :1.11 
/org/gtk/gvfs/exec_spaw/2
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x3f53ef:  mov(%edx,%esi,4),%eax
   PC (0x003f53ef) ok
   source "(%edx,%esi,4)" (0x) not located in a known VMA region 
(needed readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? () from /usr/lib/i386-linux-gnu/libsmbclient.so.0
   debug_add_class () from /usr/lib/i386-linux-gnu/libsmbclient.so.0
   ?? () from /usr/lib/i386-linux-gnu/libsmbclient.so.0
   setup_logging () from /usr/lib/i386-linux-gnu/libsmbclient.so.0
   ?? () from /usr/lib/i386-linux-gnu/libsmbclient.so.0
  Title: gvfsd-smb-browse crashed with SIGSEGV in debug_add_class()
  UpgradeStatus: Upgraded to precise on 2012-01-13 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/917476/+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 917473] Re: jockey-gtk crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.ServiceUnknown: The name :1.78 was not provided by any .service files

2012-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 734376 ***
https://bugs.launchpad.net/bugs/734376

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 #734376, 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/917473/+attachment/2678182/+files/Dependencies.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/917473/+attachment/2678190/+files/ProcStatus.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 734376
   jockey-gtk crashed with DBusException in call_blocking(): 
org.freedesktop.DBus.Error.NoReply in shutdown()

** Visibility changed to: Public

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

Title:
  jockey-gtk crashed with DBusException in call_blocking():
  org.freedesktop.DBus.Error.ServiceUnknown: The name :1.78 was not
  provided by any .service files

Status in “jockey” package in Ubuntu:
  New

Bug description:
  i dont have a clue why this took place

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: jockey-gtk 0.9.4-0ubuntu10
  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
  CasperVersion: 1.287
  Date: Mon Jan 16 18:47:13 2012
  ExecutablePath: /usr/bin/jockey-gtk
  InterpreterPath: /usr/bin/python2.7
  LiveMediaBuild: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  MachineType: Acer, inc. Aspire 4520
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  ProcKernelCmdLine: initrd=/ubninit file=/cdrom/preseed/hostname.seed 
boot=casper quiet splash -- persistent BOOT_IMAGE=/ubnkern
  PythonArgs: ['/usr/bin/jockey-gtk']
  SourcePackage: jockey
  Title: jockey-gtk crashed with DBusException in call_blocking(): 
org.freedesktop.DBus.Error.ServiceUnknown: The name :1.78 was not provided by 
any .service files
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 08/15/2007
  dmi.bios.vendor: Acer
  dmi.bios.version: v1.3619
  dmi.board.name: Mono
  dmi.board.vendor: Acer, Inc.
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer, Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv1.3619:bd08/15/2007:svnAcer,inc.:pnAspire4520:pvrNotApplicable:rvnAcer,Inc.:rnMono:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A:
  dmi.product.name: Aspire 4520
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer, inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/917473/+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 917470] [NEW] firefox crashes on webpage with gif animation

2012-01-16 Thread skumara
Public bug reported:

firefox crashes on websites with *.gif animations or flash animations.
same thing happen to chromium also. this started to happen in the past 1
week only. websites I have visited are:

www.malaysiakini.com
www.xda-developers.com
www.lawyat.net
www.google.com

crashes happen randomly. Sometime I can view these websites and other
time they crash within the same day at different time.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 9.0.1+build1-0ubuntu0.11.10.2
Uname: Linux 3.2.1-030201-generic x86_64
NonfreeKernelModules: fglrx
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: ALC270 Analog [ALC270 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  altikum3   1905 F pulseaudio
 /dev/snd/controlC0:  altikum3   1905 F pulseaudio
BuildID: 20111228084940
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd410 irq 44'
   Mixer name   : 'Realtek ALC270'
   Components   : 'HDA:10ec0270,103c1426,00100100'
   Controls  : 18
   Simple ctrls  : 11
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd401 irq 45'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 5
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: release
Date: Tue Jan 17 11:12:36 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.2.6, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 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.165  metric 2
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=9.0.1/20111228084940
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to oneiric on 2012-01-17 (0 days ago)
dmi.bios.date: 04/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.37
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1426
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 54.57
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.37:bd04/07/2011:svnHewlett-Packard:pnPresarioCQ42NotebookPC:pvr049F110028100:rvnHewlett-Packard:rn1426:rvr54.57:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ42 Notebook PC
dmi.product.version: 049F110028100
dmi.sys.vendor: Hewlett-Packard

** 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/917470

Title:
  firefox crashes on webpage with gif animation

Status in “firefox” package in Ubuntu:
  New

Bug description:
  firefox crashes on websites with *.gif animations or flash animations.
  same thing happen to chromium also. this started to happen in the past
  1 week only. websites I have visited are:

  www.malaysiakini.com
  www.xda-developers.com
  www.lawyat.net
  www.google.com

  crashes happen randomly. Sometime I can view these websites and other
  time they crash within the same day at different time.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 9.0.1+build1-0ubuntu0.11.10.2
  Uname: Linux 3.2.1-030201-generic x86_64
  NonfreeKernelModules: fglrx
  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: ALC270 Analog [ALC270 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  altikum3   1905 F pulseaudio
   /dev/snd/controlC0:  altikum3   1905 F pulseaudio
  BuildID: 20111228084940
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd410 irq 44'
 Mixer name : 'Realtek ALC270'
 Components : 'HDA:10ec0270,103c1426,00100100'
 Controls  : 18
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd401 irq 45'
 Mixer name : 

[Desktop-packages] [Bug 917470] Re: firefox crashes on webpage with gif animation

2012-01-16 Thread skumara
-- 
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/917470

Title:
  firefox crashes on webpage with gif animation

Status in “firefox” package in Ubuntu:
  New

Bug description:
  firefox crashes on websites with *.gif animations or flash animations.
  same thing happen to chromium also. this started to happen in the past
  1 week only. websites I have visited are:

  www.malaysiakini.com
  www.xda-developers.com
  www.lawyat.net
  www.google.com

  crashes happen randomly. Sometime I can view these websites and other
  time they crash within the same day at different time.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 9.0.1+build1-0ubuntu0.11.10.2
  Uname: Linux 3.2.1-030201-generic x86_64
  NonfreeKernelModules: fglrx
  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: ALC270 Analog [ALC270 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  altikum3   1905 F pulseaudio
   /dev/snd/controlC0:  altikum3   1905 F pulseaudio
  BuildID: 20111228084940
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd410 irq 44'
 Mixer name : 'Realtek ALC270'
 Components : 'HDA:10ec0270,103c1426,00100100'
 Controls  : 18
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xd401 irq 45'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100100'
 Controls  : 5
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Tue Jan 17 11:12:36 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.2.6, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static 
   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.165  
metric 2
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=9.0.1/20111228084940
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2012-01-17 (0 days ago)
  dmi.bios.date: 04/07/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.37
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1426
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 54.57
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.37:bd04/07/2011:svnHewlett-Packard:pnPresarioCQ42NotebookPC:pvr049F110028100:rvnHewlett-Packard:rn1426:rvr54.57:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Presario CQ42 Notebook PC
  dmi.product.version: 049F110028100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/917470/+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 917465] Re: 'data base created by newer version'

2012-01-16 Thread Darrell Rea
-- 
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/917465

Title:
  'data base created by newer version'

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Data Base created by newer version' can not load.'  Then rescans my
  hard disk for music.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: rhythmbox 0.13.3-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Tue Jan 17 11:02:53 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to natty on 2011-11-08 (70 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/917465/+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 914033] Re: [Upstream] threading crashes in qt with kde theme

2012-01-16 Thread Scott Kitterman
I tried replicating the problem with the ods file from the FDO bug and
couldn't replicate it, so I think this is fixed.  Seems to work fine
with other Qt apps as well.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [Upstream] threading crashes in qt with kde theme

Status in Qt:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “qt4-x11” package in Ubuntu:
  New
Status in “qt4-x11” source package in Oneiric:
  Fix Committed
Status in “libreoffice” package in Mandriva:
  Unknown

Bug description:
  let Qt call XInitThreads(), so that it knows it's been called
  Otherwise QPixmap complains when used outside of the main Qt thread and 
resets itself to null pixmap, eventually leading to crashes.

  Upstream reports that Libreoffice and Qt need a patch each to work together 
with 
  Libreoffice 3.4 and Qt 4.7, this is because of assumptions about threading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qt/+bug/914033/+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 917465] [NEW] 'data base created by newer version'

2012-01-16 Thread Darrell Rea
Public bug reported:

Data Base created by newer version' can not load.'  Then rescans my hard
disk for music.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: rhythmbox 0.13.3-0ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Tue Jan 17 11:02:53 2012
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to natty on 2011-11-08 (70 days ago)

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


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

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

Title:
  'data base created by newer version'

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Data Base created by newer version' can not load.'  Then rescans my
  hard disk for music.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: rhythmbox 0.13.3-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Tue Jan 17 11:02:53 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to natty on 2011-11-08 (70 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/917465/+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 915059] Re: Compare Document highlighting unchanged words as changed

2012-01-16 Thread Christopher M. Penalver
** Bug watch added: freedesktop.org Bugzilla #44847
   https://bugs.freedesktop.org/show_bug.cgi?id=44847

** Changed in: df-libreoffice
   Importance: Undecided => Unknown

** Changed in: df-libreoffice
   Status: Incomplete => Unknown

** Changed in: df-libreoffice
 Remote watch: None => freedesktop.org Bugzilla #44847

** Summary changed:

- Compare Document highlighting unchanged words as changed
+ [Upstream] Compare Document highlighting unchanged words as changed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/915059

Title:
  [Upstream] Compare Document highlighting unchanged words as changed

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
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.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

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

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/915059/+attachment/2671476/+files/versions.zip
  && file-roller -h versions.zip && cd versions && lowriter -nologo
  version1.odt

  Edit -> Compare Document -> version2.odt -> Insert button

  is under Actions regarding the first Deletion top to bottom, one tan
  hyphen is shown to the left of "LibreOffice Writer" and "LibreOffice
  Writer" is not marked tan with a tan underline. An example of how it
  should look may be found via the Terminal:

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/915059/+attachment/2671477/+files
  /versions-space.zip && file-roller -h versions-space.zip && cd
  versions-space && lowriter -nologo version1-space.odt

  Edit -> Compare Document -> version2-space.odt -> Insert button

  4) What happens instead is the hyphen to the left of "LibreOffice
  Writer" is not shown and "LibreOffice Writer" is marked tan with a tan
  underline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/915059/+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 917399] Re: Ubuntu 12.04 alpha 1 network flaky after update

2012-01-16 Thread Dan Kegel
Title of bug should be something like "installer and/or network manager
mistakenly adds route via broken wlan0, causing intermittent complete
packet loss"

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

Title:
  Ubuntu 12.04 alpha 1 network flaky after update

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

Bug description:
  Testing 12.04 alpha 1 64 bit on my Asus G60JX laptop.
  Worked well enough with previous versions ( 
http://kegel.com/linux/asus-g60jx-laptop.html ).

  As with previous versions of Ubuntu, the Live CD / normal desktop installer 
couldn't get graphics right, so used alternate install iso, and had to specify 
"nomodeset" on kernel commandline after installation to get any graphics.
  Was able to do a complete software update, then rebooted.  After that, 
networking seemed flakier.
  When I try downloading the nvidia display driver with "Additional Drivers", 
the download seems
  to hang after a few seconds.  Rebooting and retrying doesn't help.  

  There were several crashes, and apport collected data for them and
  even uploaded one of them, but I was unable to finish the login
  process at launchpad.  I had to reboot to 11.04 to file this report.

  This is all with wired networking, as wireless doesn't work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/917399/+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 917399] Re: Ubuntu 12.04 alpha 1 network flaky after update

2012-01-16 Thread Dan Kegel
Also affects ubuntu 11.10.

Here's what was happening: my wifi interface was showing up as up but unmanaged 
(this
is a very fresh installation, so that's how the installer left it), and 'route' 
showed

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
default 192.168.0.1 0.0.0.0 UG0  00 eth0
default 192.168.0.1 0.0.0.0 UG10000 wlan0
link-local  *   255.255.0.0 U 1000   00 eth0
192.168.0.0 *   255.255.255.0   U 0  00 wlan0
192.168.0.0 *   255.255.255.0   U 1  00 eth0

The command 'ifconfig wlan0 down' fixed the problem!  After that, the
routing table was

Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG0  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 1  00 eth0

and everything was hunky-dory.

So the problem was that the installer left my system in an inconsistent
state: wlan0 was up but not managed, and acted as a packet /dev/null 
35 seconds out of every 43 seconds.

** Package changed: ubuntu => network-manager (Ubuntu)

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

Title:
  Ubuntu 12.04 alpha 1 network flaky after update

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

Bug description:
  Testing 12.04 alpha 1 64 bit on my Asus G60JX laptop.
  Worked well enough with previous versions ( 
http://kegel.com/linux/asus-g60jx-laptop.html ).

  As with previous versions of Ubuntu, the Live CD / normal desktop installer 
couldn't get graphics right, so used alternate install iso, and had to specify 
"nomodeset" on kernel commandline after installation to get any graphics.
  Was able to do a complete software update, then rebooted.  After that, 
networking seemed flakier.
  When I try downloading the nvidia display driver with "Additional Drivers", 
the download seems
  to hang after a few seconds.  Rebooting and retrying doesn't help.  

  There were several crashes, and apport collected data for them and
  even uploaded one of them, but I was unable to finish the login
  process at launchpad.  I had to reboot to 11.04 to file this report.

  This is all with wired networking, as wireless doesn't work at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/917399/+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 917460] Re: empathy using constantly 100% of the CPU

2012-01-16 Thread Martin Albisetti
-- 
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/917460

Title:
  empathy using constantly 100% of the CPU

Status in “empathy” package in Ubuntu:
  New

Bug description:
  SInce the latest upgrade in precise, empathy now consistently runs at 100% 
cpu.
  Here's a screenshot of htop: http://ubuntuone.com/1WvEE3bgLAjfyAtSpFTjEz

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic-pae 3.2.1
  Uname: Linux 3.2.0-9-generic-pae i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  Date: Mon Jan 16 23:51:13 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2011-12-02 (45 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917460/+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 917460] [NEW] empathy using constantly 100% of the CPU

2012-01-16 Thread Martin Albisetti
Public bug reported:

SInce the latest upgrade in precise, empathy now consistently runs at 100% cpu.
Here's a screenshot of htop: http://ubuntuone.com/1WvEE3bgLAjfyAtSpFTjEz

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.3.3-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-9.16-generic-pae 3.2.1
Uname: Linux 3.2.0-9-generic-pae i686
ApportVersion: 1.90-0ubuntu2
Architecture: i386
Date: Mon Jan 16 23:51:13 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to precise on 2011-12-02 (45 days ago)

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


** Tags: apport-bug i386 precise 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/917460

Title:
  empathy using constantly 100% of the CPU

Status in “empathy” package in Ubuntu:
  New

Bug description:
  SInce the latest upgrade in precise, empathy now consistently runs at 100% 
cpu.
  Here's a screenshot of htop: http://ubuntuone.com/1WvEE3bgLAjfyAtSpFTjEz

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.3.3-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic-pae 3.2.1
  Uname: Linux 3.2.0-9-generic-pae i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  Date: Mon Jan 16 23:51:13 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2011-12-02 (45 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917460/+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 917399] [NEW] Ubuntu 12.04 alpha 1 network flaky after update

2012-01-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Testing 12.04 alpha 1 64 bit on my Asus G60JX laptop.
Worked well enough with previous versions ( 
http://kegel.com/linux/asus-g60jx-laptop.html ).

As with previous versions of Ubuntu, the Live CD / normal desktop installer 
couldn't get graphics right, so used alternate install iso, and had to specify 
"nomodeset" on kernel commandline after installation to get any graphics.
Was able to do a complete software update, then rebooted.  After that, 
networking seemed flakier.
When I try downloading the nvidia display driver with "Additional Drivers", the 
download seems
to hang after a few seconds.  Rebooting and retrying doesn't help.  

There were several crashes, and apport collected data for them and even
uploaded one of them, but I was unable to finish the login process at
launchpad.  I had to reboot to 11.04 to file this report.

This is all with wired networking, as wireless doesn't work at all.

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


** Tags: bot-comment
-- 
Ubuntu 12.04 alpha 1 network flaky after update
https://bugs.launchpad.net/bugs/917399
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to network-manager 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 514995] Mike Germon dances coming up...

2012-01-16 Thread DeBoss
See below from Mike Germon.  Apologize if you received this twice.


-Dennis


**

Hi Everyone


January 20,   Benefit Pasta dinner for the Truskauskas
family

   5:00pm Harwington Rod & Gun
Club

Campville Hill RD , Harwington
CT

$15.00 per person , I have
tickets.

  Dawn Truskauskas (one of our dancers for many
years)

had a bad accident resulting in lost fingers on
both hands)



January 21,(Saturday) NEWDA Dance 6:30pm – 11:00pm

*Thomaston Lanes* 180 Watertown Road, Thomaston, CT
06787

DJ- Mike Germon Guest Instructor - Bernie
Licki

Newda Membership Promotion Dance Special Non-Member Rates- Entrance fee is
$10.00 for everyone. BEVERAGES MUST BE PURCHASED AT THE HALL.



I am looking at different halls to have our dances, please let me know if
you would like them once a month or every other week.


Mike

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

Title:
  Rhythmbox abends

Status in “rhythmbox” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: rhythmbox

  With a search executed and displayed, click on "play queue" and
  rhythmbox abends.

  Version ubuntu 9.10  using for 2nd day ('ish) and crashing more than
  windows ever did..  WTF??

  ProblemType: Bug
  Architecture: amd64
  Date: Sat Jan 30 23:44:49 2010
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: rhythmbox 0.12.5-0ubuntu5.2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
  SourcePackage: rhythmbox
  Uname: Linux 2.6.31-17-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/514995/+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 917456] Re: Ubuntu 10.04 LTS Empathy cant join IRC

2012-01-16 Thread Kangarooo
-- 
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/917456

Title:
  Ubuntu 10.04 LTS Empathy cant join IRC

Status in “empathy” package in Ubuntu:
  New

Bug description:
  No option to add Irc account

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: empathy 2.30.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  Date: Tue Jan 17 04:18:55 2012
  LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
  ProcEnviron:
   LANG=lv_LV.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917456/+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 917456] [NEW] Ubuntu 10.04 LTS Empathy cant join IRC

2012-01-16 Thread Kangarooo
Public bug reported:

No option to add Irc account

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: empathy 2.30.3-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Tue Jan 17 04:18:55 2012
LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
ProcEnviron:
 LANG=lv_LV.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy

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


** Tags: apport-bug i386 lucid ubuntu-une

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

Title:
  Ubuntu 10.04 LTS Empathy cant join IRC

Status in “empathy” package in Ubuntu:
  New

Bug description:
  No option to add Irc account

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: empathy 2.30.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  Date: Tue Jan 17 04:18:55 2012
  LiveMediaBuild: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
  ProcEnviron:
   LANG=lv_LV.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/917456/+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 410288] Re: Nautilus does not handle FTP timeouts well

2012-01-16 Thread Sean Storer
i just wanted to get this documented somewhere -- im having the same
problem -- im hoping this script will do more than the last one i tried
which didnt seem to do much at all... lol (not yours, btw, different
script)

this is confirmed still an issue on ubuntu 11.10 x64

another WORKAROUND that I found, and apparently no one else has noticed:

INSTEAD OF needing to go back to nautilus (or reopen)  and try and
refresh the ftp connection..

if u have the file-browser side panel addon for gedit -- if youre
browsing the correct ftp location, (or right-click and hit 'set root to
active document')  refreshing the pane IN GEDIT will awaken the ftp
connection enough to save your file.   WITHOUT SWITCHING TO/OPENING
NAUTILUS!

at times you can just hit save again, and the initail failed attempt
will have had been enoough (i know most of u --and i at first-- wouldnt
have 'tried again' after the red banner pops up displaying error)

other times, if you hit the refresh button anywhere inside the correct
ftp hierarchy, should do it! hit save again, voila!

and futhermore, if that still doesnt work -- the most times ive ever had
to refresh was THREE. and it works fine.

im hoping some python programmer will see this, and realize how SIMPLE a
gedit plugin COULD BE  -- just with some "refresh" toggleing..

this bug has been driving us all nuts for a lonng time..

--
(also complete side-topic, related to ftp-ing in nautilus):  

has anyone else noticed if you are to browse through nautilus into an ftp 
server  (doesnt seem to work locally, thank god, but this is still VERY SCARY!) 
 
and create a file named (any filetype, any name!) -but for example purposes, im 
calling it:  
"FIRST.php"   fill that with some phony-content.
 
then create another file, with different content.(i would just make one 
larger than the other, different sizes, so u can see whats happening in 
nautilus)

ill call that one "SECOND.php"

now.  if you rename 'SECOND.php'  to 'FIRST.php'the original file is
OVER-WRITTEN, and COMPLETELY GONE!!!   (even if the over-written file is
marked READ-ONLY!!)

ive never posted a bug-report, nor do i currently have any time to
address this issue more than what ive just written,  so if anyone wants
to submit that seperately, be my guest, even copy and paste, use my
words, whatever you'd like,  but either way please at least reference me
:P

thanks all, and good luck...

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

Title:
  Nautilus does not handle FTP timeouts well

Status in GVFS:
  New
Status in “gvfs” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gvfs

  I connected to a FTP server via gvfs in Nautilus. After some time the
  FTP connection is closed automatically, as I observed with wireshark
  (421 No transfer timeout (300 seconds): closing control connection).

  After that, everytime I open a folder on the FTP server I get only an
  "unexpected end of stream" error. To access the FTP server again I
  have to disconnect and then connect again. Nautilus does not seem to
  know that the connection closed.

  A better behaviour IMHO would be to try and reconnect to the FTP
  server.

  ProblemType: Bug
  Architecture: i386
  Date: Fri Aug  7 15:16:05 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/nautilus
  LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Alpha i386 (20090722.2)
  Package: nautilus 1:2.27.4-0ubuntu4
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: nautilus
  Uname: Linux 2.6.31-5-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/410288/+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 917453] Re: Evolution defaults on caldav prevent connection to Yahoo calendar

2012-01-16 Thread Ray_M_From_MO
-- 
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/917453

Title:
  Evolution defaults on caldav prevent connection to Yahoo calendar

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Evolution defaults to caldav:// as the prefix to all caldav calendars
  and does not allow overriding the value. (Entry is replaced after
  saving and applying). Yahoo calendar requires
  https://caldav.calendar.yahoo.com, which Evolution ignores and
  overlays with caldav://caldav.calendar.yahoo.com. Impossible to link
  to Yahoo calendar or contacts with this bug. Evolution prior versions
  were able to link/sync with Yahoo calendar/contacts. Not certain when
  this error was introduced, but beleive it has existed since at least
  April of 2011.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  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: Mon Jan 16 19:44:19 2012
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/917453/+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 917453] [NEW] Evolution defaults on caldav prevent connection to Yahoo calendar

2012-01-16 Thread Ray_M_From_MO
Public bug reported:

Evolution defaults to caldav:// as the prefix to all caldav calendars
and does not allow overriding the value. (Entry is replaced after saving
and applying). Yahoo calendar requires
https://caldav.calendar.yahoo.com, which Evolution ignores and overlays
with caldav://caldav.calendar.yahoo.com. Impossible to link to Yahoo
calendar or contacts with this bug. Evolution prior versions were able
to link/sync with Yahoo calendar/contacts. Not certain when this error
was introduced, but beleive it has existed since at least April of 2011.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.1-0ubuntu1
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: Mon Jan 16 19:44:19 2012
ExecutablePath: /usr/bin/evolution
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Evolution defaults on caldav prevent connection to Yahoo calendar

Status in “evolution” package in Ubuntu:
  New

Bug description:
  Evolution defaults to caldav:// as the prefix to all caldav calendars
  and does not allow overriding the value. (Entry is replaced after
  saving and applying). Yahoo calendar requires
  https://caldav.calendar.yahoo.com, which Evolution ignores and
  overlays with caldav://caldav.calendar.yahoo.com. Impossible to link
  to Yahoo calendar or contacts with this bug. Evolution prior versions
  were able to link/sync with Yahoo calendar/contacts. Not certain when
  this error was introduced, but beleive it has existed since at least
  April of 2011.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  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: Mon Jan 16 19:44:19 2012
  ExecutablePath: /usr/bin/evolution
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/917453/+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 917450] Re: não instala e nem desistala e nem faz mais atualizaçoes automaticas. sisttema quebrado.

2012-01-16 Thread Delfim Terças
-- 
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/917450

Title:
  não instala e nem desistala e nem faz mais atualizaçoes automaticas.
  sisttema quebrado.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Não consigo mais instalar nada e também  não consigo desistalar mais
  nada e quanto as atualizaçoes simplismente não funciona. Parece que o
  sistema quebrou. O que fazer agora; reestá-lo o sistema do zero.?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu3.2
  ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Mon Jan 16 23:28:41 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/917450/+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 915059] Re: Compare Document highlighting unchanged words as changed

2012-01-16 Thread Leo H
Dear Christopher

Thanks for your reply and for your thorough analysis of this bug.

I have submitted this bug to the LibreOffice Bugzilla as you suggested. The bug 
report is on:
https://bugs.freedesktop.org/show_bug.cgi?id=44847

Clearly, the fundamental flaws and weaknesses in LibreOffice Writer Document 
Compare have been an issue for very long, as is well documented on:
http://wiki.documentfoundation.org/Track_changes

Evidently, little if anything appears in fact to have been resolved here
since OpenOffice itself was launched, more than 10 years ago now.

Yet I cannot emphasize enough the importance in a professional document
production and editing environment of a competent and fine-grained
Document Compare functionality in LibreOffice Writer for document change
identification, revision management and version control.

I sincerely hope that both Canonical and the Ubuntu community help
pushing this issue to the top of the agenda of the LibreOffice
developers.

Leo

** Bug watch added: freedesktop.org Bugzilla #44847
   https://bugs.freedesktop.org/show_bug.cgi?id=44847

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/915059

Title:
  Compare Document highlighting unchanged words as changed

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
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.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

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

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/915059/+attachment/2671476/+files/versions.zip
  && file-roller -h versions.zip && cd versions && lowriter -nologo
  version1.odt

  Edit -> Compare Document -> version2.odt -> Insert button

  is under Actions regarding the first Deletion top to bottom, one tan
  hyphen is shown to the left of "LibreOffice Writer" and "LibreOffice
  Writer" is not marked tan with a tan underline. An example of how it
  should look may be found via the Terminal:

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/915059/+attachment/2671477/+files
  /versions-space.zip && file-roller -h versions-space.zip && cd
  versions-space && lowriter -nologo version1-space.odt

  Edit -> Compare Document -> version2-space.odt -> Insert button

  4) What happens instead is the hyphen to the left of "LibreOffice
  Writer" is not shown and "LibreOffice Writer" is marked tan with a tan
  underline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/915059/+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 917450] [NEW] não instala e nem desistala e nem faz mais atualizaçoes automaticas. sisttema quebrado.

2012-01-16 Thread Delfim Terças
Public bug reported:

Não consigo mais instalar nada e também  não consigo desistalar mais
nada e quanto as atualizaçoes simplismente não funciona. Parece que o
sistema quebrou. O que fazer agora; reestá-lo o sistema do zero.?

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu3.2
ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13
Uname: Linux 3.0.0-15-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Jan 16 23:28:41 2012
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  não instala e nem desistala e nem faz mais atualizaçoes automaticas.
  sisttema quebrado.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Não consigo mais instalar nada e também  não consigo desistalar mais
  nada e quanto as atualizaçoes simplismente não funciona. Parece que o
  sistema quebrou. O que fazer agora; reestá-lo o sistema do zero.?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu3.2
  ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Mon Jan 16 23:28:41 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/917450/+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 917367] Re: Part of lines are clipped off in screen when choosing small line spacing | 當使用較小的行距時部份的行在螢幕上被截掉

2012-01-16 Thread Christopher M. Penalver
** Bug watch added: freedesktop.org Bugzilla #44840
   https://bugs.freedesktop.org/show_bug.cgi?id=44840

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=44840
   Importance: Unknown
   Status: Unknown

** Summary changed:

- Part of lines are clipped off in screen when choosing small line spacing | 
當使用較小的行距時部份的行在螢幕上被截掉
+ [Upstream] Part of lines are clipped off in screen when choosing small line 
spacing | 當使用較小的行距時部份的行在螢幕上被截掉

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

Title:
  [Upstream] Part of lines are clipped off in screen when choosing small
  line spacing | 當使用較小的行距時部份的行在螢幕上被截掉

Status in LibreOffice Productivity Suite:
  Unknown
Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  上游bug報告網址:
  Upstream bug report URL:
  --
  https://bugs.freedesktop.org/show_bug.cgi?id=44840

  軟體來源:
  Software sources:
  --
  Ubuntu 11.10套件庫
  Ubuntu 11.10 repository

  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
    "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
    On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
    *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
    As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  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/917367/+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 370762] Re: Show top application cpu on applet tool-tip.

2012-01-16 Thread Robert Roth
Moving to the gnome-applets package, as the system monitor panel applet
(multiload applet) is not part of system monitor.

** Package changed: gnome-system-monitor (Ubuntu) => gnome-applets
(Ubuntu)

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

Title:
  Show top application cpu on applet tool-tip.

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

Bug description:
  Binary package hint: gnome-system-monitor

  Hello,
  Sorry for my bad English (I'm French)

  I wish to see the application who consume the most CPU usage and it's
  usage % on applet tool-tip.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/370762/+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 657992] Re: gnome-system-monitor should show uptime

2012-01-16 Thread Robert Roth
Setting as Won't Fix based on the last two comments.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  gnome-system-monitor should show uptime

Status in The GNOME System Monitor:
  Won't Fix
Status in “gnome-system-monitor” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: gnome-system-monitor

  The uptime is an interesting information and should not be hidden.
  Tools like htop or top do show them, why not gnome-system-monitor?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-system-monitor 2.28.1-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Mon Oct 11 01:22:46 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release Candidate i386 
(20100928)
  ProcEnviron:
   LANG=de_DE.utf8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/657992/+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 482680] Re: System Monitor won't close through normal methods, I have to kill the process.

2012-01-16 Thread Robert Roth
Could anyone affected try if this is still the case with GNOME system
monitor from the current development version of Ubuntu Precise Pangolin?
This might have been fixed upstream.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Robert Roth (evfool)

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

Title:
  System Monitor won't close through normal methods, I have to kill the
  process.

Status in “gnome-system-monitor” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: gnome-system-monitor

  Ubuntu 9.10 (I can't remember if this problem is unique to 9.10, I think I 
might have experienced it in 9.04 as well).
  System Monitor 2.28.0

  Trying to close System Monitor either by clicking on the close window
  X, using the menu Monitor | Quit, pressing CTRL-Q or ALT-F4 produces
  no result. Apart from that the application is 100% functional. To
  close it I have to resort to killing its own process in the Processes
  pane.

  This doesn't occur all the time and isn't reliably reproducible as far
  as I can tell.

  ProblemType: Bug
  Architecture: i386
  Date: Sat Nov 14 15:20:34 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/gnome-system-monitor
  NonfreeKernelModules: nvidia
  Package: gnome-system-monitor 2.28.0-0ubuntu1
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: gnome-system-monitor
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/482680/+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 758676] Re: [Upstream] .odt exported to PDF by Writer with Courier 10 Pitch PDF/A-1a embedded font show dots in Adobe Reader

2012-01-16 Thread Christopher M. Penalver
** No longer affects: acroread (Ubuntu)

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

Title:
  [Upstream] .odt exported to PDF by Writer with Courier 10 Pitch
  PDF/A-1a embedded font show dots in Adobe Reader

Status in LibreOffice Productivity Suite:
  Incomplete
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “openoffice.org” package in Ubuntu:
  Won't Fix
Status in “libreoffice” package in Debian:
  Fix Released

Bug description:
  Binary package hint: libreoffice

  1) lsb_release -rd
  Description:  Ubuntu Natty (development branch)
  Release:  11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.3.2-1ubuntu2
    Candidate: 1:3.3.2-1ubuntu2
    Version table:
   *** 1:3.3.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
  /var/lib/dpkg/status

  apt-cache policy acroread
  acroread:
    Installed: 9.4.2-0maverick1
    Candidate: 9.4.2-0maverick1
    Version table:
   *** 9.4.2-0maverick1 0
  500 http://archive.canonical.com/ubuntu/ natty/partner i386 Packages
  100 /var/lib/dpkg/status

  apt-cache policy evince
  evince:
    Installed: 2.32.0-0ubuntu12
    Candidate: 2.32.0-0ubuntu12
    Version table:
   *** 2.32.0-0ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
  /var/lib/dpkg/status

  apt-cache policy libreoffice-draw
  libreoffice-draw:
    Installed: 1:3.3.2-1ubuntu2
    Candidate: 1:3.3.2-1ubuntu2
    Version table:
   *** 1:3.3.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
  /var/lib/dpkg/status

  apt-cache policy libreoffice-pdfimport
  libreoffice-pdfimport:
    Installed: 1.0.3+LibO3.3.2-1ubuntu2
    Candidate: 1.0.3+LibO3.3.2-1ubuntu2
    Version table:
   1.0.3+LibO3.3.2-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages

  3) What is expected to happen is when one performs at the Terminal:

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/758676/+attachment/2030473/+files/courier10pitch.odt
  && lowriter -nologo courier10pitch.odt

  Notice the words:

  This line is Courier 10 Pitch.

  has font Courier 10 Pitch.

  Click File -> Export as PDF... -> check the PDF/A-1a checkbox ->
  Export button -> Name: courier10pitch -> click Save button

  Open via the Terminal:

  acroread courier10pitch.pdf

  and it should display correctly.

  4) What happens instead is an Adobe Reader window pops up noting:
  "Cannot extract the embedded font 'Courier10PitchBT-Roman'. Some
  characters may not display or print correctly."

  In place of the words are dots.

  This pdf displays correctly opening with evince and  via importing
  into LibreOffice Draw.

  Unconfirmed Reporter Comments: Okular and xpdf display the file
  correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-writer 1:3.3.2-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Apr 12 13:19:10 2011
  ProcEnviron:
   LANGUAGE=
   LANG=C
   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/758676/+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 870228] Re: gnome-system-monitor, some drives disappear when resizing window

2012-01-16 Thread Robert Roth
Could you please provide some more info on how to reproduce this
behavior? I have tried with lots of different ratios, done lots of
resizes, but I could not get this behavior. If you get a ratio which
reproduces this behavior 100% please provide the size or a screenshot
for it. Thanks.

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  gnome-system-monitor, some drives disappear when resizing window

Status in “gnome-system-monitor” package in Ubuntu:
  Incomplete

Bug description:
  When resizing the gnome-system-monitor some drives may not show up. I
  have attached photos to illustrate.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-system-monitor 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Fri Oct  7 21:56:25 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor
  UpgradeStatus: Upgraded to oneiric on 2011-09-17 (20 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/870228/+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 873659] Re: filesystem display error when highlighted

2012-01-16 Thread Robert Roth
*** This bug is a duplicate of bug 870228 ***
https://bugs.launchpad.net/bugs/870228

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 #870228, 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 870228
   gnome-system-monitor, some drives disappear when resizing window

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

Title:
  filesystem display error when highlighted

Status in “gnome-system-monitor” package in Ubuntu:
  New

Bug description:
  Hello,

  I use the version 3.2.0-0ubuntu1 of the package on Ubuntu 11.10 (fresh
  install), when I select a filesystem that become highlited it
  disappears, and sometimes shows on mouse over. I expected that it
  clearly shows every filesystem without display error.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-system-monitor 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Thu Oct 13 22:06:46 2011
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/873659/+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 231256] Re: gnome-system-monitor displays swap "bar" when no swap present

2012-01-16 Thread Robert Roth
Set back to Triaged as upstream doesn't agree with removing the swap
bar, as it would unbalance the interface, so a better solution is
required.

** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: Robert Roth (evfool) => (unassigned)

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

Title:
  gnome-system-monitor displays swap "bar" when no swap present

Status in The GNOME System Monitor:
  Confirmed
Status in “gnome-system-monitor” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gnome-system-monitor

  Gnome system monitor shows the circular swap meter and draws a line on
  the memory graph even when there is no swap present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/231256/+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 820531] Re: After purchasing the bridge construction set from the software center, the installation seems to loop endlessly and fail. A second item starts to try and install "u

2012-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: software-center (Ubuntu)
   Status: New => Confirmed

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

Title:
  After purchasing the bridge construction set from the software center,
  the installation seems to loop endlessly and fail. A second item
  starts to try and install "updating cache" which will work it's way up
  to "0B of 7B" and then close. the bridge construction set install will
  start with the moving block again, and the updating cache item will
  reappear at "downloading 0B of 1B" and repeat the process.

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

Bug description:
  After purchasing the bridge construction set from the software center,
  the installation seems to loop endlessly and fail. A second item
  starts to try and install "updating cache" which will work it's way up
  to "0B of 7B" and then close. the bridge construction set install will
  start with the moving block again, and the updating cache item will
  reappear at "downloading 0B of 1B" and repeat the process. This does
  not end, and the package will not install.

  Using 11.04

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: software-center 4.0.4
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Aug  3 10:50:26 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.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/820531/+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 915973] Re: Implement case-insensitive instant search by process name

2012-01-16 Thread Robert Roth
** Changed in: gnome-system-monitor (Ubuntu)
 Assignee: (unassigned) => Robert Roth (evfool)

** Changed in: gnome-system-monitor (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Implement case-insensitive instant search by process name

Status in The GNOME System Monitor:
  New
Status in “gnome-system-monitor” package in Ubuntu:
  In Progress

Bug description:
  I would consider the issue as a "cosmetic bug".
  Steps:
  0. Run Tasque application
  1. Open gnome-system-monitor
  2. Switch to Processes tab
  3. Do an instant search via typing letter keys: "tasq"...

  What is expected:
  It should be able to find Tasque as well as any other process with capital 
letter(s) in the name.

  What is faced:
  Cannot find the Tasque process as its name starts from the capital "T" and 
the search is case-sensitive.

  The reason why it makes sense to fix:
  The user does not have to know the proper case of process name.
  On the other hand, the processes list sorting by name is case-insensitive - 
and it's well. 

  Thanks!

  Required information:
  Ubuntu release: 11.04
  gnome-system-monitor version: 2.28.2-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-system-monitor 2.28.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-13-generic-pae i686
  NonfreeKernelModules: fglrx wl
  Architecture: i386
  Date: Fri Jan 13 15:19:52 2012
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANGUAGE=ru_RU:en
   LANG=ru_RU.UTF-8
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (gnome-panel:1847): GConf-WARNING **: Directory 
`/apps/panel/toplevels/bottom_panel_screen1/screen' was not being monitored by 
GConfClient 0x9d8cfa0
   (gnome-panel:1847): GConf-WARNING **: Directory 
`/apps/panel/toplevels/top_panel_screen1/screen' was not being monitored by 
GConfClient 0x9d8cfa0

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/915973/+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 817013] Re: [Upstream] bullet points change to rectangle glyphs after saving as docx and reopening

2012-01-16 Thread Christopher M. Penalver
Logan, I am closing it because the bug has been fixed in the latest
development version of Ubuntu - Precise Pangolin.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please do steps 1 and 2 of the SRU
Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [Upstream] bullet points change to rectangle glyphs after saving as
  docx and reopening

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

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.3.3-1ubuntu2
Candidate: 1:3.3.3-1ubuntu2
Version table:
   *** 1:3.3.3-1ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

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

  cd ~/Desktop && wget -c
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/817013/+attachment/2241146/+files/Bullet%20Bug.odt
  -O info.odt && lowriter -nologo info.odt

  save as info.docx, close the file, and open info.docx and it looks as
  it does in info.odt.

  4) What happens instead is the bullet points are replaced with
  rectangles in LO 3.3.2, and some other symbol in 3.3.3.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  Uname: Linux 2.6.38.3+ i686
  Architecture: i386
  Date: Wed Jul 27 10:24:48 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: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/817013/+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 877297] Re: Empathy doesn't login to Facebook account anymore

2012-01-16 Thread Evan Peck
This is recreatable, and is really a problem,
I will confirm it.

If you think my judgement is wrong, feel free to make it New.
And tell me why you object.

Thank you!

** Changed in: empathy (Ubuntu)
   Status: Incomplete => Confirmed

** Summary changed:

- Empathy doesn't login to Facebook account anymore
+ Empathy times out when accessing Facebook

** Description changed:

  It has been affected since upgrade to oneric.
  Empathy is trying to connect but seems not to get through.
  
  Also tried to remove and add my account with the same effect.
+ 
+ STEPS TO RECREATE:
+ 
+ - Open Empathy
+ - Change status from "Logged off" to "Online", "Busy", "Not Available" or 
something like that
+ 
+ - Go to Edit --> Accounts
+ - Delete FB account
+ - Create FB account
+ - enter your FB credentials
+ - Apply and let Empathy access your FB account
+ - Trying to change status again
+ - ERROR OCCURS
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 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: Tue Oct 18 12:10:32 2011
  ProcEnviron:
-  LANGUAGE=de_DE:en
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  LC_MESSAGES=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:en
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  LC_MESSAGES=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (4 days ago)

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

Title:
  Empathy times out when accessing Facebook

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  It has been affected since upgrade to oneric.
  Empathy is trying to connect but seems not to get through.

  Also tried to remove and add my account with the same effect.

  STEPS TO RECREATE:

  - Open Empathy
  - Change status from "Logged off" to "Online", "Busy", "Not Available" or 
something like that

  - Go to Edit --> Accounts
  - Delete FB account
  - Create FB account
  - enter your FB credentials
  - Apply and let Empathy access your FB account
  - Trying to change status again
  - ERROR OCCURS

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 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: Tue Oct 18 12:10:32 2011
  ProcEnviron:
   LANGUAGE=de_DE:en
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   LC_MESSAGES=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/877297/+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 817326] Re: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes long) - LibreOffice should call fsync

2012-01-16 Thread Tristan Schmelcher
@Evan See comment #26--I tested 3.5.0 Beta 2 too and it still repros.

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

Title:
  [Upstream] Previously-saved LibreOffice document lost by power outage
  (became 0 bytes long) - LibreOffice should call fsync

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

Bug description:
  I was working on a document in LibreOffice today while my battery was
  low and so I was frequently saving, which I thought would help me if I
  lost power. However, when I eventually did lose power and later
  rebooted, the document had become 0 bytes long. LibreOffice was not
  able to restore the auto-saved copy either. As a result, I have lost a
  whole week of notes for one of my courses.

  After researching online, it seems that this is caused by the
  application not calling fsync() (or fdatasync()) when saving files.
  Due to delayed allocation in modern filesystems, there is no guarantee
  that the new file's data has actually been written to disk unless the
  application calls fsync. So if an app writes a new file and replaces
  the old one with it without fsync'ing the new one first then there is
  a window of opportunity during which a power failure will result in
  the loss of BOTH versions of the file. In ext4 this window is also
  much larger than in ext3.

  Theodore Tso blogged about this at http://ldn.linuxfoundation.org
  /blog-entry/delayed-allocation-and-zero-length-file-problem and
  http://www.linuxfoundation.org/news-
  media/blogs/browse/2009/03/don%E2%80%99t-fear-fsync. He strongly
  recommends to call fsync in this situation.

  Please update LibreOffice to fsync() saved files so that other users
  do not lose their data like I did.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Wed Jul 27 21:37:02 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-04-29 (89 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/817326/+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 917407] Re: modify_review_gtk3.py crashed with TypeError in _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)

2012-01-16 Thread Gary Lasker
*** This bug is a duplicate of bug 912855 ***
https://bugs.launchpad.net/bugs/912855

Hi Gabor, thanks for your report. This one's actually a dupe of bug
912855, so I've marked it as such. The fix for this is committed and
should be released very soon in the next dev release of software-center.
Thanks again!

** This bug has been marked a duplicate of bug 912855
   submit_review_gtk3.py crashed with TypeError in _maybe_login_successful(): 
get_ubuntu_sso_backend() takes no arguments (1 given)

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

Title:
  modify_review_gtk3.py crashed with TypeError in
  _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments
  (1 given)

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

Bug description:
  I have tried to edit a review on Precise I added a few minutes ago on
  my Oneiric vbox, but s-c did not managed to log me in after clicking
  Edit. Instead, it crashed in a few seconds.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.5.1
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Mon Jan 16 23:29:49 2012
  ExecutablePath: /usr/share/software-center/modify_review_gtk3.py
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110827)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/software-center/modify_review_gtk3.py 
--parent-xid  --iconname thunderbird --datadir /usr/share/software-center/ 
--review-id 35957
  PythonArgs: ['/usr/share/software-center/modify_review_gtk3.py', 
'--parent-xid', '', '--iconname', 'thunderbird', '--datadir', 
'/usr/share/software-center/', '--review-id', '35957']
  SourcePackage: software-center
  Title: modify_review_gtk3.py crashed with TypeError in 
_maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)
  Traceback:
   Traceback (most recent call last):
 File "/usr/share/software-center/modify_review_gtk3.py", line 489, in 
_maybe_login_successful
   self.ssoapi = get_ubuntu_sso_backend(self.token)
   TypeError: get_ubuntu_sso_backend() takes no arguments (1 given)
  UpgradeStatus: Upgraded to precise on 2012-01-01 (15 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/917407/+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 817326] Re: [Upstream] Previously-saved LibreOffice document lost by power outage (became 0 bytes long) - LibreOffice should call fsync

2012-01-16 Thread Evan Peck
Were you using the latest LibreOffice version?
The info says you were using LO 3.3.2.
"Package: libreoffice-core 1:3.3.2-1ubuntu5"
The latest Final release is 3.4.5 (libreoffice.org)
The latest in LP is 3.5.1.
I would recommend using 3.4.5 to avoid errors related to LO not calling 
functions

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

Title:
  [Upstream] Previously-saved LibreOffice document lost by power outage
  (became 0 bytes long) - LibreOffice should call fsync

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

Bug description:
  I was working on a document in LibreOffice today while my battery was
  low and so I was frequently saving, which I thought would help me if I
  lost power. However, when I eventually did lose power and later
  rebooted, the document had become 0 bytes long. LibreOffice was not
  able to restore the auto-saved copy either. As a result, I have lost a
  whole week of notes for one of my courses.

  After researching online, it seems that this is caused by the
  application not calling fsync() (or fdatasync()) when saving files.
  Due to delayed allocation in modern filesystems, there is no guarantee
  that the new file's data has actually been written to disk unless the
  application calls fsync. So if an app writes a new file and replaces
  the old one with it without fsync'ing the new one first then there is
  a window of opportunity during which a power failure will result in
  the loss of BOTH versions of the file. In ext4 this window is also
  much larger than in ext3.

  Theodore Tso blogged about this at http://ldn.linuxfoundation.org
  /blog-entry/delayed-allocation-and-zero-length-file-problem and
  http://www.linuxfoundation.org/news-
  media/blogs/browse/2009/03/don%E2%80%99t-fear-fsync. He strongly
  recommends to call fsync in this situation.

  Please update LibreOffice to fsync() saved files so that other users
  do not lose their data like I did.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Wed Jul 27 21:37:02 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-04-29 (89 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/817326/+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 917407] Re: modify_review_gtk3.py crashed with TypeError in _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)

2012-01-16 Thread Gary Lasker
** 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/917407

Title:
  modify_review_gtk3.py crashed with TypeError in
  _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments
  (1 given)

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

Bug description:
  I have tried to edit a review on Precise I added a few minutes ago on
  my Oneiric vbox, but s-c did not managed to log me in after clicking
  Edit. Instead, it crashed in a few seconds.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.5.1
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic-pae 3.2.0
  Uname: Linux 3.2.0-8-generic-pae i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Mon Jan 16 23:29:49 2012
  ExecutablePath: /usr/share/software-center/modify_review_gtk3.py
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110827)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/software-center/modify_review_gtk3.py 
--parent-xid  --iconname thunderbird --datadir /usr/share/software-center/ 
--review-id 35957
  PythonArgs: ['/usr/share/software-center/modify_review_gtk3.py', 
'--parent-xid', '', '--iconname', 'thunderbird', '--datadir', 
'/usr/share/software-center/', '--review-id', '35957']
  SourcePackage: software-center
  Title: modify_review_gtk3.py crashed with TypeError in 
_maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)
  Traceback:
   Traceback (most recent call last):
 File "/usr/share/software-center/modify_review_gtk3.py", line 489, in 
_maybe_login_successful
   self.ssoapi = get_ubuntu_sso_backend(self.token)
   TypeError: get_ubuntu_sso_backend() takes no arguments (1 given)
  UpgradeStatus: Upgraded to precise on 2012-01-01 (15 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/917407/+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 797228] Re: Lack of SIP support after installation

2012-01-16 Thread A. Eibach
Hi Marcin,

WFM on Debian Lenny after upgrading from 2.26 to 2.30.2.

However, I can confirm your findings on either 2.26 (shipped with Debian Lenny) 
or 2.28 (shipped with KNOPPIX 6.2 which is quite identical in architecture of 
Debian distro).
Even though my Sofia package was correctly installed and its command-line 
utilities were working and showed no errors, Empathy ignored *everything* SIP.

Seems neither version before 2.30 has working SIP support, whilst it
worked a treat after upgrading to 2.30.2 (from Debian Squeeze).

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

Title:
  Lack of SIP support after installation

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

Bug description:
  Binary package hint: empathy

  Empathy package recommends several Telepathy plugins which add support
  for many IM protocols. But after instalation I was unable to add SIP
  account (which was main reason of installing empathy).

  So I started checking why...

  For SIP to work telepathy-sofiasip package needs to be installed. It
  is listed as dependency only in telepathy-core which is dependency of
  telepathy-gnome. It is not recommended by Empathy nor even suggested.

  I wonder how many users of Empathy in Ubuntu complain about lack of
  SIP support.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0-0.1-generic 3.0.0-rc2
  Uname: Linux 3.0-0-generic x86_64
  Architecture: amd64
  Date: Tue Jun 14 16:34:25 2011
  InstallationMedia: Kubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=pl_PL.UTF-8
   LANGUAGE=pl_PL:en
  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/797228/+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 887946] Re: Deadlocks in main loop

2012-01-16 Thread Evan Broder
I'm unsubscribing ubuntu-sponsors from this bug. Merge-proposals
requesting a review from ubuntu-sponsors or ubuntu-branches (the
default) automatically show up in our queue for sponsorship.
Additionally subscribing ubuntu-sponsors creates an extra entry, so it
should only be used when attaching a debdiff to a bug, not when opening
a merge proposal

** Also affects: glib2.0 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu)
   Status: New => Invalid

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

Title:
  Deadlocks in main loop

Status in “glib2.0” package in Ubuntu:
  Invalid
Status in “glib2.0” source package in Lucid:
  New
Status in “glib2.0” source package in Maverick:
  New

Bug description:
  Some applications get stuck in a deadlock when utilizing glib. One of
  examples is lrmadmin, when connecting to lrmd. Upstream provided a fix
  for this bug and Ubuntu's version 11.04 and newer do not have this
  issue.

  Ubuntu 10.04 and 10.10 do not contain the fix. Upstream fix:

  https://mail.gnome.org/archives/commits-
  list/2010-November/msg01816.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/887946/+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 916444] Re: Segmentation fault with GtkFIleChooserDialog

2012-01-16 Thread Jason Conti
*** This bug is a duplicate of bug 917071 ***
https://bugs.launchpad.net/bugs/917071

I believe this issue is the same as bug #917071 so I am going to mark
this bug as a duplicate, since the other has a bit more information.
Thanks for the test case!

** This bug has been marked a duplicate of bug 917071
   gedit crashed with SIGSEGV in _gtk_tree_selection_internal_select_node()

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

Title:
  Segmentation fault with GtkFIleChooserDialog

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

Bug description:
  I get a segmentation fault when trying to select more than 1 file from a 
GtkFileChooserDialog in Precise. 
  I encountered this bug on gedit, trying to select a file, then hold CTRL on 
the keyboard and select another one get a segmentation fault.

  I've tried to write some lines of code with only the
  GtkFileChooserDialog to determine if the problem was Gedit-related or
  not, and I can reproduce the bug even in that case. The file is
  attached to the bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgtk-3-0 3.3.6-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Sat Jan 14 12:05:36 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: gtk+3.0
  UpgradeStatus: Upgraded to precise on 2012-01-06 (7 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/916444/+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 797228] Re: Lack of SIP support after installation

2012-01-16 Thread A. Eibach
** Also affects: empathy (Debian)
   Importance: Undecided
   Status: New

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

Title:
  Lack of SIP support after installation

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

Bug description:
  Binary package hint: empathy

  Empathy package recommends several Telepathy plugins which add support
  for many IM protocols. But after instalation I was unable to add SIP
  account (which was main reason of installing empathy).

  So I started checking why...

  For SIP to work telepathy-sofiasip package needs to be installed. It
  is listed as dependency only in telepathy-core which is dependency of
  telepathy-gnome. It is not recommended by Empathy nor even suggested.

  I wonder how many users of Empathy in Ubuntu complain about lack of
  SIP support.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.1.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0-0.1-generic 3.0.0-rc2
  Uname: Linux 3.0-0-generic x86_64
  Architecture: amd64
  Date: Tue Jun 14 16:34:25 2011
  InstallationMedia: Kubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 
(20100419.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=pl_PL.UTF-8
   LANGUAGE=pl_PL:en
  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/797228/+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 917071] Re: gedit crashed with SIGSEGV in _gtk_tree_selection_internal_select_node()

2012-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  gedit crashed with SIGSEGV in
  _gtk_tree_selection_internal_select_node()

Status in “gedit” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  TEST CASE:
  1. Launch gedit
  2. Click on "open" to open the file dialog
  3. Press CTRL and select 2 files

  EXPECTED RESULT:
  Either 1 or 2 files are selected

  ACTUAL RESULT:
  This crash

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 10:13:39 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcCmdline: gedit
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x7f146920e9d0:movzwl 0x0(%rbp),%r14d
   PC (0x7f146920e9d0) ok
   source "0x0(%rbp)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%r14d" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin libvirtd lpadmin sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/917071/+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 917071] Re: gedit crashed with SIGSEGV in _gtk_tree_selection_internal_select_node()

2012-01-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gedit (Ubuntu)
   Status: New => Confirmed

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

Title:
  gedit crashed with SIGSEGV in
  _gtk_tree_selection_internal_select_node()

Status in “gedit” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  TEST CASE:
  1. Launch gedit
  2. Click on "open" to open the file dialog
  3. Press CTRL and select 2 files

  EXPECTED RESULT:
  Either 1 or 2 files are selected

  ACTUAL RESULT:
  This crash

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 10:13:39 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcCmdline: gedit
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x7f146920e9d0:movzwl 0x0(%rbp),%r14d
   PC (0x7f146920e9d0) ok
   source "0x0(%rbp)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%r14d" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin libvirtd lpadmin sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/917071/+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 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2012-01-16 Thread Clint Byrum
Marshall, you'll be completely unsupported on Maverick in just 3 months.
Now is the time to upgrade. Natty will give you 6 more months of Gnome 2
with the "Classic" mode that was shipped in Natty. After that, you'll
only be able to choose Gnome 3 or Unity anyway.

We'd love to fix every bug in Maverick, but at this point, the focus
needs to be on the High priority bugs in other supported releases. Since
there is an upgrade path available, this one is unlikely to get much
attention. Of course, any Ubuntu user can submit a patch, and we'll
gladly sponsor it.

https://wiki.ubuntu.com/StableReleaseUpdates
https://wiki.ubuntu.com/SponsorshipProcess

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

Status in “libimobiledevice” package in Ubuntu:
  Fix Released
Status in “libimobiledevice” source package in Lucid:
  Fix Released
Status in “libimobiledevice” source package in Maverick:
  Confirmed
Status in “libimobiledevice” source package in Natty:
  Fix Released
Status in “libimobiledevice” source package in Oneiric:
  Fix Released
Status in “libimobiledevice” source package in Precise:
  Fix Released

Bug description:
  Binary package hint: nautilus

  TEST CASE:
  1. attach an iphone with iOS5
  2. see you get the error on mount "Unhandled lockdown error (-4)"
  3. now install libimobiledevice from natty-proposed
  4. see the iphone successfully makes a USB connection.

  ==Original Report==

  Plugged an iphone 4 running beta of iOS 5 into my Ubuntu Natty desktop
  and got a dialog:-

  "Unable to mount Alan Pope's iPhone"
  "Unhandled lockdown error (-4)"

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Jun 10 11:49:15 2011
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/795475/+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 908516] Re: Dies connecting to wireless with ERROR:nm-utils.c:1231:nm_utils_security_valid: assertion failed: (have_ap)

2012-01-16 Thread Mathieu Trudel-Lapierre
The agent should usually be nm-applet, or the gnome-shell equivalent.
There's no real need for gnome-keyring anymore, especially with new
connections being system-wide by default (and thus not even needing an
agent), unless you set them as not system-wide yourself.

The backtrace could actually tell us a bit more about what NM is trying
to achieve, but it's missing big chunks. Could you make sure you have
network-manager-gnome-dbgsym or libnm-gtk0-dbgsym installed before you
try to reproduce it again?

What seems weird to me is that there normally shouldn't be such cases
where (have_ap) doesn't exist; since it *has* to be passed by whatever
is trying to know about valid security protocols
(nm_utils_security_valid checks whether WPA, WPA2, WEP, etc. are
supported by your hardware).

Maybe there's some other bug you're running into that could explain
this?

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

Title:
  Dies connecting to wireless with ERROR:nm-
  utils.c:1231:nm_utils_security_valid: assertion failed: (have_ap)

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

Bug description:
  This is a laptop where I've previously connected to another wireless
  network (over a different router of the same model) successfully.

  Now with a different router operating in another broadband connection,
  when I try to connect to the wifi it provides, nm-applet disappears
  from indicator area. If I run it from the command-line it outputs
  this:

  jani@amilo:~$ nm-applet 
  Gtk-Message: Failed to load module "canberra-gtk-module"
  ** Message: applet now removed from the notification area
  ** Message: No keyring secrets found for 
ElisaKoti48/802-11-wireless-security; asking user.
  **
  ERROR:nm-utils.c:1231:nm_utils_security_valid: assertion failed: (have_ap)
  Aborted

  Note that it doesn't actually ask me for the key but apparently fails
  when trying to do so. With the previous wireless network I was in, the
  key *was* requested, and the file describing that connection is still
  in /etc/NetworkManager/system-connections/.

  After doing the above once, there's also a definition for the non-
  functioning connection in /etc/NetworkManager/system-connections/, and
  all subsequent tries to start nm-applet immediately end in the error
  and the applet vanishing. If I delete the definition it has created
  for this non-functioning connection, the applet does appear again, but
  again when I try to connect to this network, it dies and won't come
  back until I rm the definition file.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Sun Dec 25 10:11:43 2011
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  InterestingModules: b44
  IpRoute:
   default via 192.168.100.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.12  
metric 1
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2011-12-09 (15 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 12b1c0532-9770-4a0f-b8a0-340de92c20c0   
802-3-ethernet1324800498   su 25. joulukuuta 2011 10.08.18yes   
no /org/freedesktop/NetworkManager/Settings/1
   Elisa-16a0be1db15c-11f9-46df-abf1-c06be1e7c0bd   
802-11-wireless   1324650234   pe 23. joulukuuta 2011 16.23.54yes   
no /org/freedesktop/NetworkManager/Settings/0
   ElisaKoti48   2d08fb6a-35f3-4cca-b2a1-624a62ecc720   
802-11-wireless   0never  yes   
no /org/freedesktop/NetworkManager/Settings/4
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0  
   eth1   802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0

[Desktop-packages] [Bug 916631] Re: can't type in host field

2012-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package vinagre - 3.3.4-0ubuntu1

---
vinagre (3.3.4-0ubuntu1) precise; urgency=low

  * New upstream release.
- Fixes uneditable host text field (LP: #916631)
 -- Jeremy BichaMon, 16 Jan 2012 16:55:14 -0500

** Changed in: vinagre (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  can't type in host field

Status in Vinagre: VNC client for GNOME:
  Fix Released
Status in “vinagre” package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 12.04:

  The host field in the connect dialog box doesn't accept keyboard
  input. This is the case for all 3 protocols. The username box doesn't
  have this problem.

  The drop down on the right of the host field works. Right clicking and
  selecting paste works.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: vinagre 3.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7
  Uname: Linux 3.2.0-7-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Sat Jan 14 23:20:54 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: vinagre
  UpgradeStatus: Upgraded to precise on 2012-01-05 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/vinagre/+bug/916631/+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 914054] Re: The inline icon_data from the software-center-agent is deprecated, must be replaced with a direct download using icon_url

2012-01-16 Thread Gary Lasker
I have verified that the issue described in this bug report is fixed by
version 4.0.4 of software-center in oneiric-proposed, per the given test
case.

Thanks!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  The inline icon_data from the software-center-agent is deprecated,
  must be replaced with a direct download using icon_url

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Maverick:
  Fix Committed
Status in “software-center” source package in Natty:
  Fix Committed
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  The inline icon_data that is currently being provided by the software-
  center-agent on the production server has been deprecated and must be
  removed from the Software Center client. Instead, the icon for
  packages provided by the agent should be downloaded directly using the
  icon_url field.

  Test case for SRU:
  1) remove software-center cache in ~/.cache/software-center
  2) run SOFTWARE_CENTER_BUY_HOST=https://sc.staging.ubuntu.com software-center
  3) verify that there are no icons in the purchase section
  4) install the version from -proposed
  5) repeat step 1, 2 and verify that icons get downloaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/914054/+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 917071] Re: gedit crashed with SIGSEGV in _gtk_tree_selection_internal_select_node()

2012-01-16 Thread Jason Conti
It isn't limited to gedit, but seems to affect any GtkTreeView. I
believe it is fixed upstream though:
http://git.gnome.org/browse/gtk+/commit/gtk/gtktreeview.c?id=022c576bd2764dc1fc48e46ad97aa95287c175cc

Rebuilt gtk with the patch and I can't reproduce the crash.

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gedit crashed with SIGSEGV in
  _gtk_tree_selection_internal_select_node()

Status in “gedit” package in Ubuntu:
  New
Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  TEST CASE:
  1. Launch gedit
  2. Click on "open" to open the file dialog
  3. Press CTRL and select 2 files

  EXPECTED RESULT:
  Either 1 or 2 files are selected

  ACTUAL RESULT:
  This crash

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 10:13:39 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcCmdline: gedit
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x7f146920e9d0:movzwl 0x0(%rbp),%r14d
   PC (0x7f146920e9d0) ok
   source "0x0(%rbp)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%r14d" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin libvirtd lpadmin sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/917071/+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 711300] Re: rotated included PDF

2012-01-16 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=29968.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-09-02T09:34:26+00:00 Carlos Garcia Campos wrote:

Bug forwarded from Evince:
https://bugzilla.gnome.org/show_bug.cgi?id=628597

"The Story:
I had a pdf-image, that was rotated using pdftk. This image was included in a
pdflatex run as embedded image. The resulting pdf is correctly displayed in
Adobe Reader, but within Evince, this image is unrotated (off be 90°)...
Unfortunately I cannot give the example, but I'll try to come up with a
test-file within a few days...

For now, my analysis of the pdf shows that there is the following sequence
within the pdf:
12 0 obj <<
/Type /XObject
/Subtype /Form
/FormType 1
/PTEX.FileName (C:/the/path/to/rotated_picture.pdf)
/PTEX.PageNumber 1
/PTEX.InfoDict 28 0 R
/Matrix [0 -1 1 0 0 596.25]
/BBox [0 0 596.25 843]
/Group 13 0 R
/Resources <<
/ExtGState <<
/s5 29 0 R
.

My guess would be that Evince does not correctly parse the /Matrix for the
XObject, as the Matrix
0 -1
1 0
would correspond to the missing rotation...

Best regards,
Chewi"

Test case is attached to the original bug report. I confirm it works
with splash.

Reply at: https://bugs.launchpad.net/poppler/+bug/711300/comments/0


On 2011-02-01T19:57:01+00:00 Marcel Stimberg wrote:

This issue is still reproducable with poppler 0.16.0, see this Ubuntu
bug report for another example:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/711300

Reply at: https://bugs.launchpad.net/poppler/+bug/711300/comments/7


On 2011-02-02T01:51:47+00:00 José Aliste wrote:

Indeed, we are ignoring the TransformationMatrix from the state in
CairoOutputDev::BeginTransparencyGroup. Caching the state->getCTM() into
a cairo_matrix_t and then calling cairo_set_matrix with this matrix at
the begining of CairoOutputDev::PaintTransparencyGroup works when scale
= 1 but (not surprisingly) does not scale properly when rendering at
bigger scales.

Reply at: https://bugs.launchpad.net/poppler/+bug/711300/comments/9


On 2012-01-16T11:14:31+00:00 Adrian Johnson wrote:

Created attachment 55629
fix ctm when painting groups

Patch to fix. Similar to the set soft mask bugs we need to store the
current ctm during beginTransparencyGroup when the group is created and
use this ctm when painting the group.

Reply at: https://bugs.launchpad.net/poppler/+bug/711300/comments/10


On 2012-01-16T11:15:09+00:00 Adrian Johnson wrote:

*** Bug 40596 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/poppler/+bug/711300/comments/11


** Bug watch added: GNOME Bug Tracker #628597
   https://bugzilla.gnome.org/show_bug.cgi?id=628597

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

Title:
  rotated included PDF

Status in Poppler:
  Confirmed
Status in “poppler” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: evince

  When using a PDF file which has an included PDF figure that is
  rotated, evince displays the included PDF without rotation. Other
  viewers (e.g. Adobe Reader and some other reader on Windows of which
  the name slips my mind) show the included PDF as intended.

  If you need an example file, I can provide one that displays wrong on
  Evince and right on other viewers.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evince 2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Tue Feb  1 15:13:35 2011
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  KernLog:
   Jan 30 07:35:29 Egon-PCx kernel: [320248.513583] type=1400 
audit(1296369329.597:240877): apparmor="ALLOWED" operation="mknod" parent=1 
profile="/usr/sbin/nmbd" name="/var/run/samba/namelist.debug" pid=1955 
comm="nmbd" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
   Jan 30 07:35:29 Egon-PCx kernel: [320248.513591] type=1400 
audit(1296369329.597:240878): apparmor="ALLOWED" operation="open" parent=1 
profile="/usr/sbin/nmbd" name="/var/run/samba/namelist.debug" pid=1955 
comm="nmbd" requested_mask="wc" denied_mask="wc" fsuid=0 ouid=0
  SourcePackage: evince

To manage notifications about this bug go to:
https://bugs.la

[Desktop-packages] [Bug 503330] Re: In the file operation dialog, the file count and the size count change in opposite direction.

2012-01-16 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Fix Released

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

Title:
  In the file operation dialog, the file count and the size count change
  in opposite direction.

Status in One Hundred Paper Cuts:
  In Progress
Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  To reproduce:
  copy folder with several files to a new location (e.g. "~/ubuntu/videos/Fav" 
to
  "~/Desktop")

  Deviation: File operation window shows confusing information;
  First line , the file count is a count *down*
  while second line , size information count *increases*.

  Expected: information during copy process is same order in both the
  lines.

  It would be ideal if , the dialogue was:

  upper sentence: Copying File 21 of 24 files (in "Fav") to "Desktop"
  lower sentence: 2.1GB of 3.0 GB - 2 minutes left (24.6 Mb/s)

  Now in both lines the count *increases* .

  Or:

  upper sentence: Copying files from "Fav" to "Desktop" (21 out of 24 left, now
  copying "episode 3.avi")
  lower sentence: 2.1 out of 3.0 GB left to transfer - 2 minutes (24.6 Mb/s)

  Now in both lines the count decreases.

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

2012-01-16 Thread Iann-bugzilla
Created attachment 588785
strace output from FF for comparison

This is from running:
firefox 2>&1 |grep libcanberra

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

Title:
  New Mail Notification Sound does not play in Natty

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “thunderbird” source package in Oneiric:
  Triaged

Bug description:
  Binary package hint: thunderbird

  After setting the preference to play a .wav file and selecting a working .wav 
file, it will not play by ether:
  1. Clicking the Play button in the preference dialog
  2. Receiving a new email

  Expected result is that it should play the selected file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: thunderbird 3.1.9+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic-pae 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic-pae i686
  Architecture: i386
  Date: Thu Mar 10 13:23:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2012-01-16 Thread Iann-bugzilla
Created attachment 588784
strace output from TB

This is from running:
thunderbird 2>&1 |grep libcanberra

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

Title:
  New Mail Notification Sound does not play in Natty

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “thunderbird” source package in Oneiric:
  Triaged

Bug description:
  Binary package hint: thunderbird

  After setting the preference to play a .wav file and selecting a working .wav 
file, it will not play by ether:
  1. Clicking the Play button in the preference dialog
  2. Receiving a new email

  Expected result is that it should play the selected file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: thunderbird 3.1.9+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic-pae 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic-pae i686
  Architecture: i386
  Date: Thu Mar 10 13:23:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/732572/+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 758676] Re: [Upstream] .odt exported to PDF by Writer with Courier 10 Pitch PDF/A-1a embedded font show dots in Adobe Reader

2012-01-16 Thread Bug Watch Updater
Launchpad has imported 21 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=35431.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-03-18T18:43:07+00:00 Rune Kock wrote:

Created attachment 44590
PDF from LibO that fails in Adobe Reader

I use LibreOffice on Debian Testing AMD64 to generate a PDF (attached).

My document uses the font Bitstream Charter, which is part of the base
Debian system.  I believe that it comes from X.Org, specifically the
package xfonts-scalable.

Opening this PDF in Adobe Reader for Windows 9.4 or 10.0 produces an
error message that the embedded font cannot be extracted, and all
characters are replaced by dots.

The PDF works fine in the non-Adobe programs I've tried.

Choosing a different font avoids the problem.

It would be really great if LibreOffice can check for this problem, and
maybe even apply a work-around.  Or at least show a warning when the PDF
is generated.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/0


On 2011-03-18T18:50:50+00:00 Rene Engelhard wrote:

FTR, we also had this reported in bugs.debian.org/616117

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/1


On 2011-03-29T23:22:01+00:00 Sb wrote:

Confirmed on openSUSE 11.4 with both LibreOffice 3.3.1 and 3.3.2.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/2


On 2011-03-30T13:12:20+00:00 bajabaq wrote:

http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=616117">http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=616117

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/3


On 2011-03-30T13:14:55+00:00 bajabaq wrote:

also a problem on i686 builds too

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/4


On 2011-03-31T02:19:58+00:00 Sb wrote:

Same issue confirmed on openSUSE 11.4 32-bit with OpenOffice 3.3.0.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/5


On 2011-04-13T19:38:34+00:00 Christopher M. Penalver wrote:

Created attachment 45587
courier10pitch.odt

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/20


On 2011-04-13T19:39:38+00:00 Christopher M. Penalver wrote:

Downstream bug may be found at:
https://bugs.launchpad.net/df-libreoffice/+bug/758676

1) lsb_release -rd
Description: Ubuntu Natty (development branch)
Release: 11.04

2) apt-cache policy libreoffice-writer
libreoffice-writer:
  Installed: 1:3.3.2-1ubuntu2
  Candidate: 1:3.3.2-1ubuntu2
  Version table:
 *** 1:3.3.2-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
/var/lib/dpkg/status

apt-cache policy acroread
acroread:
  Installed: 9.4.2-0maverick1
  Candidate: 9.4.2-0maverick1
  Version table:
 *** 9.4.2-0maverick1 0
500 http://archive.canonical.com/ubuntu/ natty/partner i386 Packages
100 /var/lib/dpkg/status

3) What is expected to happen is when one performs at the Terminal:

cd ~/Desktop && wget
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/758676/+attachment/2030473/+files/courier10pitch.odt
&& lowriter -nologo courier10pitch.odt

Notice the words:

This line is Courier 10 Pitch.

has font Courier 10 Pitch.

Click File -> Export as PDF... -> check the PDF/A-1a checkbox -> Export
button -> Name: courier10pitch -> click Save button

Open via the Terminal:

acroread courier10pitch.pdf

and it should display correctly.

4) What happens instead is an Adobe Reader window pops up noting:
"Cannot extract the embedded font 'Courier10PitchBT-Roman'. Some
characters may not display or print correctly."

In place of the words are dots.

Reply at: https://bugs.launchpad.net/df-
libreoffice/+bug/758676/comments/21


On 2011-05-04T02:42:02+00:00 bajabaq wrote:

I have back-traced this bug - it first appears in OpenOffice 3.3.0.

It was not present in the Ubuntu packaged OpenOffice 3.2.0.

To test this I installed a virtual machine with Ubuntu 10.04; created a
test pdf with the font Bitstream Charter using OO3.2.0. I was able to
view it without any problems on WinXP - Adobe 10.0.1

I uninstalled the OO3.2.0

I then installed the LibreOffice 3.3.0 deb packa

[Desktop-packages] [Bug 732572]

2012-01-16 Thread Chris Coulson
nsISound.play() will throw that error if libcanberra can't be loaded.
Not being able to load libcanberra is also what causes the 'Gtk-Message:
Failed to load module "canberra-gtk-module"' error from GTK when it
initializes.

Are you sure you're not doing something like running a 32-bit build on
64-bit arch. Perhaps try running it in strace to see what is going on?

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

Title:
  New Mail Notification Sound does not play in Natty

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “thunderbird” source package in Oneiric:
  Triaged

Bug description:
  Binary package hint: thunderbird

  After setting the preference to play a .wav file and selecting a working .wav 
file, it will not play by ether:
  1. Clicking the Play button in the preference dialog
  2. Receiving a new email

  Expected result is that it should play the selected file.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: thunderbird 3.1.9+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic-pae 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic-pae i686
  Architecture: i386
  Date: Thu Mar 10 13:23:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110302)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/732572/+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 915446] Re: soffice.bin crashed with SIGSEGV in QCoreApplication::notifyInternal()

2012-01-16 Thread Paul White
I can confirm removing libreoffice-kde and libreoffice-style-oxygen
results in LibreOffice not crashing when closing down.

Runningh 32-bit Kubuntu 12.04 here.

** Tags added: i386

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

Title:
  soffice.bin crashed with SIGSEGV in QCoreApplication::notifyInternal()

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  libreoffice started crashing after I had installed  ''libreoffice-
  kde'' package . Now libreoffice crashes everytime when I close
  application. I had removed packages libreoffice-kde and  libreoffice-
  style-oxygen. Libreoffice crashes no more! Sort of work around.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.5.0~beta2-2ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu1
  Architecture: amd64
  Date: Thu Jan 12 18:29:36 2012
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --splash-pipe=6
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/usr/bin/zsh
  SegvAnalysis:
   Segfault happened at: 0x7f89f3d66c29 
:  callq  
*0x60(%rax)
   PC (0x7f89f3d66c29) ok
   source "*0x60(%rax)" ok
   SP (0x7fff1841fc20) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   QCoreApplication::notifyInternal (this=0x134d830, receiver=0x13b4460, 
event=0x7fff1841fc80) at kernel/qcoreapplication.cpp:787
   sendEvent (event=0x7fff1841fc80, receiver=) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
   QObjectPrivate::setParent_helper (this=0x1469b40, o=0x0) at 
kernel/qobject.cpp:1981
   QObject::~QObject (this=0x1469b10, __in_chrg=) at 
kernel/qobject.cpp:954
   QSocketNotifier::~QSocketNotifier (this=0x1469b10, __in_chrg=) at kernel/qsocketnotifier.cpp:229
  Title: soffice.bin crashed with SIGSEGV in QCoreApplication::notifyInternal()
  UpgradeStatus: Upgraded to precise on 2012-01-07 (4 days ago)
  UserGroups: adm admin cdrom dialout kvm lpadmin plugdev sambashare wireshark

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

2012-01-16 Thread Joshua Cranmer
Checked into aurora:


And beta:


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

Title:
  Thunderbird sometimes marks whole newsgroups as read

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  I was tracking the upstream bug report #695309 for this issue, which
  has affected Thunderbird 8.0, the version in Oneiric. The problem has
  just been patched upstream in trunk and will make it into Thunderbird
  12 when that releases (in May, presumably too late for Precise). I
  filed this bug report to make sure that the change gets noticed and
  backported to Oneiric post-haste, as it's a pretty major usability
  failing and there was no bug on LP that was tracking this upstream bug
  that I could find.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/914991/+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 915973] Re: Implement case-insensitive instant search by process name

2012-01-16 Thread Bug Watch Updater
** Changed in: gnome-system-monitor
   Status: Unknown => New

** Changed in: gnome-system-monitor
   Importance: Unknown => Low

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

Title:
  Implement case-insensitive instant search by process name

Status in The GNOME System Monitor:
  New
Status in “gnome-system-monitor” package in Ubuntu:
  Triaged

Bug description:
  I would consider the issue as a "cosmetic bug".
  Steps:
  0. Run Tasque application
  1. Open gnome-system-monitor
  2. Switch to Processes tab
  3. Do an instant search via typing letter keys: "tasq"...

  What is expected:
  It should be able to find Tasque as well as any other process with capital 
letter(s) in the name.

  What is faced:
  Cannot find the Tasque process as its name starts from the capital "T" and 
the search is case-sensitive.

  The reason why it makes sense to fix:
  The user does not have to know the proper case of process name.
  On the other hand, the processes list sorting by name is case-insensitive - 
and it's well. 

  Thanks!

  Required information:
  Ubuntu release: 11.04
  gnome-system-monitor version: 2.28.2-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-system-monitor 2.28.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-13.53-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-13-generic-pae i686
  NonfreeKernelModules: fglrx wl
  Architecture: i386
  Date: Fri Jan 13 15:19:52 2012
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANGUAGE=ru_RU:en
   LANG=ru_RU.UTF-8
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (gnome-panel:1847): GConf-WARNING **: Directory 
`/apps/panel/toplevels/bottom_panel_screen1/screen' was not being monitored by 
GConfClient 0x9d8cfa0
   (gnome-panel:1847): GConf-WARNING **: Directory 
`/apps/panel/toplevels/top_panel_screen1/screen' was not being monitored by 
GConfClient 0x9d8cfa0

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/915973/+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 914991]

2012-01-16 Thread Joshua Cranmer
*** Bug 718358 has been marked as a duplicate of this bug. ***

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

Title:
  Thunderbird sometimes marks whole newsgroups as read

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  I was tracking the upstream bug report #695309 for this issue, which
  has affected Thunderbird 8.0, the version in Oneiric. The problem has
  just been patched upstream in trunk and will make it into Thunderbird
  12 when that releases (in May, presumably too late for Precise). I
  filed this bug report to make sure that the change gets noticed and
  backported to Oneiric post-haste, as it's a pretty major usability
  failing and there was no bug on LP that was tracking this upstream bug
  that I could find.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/914991/+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 891499] Re: Software Center not start, infinite loading

2012-01-16 Thread Gary Lasker
I have verified that the version of software-center in oneiric-proposed,
5.0.4, does indeed fix this bug (per the given test case).

Many thanks!

** Changed in: software-center (Ubuntu Oneiric)
   Importance: Undecided => Medium

** Changed in: software-center (Ubuntu Oneiric)
 Assignee: (unassigned) => Gary Lasker (gary-lasker)

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Software Center not start, infinite loading

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  I cant use the Software-center.. the app open but stay on loading screen 
forever, the cicle indicator of load never ends. So i can't see, search, 
install or unistall programs by software-center, im forced to use the Terminal 
or Synaptic.
  I just tried fix in terminal using apt-get clean, autoclean, check, update, 
upgrade, install -f and much more but without effect.

  Steps to reproduce for SRU:
  1. Run Oneiric
  2. Set aside the file /var/lib/apt-xapian-index/cataloged_times.p for 
safekeeping.
  3. Copy the attached broken cataloged_times.p file from this bug 
(https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891499/+attachment/2601868/+files/cataloged_times.p)
 to /var/lib/apt-xapian-index/cataloged_times.p.
  4. Launch software-center and observe that it opens but shows only a spinner 
and never fully starts.
  5. Quit software-center
  6. Update to software-center version 5.0.4 in oneiric-proposed.
  7. Start software-center again and verify that now it starts normally.
  8. Finally, restore your original copy of 
/var/lib/apt-xapian-index/cataloged_times.p that you had set aside in step 2.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: software-center 5.0.2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Nov 17 04:52:54 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110426)
  PackageArchitecture: all
  SourcePackage: software-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891499/+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 912855] Re: submit_review_gtk3.py crashed with TypeError in _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)

2012-01-16 Thread Gary Lasker
Indeed, this one is still Fix Committed at this point. The fix will be
released song in the upcoming development version 5.1.6 of software-
center in Precise.

Thanks!

** Changed in: software-center (Ubuntu)
   Status: Fix Released => Fix Committed

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

Title:
  submit_review_gtk3.py crashed with TypeError in
  _maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments
  (1 given)

Status in “software-center” package in Ubuntu:
  Fix Committed

Bug description:
  crash on attempt write a review

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.5.1
  ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7
  Uname: Linux 3.2.0-7-generic i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Fri Jan  6 20:33:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/share/software-center/submit_review_gtk3.py
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/software-center/submit_review_gtk3.py 
--pkgname remmina --iconname remmina --parent-xid  --version 0.9.3-3 --origin 
ubuntu --datadir /usr/share/software-center/ --appname Remmina\ Remote\ 
Desktop\ Client
  PythonArgs: ['/usr/share/software-center/submit_review_gtk3.py', '--pkgname', 
'remmina', '--iconname', 'remmina', '--parent-xid', '', '--version', '0.9.3-3', 
'--origin', 'ubuntu', '--datadir', '/usr/share/software-center/', '--appname', 
'Remmina Remote Desktop Client']
  SourcePackage: software-center
  Title: submit_review_gtk3.py crashed with TypeError in 
_maybe_login_successful(): get_ubuntu_sso_backend() takes no arguments (1 given)
  Traceback:
   Traceback (most recent call last):
 File "/usr/share/software-center/submit_review_gtk3.py", line 489, in 
_maybe_login_successful
   self.ssoapi = get_ubuntu_sso_backend(self.token)
   TypeError: get_ubuntu_sso_backend() takes no arguments (1 given)
  UpgradeStatus: Upgraded to precise on 2011-12-17 (19 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/912855/+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 891499] Re: Software Center not start, infinite loading

2012-01-16 Thread Gary Lasker
** Description changed:

  I cant use the Software-center.. the app open but stay on loading screen 
forever, the cicle indicator of load never ends. So i can't see, search, 
install or unistall programs by software-center, im forced to use the Terminal 
or Synaptic.
  I just tried fix in terminal using apt-get clean, autoclean, check, update, 
upgrade, install -f and much more but without effect.
+ 
+ Steps to reproduce for SRU:
+ 1. Run Oneiric
+ 2. Set aside the file /var/lib/apt-xapian-index/cataloged_times.p for 
safekeeping.
+ 3. Copy the attached broken cataloged_times.p file from this bug 
(https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891499/+attachment/2601868/+files/cataloged_times.p)
 to /var/lib/apt-xapian-index/cataloged_times.p.
+ 4. Launch software-center and observe that it opens but shows only a spinner 
and never fully starts.
+ 5. Quit software-center
+ 6. Update to software-center version 5.0.4 in oneiric-proposed.
+ 7. Start software-center again and verify that now it starts normally.
+ 8. Finally, restore your original copy of 
/var/lib/apt-xapian-index/cataloged_times.p that you had set aside in step 2.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: software-center 5.0.2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Nov 17 04:52:54 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110426)
  PackageArchitecture: all
  SourcePackage: software-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (34 days ago)

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

Title:
  Software Center not start, infinite loading

Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Oneiric:
  Fix Committed

Bug description:
  I cant use the Software-center.. the app open but stay on loading screen 
forever, the cicle indicator of load never ends. So i can't see, search, 
install or unistall programs by software-center, im forced to use the Terminal 
or Synaptic.
  I just tried fix in terminal using apt-get clean, autoclean, check, update, 
upgrade, install -f and much more but without effect.

  Steps to reproduce for SRU:
  1. Run Oneiric
  2. Set aside the file /var/lib/apt-xapian-index/cataloged_times.p for 
safekeeping.
  3. Copy the attached broken cataloged_times.p file from this bug 
(https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891499/+attachment/2601868/+files/cataloged_times.p)
 to /var/lib/apt-xapian-index/cataloged_times.p.
  4. Launch software-center and observe that it opens but shows only a spinner 
and never fully starts.
  5. Quit software-center
  6. Update to software-center version 5.0.4 in oneiric-proposed.
  7. Start software-center again and verify that now it starts normally.
  8. Finally, restore your original copy of 
/var/lib/apt-xapian-index/cataloged_times.p that you had set aside in step 2.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: software-center 5.0.2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Nov 17 04:52:54 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110426)
  PackageArchitecture: all
  SourcePackage: software-center
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (34 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891499/+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 917359] Re: Display IP information on Machines "tab" colapsed in size

2012-01-16 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 806606 ***
https://bugs.launchpad.net/bugs/806606

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 806606, 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 806606
   ip information frame not displayed correctly

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

Title:
  Display IP information on Machines "tab" colapsed in size

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

Bug description:
  Size of the IP information is unreadable, see attached screendump for
  more detail.

  Description:  Ubuntu 11.10
  Release:  11.10

  gnome-nettool 3.0.0-0ubuntu2

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-nettool 3.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Jan 16 21:35:58 2012
  ExecutablePath: /usr/bin/gnome-nettool
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (95 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/917359/+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 880255] Re: The Modify Your Review window displays "label" text instead of information

2012-01-16 Thread Anthony Lenton
@kelemeng

I wasn't able to reproduce your problem, but I've added a test to ensure
that it doesn't happen again.

Let me know if you still see the issue, I'll ask you for a bit more
information to attempt to reproduce the bug locally.

Thanks!


** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) => Anthony Lenton (elachuni)

** Changed in: software-center (Ubuntu)
   Status: Confirmed => In Progress

** Branch linked: lp:~elachuni/software-center/check-edit-labels

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

Title:
  The Modify Your Review window displays "label" text instead of
  information

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  When you try to modify a review in s-c on Oneiric, the appearing
  "Modify Your Review" window lacks some information that the "Review"
  window usually displays. Instead of the software name+version and the
  "Reviewed by:" strings, it displays only "label" ("címke" on the
  attached picture).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/880255/+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 880255] Re: The Modify Your Review window displays "label" text instead of information

2012-01-16 Thread Danny Tamez
** Changed in: software-center (Ubuntu)
 Assignee: Danny Tamez (zematynnad) => (unassigned)

** Changed in: software-center (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  The Modify Your Review window displays "label" text instead of
  information

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  When you try to modify a review in s-c on Oneiric, the appearing
  "Modify Your Review" window lacks some information that the "Review"
  window usually displays. Instead of the software name+version and the
  "Reviewed by:" strings, it displays only "label" ("címke" on the
  attached picture).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/880255/+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 917367] [NEW] Part of lines are clipped off in screen when choosing small line spacing | 當使用較小的行距時部份的行在螢幕上被截掉

2012-01-16 Thread 林博仁
Public bug reported:

上游bug報告網址:
Upstream bug report URL:
--
https://bugs.freedesktop.org/show_bug.cgi?id=44840

軟體來源:
Software sources:
--
Ubuntu 11.10套件庫
Ubuntu 11.10 repository

bug重現步驟:
bug reproducing steps:
--
1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
  "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to "Proportional 
of 75%".
2.被套用此格式的多行應該要呈現成可以看到全部的字。
  On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
  *This English Translation is not very clear*
3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
  As in the screenshot part of the line is clipped off and doesn't rendered to 
screen(it doesn't affect the (printer) output, though).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
Uname: Linux 3.0.0-14-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue Jan 17 04:10:56 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 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/917367

Title:
  Part of lines are clipped off in screen when choosing small line
  spacing | 當使用較小的行距時部份的行在螢幕上被截掉

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  上游bug報告網址:
  Upstream bug report URL:
  --
  https://bugs.freedesktop.org/show_bug.cgi?id=44840

  軟體來源:
  Software sources:
  --
  Ubuntu 11.10套件庫
  Ubuntu 11.10 repository

  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
    "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
    On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
    *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
    As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  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/917367/+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 917367] Re: Part of lines are clipped off in screen when choosing small line spacing | 當使用較小的行距時部份的行在螢幕上被截掉

2012-01-16 Thread 林博仁
** Attachment added: "Screenshot01"
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917367/+attachment/2677963/+files/Screenshot01.png

** Description changed:

  上游bug報告網址:
  Upstream bug report URL:
  --
- 
+ https://bugs.freedesktop.org/show_bug.cgi?id=44840
  
  軟體來源:
  Software sources:
  --
  Ubuntu 11.10 repository
  
  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
-   "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
+   "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
-   On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
-   *This English Translation is not very clear*
+   On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
+   *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
-   As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).
+   As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  上游bug報告網址:
  Upstream bug report URL:
  --
  https://bugs.freedesktop.org/show_bug.cgi?id=44840
  
  軟體來源:
  Software sources:
  --
+ Ubuntu 11.10套件庫
  Ubuntu 11.10 repository
  
  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
    "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
    On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
    *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
    As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Part of lines are clipped off in screen when choosing small line
  spacing | 當使用較小的行距時部份的行在螢幕上被截掉

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  上游bug報告網址:
  Upstream bug report URL:
  --
  https://bugs.freedesktop.org/show_bug.cgi?id=44840

  軟體來源:
  Software sources:
  --
  Ubuntu 11.10套件庫
  Ubuntu 11.10 repository

  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
    "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
    On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
    *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
    As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  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/917367/+subscriptions

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

[Desktop-packages] [Bug 917367] Re: Part of lines are clipped off in screen when choosing small line spacing | 當使用較小的行距時部份的行在螢幕上被截掉

2012-01-16 Thread 林博仁
-- 
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/917367

Title:
  Part of lines are clipped off in screen when choosing small line
  spacing | 當使用較小的行距時部份的行在螢幕上被截掉

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  上游bug報告網址:
  Upstream bug report URL:
  --
  https://bugs.freedesktop.org/show_bug.cgi?id=44840

  軟體來源:
  Software sources:
  --
  Ubuntu 11.10套件庫
  Ubuntu 11.10 repository

  bug重現步驟:
  bug reproducing steps:
  --
  1.「格式」→「段落」→「縮排與行距」→「行距」設定為「成比例、75%」。
    "Format"→"Paragraph"→"Indents & Spacing"→"Line spacing" set to 
"Proportional of 75%".
  2.被套用此格式的多行應該要呈現成可以看到全部的字。
    On the screen, lines applied this format should be rendered as if their 
background is transparent and can see both lines.
    *This English Translation is not very clear*
  3.如螢幕截圖所示部份的行被截掉沒有顯示(輸出結果不受影響)。
    As in the screenshot part of the line is clipped off and doesn't rendered 
to screen(it doesn't affect the (printer) output, though).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
  Uname: Linux 3.0.0-14-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Jan 17 04:10:56 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  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/917367/+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 917370] Re: soffice.bin crashed with SIGSEGV in unlink_nodes()

2012-01-16 Thread Apport retracing service
*** This bug is a duplicate of bug 917342 ***
https://bugs.launchpad.net/bugs/917342

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 #917342, 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/917370/+attachment/2677964/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/917370/+attachment/2677965/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/917370/+attachment/2677966/+files/Disassembly.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/917370/+attachment/2677968/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/917370/+attachment/2677969/+files/Registers.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/917370/+attachment/2677971/+files/ThreadStacktrace.txt

** Visibility changed to: Public

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

** 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 libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/917370

Title:
  soffice.bin crashed with SIGSEGV in unlink_nodes()

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  2)  apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.5.0~beta2-2ubuntu3
Candidate: 1:3.5.0~beta2-2ubuntu3
Version table:
   *** 1:3.5.0~beta2-2ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  100 /var/lib/dpkg/status

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

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917262/+attachment/2677806/+files/XMLform-1
  -Text-Field.odt && lowriter -nologo XMLform-1-Text-Field.odt

  highlight the object -> turn on Design mode -> double click the object
  and the menu comes up.

  4) What happens instead is Writer crashes. A screenshot of Writer as
  it is crashing may be found at:
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/917262/+attachment/2677583/+files/Screenshot%20at%202012-01-16%2010%3A41%3A44.png
  .

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.5.0~beta2-2ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
  Uname: Linux 3.2.0-2-generic i686
  ApportVersion: 1.90-0ubuntu2
  Architecture: i386
  Date: Mon Jan 16 15:52:50 2012
  DuplicateOf: https://bugs.launchpad.net/bugs/917342
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --writer -nologo 
XMLform-1-Text-Field.odt
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x5261aaa 
, 
std::allocator > > 
>::erase_return_iterator(boost::unordered_detail::hash_iterator_base >, boost::unordered_detail::ungrouped>)+106>: mov 
   (%eax),%eax
   PC (0x05261aaa) ok
   source "(%eax)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   unlink_nodes (end=0x0, begin=0x9fd9428, b=...) at 
/usr/include/boost/unordered/detail/node.hpp:63
   unlink_node (n=0x9fd9428, b=...) at 
/usr/include/boost/unordered/detail/node.hpp:76
   
boost::unordered_detail::hash_table, 
std::allocator > > 
>::erase_return_iterator (this=0x987e994, r=...) at 
/usr/include/boost/unordered/detail/table.hpp:708
   erase (position=, this=) at 
/usr/include/boost/unordered/unordered_map.hpp:370
   pcr::OBrowserListBox::RemoveEntry (this=0x987e5c8, _rName=...) at 
/build/buildd/libreoffice-3.5.0~beta2/extensions/source/propctrlr/browserlistbox.cxx:1092
  Title: soffice.bin crashed with SIGSEGV in unlink_nodes()
  UpgradeStatus: Upgraded to precise on 2012-01-13 (3 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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

[Desktop-packages] [Bug 916595] Re: Screen brightness increases by itself

2012-01-16 Thread Giovanni Pardini
I found a workaround, which is to disable automatic dimming when idle,
using the following command:

gsettings set org.gnome.settings-daemon.plugins.power idle-dim-battery
false

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

Title:
  Screen brightness increases by itself

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

Bug description:
  If I decrease the screen brightness using the Fn-F5 key to the lowest level, 
after a few seconds of inactivity (without touching the keyboard nor the 
touchpad) the screen brightness goes up automatically to a medium level.
  Then, as soon as I move the pointer, the brightness is increased to the 
maximum level.

  From this point on, the screen brighness alternates automatically
  between medium/maximum level. That is, it decreases when idle, and
  increases when using the keyboard or mouse.

  The expected behaviour is that brightness does not change by itself
  once set using the Fn keys.

  This bug happens when on battery power.
  I didn't try on AC power.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-power-manager 3.2.1-2
  ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
  Uname: Linux 3.2.0-8-generic x86_64
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Sat Jan 14 21:44:39 2012
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/916595/+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 917359] Re: Display IP information on Machines "tab" colapsed in size

2012-01-16 Thread Paul_M
** Attachment added: "Printscreen"
   
https://bugs.launchpad.net/bugs/917359/+attachment/2677957/+files/Schermafdruk%20op%202012-01-16%2021%3A39%3A55.png

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

Title:
  Display IP information on Machines "tab" colapsed in size

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

Bug description:
  Size of the IP information is unreadable, see attached screendump for
  more detail.

  Description:  Ubuntu 11.10
  Release:  11.10

  gnome-nettool 3.0.0-0ubuntu2

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-nettool 3.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Jan 16 21:35:58 2012
  ExecutablePath: /usr/bin/gnome-nettool
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (95 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/917359/+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 917359] [NEW] Display IP information on Machines "tab" colapsed in size

2012-01-16 Thread Paul_M
Public bug reported:

Size of the IP information is unreadable, see attached screendump for
more detail.

Description:Ubuntu 11.10
Release:11.10

gnome-nettool 3.0.0-0ubuntu2

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-nettool 3.0.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Jan 16 21:35:58 2012
ExecutablePath: /usr/bin/gnome-nettool
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-nettool
UpgradeStatus: Upgraded to oneiric on 2011-10-13 (95 days ago)

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

Title:
  Display IP information on Machines "tab" colapsed in size

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

Bug description:
  Size of the IP information is unreadable, see attached screendump for
  more detail.

  Description:  Ubuntu 11.10
  Release:  11.10

  gnome-nettool 3.0.0-0ubuntu2

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-nettool 3.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Jan 16 21:35:58 2012
  ExecutablePath: /usr/bin/gnome-nettool
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to oneiric on 2011-10-13 (95 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/917359/+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   3   4   >