[Desktop-packages] [Bug 888525] Re: LibreOffice Missing Files For JavaScript Macros to work in 11.10

2011-11-11 Thread Christopher M. Penalver
** Description changed:

- Running LibreOffice on 11.10. Tools/macros/Organize Macros - Javascript
- option is missing.
+ 1) lsb_release -rd
+ Description: Ubuntu 11.10
+ Release: 11.10
+ 
+ 2) apt-cache policy libreoffice-calc
+ libreoffice-calc:
+   Installed: 1:3.4.3-3ubuntu2
+   Candidate: 1:3.4.3-3ubuntu2
+   Version table:
+  *** 1:3.4.3-3ubuntu2 0
+ 500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 
+ apt-cache policy libreoffice-java-common
+ libreoffice-java-common:
+   Installed: 1:3.4.3-3ubuntu2
+   Candidate: 1:3.4.3-3ubuntu2
+   Version table:
+  *** 1:3.4.3-3ubuntu2 0
+ 500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 
+ 3) What is expected in LibreOffice Calc is when one clicks Tools ->
+ Macros-> Organize Macros
+ 
+ An options for Javascript is available.
+ 
+ 4) What happens instead is it is missing.
  
  I installed 'rhino', with no effect.
  
  For javascript to work in LibreOffice it appears I need the file
  ScriptProviderForJavaScript.jar
  
  Maverick had this file:
  
  /usr/lib/openoffice/basis3.2/program/classes/ScriptProviderForJavaScript.jar
  
  in openoffice.org-java-common
  (http://packages.ubuntu.com/maverick/all/openoffice.org-java-
  common/filelist)
  
  But the file is missing from 11.10:
  http://packages.ubuntu.com/oneiric/all/libreoffice-java-common/filelist
  
  By taking the files found in Arch Linux:
  
  http://www.archlinux.org/packages/extra/x86_64/libreoffice-extension-
  scripting-javascript/
  
  and putting them under /usr/lib/libreoffice/share/extensions/script-
  provider-for-javascript on 11.10, I can solve the problem.
  
  But clearly this should not be necessary.
  
  The files should be (but do not appear to be) provided by some package
  in 11.10.

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete => New

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

Title:
  LibreOffice Missing Files For JavaScript Macros to work in 11.10

Status in “libreoffice” package in Ubuntu:
  New

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

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
Installed: 1:3.4.3-3ubuntu2
Candidate: 1:3.4.3-3ubuntu2
Version table:
   *** 1:3.4.3-3ubuntu2 0
  500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  apt-cache policy libreoffice-java-common
  libreoffice-java-common:
Installed: 1:3.4.3-3ubuntu2
Candidate: 1:3.4.3-3ubuntu2
Version table:
   *** 1:3.4.3-3ubuntu2 0
  500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What is expected in LibreOffice Calc is when one clicks Tools ->
  Macros-> Organize Macros

  An options for Javascript is available.

  4) What happens instead is it is missing.

  I installed 'rhino', with no effect.

  For javascript to work in LibreOffice it appears I need the file
  ScriptProviderForJavaScript.jar

  Maverick had this file:

  /usr/lib/openoffice/basis3.2/program/classes/ScriptProviderForJavaScript.jar

  in openoffice.org-java-common
  (http://packages.ubuntu.com/maverick/all/openoffice.org-java-
  common/filelist)

  But the file is missing from 11.10:
  http://packages.ubuntu.com/oneiric/all/libreoffice-java-
  common/filelist

  By taking the files found in Arch Linux:

  http://www.archlinux.org/packages/extra/x86_64/libreoffice-extension-
  scripting-javascript/

  and putting them under /usr/lib/libreoffice/share/extensions/script-
  provider-for-javascript on 11.10, I can solve the problem.

  But clearly this should not be necessary.

  The files should be (but do not appear to be) provided by some package
  in 11.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/888525/+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 889252] Re: language selection not preserved accross upgrades

2011-11-11 Thread Gunnar Hjalmarsson
Hi Michael,

I can confirm your description. ~/.dmrc is the principal place for
storing language settings in 11.04. ~/.profile is used as well, but
~/.profile is only updated if language-selector is used to change
language.

In 11.10 ~/.profile is the principal storing place, and possible
language related values in ~/.dmrc are ignored. If the last change of
the user language in 11.04 is made from the GDM greeter, which it is in
the case you describe, that change will need to be redone after an
upgrade to 11.10.

If it's considered important enough, code might be added that compares
~/.dmrc and ~/.profile at a distro upgrade, and modifies ~/.profile if
needed.

It may be worth mentioning that in 11.10 a helpful admin can change the
language settings for any user from System Settings -> User Accounts.

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

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

Title:
  language selection not preserved accross upgrades

Status in “lightdm” package in Ubuntu:
  Confirmed

Bug description:
  After a natty->oneiric upgrade and the switch from gdm to lightdm the
  language settings on login are not remembered.

  The user account in question had "german" as the default language, the .dmrc 
settings are:
  """
  [Desktop]
  Language=de
  Session=ubuntu
  """
  However when I log into the system I get english locales and shows that 
LANGUAGE is not set.

  What makes this bug worse is that the language can no longer be set in the 
greeter. This means that a user
  who does not speak english is lost. Finding language-selector and use the 
drag-n-drop (with a explaination how
  it works in english and a non-intutive UI) is difficult.

  The system itself is a english default and english install, its just this 
particular user that requires a german
  environment. 

  I did reproduce this bug in a stock natty->oneiric upgrade, to reproduce, set 
userlanguage in gdm  to "german", login, 
  upgrade, login again -> english desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/889252/+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 853284] Re: filter-CRITICAL **: e_filter_option_add: assertion `find_option (option, value) == NULL' failed

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

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

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

Title:
  filter-CRITICAL **: e_filter_option_add: assertion `find_option
  (option, value) == NULL' failed

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  When I start evolution, I see a lot of assertion failures such as this
  one:

  (evolution:22563): filter-CRITICAL **: e_filter_option_add: assertion
  `find_option (option, value) == NULL' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic-pae 3.0.4
  Uname: Linux 3.0.0-11-generic-pae i686
  ApportVersion: 1.23-0ubuntu1
  Architecture: i386
  Date: Sun Sep 18 17:09:40 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/evolution
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-09-06 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/853284/+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 888525] Re: LibreOffice Missing Files For JavaScript Macros to work in 11.10

2011-11-11 Thread adam jvok
$ lsb_release -rd && apt-cache policy libreoffice-calc && apt-cache policy 
libreoffice-java-common
Description:Ubuntu 11.10
Release:11.10
libreoffice-calc:
  Installed: 1:3.4.3-3ubuntu2
  Candidate: 1:3.4.3-3ubuntu2
  Version table:
 *** 1:3.4.3-3ubuntu2 0
500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status
libreoffice-java-common:
  Installed: 1:3.4.3-3ubuntu2
  Candidate: 1:3.4.3-3ubuntu2
  Version table:
 *** 1:3.4.3-3ubuntu2 0
500 http://hk.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  LibreOffice Missing Files For JavaScript Macros to work in 11.10

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  Running LibreOffice on 11.10. Tools/macros/Organize Macros -
  Javascript option is missing.

  I installed 'rhino', with no effect.

  For javascript to work in LibreOffice it appears I need the file
  ScriptProviderForJavaScript.jar

  Maverick had this file:

  /usr/lib/openoffice/basis3.2/program/classes/ScriptProviderForJavaScript.jar

  in openoffice.org-java-common
  (http://packages.ubuntu.com/maverick/all/openoffice.org-java-
  common/filelist)

  But the file is missing from 11.10:
  http://packages.ubuntu.com/oneiric/all/libreoffice-java-
  common/filelist

  By taking the files found in Arch Linux:

  http://www.archlinux.org/packages/extra/x86_64/libreoffice-extension-
  scripting-javascript/

  and putting them under /usr/lib/libreoffice/share/extensions/script-
  provider-for-javascript on 11.10, I can solve the problem.

  But clearly this should not be necessary.

  The files should be (but do not appear to be) provided by some package
  in 11.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/888525/+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 877451] Re: Add more missing icons to not-in-humanity.txt

2011-11-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~mitya57/gnome-icon-theme/ubuntu-fix-lp-877451

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

Title:
  Add more missing icons to not-in-humanity.txt

Status in “gnome-icon-theme” package in Ubuntu:
  Confirmed

Bug description:
  Some icons were removed from Humanity in the end of Oneiric
  development cycle (see bug 832170 for details), but only stock_search
  is whitelisted now.

  The full list (https://bugs.launchpad.net/ubuntu/+source/humanity-
  icon-theme/+bug/832170/comments/19; without stock_search):

  edit-find-replace
  edit-find
  filefind
  find
  gnome-searchtool
  gtk-find-and-replace
  gtk-find
  gtk-search
  gtk-zoom-100
  gtk-zoom-fit
  gtk-zoom-in
  gtk-zoom-out
  kfind
  search
  stock_search-and-replace
  stock_zoom-1
  stock_zoom-in
  stock_zoom-out
  stock_zoom-page
  system-search
  viewmag1
  viewmagfit
  viewmag-
  viewmag+
  zoom-best-fit
  zoom-fit-best
  zoom-in
  zoom-original
  zoom-out

  This is a significant regression because users that don't have gnome-
  icon-theme-full installed will not see these icons at all (bug 839775
  is a partial case).

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

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


Re: [Desktop-packages] [Bug 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-11 Thread rederon
Right.
In fact the behaviour is not exactly the same as before.

Yesterday before ugrading to 3.6.24, I killed the firefox-bin process.
And I did not seen the problem. In fact, I just tested several time 
opening and closing firefox and I did not noticed the issue.

But this morning at the first restart of my computer, I noticed the 
problem again with 3.6.24.
Thus I killed the firefox-bin task like before.
And since, it works sometimes... depending on the _delay between opening 
and closing firefox_.

I checked the ressources monitor during the tests.
It seems that during the _first 10 seconds after opening firefox_, it is 
possible to close it without any issues.
I mean: It's possible to open and close again and again without seeing 
the bad popup.

On the ressource monitor window, the value within "waiting channel" 
column belonging to firefox-bin process is set to "0" during 
approximately the first 10 seconds.
And as far as the value is 0, it works.

But after this delay, the value is set to "poll_schedule_timeout".
Then, if I close firefox, the firefox-bin process still remains, but 
this time with waiting channel set to "futex_wait_queue_me".

And after that, it's not possible to open again firefox without killing 
this process.

Maybe this behaviour was exactly the same with 3.6.23, but I did not 
noticed it.
Perhaps some persons still with version 3.6.23 could confim.

However, it seems the issue is linked to a dynamic behaviour of a 
timeout, and maybe the waiting channel is a track.


Le 11/11/2011 19:21, Igor Malner a écrit :
> updated to 3.6.24, still nothing!
>

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

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

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

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

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

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

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

  System is 10.04 LTS (kernel 2.6.32-33 generic)

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

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


[Desktop-packages] [Bug 888525] Re: LibreOffice Missing Files For JavaScript Macros to work in 11.10

2011-11-11 Thread Christopher M. Penalver
adam jvok, could you please execute the following at the Terminal and post the 
results to this bug:
lsb_release -rd && apt-cache policy libreoffice-calc && apt-cache policy 
libreoffice-java-common

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

Title:
  LibreOffice Missing Files For JavaScript Macros to work in 11.10

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  Running LibreOffice on 11.10. Tools/macros/Organize Macros -
  Javascript option is missing.

  I installed 'rhino', with no effect.

  For javascript to work in LibreOffice it appears I need the file
  ScriptProviderForJavaScript.jar

  Maverick had this file:

  /usr/lib/openoffice/basis3.2/program/classes/ScriptProviderForJavaScript.jar

  in openoffice.org-java-common
  (http://packages.ubuntu.com/maverick/all/openoffice.org-java-
  common/filelist)

  But the file is missing from 11.10:
  http://packages.ubuntu.com/oneiric/all/libreoffice-java-
  common/filelist

  By taking the files found in Arch Linux:

  http://www.archlinux.org/packages/extra/x86_64/libreoffice-extension-
  scripting-javascript/

  and putting them under /usr/lib/libreoffice/share/extensions/script-
  provider-for-javascript on 11.10, I can solve the problem.

  But clearly this should not be necessary.

  The files should be (but do not appear to be) provided by some package
  in 11.10.

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

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


[Desktop-packages] [Bug 878993] Re: When I try to extract file by just drag and drop by mouse, everything freezes

2011-11-11 Thread Walter Lapchynski
Yep, that's the point, Pedro. I've done it time and time again. I put in
my two cents because this was brought to my attention by others with the
same problem in #lubuntu on Freenode.

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

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

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

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/878993/+subscriptions

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


[Desktop-packages] [Bug 886774] Re: Adding a bibliography via Zotero results in a silent crash for Libreoffice writer

2011-11-11 Thread kiloxxx
I don't think it is https://bugs.freedesktop.org/show_bug.cgi?id=40298,
I have installed the 3.4.4 from the ppa and the problem is still there,
with the same konsole's output reported above.

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

Title:
  Adding a bibliography via Zotero results in a silent crash for
  Libreoffice writer

Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Using Libreoffice Writer in Kubuntu 11.10 with Zotero 3.0 results in a silent 
crash when trying to add a bibliography or two or more citations. Removing the 
libreoffice-kde package eliminates the bug that is a bibliography can be added. 
The bug has been reported in the Zotero forums also 
http://forums.zotero.org/discussion/20096/zotero-ubuntu-1110-and-libreoffice/
  Running Libreoffice from the konsole results in the following output:
  ZoteroOpenOfficeIntegration: Received message 
["Document_insertField",["ReferenceMark",0]]
  QPixmap: It is not safe to use pixmaps outside the GUI thread
  QPixmap: It is not safe to use pixmaps outside the GUI thread
  QPixmap: It is not safe to use pixmaps outside the GUI thread
  QPixmap: It is not safe to use pixmaps outside the GUI thread
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  # SIGSEGV (0xb) at pc=0x01ad1a46, pid=4304, tid=2915629936
  #
  # JRE version: 6.0_23-b23
  # Java VM: OpenJDK Client VM (20.0-b11 mixed mode, sharing linux-x86 )
  # Derivative: IcedTea6 1.11pre
  # Distribution: Ubuntu oneiric (development branch), package 
6b23~pre10-0ubuntu5
  # Problematic frame:
  # C [libQtGui.so.4+0x258a46] QX11PixmapData::createCompatiblePixmapData() 
const+0x156
  #
  # An error report file with more information is saved as:
  # /home/petri/hs_err_pid4304.log
  "
  Full error log is attached below

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

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


Re: [Desktop-packages] [Bug 889017] Re: [ubuntu] Banshee Hangs Frequently

2011-11-11 Thread Chow Loong Jin
On 12/11/2011 11:50, Vibhav wrote:
> Thanks , this solved the problem

Great, thanks for the feedback.

  status fixreleased

-- 
Kind regards,
Loong Jin


** Changed in: banshee (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  [ubuntu] Banshee Hangs Frequently

Status in “banshee” package in Ubuntu:
  Fix Released

Bug description:
  
  Release:   Ubuntu 11.10
  This happens frequently , whenever I Fire up banshee and play a song , 
banshee hangs and the song keeps playing
  Terminal Output:
  vibhav@p5kpl-ubuntu:~$ banshee
  [Info  14:40:44.988] Running Banshee 2.2.0: [Ubuntu oneiric (development 
branch) (linux-gnu, i686) @ 2011-09-23 04:51:00 UTC]

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",
  [Info  14:40:46.039] Updating web proxy from GConf
  [Info  14:40:46.180] All services are started 0.948185
  [Info  14:40:46.581] AmazonMP3 store redirect URL: 
https://one.ubuntu.com/music/store/amz/
  ** (Banshee:2351): DEBUG: SyncDaemon already running, initializing 
SyncdaemonDaemon object

  (Banshee:2351): libsoup-WARNING **: No feature manager for feature of type 
'U1RequestChrome'
  [Info  14:40:47.248] nereid Client Started
  [Info  14:40:47.356] GStreamer version 0.10.35.0, gapless: True, replaygain: 
False
  [Info  14:40:47.388] AppleDeviceSource is ignoring unmounted volume Volume2
  [Info  14:40:47.459] AppleDeviceSource is ignoring unmounted volume New Volume
  [Info  14:40:52.599] Uncached artwork size 175 requested
  [Info  14:40:52.605] Uncached artwork size 34 requested

  ** (Banshee:2351): WARNING **: Error calling get_info: Traceback (most recent 
call last):
File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 702, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py",
 line 1041, in get_info
  return self.syncdaemon_folders.get_info(path)
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py",
 line 640, in get_info
  mdobj = self.fs.get_by_path(path.encode('utf-8'))
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py",
 line 781, in get_by_path
  mdid = self._idx_path[path]
  KeyError: '/home/vibhav/.ubuntuone/Purchased from Ubuntu One'

  
  ** (Banshee:2351): CRITICAL **: syncdaemon_folder_info_get_subscribed: 
assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed
  ** (Banshee:2351): DEBUG: Loading the real store page

  ** (Banshee:2351): WARNING **: Got less number of items in credentials
  hash table than expected!

  ** (Banshee:2351): WARNING **: Error rescanning Purchased Music: No
  such file or directory

  (Banshee:2351): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' 
failed
  Marshaling url-loaded signal
  Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to 
handle the exception.
  System.Reflection.TargetInvocationException: Exception has been thrown by the 
target of an invocation. ---> System.NullReferenceException: Object reference 
not set to an instance of an object
at 
Banshee.UbuntuOneMusicStore.UbuntuOneMusicStoreSource.OnDefaultStoreUrlLoaded 
(System.Object o, UbuntuOne.UrlLoadedArgs args) [0x0] in :0 
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflecti

[Desktop-packages] [Bug 550101] Re: Export of keys and keyrings is not available

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

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

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

Title:
  Export of keys and keyrings is not available

Status in “seahorse” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: seahorse

  When I try to export key or keyring, the menu is grayed out. Thus I
  cannot make backups of my keys.

  That would be only a inconvenience, if I could just backup keys by
  copying seahorse configuration directory. I guess I can do that, if
  only I knew, where it actually is. It is certainly NOT .gnupg, because
  when I delete it (in recovery mode, as root), the keys are still there
  and .gnupg folder is as good as new.

  It would be very nice to do something about this. When I made a
  keyring and put all my brand new passwords there, the seahorse somehow
  managed to lose all keys in it.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: seahorse 2.29.91-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic i686
  Architecture: i386
  Date: Sun Mar 28 11:06:43 2010
  ExecutablePath: /usr/bin/seahorse
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20091203)
  ProcEnviron:
   LANG=lv_LV.utf8
   SHELL=/bin/bash
  SourcePackage: seahorse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/550101/+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 475679] Re: Mapping a Windows DFS share doesn't properly show me the filesystem.

2011-11-11 Thread Launchpad Bug Tracker
[Expired for gvfs (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Mapping a Windows DFS share doesn't properly show me the filesystem.

Status in “gvfs” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: gvfs

  When mapping a standard Windows Share, I am able to see the contents
  of the file system.  When mapping a Windows DFS share, I am unable to
  see the contents of the directory.  Mapping is done through Gnome:
  Places->Connect to Server... The connection string is
  smb://domain;username@server/dfs

  Using a terminal, I can cd to the dfs share, and type ls, and see the
  contents: (example)

  :~/.gvfs/dfs on server$ ls
  office sites

  Using a terminal, if I cd to the dfs share and type ls on one of the
  existing folder, I get:

  ~/.gvfs/dfs on server$ ls sites
  ls: cannot access sites: No such file or directory

  The ls shows me the folders/files are there, but cannot find them.

  Since upgrading from Ubuntu 9.04 to Ubuntu 9.10, this has been an
  issue.  I can map the same DFS share in Windows and have proper
  access. I may be doing something wrong, but this seems like a bug,
  since it was working previous to the upgrade.

  ProblemType: Bug
  Architecture: amd64
  Date: Thu Nov  5 13:11:24 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: gvfs 1.4.1-0ubuntu1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: gvfs
  Uname: Linux 2.6.31-14-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/475679/+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 848082] Re: Cuando actualizo por medio de ajax parte de mi pagina, esta no es actualizada así la información sea diferente.

2011-11-11 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Cuando actualizo por medio de ajax parte de mi pagina, esta no es
  actualizada así la información sea diferente.

Status in “firefox” package in Ubuntu:
  Expired

Bug description:
  Trabajo en el área de desarrollo web y tenemos una aplicación web que
  actualiza parte de su información por medio de ajax, cuando realizo
  esta operación la pagina no es actualizada, lo curioso es que no es
  constante y solo asa en determinada parte de la aplicación.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 6.0.2+build2+nobinonly-0ubuntu0.11.04.1
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  Date: Mon Sep 12 12:06:34 2011
  FirefoxPackages:
   firefox 6.0.2+build2+nobinonly-0ubuntu0.11.04.1
   flashplugin-installer 10.3.183.7ubuntu0.11.04.1
   adobe-flashplugin N/A
   icedtea-plugin 1.1.1-0ubuntu1~11.04.1
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=es_CO:en
   PATH=(custom, user)
   LANG=es_CO.UTF-8
   LC_MESSAGES=es_CO.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/848082/+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 848413] Re: LibreOffice separates all paragraphs on individual pages

2011-11-11 Thread Launchpad Bug Tracker
[Expired for libreoffice (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  LibreOffice separates all paragraphs on individual pages

Status in “libreoffice” package in Ubuntu:
  Expired

Bug description:
  I don't know what else to say. LibreOffice separates all paragraphs
  onto separate pages. This only happened after closing and reopening
  the document.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.3-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  Architecture: i386
  Date: Mon Sep 12 17:18:37 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/ubuntu/+source/libreoffice/+bug/848413/+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 889017] Re: [ubuntu] Banshee Hangs Frequently

2011-11-11 Thread Vibhav
Thanks , this solved the problem

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

Title:
  [ubuntu] Banshee Hangs Frequently

Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  
  Release:   Ubuntu 11.10
  This happens frequently , whenever I Fire up banshee and play a song , 
banshee hangs and the song keeps playing
  Terminal Output:
  vibhav@p5kpl-ubuntu:~$ banshee
  [Info  14:40:44.988] Running Banshee 2.2.0: [Ubuntu oneiric (development 
branch) (linux-gnu, i686) @ 2011-09-23 04:51:00 UTC]

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in
  module_path: "pixmap",

  (Banshee:2351): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",
  [Info  14:40:46.039] Updating web proxy from GConf
  [Info  14:40:46.180] All services are started 0.948185
  [Info  14:40:46.581] AmazonMP3 store redirect URL: 
https://one.ubuntu.com/music/store/amz/
  ** (Banshee:2351): DEBUG: SyncDaemon already running, initializing 
SyncdaemonDaemon object

  (Banshee:2351): libsoup-WARNING **: No feature manager for feature of type 
'U1RequestChrome'
  [Info  14:40:47.248] nereid Client Started
  [Info  14:40:47.356] GStreamer version 0.10.35.0, gapless: True, replaygain: 
False
  [Info  14:40:47.388] AppleDeviceSource is ignoring unmounted volume Volume2
  [Info  14:40:47.459] AppleDeviceSource is ignoring unmounted volume New Volume
  [Info  14:40:52.599] Uncached artwork size 175 requested
  [Info  14:40:52.605] Uncached artwork size 34 requested

  ** (Banshee:2351): WARNING **: Error calling get_info: Traceback (most recent 
call last):
File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 702, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py",
 line 1041, in get_info
  return self.syncdaemon_folders.get_info(path)
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py",
 line 640, in get_info
  mdobj = self.fs.get_by_path(path.encode('utf-8'))
File 
"/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py",
 line 781, in get_by_path
  mdid = self._idx_path[path]
  KeyError: '/home/vibhav/.ubuntuone/Purchased from Ubuntu One'

  
  ** (Banshee:2351): CRITICAL **: syncdaemon_folder_info_get_subscribed: 
assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed
  ** (Banshee:2351): DEBUG: Loading the real store page

  ** (Banshee:2351): WARNING **: Got less number of items in credentials
  hash table than expected!

  ** (Banshee:2351): WARNING **: Error rescanning Purchased Music: No
  such file or directory

  (Banshee:2351): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' 
failed
  Marshaling url-loaded signal
  Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to 
handle the exception.
  System.Reflection.TargetInvocationException: Exception has been thrown by the 
target of an invocation. ---> System.NullReferenceException: Object reference 
not set to an instance of an object
at 
Banshee.UbuntuOneMusicStore.UbuntuOneMusicStoreSource.OnDefaultStoreUrlLoaded 
(System.Object o, UbuntuOne.UrlLoadedArgs args) [0x0] in :0 
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] 
parameters) [

[Desktop-packages] [Bug 887617] Re: libreoffice does not always go to launcher when started with shortcut keys

2011-11-11 Thread Stefan Lithén
I think problem is in unity.

** Package changed: libreoffice (Ubuntu) => unity (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/887617

Title:
  libreoffice does not always go to launcher when started with shortcut
  keys

Status in “unity” package in Ubuntu:
  New

Bug description:
  If I make a keyboard shortcut to launch an office docuement with
  something like..

  "ctrl+alt+e" launches "soffice Documents/mydoc.ods"

  then it most of the times does not go to the launcher (no icon) and
  therefore also is not in the alt-tab list so I can't alt-tab to the
  application.

  On my faster machine it does never show and on my slower machine it
  sometimes show.

  A bit hard to reprocude since it behaves kind of different.

  This seems only true for libreoffice (or maybe java apps in common?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/887617/+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 889356] Re: All Mahjongg game actions have slowed considerably

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

Title:
  All Mahjongg game actions have slowed considerably

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

Bug description:
  At some point within the last 2 or 3 weeks of this date, all actions
  of this game have suddenly slowed from being practically instantaneou,
  to taking between 4 and 7 seconds to respond - everything from
  resizing the window or opening menus, to the highlighting of tiles
  when I click on them and their removal when clicking on a valid
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-mahjongg 1:3.2.1-0ubuntu1
  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: Sat Nov 12 02:12:01 2011
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-games
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/889356/+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 889356] [NEW] All Mahjongg game actions have slowed considerably

2011-11-11 Thread Tony Adamson
Public bug reported:

At some point within the last 2 or 3 weeks of this date, all actions of
this game have suddenly slowed from being practically instantaneou, to
taking between 4 and 7 seconds to respond - everything from resizing the
window or opening menus, to the highlighting of tiles when I click on
them and their removal when clicking on a valid duplicate.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-mahjongg 1:3.2.1-0ubuntu1
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: Sat Nov 12 02:12:01 2011
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-games
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  All Mahjongg game actions have slowed considerably

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

Bug description:
  At some point within the last 2 or 3 weeks of this date, all actions
  of this game have suddenly slowed from being practically instantaneou,
  to taking between 4 and 7 seconds to respond - everything from
  resizing the window or opening menus, to the highlighting of tiles
  when I click on them and their removal when clicking on a valid
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-mahjongg 1:3.2.1-0ubuntu1
  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: Sat Nov 12 02:12:01 2011
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-games
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/889356/+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 601959] Re: Firefox doesn't close correctly, but still working in hidden way, unable to lauch firefox again, system asks to close firefox or restart computer before launching f

2011-11-11 Thread papukaija
*** This bug is a duplicate of bug 693396 ***
https://bugs.launchpad.net/bugs/693396

The error message should go away if you wait for a short moment. Are you
able to restart FF , say about 30 secends after seeing the error message
(you can see system control to see when the firefox process disappears)?

** Changed in: firefox (Ubuntu)
   Status: New => Incomplete

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

Title:
  Firefox doesn't close correctly, but still working in hidden way,
  unable to lauch firefox again, system asks to close firefox or restart
  computer before launching firefox again

Status in “firefox” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  I guess, the problem starts after firefox has upgraded from 3.6.3 to
  3.6.6

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Mon Jul  5 19:07:18 2010
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support N/A
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANG=en_AU.utf8
   SHELL=/bin/bash
  SourcePackage: firefox
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support N/A
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_AU.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Tags: lucid
  Uname: Linux 2.6.32-23-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/601959/+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 601959] Re: Firefox doesn't close correctly, but still working in hidden way, unable to lauch firefox again, system asks to close firefox or restart computer before launching f

2011-11-11 Thread papukaija
*** This bug is a duplicate of bug 693396 ***
https://bugs.launchpad.net/bugs/693396

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 693396, 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 693396
   firefox refuses to start and pretend to be already running

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

Title:
  Firefox doesn't close correctly, but still working in hidden way,
  unable to lauch firefox again, system asks to close firefox or restart
  computer before launching firefox again

Status in “firefox” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  I guess, the problem starts after firefox has upgraded from 3.6.3 to
  3.6.6

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  Architecture: i386
  Date: Mon Jul  5 19:07:18 2010
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support N/A
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   LANG=en_AU.utf8
   SHELL=/bin/bash
  SourcePackage: firefox
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
   firefox-gnome-support N/A
   firefox-branding 3.6.6+nobinonly-0ubuntu0.10.04.1
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  Package: firefox 3.6.6+nobinonly-0ubuntu0.10.04.1
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_AU.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Tags: lucid
  Uname: Linux 2.6.32-23-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-11 Thread Tom
So, it seems that no matter the version we still are having the problem
with the FIreFox Bin not shutting down and falsely showing Fire Fox
still running. As of now I have my system monitor on my pnl and always
am having to double check that its not running before shutting down the
computer. Otherwise if I don't pay attention to that and try to shut
down the computer it still might be running and won't let me shut down.
Damn thing of it is that it's not consistent. Sometimes I'm able to do a
shut down normally or even restart Firefox. Other times if I shut down
fire fox and try to restart it shows still running, and happens upon
shutting down of computer, not allowing to shut down. So, what gives?
What do we do besides keep the system monitor on the pnl to double check
before shutdown of computer or restarting FF?

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

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

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

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

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

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

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

  System is 10.04 LTS (kernel 2.6.32-33 generic)

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

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


[Desktop-packages] [Bug 883455] Re: Banshee crashes when Samsung YP-U3 mp3 player plugged in

2011-11-11 Thread Chow Loong Jin
** Bug watch added: GNOME Bug Tracker #663898
   https://bugzilla.gnome.org/show_bug.cgi?id=663898

** Also affects: banshee via
   https://bugzilla.gnome.org/show_bug.cgi?id=663898
   Importance: Unknown
   Status: Unknown

** Changed in: banshee (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  Banshee crashes when Samsung YP-U3 mp3 player plugged in

Status in Banshee Music Player:
  Unknown
Status in “banshee” package in Ubuntu:
  Triaged

Bug description:
  When i plug in my Samsung mp3 player Banshee crashes. Same when I try
  to start Banshee while the player is already plugged in.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: banshee 2.2.0-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sat Oct 29 13:20:05 2011
  SourcePackage: banshee
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/banshee/+bug/883455/+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 889128] Re: Empathy 2.34 doesn't work anymore connecting to MSN

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

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

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

Title:
  Empathy 2.34 doesn't work anymore connecting to MSN

Status in “empathy” package in Ubuntu:
  Confirmed

Bug description:
  Since November 7 2011, Empathy can't connect to MSN network. Maybe
  some change on MSN protocol ?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: empathy 2.34.0-0ubuntu3.2
  ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
  Uname: Linux 2.6.38-12-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri Nov 11 11:34:51 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=es_AR:en
   LANG=es_AR.UTF-8
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors: (file-roller:3750): IBUS-WARNING **: Connect to 
unix:abstract=/tmp/dbus-vijkw2UysS,guid=e0d8a989a57214d0f461ac5922ac 
failed: Failed to connect to socket /tmp/dbus-vijkw2UysS: Conexión rehusada.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/889128/+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 772207] Re: version 173.14.30 driver is buggy for NVidia GeForce FX series

2011-11-11 Thread BlouBlou
Guys, I had the same problem with FX. Now I'm using a new PC with GTX
series (nvidia, of course) and Unity works fine. So confirmed, the
problem is just for FX series.

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

Title:
  version 173.14.30 driver is buggy for NVidia GeForce FX series

Status in Unity:
  Confirmed
Status in “jockey” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Video card: 01:00.0 0300: 10de:0322 (rev a1) "nVidia Corporation NV34
  [GeForce FX 5200] (rev a1)"

  Installed ubuntu Natty 11.04 and installed proposed "NVIDIA accelerated 
graphics driver (version 173)"
  nvidia-173 (version 173.14.30-0ubuntu1)

  After reboot the screen became 640x480 and unity login got stuck.
  Had to do "apt-get remove nvidia-173".

  In jockey show this "This driver is activated but not currently in use".
  nvidia-173 is the recommended driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/772207/+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 886327] Re: Nautilus window closes when unmounting currently explored filesystem

2011-11-11 Thread Aleksander Śmierciak
Thank you for your input.
I browsed through GNOME Bugzilla bugs and found that Bug no. 530542 
(https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/530542) was sent to 
the developers through GNOME Bugzilla. It got their attention and, according to 
comments posted under Launchpad bug (the Bugzilla entry was somewhat 
abandoned), was fixed:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/530542/comments/7
"- Don't auto-close the window you initiated an unmount in (lp: #530542)"

Unfortunately, this is no longer true, since after unmounting, the
window auto-closes - and now it doesn't matter if you mount through
Nautilus window or any other means, the behaviour is still the same.
Nautilus somehow lost its mechanism which redirects window focus to
computer:///.

One year ago someone filed a bug at both Launchpad and GNOME Bugzilla
which was confirmed and also connected to similar (the same?) bad
program behaviour. This issue was to be fixed in nautilus
(1:2.29.92-0ubuntu1) (Lucid Lynx timeline) and I do remember Nautilus
working correctly back then. But since few weeks the behaviour changed
back to the state from before the bugfix.

I am still a newbie when it comes to how Launchpad and Bugtrackers work.
I would like someone to tell me if this phenomenon shouldn't be labeled
as regression? And should I file a new bug entry at GNOME Bugzilla - or
rather post a comment under the bug from year ago?

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

Title:
  Nautilus window closes when unmounting currently explored filesystem

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  What happens:
  In Nautilus, when exploring a mountable filesystem of a device (having it 
open in the active window/tab), unmounting this device by the unmount icon on 
the side panel causes whole window to close, having immediately followed 
unmounting. If the currently explored folder isn't the one on the filesystem 
that we unmount, then nothing happens to Nautilus window.

  Steps to reproduce:
  1. Mount a filesystem.
  2. Open Nautilus and explore the content of said filesystem.
  3. Unmount said filesystem, for example using the unmount icon on the side 
panel.
  4. In the current state of things, Nautilus window will close immediately due 
to unmount.

  What should happen:
  After unmounting an actively explored filesystem, the window/tab should 
change its focus to a default element, such as computer:/// - like it was 
before, or perhaps /media, /home?

  Alternatively:
  Because some consider the desired behaviour as a bug 
(https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/23293), there should 
be a possibility to change this behaviour to the way the end user wants it to 
be - either closing the Nautilus window/tab or changing address to a default 
element.

  It is similar to how Windows 7 explorer.exe works. I personally find
  this annoying - I have close to twenty partitions total and I like to
  unmount those on which work I have currently finished without fear of
  closing the program itself.

  It is only a matter of the last few days/weeks that I experienced this
  behaviour. Some time ago it used to work as described in "What should
  happen" section.

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
    Installed: 1:3.2.1-0ubuntu2
    Candidate: 1:3.2.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/886327/+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 35223] Re: Laptop TFT monitor - brightness level is not saved

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Laptop TFT monitor - brightness level is not saved

Status in Gnome Powermanager:
  Confirmed
Status in “gnome-power-manager” package in Ubuntu:
  Triaged
Status in “gnome-power-manager” source package in Lucid:
  Triaged

Bug description:
  Every time I restart my computer, the monitors brightness has changed
  to the maximum possible. Please make it remember the settings.

  The computer is an IBM Thinkpad X-31 [2673-PXG] laptop. Full specification is 
available here :
  
http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-58212

  PLEASE NOTE: This bug has been filed on the WRONG package. I don't
  know which package or part of Ubuntu this error is part of.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/35223/+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 778630] Re: Metacity theme suddenly ignored

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Metacity theme suddenly ignored

Status in “metacity” package in Ubuntu:
  Expired

Bug description:
  In 11.04 (Natty) the Metacity theme suddenly changes to a basic theme
  with the exception of the title bar, which remains the same. Trying to
  change the theme results in the theming being fixed in some programs
  some of the time (such as Chrome) but not others (such as Nautilus).

  The problem can be solved by either logging out and back in, or by
  restarting. Have not yet tried killing Metacity and letting it
  restart. At any rate, this bug is annoying, not debilitating.

  Metacity version is 1:2.30.3-0ubuntu8.

  If any additional information is needed, just say so.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/778630/+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 879456] Re: Typeahead functionality for nautilus is broken

2011-11-11 Thread Micah Nordland
the version from proposed has fixed this for me

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

Title:
  Typeahead functionality for nautilus is broken

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “nautilus” source package in Oneiric:
  Fix Committed

Bug description:
  This bug is similar to: #857710 File selection by typing is buggy
  sometimes

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
    Installed: 1:3.2.1-0ubuntu1
    Candidate: 1:3.2.1-0ubuntu1

  However the person that was assigned to that bug told me to file a new one 
because supposedly it is a different bug.
  I installed the nautilus 1:3.2.1-0ubuntu1 package from ubuntu proposed and 
all packages related and I still experience the following  behavior:

  Expected behavior:

  - Open nautilus in ANY folder.
  - Start typing name of folder/file.
  - Nautilus selects folders/file matching as you type (one file at a time 
matching what is in the search/typeahead box).
  - Type backspace
  - Deletes the last character typed in search/typeahead box

  Actual Behavior

  - Open nautilus in ANY folder.
  - Start typing the name of a folder/file.
  - Sometimes the search box opens and sometimes it does not. (BUG)
  - If it does open, after a letter or two the search box disappears. (BUG)
  - If you change folders sometimes the box reappears as you start typing other 
times it disappears. (BUG)
  - If the box re-appears typing in Back-space does not delete the text present 
in the box, instead it navigates backwards (Unexpected behavior)
  - If it disappears It does not re-appear until you close and re-open 
nautilus. (BUG)

  This happens in ALL views (Icon, List, Compact) with or without status
  bar enabled (Some suggested that the status bar fixes this, it does
  not).

  The newly released packages (nautilus* 3.2.1) DO NOT fix this bug.

  I am on Ubuntu 11.10 64Bit Using Gnome 3.2 and Gnome Shell.
  Upgraded to this ubuntu since 10.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/879456/+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 224475] Re: [MASTER] Volume/brightness/eject key briefly changes window focus (e.g. makes Flash exit full screen)

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  [MASTER] Volume/brightness/eject key briefly changes window focus
  (e.g. makes Flash exit full screen)

Status in “firefox” package in Ubuntu:
  Invalid
Status in “flashplugin-nonfree” package in Ubuntu:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Invalid

Bug description:
  When a brightness, volume, or eject key is pressed on a keyboard,
  focus changes in the current window. At its mildest, this has odd
  visual effects. At its worst, it causes the Adobe Flash player to exit
  full-screen mode.

  Steps to reproduce, A:
  1. Start playing a movie full-screen with the Adobe Flash plug-in.
  2. Press a brightness, volume, or eject key on the keyboard.
  What happens: The Flash plug-in exits full screen.
  What should happen: It shouldn't.

  Steps to reproduce, B:
  0. Switch to a theme where the focused and unfocused selection colors are 
obviously different, e.g. New Wave.
  1. In any standard GTK text field (e.g. GEdit or Geany), select some text.
  2. Press a brightness, volume, or eject key on the keyboard.
  What happens: The selected text momentarily goes grey.
  What should happen: The selected text stays the same color.

  Steps to reproduce, C:
  1. Start writing an OpenOffice.org Writer document.
  2. Press a brightness, volume, or eject key on the keyboard.
  What happens: The insertion point disappears for as long as the key is being 
pressed.
  What should happen: The insertion point keeps blinking as normal.

  Steps to reproduce, D:
  1. In Firefox, tab to a link in a page, so that its URL appears in the status 
bar.
  2. Press a brightness, volume, or eject key on the keyboard.
  What happens: The URL momentarily disappears from the status bar.
  What should happen: The URL stays where it is.

  UPSTREAM ADOBE ISSUE: http://bugs.adobe.com/jira/browse/FP-902. Please
  register via the link in the top right and vote for and watch the
  issue if you are affected by it, so that it gets the appropriate
  amount of attention from Adobe.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Apr 30 01:57:44 2008
  DistroRelease: Ubuntu 8.04
  Package: flashplugin-nonfree 9.0.124.0ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
   SHELL=/bin/bash
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
  SourcePackage: flashplugin-nonfree
  Uname: Linux 2.6.24-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/224475/+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 764321] Re: Please add launcher quicklist for banshee

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Please add launcher quicklist for banshee

Status in Ayatana Design:
  Invalid
Status in Banshee Music Player:
  New
Status in “banshee” package in Ubuntu:
  In Progress

Bug description:
  Banshee does not have quicklist actions in Unity. The linked patch in
  comment #13 (attached in the upstream bug) is a preliminary patch
  towards resolving this issue, and will probably be the final patch
  assuming that the current set of quicklist actions added by the patch
  is acked and finalized.

  For now, the list is:-
  * Play
  * Pause
  * Stop
  * Previous
  * Next
  * Preferences.

  Play and Pause should probably be merged into Play/Pause using the
  banshee --toggle-playing option, as only one of those options is
  relevant at any point in time. However, while "Play" and "Pause" have
  already been localized by existing strings elsewhere, "Play/Pause" has
  not.

  And do we need Preferences? Perhaps that action should be just dropped
  from the quicklist outright.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/764321/+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 889327] [NEW] eventualmente al iniciar ubuntu 11.10 nautilus tiene una interfaz muy antigua (color gris) sin nada de estilo.

2011-11-11 Thread Elvis Condori
Public bug reported:

Nautilus y otras caracteristicas de la interfaz grafica de ubuntu 11.10
eventualmente inician incorrectamente, dando una apariencia muy antigua
(tipo windows 95, color gris, todos los iconos iguales). Al iniciar un
programa cualquiera todo es normal.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Nov 11 17:08:27 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  eventualmente al iniciar ubuntu 11.10 nautilus tiene una interfaz muy
  antigua (color gris) sin nada de estilo.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus y otras caracteristicas de la interfaz grafica de ubuntu
  11.10 eventualmente inician incorrectamente, dando una apariencia muy
  antigua (tipo windows 95, color gris, todos los iconos iguales). Al
  iniciar un programa cualquiera todo es normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Nov 11 17:08:27 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  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/889327/+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 889327] Re: eventualmente al iniciar ubuntu 11.10 nautilus tiene una interfaz muy antigua (color gris) sin nada de estilo.

2011-11-11 Thread Elvis Condori
-- 
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/889327

Title:
  eventualmente al iniciar ubuntu 11.10 nautilus tiene una interfaz muy
  antigua (color gris) sin nada de estilo.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Nautilus y otras caracteristicas de la interfaz grafica de ubuntu
  11.10 eventualmente inician incorrectamente, dando una apariencia muy
  antigua (tipo windows 95, color gris, todos los iconos iguales). Al
  iniciar un programa cualquiera todo es normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Nov 11 17:08:27 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  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/889327/+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 796872] Re: Serious Network Manager Issues with Mobile Broadband

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

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

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

Title:
  Serious Network Manager Issues with Mobile Broadband

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

Bug description:
  Binary package hint: network-manager-gnome

  Serious Network Manager Issues with Mobile Broadband

  
  There are several serious (and partially related) issues regarding the 
Network Manager Applet and Mobile Broadband using a USB Mobile Broadband 
dongle.  They occur on a netbook with Ubuntu 11.04 (fully updated, Gnome 
desktop).

  1/  The attached image shows the "Enable Mobile Broadband" option NOT
  ticked in the Network Manager Pull-Down Menu.  Yet there is a fully
  working connection via "Vodafone UK UMTS" Mobile Broadband.  Clearly,
  this cannot be correct.  But, furthermore, when ticking "Enable Mobile
  Broadband", then establishing a Mobile Broadband connection routinely
  (but not always) fails.

  2/  It is unclear which settings are required to smoothly establish a
  Mobile Broadband connection.  In the "Edit Connections" panel there
  are two options, "Connect Automatically" and "Available to All Users".
  In the Taskbar Pull-Down Menu, there is the option "Enable Mobile
  Broadband" and there is the possibility to click "Mobile Broadband >
  Connect".  It appears that selecting "Available to All Users" and
  ticking "Enable Mobile Broadband" give rise to major problems to
  establish a connection.  However, the behaviour of Network Manager in
  this regard is erratic, unpredictable and lacks consistency (see also
  3/).

  3/  When restarting the netbook -- both after a full "Shut Down" and after a 
"Suspend", and leaving the Mobile Broadband dongle in its USB port --, three 
scenarios may variously occur:
(1) a connection is automatically established;
(2) a connection is established only after clicking "Mobile Broadband > 
Connect";
(3) Network Manager switches off the dongle, and the dongle needs to be 
physically unplugged and re-inserted after a pause, followed by either (1) or 
(2) or (3).  Unplugging may be necessary up to five times.
  Which of these three scenarios actually materializes is unpredictable and 
varies, even though no configuration settings have been altered.

  4/  When the netbook is also within range of a Wi-Fi network, then
  Network Manager will make a second simultaneous connection (that is.
  not only via Mobile Broadband but also via Wi-Fi).  It is entirely
  unclear whether traffic is then routed via Mobile Broadband or via Wi-
  Fi.  The "Resources" tab of System Monitor also makes no distinction.
  Clearly, as Mobile Broadband comes with strict data limits, the
  ability to choose to direct traffic through Wi-Fi is elementary.

  5/  Network Manager lacks any accounting tools.  Because Mobile
  Broadband comes with strict data limits, it is elementary that both
  real time data consumption and cumulative data consumption can be
  monitored.  (System Monitor enables current data traffic monitoring,
  but it fails to differentiate between wired, Wi-Fi and Mobile
  Broadband; and it resets traffic to zero when a connection is
  interrupted.)  A simple task bar utility applet displaying current and
  cumulative Mobile Broadband data consumption (rather than a full-blown
  desktop application) is the obvious approach.  There is, however,
  nothing to this effect in the Ubuntu repos.

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

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


Re: [Desktop-packages] [Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-11-11 Thread Clint Byrum
Excerpts from Vad Kay's message of Thu Nov 10 19:39:21 UTC 2011:
> Yes, really guys, what about Maverick? Any idea when or if at all? 
> Thanks.
> 

Hi Vad. With Maverick down to just about 5 months of supported life
left, and two releases since it, we are only focusing on really high
priority fixes in Maverick. I'd recommend an update to 11.04 or 11.10,
since those have full support.

-- 
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 723861] Re: Right clicking on the desktop still displays the “Create Launcher...” option.

2011-11-11 Thread Tobias Fröschle
I don't quite get it:

The panel is definitely a /consumer/ of launchers (because you need them
to do anything usefrul with it). But, with removing the last /producer/
there is no longer a convenient way to create them - You all seem to be
expecting every single program will provide application launchers.
Leaving it as it is, would basically render the complete Unity panel
useless.

I do agree that creating custom launchers on the desktop is probably a
bad idea. I also agree that it did make sense to remove that function.
But I very much disagree that there is no replacement needed - There's
now now no convenient method to add custom programs to the panel.

How about an option on the panel itself to create a custom launcher in
there?

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

Title:
  Right clicking on the desktop still displays the “Create Launcher...”
  option.

Status in Ayatana Design:
  Fix Committed
Status in Nautilus:
  Fix Released
Status in Unity Foundations:
  Invalid
Status in “nautilus” package in Ubuntu:
  Fix Released

Bug description:
  Right clicking on the desktop still displays the “Create Launcher...”
  option.  This option needs to be removed and this functionality
  disabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723861/+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 772207] Re: version 173.14.30 driver is buggy for NVidia GeForce FX series

2011-11-11 Thread halw
Same problem with Kubuntu 11.10 on Dell 5150 laptop with Nvidia geforce
fx go5200 gpu. After activating 173 driver screen goes black after login
screen. Prior to login screens are full of odd patterns.

FWIW, this was a fresh install.

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

Title:
  version 173.14.30 driver is buggy for NVidia GeForce FX series

Status in Unity:
  Confirmed
Status in “jockey” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Video card: 01:00.0 0300: 10de:0322 (rev a1) "nVidia Corporation NV34
  [GeForce FX 5200] (rev a1)"

  Installed ubuntu Natty 11.04 and installed proposed "NVIDIA accelerated 
graphics driver (version 173)"
  nvidia-173 (version 173.14.30-0ubuntu1)

  After reboot the screen became 640x480 and unity login got stuck.
  Had to do "apt-get remove nvidia-173".

  In jockey show this "This driver is activated but not currently in use".
  nvidia-173 is the recommended driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/772207/+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 766804] Re: there are missing icons in banshee menu, such as the Write CD one

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  there are missing icons in banshee menu, such as the Write CD one

Status in DBus Menu:
  Confirmed
Status in “banshee” package in Ubuntu:
  Triaged
Status in “libdbusmenu” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: banshee

  I get the wrong icon, one that indicates something is missing, black
  with a red circle with a red slash on it

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: banshee 2.0.0-2ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  Date: Wed Apr 20 01:16:18 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=pt_BR:en
   LANG=en_US.UTF-8
   LC_MESSAGES=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to natty on 2011-04-10 (10 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbusmenu/+bug/766804/+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 735727] Re: Nautilus gets stuck in infinite loop on startup

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Nautilus gets stuck in infinite loop on startup

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  When I try to load Nautilus on Natty, it gets stuck in a loop spamming
  the .xsession-errors file with the following message:

  (nautilus:2732): Gtk-WARNING **:
  /build/buildd/gtk+3.0-3.0.3/./gtk/gtkstylecontext.c:2519: widget class
  `NautilusListView' has no style property named `font'

  this filled up my 90Gb home partition in a few hours..

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/735727/+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 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2011-11-11 Thread Tristan Schmelcher
I experience the problem with both battery power and AC power.

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

Title:
  Resume from suspend takes much more time when nvidia-current driver is
  installed.

Status in Light Display Manager:
  Invalid
Status in Unity:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete

Bug description:
  Meanwhile only a cursor is visible but "enter password to unlock" window 
accepts keyboard input so it is actually active in background just isn't 
displayed. Maybe some GTK issue?
  BTW it worked fine on alpha 2.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Aug 18 15:33:06 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=pl_PL.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-08-18 (0 days ago)
  modified.conffile..etc.lightdm.lightdm.conf: [modified]
  mtime.conffile..etc.lightdm.lightdm.conf: 2011-08-16T20:39:54.122603
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Jest katalogiem: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 
PDT 2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu2)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,decor,compiztoolbox,regex,move,winrules,place,imgpng,mousepoll,resize,grid,vpswitch,gnomecompat,session,animation,wall,unitymtgrabhandles,workarounds,fade,thumbnail,expo,scale,scaleaddon,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Log time: 2011-07-18 12:49:12.968254
  DistroCodename: oneiric
  DistroRelease: Ubuntu 11.10
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 280.13, 3.0.0-10-generic, x86_64: installed
   nvidia-current, 280.13, 3.0.0-11-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-10-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-11-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-9-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   nVidia Corporation GF108 [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation Device [104d:907a]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  JockeyStatus:
   xorg:nvidia_current - Sprzętowo przyspieszany sterownik grafiki NVIDIA 
(Własnościowy, Włączony, Używany)
   kmod:nvidia_current - nvidia_current (Własnościowy, Wyłączony, Nieużywany)
  MachineType: Sony Corporation VPCF1390X
  NonfreeKernelModules: nvidia
  Package: xorg-server (not installed)
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=0a9d93d9-414c-4222-9472-a3ee68458db1 ro nomodeset
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Tags:  oneiric running-unity oneiric running-unity ubuntu compiz-0.9
  Uname: Linux 3.0.0-11-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-09-22 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:svnSonyCorporation:pnVPCF1390X:pvrC607147L:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF1390X
  dmi.product.version: C607147L
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.lightdm.lightdm.conf: 2011-09-15T12:21:00.886202
  version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu5
  version.ia32-libs: ia32-libs 20090808ubuntu22
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  versi

[Desktop-packages] [Bug 67476] Re: Dialogs of background applications pop up in the foreground

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Dialogs of background applications pop up in the foreground

Status in The Metacity Window Manager:
  Confirmed
Status in “metacity” package in Ubuntu:
  Confirmed

Bug description:
  If an application is not in front and opens a dialog, the dialog will
  steal the focus and will be shown in front of all windows that cover
  the application's main window. This behavior can be seen e.g. in
  update-manger or evolution.

  The dialog should not be visible if it the whole main window is
  covered by other windows. The notification should be enough.

  The compiz gnome-window-decorator handles the dialogs correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/metacity/+bug/67476/+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 419143] Re: Printing from evince (and perhaps other GTK apps) to PostScript printers is broken ("0a" bytes inserted into PostScript output)

2011-11-11 Thread Till Kamppeter
svenmeier, can you post the PDF file with which you experience this
problem? Can you also follow the instructions in the sections "CUPS
error_log" and "Capturing print job data" of
https://wiki.ubuntu.com/DebuggingPrintingProblems? Thanks.

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

Title:
  Printing from evince (and perhaps other GTK apps) to PostScript
  printers is broken ("0a" bytes inserted into PostScript output)

Status in “cairo” package in Ubuntu:
  Triaged
Status in “cups” package in Ubuntu:
  Invalid
Status in “firefox” package in Ubuntu:
  Invalid
Status in “poppler” package in Ubuntu:
  Triaged
Status in “cairo” source package in Karmic:
  Won't Fix
Status in “cups” source package in Karmic:
  Invalid
Status in “firefox” source package in Karmic:
  Invalid
Status in “poppler” source package in Karmic:
  Invalid

Bug description:
  Binary package hint: cups

  When trying to print on an HP Laserjet 4100 (through network, no
  possibility to connect to USB) in karmic, A notification tells me that
  printing succeeded, but regarding of the document to be printed, only
  one page gets printed with the following error message (6 lines):

  
  ERROR: undefined
  OFFENDING COMMAND: 0a

  STACK:

  -mark-

  
  Other printers on the same network (e.g. OKI C7350) work flawlessly, also the 
same printer worked on intrepid and jaunty.

  WORKAROUND 1:
  Print from okular (KDE PDF viewer) or any other (non-gtk?) software.

  WORKAROUND 2:
  Use the fixed cairo packages from this PPA:
  https://launchpad.net/~janne-hyotyla/+archive/jhyotyla

  
  ===
  ProblemType: Bug
  Architecture: i386
  CupsErrorLog:
   E [26/Aug/2009:11:46:23 +0200] CUPS-Add-Modify-Printer: Unauthorized
   E [26/Aug/2009:11:59:45 +0200] CUPS-Add-Modify-Printer: Unauthorized
  Date: Wed Aug 26 12:02:29 2009
  DistroRelease: Ubuntu 9.10
  Lpstat:
   device for bioz3-hp4100: socket://131.152.19.90:9100
   device for bioz3-okic2: socket://131.152.19.56:9100
  MachineType: Dell Inc. Latitude D630
  Package: cups 1.3.11-2ubuntu1
  Papersize: letter
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles:
   bioz3-okic2: Oki C5900 Foomatic/Postscript
   bioz3-hp4100: HP LaserJet 4100 Series v.3010.107 Postscript (recommended)
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-6-generic 
root=UUID=a4e3ce99-2ce1-4bfa-b256-0135ea2c2244 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
  SourcePackage: cups
  Uname: Linux 2.6.31-6-generic i686
  dmi.bios.date: 07/23/2007
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd07/23/2007:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/419143/+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 885009] Re: gnome-panel crash and disappears

2011-11-11 Thread bas
I got it to. Seems ubuntu is falling a part. My unity is also broken. So
much for my desktop. Thinking about migrating to debian...

GLib-GObject-WARNING **:
/build/buildd/glib2.0-2.31.0/./gobject/gsignal.c:2295: signal
`size_request' is invalid for instance `0xd44c70'

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

Title:
  gnome-panel crash and disappears

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

Bug description:
  ~ $ gnome-panel

  GLib-GObject-WARNING **: 
/build/buildd/glib2.0-2.31.0/./gobject/gsignal.c:2295: signal `size_request' is 
invalid for instance `0x9c2e378'
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-panel 1: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
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Nov  1 20:46:23 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  SourcePackage: gnome-panel
  UpgradeStatus: Upgraded to oneiric on 2011-10-06 (26 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/885009/+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 680628] Re: Unable to print a document with evince, works correctly with Adobe Acrobat Reader

2011-11-11 Thread Olivier Berger
** Bug watch added: Debian Bug tracker #648461
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648461

** Also affects: cairo (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648461
   Importance: Unknown
   Status: Unknown

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

Title:
  Unable to print a document with evince, works correctly with Adobe
  Acrobat Reader

Status in Poppler:
  Fix Released
Status in “cairo” package in Ubuntu:
  Fix Released
Status in “poppler” package in Ubuntu:
  Fix Released
Status in “cairo” package in Debian:
  Unknown

Bug description:
  Binary package hint: evince

  When I try to print this pdf with evince the first page take more than one 
hour for been printed. 
  And when I use Adobe Acrobat Reader it take less than one minute.

  I've try on 2 others computer same behaviors.

  This is not the only pdf with this problems.

  
  I'm using Ubuntu 10.04 up to date.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: evince 2.30.3-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  NonfreeKernelModules: ath_hal
  Architecture: i386
  Date: Tue Nov 23 20:59:11 2010
  KernLog:
   
  ProcEnviron:
   LANGUAGE=fr_FR:fr:en_US:en
   PATH=(custom, user)
   LANG=fr_FR.utf8
   SHELL=/bin/bash
  SourcePackage: evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/poppler/+bug/680628/+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 772207] Re: version 173.14.30 driver is buggy for NVidia GeForce FX series

2011-11-11 Thread halw
** Tags added: 11.10 kubuntu

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

Title:
  version 173.14.30 driver is buggy for NVidia GeForce FX series

Status in Unity:
  Confirmed
Status in “jockey” package in Ubuntu:
  Confirmed
Status in “nvidia-graphics-drivers-173” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Video card: 01:00.0 0300: 10de:0322 (rev a1) "nVidia Corporation NV34
  [GeForce FX 5200] (rev a1)"

  Installed ubuntu Natty 11.04 and installed proposed "NVIDIA accelerated 
graphics driver (version 173)"
  nvidia-173 (version 173.14.30-0ubuntu1)

  After reboot the screen became 640x480 and unity login got stuck.
  Had to do "apt-get remove nvidia-173".

  In jockey show this "This driver is activated but not currently in use".
  nvidia-173 is the recommended driver.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/772207/+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 889307] [NEW] Deja-dup fails on large backups to Ubuntu One

2011-11-11 Thread dinky
Public bug reported:

Using a fresh install of 11.10 with all updates, Deja-dup fails with
status code 302 when trying to backup large amounts of data to Ubuntu
One. I have 25Gb available, and am trying to backup 9Gb. I have a fast
internet connection, and have no trouble using Unison to sync my
computer with my server each night. In trying to use deja-dup with
Ubuntu One however instead, the above problem occurs.

I have successfully been able to sync this data several folders at a
time, rather than all my files at once. While this works, it is
unacceptably slow and time consuming. I recently reinstalled 11.10, due
to other issues, and of course now my backups aren't recognised anymore
as a source to backup to, though they might work in a restore (haven't
tried them).

Using Ubuntu One with Deja-dup is a great concept, and I have bought
more storage so I can have an off-site backup for all of my business
files. Presently however, I'll need to look for other solutions. Just
about to try Deja-dup locally with my Ubuntu One folder as a work-
around. I believe this should work, however again it's not ideal.

I love the concept of being able to backup directly to Ubuntu One,
without needing a duplicate copy of material I'm backing up on my disk
drive. I am very happy to help trouble-shoot this, could you let me know
what I need to do? Thanks for including such a great concept into
Ubuntu's past release. Cheers.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: deja-dup 20.1-0ubuntu0.1
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: Sat Nov 12 08:18:55 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: deja-dup
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Deja-dup fails on large backups to Ubuntu One

Status in “deja-dup” package in Ubuntu:
  New

Bug description:
  Using a fresh install of 11.10 with all updates, Deja-dup fails with
  status code 302 when trying to backup large amounts of data to Ubuntu
  One. I have 25Gb available, and am trying to backup 9Gb. I have a fast
  internet connection, and have no trouble using Unison to sync my
  computer with my server each night. In trying to use deja-dup with
  Ubuntu One however instead, the above problem occurs.

  I have successfully been able to sync this data several folders at a
  time, rather than all my files at once. While this works, it is
  unacceptably slow and time consuming. I recently reinstalled 11.10,
  due to other issues, and of course now my backups aren't recognised
  anymore as a source to backup to, though they might work in a restore
  (haven't tried them).

  Using Ubuntu One with Deja-dup is a great concept, and I have bought
  more storage so I can have an off-site backup for all of my business
  files. Presently however, I'll need to look for other solutions. Just
  about to try Deja-dup locally with my Ubuntu One folder as a work-
  around. I believe this should work, however again it's not ideal.

  I love the concept of being able to backup directly to Ubuntu One,
  without needing a duplicate copy of material I'm backing up on my disk
  drive. I am very happy to help trouble-shoot this, could you let me
  know what I need to do? Thanks for including such a great concept into
  Ubuntu's past release. Cheers.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 20.1-0ubuntu0.1
  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: Sat Nov 12 08:18:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/889307/+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 828761] Re: Resume from suspend takes much more time when nvidia-current driver is installed.

2011-11-11 Thread che---
Hi Folks,

tested a bit more:

- on AC: no problems, runs fine
- logging out my user, suspending out of the lightdm greeter and resume: works 
fine
- choosing "change user" and suspending out of the lightdm greeter and resume: 
long delay with as described

Taking a look at CPU consumption during the long delays tells me that 1
core is occupied by compiz, for a long time by X, too.

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

Title:
  Resume from suspend takes much more time when nvidia-current driver is
  installed.

Status in Light Display Manager:
  Invalid
Status in Unity:
  Confirmed
Status in “compiz” package in Ubuntu:
  Confirmed
Status in “lightdm” package in Ubuntu:
  Invalid
Status in “nvidia-graphics-drivers” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Incomplete

Bug description:
  Meanwhile only a cursor is visible but "enter password to unlock" window 
accepts keyboard input so it is actually active in background just isn't 
displayed. Maybe some GTK issue?
  BTW it worked fine on alpha 2.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.3-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
  Uname: Linux 3.0.0-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Aug 18 15:33:06 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=pl_PL.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-08-18 (0 days ago)
  modified.conffile..etc.lightdm.lightdm.conf: [modified]
  mtime.conffile..etc.lightdm.lightdm.conf: 2011-08-16T20:39:54.122603
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Jest katalogiem: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 
PDT 2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu2)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,decor,compiztoolbox,regex,move,winrules,place,imgpng,mousepoll,resize,grid,vpswitch,gnomecompat,session,animation,wall,unitymtgrabhandles,workarounds,fade,thumbnail,expo,scale,scaleaddon,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Log time: 2011-07-18 12:49:12.968254
  DistroCodename: oneiric
  DistroRelease: Ubuntu 11.10
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-current, 280.13, 3.0.0-10-generic, x86_64: installed
   nvidia-current, 280.13, 3.0.0-11-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-10-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-11-generic, x86_64: installed
   virtualbox, 4.1.2, 3.0.0-9-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   nVidia Corporation GF108 [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Sony Corporation Device [104d:907a]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  JockeyStatus:
   xorg:nvidia_current - Sprzętowo przyspieszany sterownik grafiki NVIDIA 
(Własnościowy, Włączony, Używany)
   kmod:nvidia_current - nvidia_current (Własnościowy, Wyłączony, Nieużywany)
  MachineType: Sony Corporation VPCF1390X
  NonfreeKernelModules: nvidia
  Package: xorg-server (not installed)
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-11-generic 
root=UUID=0a9d93d9-414c-4222-9472-a3ee68458db1 ro nomodeset
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Tags:  oneiric running-unity oneiric running-unity ubuntu compiz-0.9
  Uname: Linux 3.0.0-11-generic x86_64
  UpgradeStatus: Upgraded to oneiric on 2011-09-22 (0 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 10/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:svnSonyCorporation:pnVPCF1390X:pvrC607147L:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF1390X
  dmi.product.version: C607147L
  dmi.sys.vendor: Sony Corporation
  mtime.conffile..etc.lightdm.lightdm.conf: 2011-09-15T12:21:00.886202
  version.compiz: compiz 1:0.9.5.94+bzr2803-0ubuntu5
  version.ia32-libs: ia32-libs 20090808ubuntu22
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version

[Desktop-packages] [Bug 889212] Re: LibreOffice window resize corruption in Xubuntu

2011-11-11 Thread Christopher M. Penalver
Jim McDonald, thank you for reporting this and helping make Ubuntu better. 
Please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 889212
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

Could you please attach a backtrace of the graphical corruption
following the steps noted in: https://wiki.ubuntu.com/Backtrace

** Package changed: libreoffice (Ubuntu) => xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  LibreOffice window resize corruption in Xubuntu

Status in “xorg” package in Ubuntu:
  Incomplete

Bug description:
  In Xubuntu 11.10 - using nVidia drivers [nvidia-current 280.13-0ubuntu6] - 
dual-screens. [not sure if this is a factor]
  LibreOffice version Installed: 1:3.4.3-3ubuntu2

  LibreOffice seems to not like being resized from the top or left sides of the 
window [or the top-left or bottom-right corners]. 
  If I resize from the bottom or right sides, it works fine and the window 
redraws normally [if a bit slow and klunky]. If I resize from the left or top 
sides/corners, the window does not redraw properly. It make it look as if the 
part you resized down has just disappeared, so for instance you can no longer 
see the title-bar or menu-bar if you resize down from the top. If you resize up 
or out from the top/left edges, it still doesn't redraw properly, and the added 
window space is filled with what appears to be corrupted desktop image data.

  Once the window is corrupted, alt-dragging the window doesn't help,
  but if you maximize then unmaximize the window [say from the task-bar]
  it then redraws properly.

  I've run across no other programs which exhibit this issue, only
  LibreOffice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/889212/+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 172977] Re: File Transfers Cannot be Paused

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  File Transfers Cannot be Paused

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

Bug description:
  File Transfers cannot be paused.  I have no idea if this is possible
  or even exists on other OS's (other than Ubuntu), but it would be a
  great addition if pausing a file transfer would be possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/172977/+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 22007] Re: no 'Settings' button in gnome-screensaver

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  no 'Settings' button in gnome-screensaver

Status in GNOME Screensaver:
  Won't Fix
Status in “gnome-screensaver” package in Ubuntu:
  Won't Fix

Bug description:
  There is no settings button in gnome-screensaver, thus I am unable to
  change the settings for any screensaver.

  Note: this bug is marked, upstream, as "won't fix."  Here is the given
  explanation why:
  http://live.gnome.org/GnomeScreensaver/FrequentlyAskedQuestions#head-
  64ef29e28226e09a3b849d8f00726cc004625c62

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/22007/+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 889307] Re: Deja-dup fails on large backups to Ubuntu One

2011-11-11 Thread dinky
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/889307

Title:
  Deja-dup fails on large backups to Ubuntu One

Status in “deja-dup” package in Ubuntu:
  New

Bug description:
  Using a fresh install of 11.10 with all updates, Deja-dup fails with
  status code 302 when trying to backup large amounts of data to Ubuntu
  One. I have 25Gb available, and am trying to backup 9Gb. I have a fast
  internet connection, and have no trouble using Unison to sync my
  computer with my server each night. In trying to use deja-dup with
  Ubuntu One however instead, the above problem occurs.

  I have successfully been able to sync this data several folders at a
  time, rather than all my files at once. While this works, it is
  unacceptably slow and time consuming. I recently reinstalled 11.10,
  due to other issues, and of course now my backups aren't recognised
  anymore as a source to backup to, though they might work in a restore
  (haven't tried them).

  Using Ubuntu One with Deja-dup is a great concept, and I have bought
  more storage so I can have an off-site backup for all of my business
  files. Presently however, I'll need to look for other solutions. Just
  about to try Deja-dup locally with my Ubuntu One folder as a work-
  around. I believe this should work, however again it's not ideal.

  I love the concept of being able to backup directly to Ubuntu One,
  without needing a duplicate copy of material I'm backing up on my disk
  drive. I am very happy to help trouble-shoot this, could you let me
  know what I need to do? Thanks for including such a great concept into
  Ubuntu's past release. Cheers.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: deja-dup 20.1-0ubuntu0.1
  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: Sat Nov 12 08:18:55 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: deja-dup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/889307/+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 82504] Re: gnome-panel autohides inconsistently

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  gnome-panel autohides inconsistently

Status in Desktop panel for GNOME:
  Confirmed
Status in “gnome-panel” package in Ubuntu:
  Triaged
Status in “metacity” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-panel

  Hi! I'm using Ubuntu Feisty (the latest version from the official
  repositories) and I have a bit of a problem with the gnome-panel.

  I set the panels in a very similar arrangement as the default one -- a
  panel on the top side of the screen and another on the bottom, with a
  few applets changed and shuffled. I set both panels to autohide, as I
  like having my full screen available for applications. I also tweaked
  a bit the settings using the configuration editor: I set the
  hide/unhide delay to zero, and the "size when hidden" also to zero.

  This works almost always exactly the way I wanted it: the panel
  disappear completely when not used, and appear instantly when needed.

  However, for some reason I can't determine, sometimes I notice that
  one of the panels (I've seen it happen to either at some point) remain
  unhidden, despite the mouse cursor being outside them, and even
  clicking inside the windows. If I enter the panel with the mouse (no
  click is necessary) it will then disappear when the cursor leaves it.

  Like I said, I haven't been able to notice exactly what causes the
  panel to remain up -- but it always happens after I did something with
  it (it never pops up by itself). It seems for some reason it misses
  (or doesn't receive) a mouse-leave event or something similar.

  Please let me know if I can help diagnosing this in any way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/82504/+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 790480] Re: Unable to re-open gradient editor

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

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

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

Title:
  Unable to re-open gradient editor

Status in “gimp” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: gimp

  After opening and closing the gradient editor, clicking the "Edit Gradient" 
or "New Gradient" buttons, double clicking the gradient icon, or right clicking 
and selecting "Edit Gradient" or New Gradient" does not re-open the editor.
  I'm using Ubuntu 11.04 (64 bit with Unity).

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

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


Re: [Desktop-packages] [Bug 668338] Re: Sigo sin poder abrir los correos

2011-11-11 Thread Juan Hernandez Jover
Sr. Curtis: Aunque no le conozco,yo también tengo UBUNTU,pero elegí para mi
correo el servidor de Gmail y me va estupendamente¿para que complicarme la
vida ?.Saludos,


Juan Hernández Jover
Te invito a visitar mi Web:http://somac.galeon.com

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

Title:
  Sigo sin poder abrir los correos

Status in “evolution” package in Ubuntu:
  Invalid

Bug description:
  En Evolution de UBUNTU sigo sin poder abrir los correos que me
  llegan.Por favor, díganme si saben solución.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/668338/+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 396448] Re: inconsistent automounting on startup

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  inconsistent automounting on startup

Status in obsolete project:
  Fix Released
Status in GVFS:
  Fix Released
Status in “devicekit-disks” package in Ubuntu:
  Fix Released
Status in “gvfs” package in Ubuntu:
  Fix Released
Status in “devicekit-disks” source package in Karmic:
  Fix Released
Status in “gvfs” source package in Karmic:
  Fix Released

Bug description:
  Binary package hint: devicekit-disks

  When starting a GNOME session without dk-disks running already, gvfs
  D-BUS activates dk-disks, which causes an automount attempt on
  internal hard disks. This doesn't happen if dk-disks is already
  running.

  I suspect it's due to dk-disks sending out "new volume" events during
  coldplugging.

  Reproducer:

    ps ux|grep gvfs|awk '{print $2}'|xargs kill
    gvfs-mount -l

  This does not trigger automounting. However, if this spawns dk-disks
  it happens:

    sudo killall devkit-disks-daemon
    ps ux|grep gvfs|awk '{print $2}'|xargs kill
    gvfs-mount -l

To manage notifications about this bug go to:
https://bugs.launchpad.net/devicekit/+bug/396448/+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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

Status in NetworkManager:
  New
Status in “dbus” package in Ubuntu:
  Fix Released
Status in “dhcdbd” package in Ubuntu:
  Invalid
Status in “netbase” package in Ubuntu:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “samba” package in Ubuntu:
  Invalid
Status in “sysvinit” package in Ubuntu:
  Invalid
Status in “wpasupplicant” package in Ubuntu:
  Confirmed
Status in “dbus” source package in Lucid:
  New
Status in “dhcdbd” source package in Lucid:
  Invalid
Status in “netbase” source package in Lucid:
  New
Status in “network-manager” source package in Lucid:
  New
Status in “samba” source package in Lucid:
  New
Status in “sysvinit” source package in Lucid:
  New
Status in “wpasupplicant” source package in Lucid:
  New
Status in “dbus” source package in Natty:
  New
Status in “dhcdbd” source package in Natty:
  Invalid
Status in “netbase” source package in Natty:
  New
Status in “network-manager” source package in Natty:
  New
Status in “samba” source package in Natty:
  New
Status in “sysvinit” source package in Natty:
  New
Status in “wpasupplicant” source package in Natty:
  New
Status in “sysvinit” package in Debian:
  New

Bug description:
  IMPORTANT: this bug has enough information; please don't post
  _anything_ unless a developer asks for specific feedback! By posting
  to this bug you only make it harder for a developer to spot the gem
  comments. Please use the "me too feature" of launchpad to signal that
  you are affected and would like to see this fixed.

  I installed smbfs,and then put some entries into /etc/fstab, so they 
automount on startup. An example of this is here:
  ///  /home/hamish/  cifs  
credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000
  0  0

  ** note the use of "cifs" in the lines above **

  (The username and password are in the .smbcredentials file)

  On startup, for each entry in the /etc/fstab file, I get the following in 
dmesg:
  [   70.495504]  CIFS VFS: Error connecting to IPv4 socket. Aborting operation
  [   70.495569]  CIFS VFS: cifs_mount failed w/return code = -101
  But the shares are mounted, and a nautilus session opens up (which is also 
annoying...)

  Also logging off with CIFS shares mounted in /etc/fstab, it sits with an 
error message:
  CIFS VFS: server not responding
  CIFS VFS: no response for cmd 50 mid 
  And takes about 2 minutes to timeout. This also happened with Gutsy

  Should the timing of the mounting and dismounting be changed so that
  it works? It is related to the starting of network-manager and CIFS
  shares trying to connect on startup *before* the network is up, and
  dismounting the shares *after* network-manager is stopped.

  Hamish

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/211631/+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 206860] Re: Floppy drive label icon changes to "1, 5 GB Media" and don't go back to "Floppy Drive" anymore

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Floppy drive label icon changes to "1,5 GB Media" and don't go back to
  "Floppy Drive" anymore

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

Bug description:
  Binary package hint: gvfs

  When I unmount the floppy disk, the floppy drive is not named "Floppy
  drive" anymore: it's named "1,5 MB Media".

  Steps to reproduce:

  1. Insert a floppy disk in the drive.
  2. Click on it to mount it.
  3. Unmount it (with right-click and selecting "Unmount").

  Expected behavior:

  The floppy disk icon says "Floppy Drive", like in the beginning (i.e.
  before you mount any floppy disk).

  Actual behaviour:

  The floppy disk icon still says "1,5 GB Media", as it says before
  unmount it. The icon will never be "Floppy Drive" anymore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/206860/+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 221112] Re: Can't use space bar in search bar when using french alternative keyboard

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Can't use space bar in search bar when using french alternative
  keyboard

Status in libgnomekbd:
  Confirmed
Status in Listen, a Music player and management:
  Confirmed
Status in Quod Libet is a GTK+-based audio player written in Python.:
  Unknown
Status in The Rhythmbox Music Management Application:
  Confirmed
Status in SciTE - A free source code editor for Win32 and X:
  New
Status in central project for keyboard configuration:
  Confirmed
Status in “quodlibet” package in Ubuntu:
  Invalid
Status in “rhythmbox” package in Ubuntu:
  Fix Released
Status in “xkeyboard-config” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: rhythmbox

  I tried to search for "The Do" in the search bar, but the space bar
  didn't write a space. Instead, it played the currently selected song
  (space is the shortcut for playing/pausing the song). I've just
  installed the last Hardy release candidate.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Apr 23 19:30:12 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/rhythmbox
  NonfreeKernelModules: nvidia
  Package: rhythmbox 0.11.5-0ubuntu6
  PackageArchitecture: i386
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  Uname: Linux 2.6.24-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/libgnomekbd/+bug/221112/+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 767040] Re: Firefox doesn't use overlay scrollbars

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Firefox doesn't use overlay scrollbars

Status in “firefox” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: firefox

  The Firefox 4 browser in 11.04 doesn't use Unitys scrollbars (the light ones 
with the up/down button showing as soon as you move the mouse pointer over it).
  Instead, it uses standard scrollbars.

  I believe this is an inconsistency in the UI, as other programs (e.g.
  Nautilus) show them correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0+nobinonly-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia wl
  Architecture: i386
  Date: Wed Apr 20 12:55:44 2011
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 4.0+nobinonly-0ubuntu3
   flashplugin-installer 10.2.159.1ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin 1.1~20110406-0ubuntu2
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
  ProcEnviron:
   LANGUAGE=de:C:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/767040/+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 670224] Re: I CAN NOT INSTALL APPS FROM SOFTWARE CENTER

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  I CAN NOT INSTALL APPS FROM SOFTWARE CENTER

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

Bug description:
  WHEN I TRY  TO INSTALL A MESSAGE APPEARS THAR PREVIOUS INSTALLATION
  WAS CLOSED IN A UNFRIENDLY WAY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/670224/+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 15442] Re: panels change their position between logins

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  panels change their position between logins

Status in Desktop panel for GNOME:
  Confirmed
Status in “gnome-panel” package in Ubuntu:
  Triaged

Bug description:
  I changed the positioning of the default panels as follows:
  * Top Panel to the top of the desktop (as it is default)
  * Bottom Panel to the top of the desktop, but below the Top Panel

  After logging in again, the Bottom Panel is above the Top Panel at the top of
  the screen, not anymore below the screen. After changing the positions again 
and
  logging in, the bottom panel gets loaded above the top panel again.
  Saving the current setup at logout does not change this behaviour.  

  I suppose this is a problem with the timing of the panels at bootup, as the
  first panel that gets loaded is positioned at the top, the second panel that 
is
  loaded is positioned below it. 
  When adding a third panel and positioning it at the top but below the other 
two,
  it remails the lowest panel after logging in.

  http://bugzilla.gnome.org/show_bug.cgi?id=126990:
  http://bugzilla.gnome.org/show_bug.cgi?id=126990

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/15442/+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 124440] Re: gnome needs a way to manipulate scroll speed

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  gnome needs a way to manipulate scroll speed

Status in GTK+ GUI Toolkit:
  Confirmed
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  This has been driving me nuts for a while now. The scroll wheel on my
  desktop mouse (it's an MS wireless optical mouse model 1008) scrolls
  rather fast. Instead of moving a few lines, it scrolls half a page or
  more with a very gentle scroll. The bluetooth mouse I use with my
  laptop does not do this so it's probably somewhat hardware specific.
  However, I'm wondering if there is a way to modify the speed or
  sensitivity. I found an answer here from about a year ago
  (https://answers.launchpad.net/ubuntu/+question/1339) that suggests
  there isn't a way but I'm wondering if anything has changed since
  then. I've also skimmed through synaptic but didn't see anything
  promising (like gsynaptic for touchpads).

  Thanks.

  See https://answers.launchpad.net/ubuntu/+question/9200 for more
  information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/124440/+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 603871] Re: firefox error dont know why it is suddenly closing

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  firefox error dont know why it is suddenly closing

Status in “firefox” package in Ubuntu:
  Expired

Bug description:
  dont know why firefox is suddenly closing while working any help
  regarding this

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/603871/+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 640374] Re: Key ring prevents Screenlock locking

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Key ring prevents Screenlock locking

Status in Unity Applications Lens:
  Invalid
Status in “gnome-screensaver” package in Ubuntu:
  New
Status in “unity-place-applications” package in Ubuntu:
  Invalid

Bug description:
  When booting into 10.10. netbook remix the keyring prevents the screenlock 
from locking the screen if the password for the keyring is not entered.
  The result is that screenlock is done straigth after entering the password 
for the keyring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-applications/+bug/640374/+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 654587] Re: nautilus not launching when clicking Home Documents etc in Places

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  nautilus not launching when clicking Home Documents etc in Places

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  well nautilus bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/654587/+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 389184] Re: Ctrl+Delete operation is too greedy

2011-11-11 Thread Curtis Hovey
** No longer affects: gedit

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

Title:
  Ctrl+Delete operation is too greedy

Status in GTK+ GUI Toolkit:
  New
Status in “gtk+2.0” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: gedit

  The Ctrl+Delete action is too greedy, it deletes muc more than I
  expect and more than any other application I have used.

  In gedit, it seems to delete all non-alphanumeric characters, plus the
  next "word". Normally this function only deletes one set of
  characters. For example, if you have the string:

  . a b

  Then using Ctrl+Delete from the start of the line should only delete
  the punctuation and space. In gedit, however, it also deletes the set
  of a's.

  Similar things happens for Ctrl+Left or Ctrl+Right - the cursor moves
  a lot further than it should.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/389184/+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 534475] Re: GDM facebrowser grows unusually wide on large screens

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  GDM facebrowser grows unusually wide on large screens

Status in GDM: The Gnome Display Manager:
  Invalid
Status in “gdm” package in Ubuntu:
  Invalid

Bug description:
  On my 1920x1080 display, the GDM facebrowser appears to occupy 1/3 of
  the screen (nearly 700px). The facebrowser should use a fixed width
  allocation (I'm guessing something in the neighborhood of 500px but
  I'll defer to someone more visually inclined) because when username
  and password fields are given more than 4x the amount of space they
  need, the experience seems accidental.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/534475/+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 531829] Re: rhythmbox should auto mount filesystems where music folders are configured on startup

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  rhythmbox should auto mount filesystems where music folders are
  configured on startup

Status in The Rhythmbox Music Management Application:
  New
Status in “rhythmbox” package in Ubuntu:
  Triaged

Bug description:
  
  If music folders added to Rhythmbox are from a different filesystem thats not 
auto-mounted at bootup, when we open rhythmbox, it doesnt find any music. 
Instead, after we add folders containing music to Rhythmbox, it should keep 
track of the file-systems and mount them when needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/531829/+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 888662] Re: Web browsers should share the cache

2011-11-11 Thread Fred
Axel Beckert wrote:
> It actually is a good _idea_, just not a very realistic one. :-(

Stallman once wanted to create a free software operating system.
Many would say that it is not a very realistic idea.

Many maybe would say the XDG standard was a good idea, but not a very realistic 
one.
Now plenty of applications save under ~/.config/

If there is a will, there is a way.
For starters, browsers which share the same cache format could have their 
directories symlinked.

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

Title:
  Web browsers should share the cache

Status in “amaya” package in Ubuntu:
  New
Status in “chimera2” package in Ubuntu:
  New
Status in “dillo” package in Ubuntu:
  New
Status in “dooble” package in Ubuntu:
  New
Status in “elinks” package in Ubuntu:
  New
Status in “epiphany-browser” package in Ubuntu:
  New
Status in “links” package in Ubuntu:
  New
Status in “links2” package in Ubuntu:
  New
Status in “luakit” package in Ubuntu:
  New
Status in “lynx-cur” package in Ubuntu:
  Invalid
Status in “netrik” package in Ubuntu:
  New
Status in “netsurf” package in Ubuntu:
  New
Status in “surf” package in Ubuntu:
  New
Status in “uzbl” package in Ubuntu:
  New
Status in “w3m” package in Ubuntu:
  New
Status in “xxxterm” package in Ubuntu:
  New

Bug description:
  Web browsers should share the browser cache;
  * Reduce disk usage
  * Reduce network bandwidth usage
  * Make it easier to clean the cache
  * Unify and centralize common cache

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amaya/+bug/888662/+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 600680] Re: reboots while browsing Zap2it.com in firefox

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  reboots while browsing Zap2it.com in firefox

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  when I browse to Zap2it .com,  system will hang and suddenly reboot.
  then get "embarrassing" message from Firefox.  Seems to have to do
  with a lot of advertising being uploaded  .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/600680/+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 506404] Re: System menu in top panel also shows logout/shutdown when using indicator-applet-complete

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  System menu in top panel also shows logout/shutdown when using
  indicator-applet-complete

Status in “gnome-panel” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: indicator-applet

  its fine when using indicator-applet-session but when only using
  indicator-applet-complete system menu also shows the options of
  logout/shutdown

  ProblemType: Bug
  Architecture: i386
  Date: Tue Jan 12 18:02:32 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Alpha i386 (20100112)
  Package: indicator-applet-complete 0.3.1-0ubuntu3
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-10.14-generic
  SourcePackage: indicator-applet
  Tags:  ubuntu-unr lucid
  Uname: Linux 2.6.32-10-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/506404/+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 668338] Re: Sigo sin poder abrir los correos

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Sigo sin poder abrir los correos

Status in “evolution” package in Ubuntu:
  Invalid

Bug description:
  En Evolution de UBUNTU sigo sin poder abrir los correos que me
  llegan.Por favor, díganme si saben solución.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/668338/+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 783642] Re: brightness issue. brightness decreases by itself

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  brightness issue. brightness decreases by itself

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

Bug description:
  Binary package hint: unity

  15 to 20 minutes after increasing the brightness, the brightness
  automatically decreases to something that is quite difficult to read
  the screen. this happened at least 3 times in the last hour.

  am using 11.04 on trial basis on a toshiba nb305 netbook.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1024x600
   edid-base64: 
AP///wBMo05UAAASAQOAFg14CoWVmVdPjyYhUFQBAQEBAQEBAQEBAQEBAQEBGxUAQEFYRiAYiDYA330ZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxMDFOVDAyLVQwMQogAOA=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Mon May 16 19:28:31 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  GdmLog1:
   
  GdmLog2:
   
  GraphicsCard:
   Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] 
(prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Device [1179:ff30]
 Subsystem: Toshiba America Info Systems Device [1179:ff30]
  LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  LiveMediaBuild_: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  LiveMediaBuild__: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  MachineType: TOSHIBA TOSHIBA NB305
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt 
cdrom-detect/try-usb=true file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/03/2010
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V1.70
  dmi.board.name: NPVAA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.70:bd06/03/2010:svnTOSHIBA:pnTOSHIBANB305:pvrPLL3AC-00F014:rvnTOSHIBA:rnNPVAA:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: TOSHIBA NB305
  dmi.product.version: PLL3AC-00F014
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/783642/+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 784435] Re: Dragging and dropping a file directly on to the Thunderbird or Evolution Launcher icons should open a new email with the file attached

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Dragging and dropping a file directly on to the Thunderbird or
  Evolution Launcher icons should open a new email with the file
  attached

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Confirmed
Status in obsolete project, use ayatana-design instead:
  Invalid
Status in “evolution” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Desired functionality:

  Dragging and dropping a file directly on to the Thunderbird or
  Evolution Launcher icons should open a new email with the file
  attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/784435/+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 805995] Re: Separate layout for each window doesn't work

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Separate layout for each window doesn't work

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

Bug description:
  I have two layouts set (German and Russian). Separate layout for each
  window  is set. But doesn't work

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.16-0ubuntu1~natty1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,place,vpswitch,move,gnomecompat,switcher,regex,mousepoll,resize,session,snap,imgpng,animation,unitymtgrabhandles,workarounds,wall,expo,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Tue Jul  5 16:40:35 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] [1002:9612] 
(prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:028d]
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  MachineType: eMachines eMachines E627
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=7f5ff894-7331-4556-8a32-dfbb247424ce ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgLogOld:
   
  dmi.bios.date: 10/20/2009
  dmi.bios.vendor: eMachines
  dmi.bios.version: V1.08
  dmi.board.name: eMachines E627
  dmi.board.vendor: eMachines
  dmi.board.version: V1.08
  dmi.chassis.type: 10
  dmi.chassis.vendor: eMachines
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvneMachines:bvrV1.08:bd10/20/2009:svneMachines:pneMachinesE627:pvrV1.08:rvneMachines:rneMachinesE627:rvrV1.08:cvneMachines:ct10:cvrV1.08:
  dmi.product.name: eMachines E627
  dmi.product.version: V1.08
  dmi.sys.vendor: eMachines
  version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/805995/+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 786767] Re: Ecrypted removeable disks dont appear as removeable disk in Unity dock

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Ecrypted removeable disks dont appear as removeable disk in Unity dock

Status in Unity:
  New
Status in “nautilus” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: unity

  When i plug a Encrypted e-sata disk, it dont appear like my encrypted
  pendrive in unity dock. If i open nautilus and mount partition
  (Insering my password and etc.), it appears but now with the FS name,
  but as "500GB Encrypted".

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/786767/+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 603126] Re: new software installation problem

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  new software installation problem

Status in “software-center” package in Ubuntu:
  Invalid
Status in Baltix GNU/Linux:
  New

Bug description:
  i am using ubuntu 10.04 .i am having problem in installing software
  from 'ubuntu software center' when i try to install any thing it says
  'requires installation of untrusted pakages' and then installation
  fails. please help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/603126/+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 274405] Re: network manager slow to reconnect after suspend/resume

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  network manager slow to reconnect after suspend/resume

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

Bug description:
  Binary package hint: network-manager-gnome

  On my Thinkpad T61 with Intel 3945abg (iwl3945 driver), Network
  Manager usually takes around 1 minute before trying to reconnect to my
  WiFi router. I noticed that if I run the following command:

  # iwlist eth1 scan

  Network Manager seems to "wake-up" right after the scan is complete
  and connects right away.

  Would there be a way to send a signal upon resume that would trigger
  the same "wake-up" call?

  *** I'm running Intrepid Ibex updated multiple time a day.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/274405/+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 257190] Re: Setting status to 'Hidden' changes status to 'Busy' instead

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Setting status to 'Hidden' changes status to 'Busy' instead

Status in Chat app, and Telepathy user interface:
  Invalid
Status in Jabber/XMPP connection manager:
  Fix Released
Status in “empathy” package in Ubuntu:
  Fix Released
Status in “telepathy-gabble” package in Ubuntu:
  Fix Released
Status in “telepathy-haze” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: empathy

  Using MSN, Yahoo and Jabber. Setting 'Hidden' sets your status as
  'Busy'.

  Reproduce:

   * Run Empathy. (your preferred method).
   * Use MSN (haze), Yahoo or Jabber.
   * Try to set status to 'Hidden' from drop down menu.

  What happens:

   * Status is set to 'Busy'.

  What should happen:

   * Status should be set to 'Hidden'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/257190/+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 303821] Re: After 8.04->8.10 upgrade sound stopped working hda-intel + ALC883

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  After 8.04->8.10 upgrade sound stopped working hda-intel + ALC883

Status in ALSA driver:
  Invalid
Status in The Linux Kernel:
  New
Status in “empathy” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Won't Fix
Status in “policykit” package in Ubuntu:
  Invalid

Bug description:
  machine: aopen 945-DVR minipc.
  Sound worked perfectly until an upgrade to Intrepid Ibex 8.10. After that no 
sound, only a tick occasionly.
  Did all fixes i could find on internet, including compile of alsa drivers. It 
still does not work.  Hear some ticks occasionly when tweaking sound in 
alsamixer.
  I have seen an account of an person with an identical system and the same 
happening.

  dmesg attached
  see also  
http://www.alsa-project.org/db/?f=6d40ce3c6d604dfdce52967e18dbcf90b532b4d4

  
  aplay -l
   Lijst van PLAYBACK hardware-apparaten 
  kaart 0: Intel [HDA Intel], apparaat 0: ALC888 Analog [ALC888 Analog]
Sub-apparaten: 1/1
Sub-apparaat #0: subdevice #0
  kaart 0: Intel [HDA Intel], apparaat 1: ALC888 Digital [ALC888 Digital]
Sub-apparaten: 1/1
Sub-apparaat #0: subdevice #0

  
  lspci -v
  00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, fast devsel, latency 0
Capabilities: 
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

  00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fde8 (32-bit, non-prefetchable) [size=512K]
I/O ports at ff00 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at fdf8 (32-bit, non-prefetchable) [size=256K]
Capabilities: 
Kernel modules: intelfb

  00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 
943/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, fast devsel, latency 0
Memory at fdf0 (32-bit, non-prefetchable) [size=512K]
Capabilities: 

  00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fdff8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

  00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: c000-cfff
Memory behind bridge: fdb0-fdbf
Prefetchable memory behind bridge: fd80-fd8f
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

  00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: e000-efff
Memory behind bridge: fdd0-fddf
Prefetchable memory behind bridge: fdc0-fdcf
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

  00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 02)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at fe00 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

  00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 02)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at fd00 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

  00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 02)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at fc00 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

  00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 02)
Subsystem: AOPEN Inc. Device 0626
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at fb00 [size=32]

[Desktop-packages] [Bug 304958] Re: Network manager handles teredo interface inappropriately

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Network manager handles teredo interface inappropriately

Status in “miredo” package in Ubuntu:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: network-manager

  Teredo interface sometimes disappears when I move from one wlan to another.
  I think this is because network manager fails to communicate environmental 
changes to miredo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/miredo/+bug/304958/+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 440897] Re: Widgets in a maximized gnome-language-selector window are distorted

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Widgets in a maximized gnome-language-selector window are distorted

Status in “language-selector” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: language-selector

  As you can see in the attached screenshot gnome-language-selector is
  looking ugly when maximized. This is especially effecting ubuntu-
  netbook-remix, since this dialog is started maximized there by
  default.

  version of language-selector: 0.4.11
  Tested with:
 * ubuntu live session  (20090929.2 build)
 * ubuntu-netbook-remix (20090930.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/440897/+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 487208] Re: Make tooltips consistent with Ubuntu's look and feel

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Make tooltips consistent with Ubuntu's look and feel

Status in GTK+ GUI Toolkit:
  Fix Released
Status in One Hundred Paper Cuts:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Fix Released
Status in “light-themes” package in Ubuntu:
  Fix Released

Bug description:
  The Fedora guys did some brilliant work on improving the appearance
  and behavior of tooltips in Fedora 12:

  "GTK+ tooltips have traditionally been yellowish, and have a strong
  smell of Windows 3.x. In Fedora 12, they will come in a fresh blue,
  with nice rounded corners and a touch of translucency. We have also
  improved the positioning algorithm to avoid covering the tool that the
  tip refers to, as well as appear in a more predictable position."
  (http://blogs.fedoraproject.org/wp/mclasen/2009/10/26/5-little-
  things/)

  As this great work is landing upstream and should be available in time
  for Lucid, we should be sure to make Ubuntu's tooltips consistent with
  Ubuntu's unique look at feel.

  More info:
  http://blogs.gnome.org/mccann/2009/11/01/just-leave-it-on-the-counter/
  http://ubuntuforums.org/showthread.php?t=1310730

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/487208/+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 459940] Re: Launching totem when frei0r-plugins is installed shows: Could not load classifier cascade

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Launching totem when frei0r-plugins is installed shows: Could not load
  classifier cascade

Status in Minimalistic plugin API for video effects:
  Fix Released
Status in GStreamer Plugins (Bad):
  Invalid
Status in “empathy” package in Ubuntu:
  Invalid
Status in “frei0r” package in Ubuntu:
  Triaged
Status in “opencv” package in Ubuntu:
  Invalid
Status in “rhythmbox” package in Ubuntu:
  Invalid
Status in “totem” package in Ubuntu:
  Invalid
Status in “frei0r” package in Debian:
  New

Bug description:
  Binary package hint: empathy

  Starting empathy from the menu does nothing. From the terminal I get
  the following error message:

  ERROR: Could not load classifier cascade 
/usr/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml
  Virhe uudelleenskannatessa rekisteriä , child terminated by signal
  Run 'empathy --help' to see a full list of available command line options.

  (empathy:3052): empathy-WARNING **: Error in empathy init: Virhe
  uudelleenskannatessa rekisteriä , child terminated by signal

  (Virhe uudelleenskannatessa rekisteriä = Error in rescanning the
  registry)

  EDIT: Lucid status is in comment 26.

  ProblemType: Bug
  Architecture: i386
  Date: Sat Oct 24 20:22:39 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release Candidate i386 
(20091020.3)
  Package: empathy 2.28.1-1ubuntu1
  ProcEnviron:
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: empathy
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/frei0r/+bug/459940/+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 516370] Re: DSL does n't work in 9.10

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  DSL does n't work in 9.10

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

Bug description:
  DSL does not work in Ubuntu 9.10. I set up as it was in Ubuntu 9.04, but does 
not connect.
  I saw many people with the same problem in Internet forums.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/516370/+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 61237] Re: Drag 'n Drop in list view doesn't work

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Drag 'n Drop in list view doesn't work

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

Bug description:
  Updating description to be clearer: Copy&Paste from
  http://bugzilla.gnome.org/show_bug.cgi?id=102501 (I see this on
  Hardy):

  Description of Problem:
  It is near-impossible to drop a file into a folder that is in list view
  and contains only subdirectories.

  Steps to reproduce the problem:
  1. Create a folder with a number of sub-directories, enough so
  that the list view will have to scroll.
  2. Try to drop a file or directory from another window or the
  desktop into the list.
  3. Cringe as you cannot get the file not to drop into one of the
  sub-directories

  Actual Results:
  File ends up in a sub-directory

  Expected Results:
  File ends up where I wanted it

   Original Description:

  similar to bug #49348 (no lasso selection in list view) it is
  impossible to DnD a file into a folder when in list view. Note:
  dragging the file in between other files, not folders. You can drag
  them into a folder just fine, in list view. But to have a file append
  a list of other files in a folder, you'd have to 'move up' one level
  in the filesystem hierarchy, and drag the file into the right folder.

  It can off course be dragged to the tree, but to an ex-Win user this
  is strange. Lasso selection and DnD do work in Explorer.

  Moreover, in icon view, lasso selection and DnD are not a problem, so
  this would confuse the user (I guess). "Hey, yesterday I could DnD
  just fine, but in this folder it won't work".

  Ubuntu Dapper, up-to-date system (filing from another system, so I
  can't give the exact version numbers).

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/61237/+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 51255] Re: No 12-hour clock available in Colombia

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  No 12-hour clock available in Colombia

Status in The GNU C Library:
  Fix Released
Status in Desktop panel for GNOME:
  Invalid
Status in “gnome-panel” package in Ubuntu:
  Invalid
Status in “langpack-locales” package in Ubuntu:
  Fix Released

Bug description:
  The GNOME panel clock seems to only have 24-hour, UNIX and Internet
  time formats available when using the spanish language, in 6.06 LTS.
  The 12-hour format shows up properly again when the language is set to
  English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glibc/+bug/51255/+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 424315] Re: remove "focus" effect of clock applet

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  remove "focus" effect of clock applet

Status in Desktop panel for GNOME:
  New
Status in “gnome-panel” package in Ubuntu:
  Triaged

Bug description:
  Bug happens in two scenarios:

  A: The brown background of the clock applet has to be a bug. Tell me,
  if i'm wrong! Reboot your system, don't click anything and hover your
  mouse cursor over the gnome-panel to reproduce (take a look at the
  screenshot attached below). You will notice a brown mouse over effect
  of the clock applet although the mouse cursor is located at a
  different position of the panel. The first time you click on something
  this won't happen anymore.

  B: To reproduce:
  1. Boot Ubuntu.
  2. right-click on the clock applet (makes the calendar appear)
  3. right-click again on the clock applet (make the calender disappear again)
  4. In the panel, click either of the icons of the indicator applet
  5. result: the "button" of the clock is getting an orange/rose background 
colour

  The clock applet is focused in both the scenarios causing this "false
  focus" to be noticeable

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-panel/+bug/424315/+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 723865] Re: When a new storage device is inserted it should only appear in the Launcher.

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  When a new storage device is inserted it should only appear in the
  Launcher.

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Invalid
Status in Unity 2D:
  Invalid
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Invalid
Status in “unity-2d” package in Ubuntu:
  Invalid

Bug description:
  Description:  When a new storage device is inserted it currently
  appears in two places:  in the Launcher and on the desktop.

  Desired resolution:  When a new storage devices is inserted it should
  only appear in the Launcher.  It should not appear on the desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723865/+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 575702] Re: Orca read first line of package descriptions paragraph

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Orca read first line of package descriptions paragraph

Status in Ubuntu Software Center:
  Invalid
Status in “software-center” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: software-center

  Orca reads only the first line of package description. In accerciser
  package page, orca starts reading the paragraph as

  "READONLY TEXT It uses AT-SPI to inspect and control widgets, allowing
  you to check if an "

  Software-center seems to expose the paragraph text properly but
  somehow it is not read by the screen reader.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: software-center 2.0.2
  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: Wed May  5 15:58:30 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/575702/+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 523018] Re: Bug in Firefox on ubuntu 9.10 2.6.31.19

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Bug in Firefox on ubuntu 9.10 2.6.31.19

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
   I notice a bug in Firefox 3.5 in "ubuntu" 9.10 2.6.31.19 (all upgrade 
executed). 
   That mistake i have on 3 PC.
   Whith Windows Vista, XP Sp3, Windows 7 , no mistake, alla correct.
   The question is:
   - Please, on "ubuntu" 9.10 visit the site :
 www.ipiastrelli.it
   - At the start
  - on the Left click on "Biografia"
  - on the right read :  " I POP  Piastrelli "
  - This description at the end is breack
(Tutti i pezzi ... ??? ) Wrong ! Interrupted ?

 Best regard   -   Vigliarolo Italo - Ivrea (TO) - Italy

  
   e-mailvigliarolo.it...@libero.it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/523018/+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 889301] [NEW] Empathy not registering providers set up using gnome-online-accounts

2011-11-11 Thread Michel Alexandre Salim
Public bug reported:

After setting up my Google account in System Settings -> Online
Accounts, and checking that it's enabled for Chat, I started Empathy; on
Fedora 16 the Google Talk account is automatically set up but on Ubuntu
11.10 no account is set up by default.

The bizarre thing is, grabbing the matching source using 'apt-get source
empathy' and checking the debian/rules file shows that empathy is
compiled against libgoa-1.0-dev, but `apt-cache depends empathy | grep
goa` shows nothing.

Ubuntu release: 11.10

Package versions:
empathy 3.2.0.1-0ubuntu1.1
libgoa-1.0-0 3.2.1-0ubuntu1

Expected behavior:
Google Talk accounts set up in Online Accounts are automatically picked up by 
Empathy

Actual behavior:
No such account set up. I verified that goa-daemon *is* running:

$ ps ux | grep goa | grep daemon
michel2173  0.0  0.6 324140 13748 ?Sl   20:50   0:00 
/usr/lib/gnome-online-accounts/goa-daemon

** Affects: empathy (Ubuntu)
 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/889301

Title:
  Empathy not registering providers set up using gnome-online-accounts

Status in “empathy” package in Ubuntu:
  New

Bug description:
  After setting up my Google account in System Settings -> Online
  Accounts, and checking that it's enabled for Chat, I started Empathy;
  on Fedora 16 the Google Talk account is automatically set up but on
  Ubuntu 11.10 no account is set up by default.

  The bizarre thing is, grabbing the matching source using 'apt-get
  source empathy' and checking the debian/rules file shows that empathy
  is compiled against libgoa-1.0-dev, but `apt-cache depends empathy |
  grep goa` shows nothing.

  Ubuntu release: 11.10

  Package versions:
  empathy 3.2.0.1-0ubuntu1.1
  libgoa-1.0-0 3.2.1-0ubuntu1

  Expected behavior:
  Google Talk accounts set up in Online Accounts are automatically picked up by 
Empathy

  Actual behavior:
  No such account set up. I verified that goa-daemon *is* running:

  $ ps ux | grep goa | grep daemon
  michel2173  0.0  0.6 324140 13748 ?Sl   20:50   0:00 
/usr/lib/gnome-online-accounts/goa-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/889301/+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 533652] Re: critically low battery dialog "cancel" button is meaningless

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  critically low battery dialog "cancel" button is meaningless

Status in Gnome Powermanager:
  Unknown
Status in One Hundred Paper Cuts:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: gnome-power-manager

  Ubuntu 10.04 Lucid Lynx, fully updated as of tonight
  gnome-power-manager 2.29.91-0ubuntu5

  The dialog (attached) has an "ok" and a "cancel" button. This is a case where
  there's no need for an option, and the presentation of one is confusing.
  Whether I hit cancel or ok, my battery is still critically low, and my laptop
  is still going to hibernate momentarily.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/533652/+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 527282] Re: GtkWindows cannot be raised, show() doesn't do the trick

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  GtkWindows cannot be raised, show() doesn't do the trick

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

Bug description:
  When i use "Show Rhythmbox" or "Show Transmission", the app is often
  hidden under the other apps in the same workspace (the app is in the
  background instead of foreground). This is confusing, leading me to
  retry Show a couple of times, then move my windows around and end up
  digging into the window selector menu to find my app.

  The rationale is that "Show" should really "show" the app, hence raise
  it even if it was not initially risen

  In case it matters, I use metacity, not compiz.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/527282/+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 539477] Re: Video out hot key sends super + p + return on many upcoming Dell & HP systems

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  Video out hot key sends super + p + return on many upcoming Dell & HP
  systems

Status in Gnome Settings Daemon:
  Fix Released
Status in The Linux Kernel:
  Confirmed
Status in OEM Priority Project:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Released
Status in “linux” package in Ubuntu:
  Invalid
Status in “gnome-settings-daemon” source package in Maverick:
  Fix Released
Status in “linux” source package in Maverick:
  Invalid
Status in “gnome-settings-daemon” source package in Natty:
  Fix Released
Status in “linux” source package in Natty:
  Invalid

Bug description:
  The Fn+F8 key combination on my Dell E5500 does not work in Lucid
  (this key combination should be able to switch video modes). Debugging
  with "xev", it seems that the key combination is mapped to the letter
  "p" at the X layer. Debugging further down the stack shows that the
  scancode from Fn+F8 also matches that of the "p" key.

  This combination worked properly in Karmic.

  Using "showkey -k", the keycodes are as follows:

  [p] = 25
  [Fn]+[F8] = 25 (although I also see keycode 125 as I press F8, and I see 125 
release as I let go of the Fn key)

  Using "showkey -s", the scancodes are as follows:

  [p] = 0x19 0x99
  [Fn]+[F8] = 0x19 0x99 (although I also see "0xE0 0x5B" as I press F8, and I 
see "0xE0 0xDB" as I release Fn)

  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  chr1s  4010 F pulseaudio
   /dev/snd/controlC1:  chr1s  4010 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf6afc000 irq 21'
 Mixer name : 'Intel G45 DEVCTG'
 Components : 'HDA:111d76b2,10280263,00100302 
HDA:80862802,80860101,0010'
 Controls  : 22
 Simple ctrls  : 11
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x9a4'/'USB Device 0x46d:0x9a4 at usb-:00:1a.7-3.3, 
high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:09a4'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 14
 Mono: Capture 0 [0%] [23.75dB] [on]
  Date: Tue Mar 16 10:26:43 2010
  DistroRelease: Ubuntu 10.04
  HibernationDevice: RESUME=UUID=762f3439-67ac-4828-aa94-caf2a2ba0f9a
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  MachineType: Dell Inc. Latitude E5500
  Package: linux-image-2.6.32-16-generic 2.6.32-16.25
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-16-generic 
root=UUID=4ce5e12b-6e82-4fa4-90ff-7d9859d7504e ro quiet splash
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
  Regression: Yes
  RelatedPackageVersions: linux-firmware 1.32
  Reproducible: Yes
  SourcePackage: linux
  TestedUpstream: No
  Uname: Linux 2.6.32-16-generic x86_64
  dmi.bios.date: 11/05/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0DW635
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd11/05/2009:svnDellInc.:pnLatitudeE5500:pvr:rvnDellInc.:rn0DW635:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude E5500
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/539477/+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 889301] Re: Empathy not registering providers set up using gnome-online-accounts

2011-11-11 Thread Michel Alexandre Salim
related gnome-online-accounts bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-
accounts/+bug/835498

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

Title:
  Empathy not registering providers set up using gnome-online-accounts

Status in “empathy” package in Ubuntu:
  New

Bug description:
  After setting up my Google account in System Settings -> Online
  Accounts, and checking that it's enabled for Chat, I started Empathy;
  on Fedora 16 the Google Talk account is automatically set up but on
  Ubuntu 11.10 no account is set up by default.

  The bizarre thing is, grabbing the matching source using 'apt-get
  source empathy' and checking the debian/rules file shows that empathy
  is compiled against libgoa-1.0-dev, but `apt-cache depends empathy |
  grep goa` shows nothing.

  Ubuntu release: 11.10

  Package versions:
  empathy 3.2.0.1-0ubuntu1.1
  libgoa-1.0-0 3.2.1-0ubuntu1

  Expected behavior:
  Google Talk accounts set up in Online Accounts are automatically picked up by 
Empathy

  Actual behavior:
  No such account set up. I verified that goa-daemon *is* running:

  $ ps ux | grep goa | grep daemon
  michel2173  0.0  0.6 324140 13748 ?Sl   20:50   0:00 
/usr/lib/gnome-online-accounts/goa-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/889301/+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 18995] Re: [MASTER] "Open With" dialog not user-friendly

2011-11-11 Thread Curtis Hovey
** No longer affects: null

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

Title:
  [MASTER] "Open With" dialog not user-friendly

Status in The Mozilla Firefox Browser:
  Confirmed
Status in One Hundred Paper Cuts:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.5” package in Ubuntu:
  Confirmed
Status in “mozilla-thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  When choosing to open a file in Firefox, an "Open With" dialog appears. 
  You can choose to save the file or open it with a program from the list.
  However, if the desired program to open the file with is NOT listed, the user
  must navigate the filesystem to /usr/bin (or wherever) and select the
  appropriate program.

  A more user-friendly way would be to list all of the known programs installed
  that are available to open files with, and then have an "Other..." or
  "Advanced..." button for the user who would rather navigate the filesystem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/18995/+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 889290] Re: Error starting messenger session

2011-11-11 Thread Javier Antonio Nisa Avila
-- 
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/889290

Title:
  Error starting messenger session

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Can not log in to messenger for about a week. Another type of account
  if they charge, but no messenger. He is thinking, but does not load

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Fri Nov 11 21:49:04 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (28 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/889290/+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 889290] [NEW] Error starting messenger session

2011-11-11 Thread Javier Antonio Nisa Avila
Public bug reported:

Can not log in to messenger for about a week. Another type of account if
they charge, but no messenger. He is thinking, but does not load

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.2.0.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Fri Nov 11 21:49:04 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (28 days ago)

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


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

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

Title:
  Error starting messenger session

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Can not log in to messenger for about a week. Another type of account
  if they charge, but no messenger. He is thinking, but does not load

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Fri Nov 11 21:49:04 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (28 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/889290/+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 775229] Re: Context menus are unstable

2011-11-11 Thread Florian Burger
The bug still occurs with Firefox 7 under Ubuntu 11.10.

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

Title:
  Context menus are unstable

Status in One Hundred Paper Cuts:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: firefox

  Sometimes, and arbitrarily, context menus will appear, but as soon as I hover 
my mouse over them, they disappear. This happens on and off, and restarting 
Firefox fixes it (for a while). When I'm having this problem, clicking on any 
folders on the Bookmarks Toolbar does not show the menu. I can still browse the 
menus using the keyboard arrows.
  Menus affected: right click on the page, right click anywhere on the toolbar, 
the search provider menu, bookmarks toolbar menus.

  Installed software:
  Ubuntu 11.04.
  Firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
  firefox-globalmenu 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
  firefox-gnome-support 4.0.1+build1+nobinonly-0ubuntu0.11.04.1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Sun May  1 20:29:00 2011
  FirefoxPackages:
   firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.1
   flashplugin-installer 10.2.159.1ubuntu1
   adobe-flashplugin N/A
   icedtea-plugin N/A
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/775229/+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 886722] Re: rhythmbox sftp remember forever option doesn't work

2011-11-11 Thread Marcusklaas
Hai. I ran the command you have given and then played a song. Sorry for
the big size (6.5mb). Hope this is of some help.

** Attachment added: "debug info"
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/886722/+attachment/2593600/+files/rhythmbox-debug.txt

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

Title:
  rhythmbox sftp remember forever option doesn't work

Status in “rhythmbox” package in Ubuntu:
  Incomplete

Bug description:
  I have imported songs from an sftp share. The way I did this was:
  connect to the share in Nautilus and add it as a bookmark. Then I
  opened rhythmbox and imported the relevant folders in that bookmark.
  The sftp share is ofcourse password protected, but I don't want to
  enter it each time I start Rhythmbox. I select the option "remember
  forever". But it doesn't! After each reboot/ suspend, I have to enter
  my username, password again.

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