[Desktop-packages] [Bug 1016559] Re: DropBox (nautilus-dropbox) installation hangs while downloading

2012-06-27 Thread Raphaël Hertzog
Marking the bug as fixed since this has been fixed on the server side
and we don't need any change on the package.

David, do you plan to reinstate the redirection to https at some point?
If yes, we might still want to get the package updated in 12.04. Also
the Debian freeze is close (30 June) so it would be good if I could get
the updated version in Debian Wheezy.

** No longer affects: software-center (Ubuntu)

** Changed in: nautilus-dropbox (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  DropBox (nautilus-dropbox) installation hangs while downloading

Status in “nautilus-dropbox” package in Ubuntu:
  Fix Released

Bug description:
  When trying to install nautilus-dropbox in Ubuntu 12.04, the installation 
hangs while showing the message Downloading Dropbox... 99%.
  I just confirmed that this happens on a fresh install of Ubuntu 12.04.

  To recreate:
  - Install Ubuntu 12.04
  - Enter command: sudo apt-get install nautilus-dropbox

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

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


[Desktop-packages] [Bug 1014533] Re: xrandr; explicitly set clone state variable when generating monitor configs

2012-06-27 Thread Hsin-Yi, Chen (hychen)
confirm gnome-settings-daemon 3.2.2-0ubuntu2.2 in oneiric-proposed fix
this bug

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

Title:
  xrandr; explicitly set clone state variable when generating  monitor
  configs

Status in OEM Priority Project:
  Fix Committed
Status in OEM Priority Project oneiric series:
  Fix Committed
Status in OEM Priority Project precise series:
  Fix Committed
Status in “gnome-settings-daemon” package in Ubuntu:
  Fix Committed
Status in “gnome-settings-daemon” source package in Oneiric:
  Fix Committed
Status in “gnome-settings-daemon” source package in Precise:
  Fix Released

Bug description:
  SRU Justification
  =

  [Impact]

  when the user try to use the hot key (depend on the system , some is Fn+F8,and
  some is Fn+F4), the xinerama configuration will not show, and sometimes other
  display wrong issue will happen.

  [Development Fix]

  * gnome-settings-daemon 3.4.2-0ubuntu4 does not has the patch

  [Stable Fix]

  # precise-update

  * gnome-settings-daemon 3.4.1-0ubuntu1.1 does not has this patch.

  # oneiric-update

  * gnome-settings-daemon 3.2.2-0ubuntu2.1 does not has this patch.

  [Upstream Fix]

  * 
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=5f7643800a8bc26bd2835dc9a3df085bf0fab422
  * https://bugzilla.gnome.org/show_bug.cgi?id=677472

  [Test Case]

  Step To Reproduce

  1. To connect external monitor by VGA or HDMI.
  2. To install Ubuntu
  3. login to unity

  Excepted Result:

  xinerama is enabled. the screen displays in 2 monitor(extend mode).

  Actual Result:

  xinerama is not enabled.

  [Regression Potential]

  The patch is accepted in gnome-settings-daemon upstream.
  thie mofification is minal, it just clone flag as false in the xinerama case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1014533/+subscriptions

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


[Desktop-packages] [Bug 946973] Re: 0.9.7 : jockey-gtk crashed with AttributeError in available(): 'Backend' object has no attribute 'handlers'

2012-06-27 Thread dino99
Actual terminal output on Quantal i386:


oem@dub:~$ sudo jockey-gtk

(jockey-gtk:29848): Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf:
assertion `icon_set != NULL' failed

(jockey-gtk:29848): Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf:
assertion `icon_set != NULL' failed


That's it, no crash now.

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

Title:
  0.9.7 : jockey-gtk crashed with AttributeError in available():
  'Backend' object has no attribute 'handlers'

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  Precise i386 logged as gnome-classic

  crash, terminal output:

  oem@oem-desktop:~$ sudo jockey-gtk

  Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: assertion `icon_set
  != NULL' failed

  Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: assertion `icon_set != 
NULL' failed
  Traceback (most recent call last):
File /usr/bin/jockey-gtk, line 415, in module
  sys.exit(u.run())
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 468, in run
  self.ui_show_main()
File /usr/bin/jockey-gtk, line 94, in ui_show_main
  self.update_tree_model()
File /usr/bin/jockey-gtk, line 271, in update_tree_model
  for h_id in self.get_displayed_handlers():
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 819, in 
get_displayed_handlers
  return self.backend().available(self.argv_options.mode)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: 
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 212, in 
available
  return self.handlers.keys()
  AttributeError: 'Backend' object has no attribute 'handlers'

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: jockey-gtk 0.9.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.28pre201203030400-generic-pae 3.2.9
  Uname: Linux 3.2.0-18-generic-pae i686
  NonfreeKernelModules: nvidia
  .var.log.jockey.log:
   2012-03-05 10:45:22,174 DEBUG: updating 
jockey.detection.LocalKernelModulesDriverDB instance at 0xb7231cec
   2012-03-05 10:45:23,828 DEBUG: reading modalias file 
/lib/modules/3.2.0-18-generic-pae/modules.alias
   2012-03-05 10:45:23,946 DEBUG: reading modalias file 
/usr/share/jockey/modaliases/b43
   2012-03-05 10:45:23,946 DEBUG: reading modalias file 
/usr/share/jockey/modaliases/disable-upstream-nvidia
  ApportVersion: 1.94-0ubuntu1
  Architecture: i386
  Date: Mon Mar  5 10:45:24 2012
  ExecutablePath: /usr/bin/jockey-gtk
  ExecutableTimestamp: 1330926751
  InterpreterPath: /usr/bin/python2.7
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk
  ProcCwd: /home/oem
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic-pae 
root=UUID=9e61e83e-bca9-43cf-aa90-5a68892213fa ro quiet splash vt.handoff=7 
crashkernel=384M-2G:64M,2G-:128M intel_idle.max_cstate=0
  PythonArgs: ['/usr/bin/jockey-gtk']
  SourcePackage: jockey
  Title: jockey-gtk crashed with AttributeError in available(): 'Backend' 
object has no attribute 'handlers'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: admin audio avahi avahi-autoipd crontab debian-tor fuse haldaemon 
klog libuuid lpadmin messagebus mythtv plugdev polkituser pulse root ssh 
ssl-cert syslog users voice
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3001
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3001:bd10/22/2009:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

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

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


[Desktop-packages] [Bug 1018263] [NEW] exhaustive memory leak

2012-06-27 Thread Dan Kortschak
Public bug reported:

If I leave firefox running over night, since upgrading to 13.0.1
Firefox, firefox exhausts all system memory, running with 100% load on
one core. This has been noticed on other platforms by other users (for
example here http://support.mozilla.org/en-US/questions/930472).

Action:
Leave firefox running and go home from work.

Expect:
Low load and low memory use from firefox when get back in the morning.

See:
100% load on one core due to ff, and full memory (in this case 12GB) exhaustion 
(or worse OOM killer marks on other long running applications, including but 
not limited to compiz).

Extra points:
I have small multiples of tabs open, but nothing actually doing anything and 
not that had caused any problems prior to this version.

It seems ff13.0.1 could give NT a run for it's money if it were in the
airlines stakes ;|

$ lsb_release -rd
Description:Ubuntu 10.04.4 LTS
Release:10.04

$ dpkg -l | grep firefox
ii  firefox  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla
ii  firefox-3.0  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
ii  firefox-3.0-branding 
3.6.10+build1+nobinonly-0ubuntu0.9.10.1   dummy upgrade package for 
firefox-3.0 - firefox-3.5
ii  firefox-3.0-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
ii  firefox-branding 
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
ii  firefox-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - GNOME support

$ uname -srvm
Linux 2.6.32-41-generic #90-Ubuntu SMP Tue May 22 11:29:51 UTC 2012 x86_64

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

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

Title:
  exhaustive memory leak

Status in “firefox” package in Ubuntu:
  New

Bug description:
  If I leave firefox running over night, since upgrading to 13.0.1
  Firefox, firefox exhausts all system memory, running with 100% load on
  one core. This has been noticed on other platforms by other users (for
  example here http://support.mozilla.org/en-US/questions/930472).

  Action:
  Leave firefox running and go home from work.

  Expect:
  Low load and low memory use from firefox when get back in the morning.

  See:
  100% load on one core due to ff, and full memory (in this case 12GB) 
exhaustion (or worse OOM killer marks on other long running applications, 
including but not limited to compiz).

  Extra points:
  I have small multiples of tabs open, but nothing actually doing anything and 
not that had caused any problems prior to this version.

  It seems ff13.0.1 could give NT a run for it's money if it were in the
  airlines stakes ;|

  $ lsb_release -rd
  Description:Ubuntu 10.04.4 LTS
  Release:10.04

  $ dpkg -l | grep firefox
  ii  firefox  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla
  ii  firefox-3.0  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-3.0-branding 
3.6.10+build1+nobinonly-0ubuntu0.9.10.1   dummy upgrade package for 
firefox-3.0 - firefox-3.5
  ii  firefox-3.0-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-branding 
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - GNOME support

  $ uname -srvm
  Linux 2.6.32-41-generic #90-Ubuntu SMP Tue May 22 11:29:51 UTC 2012 x86_64

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

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


[Desktop-packages] [Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

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

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

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

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

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

Bug description:
  What happens:
  Observe in the attached images, states A and B. A is when I've resized the 
window to how I want it, and am using it. B is when I move the mouse over the 
gnome panel tray, and the application resizes without me telling it to. 

  What I expect to happen:
  Why would the window resize? I didn't ask it to.

  Ubuntu version: 
  This was noticed in Precise 12.04, amd64, on several installations.

  Package versions:
  gnome-terminal 3.4.1.1-0ubuntu1
  gnome-panel 1:3.4.1-0ubuntu1

  Other info:
  This is in a gnome classic session:
  gnome-session --session=gnome-classic

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

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


[Desktop-packages] [Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-06-27 Thread Chris Billington
I'm experiencing this bug too.

The deciding factor as to which windows move and which don't, when I
mouse-over the launchers on gnome-panel, appears to be whether that
window has at any point in the past had an overlap outside of the screen
struts, ie it has been anywhere that a newly created or maximised window
could not be.

So if I drag a window halfway off the bottom of the screen, or a few
pixels underneath a panel, even if I drag it back, it will then move
around randomly whenever I mouse-over the launchers on gnome-panel.

It's kinda weird.

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

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

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

Bug description:
  What happens:
  Observe in the attached images, states A and B. A is when I've resized the 
window to how I want it, and am using it. B is when I move the mouse over the 
gnome panel tray, and the application resizes without me telling it to. 

  What I expect to happen:
  Why would the window resize? I didn't ask it to.

  Ubuntu version: 
  This was noticed in Precise 12.04, amd64, on several installations.

  Package versions:
  gnome-terminal 3.4.1.1-0ubuntu1
  gnome-panel 1:3.4.1-0ubuntu1

  Other info:
  This is in a gnome classic session:
  gnome-session --session=gnome-classic

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

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


[Desktop-packages] [Bug 987220] Re: System does not power off reliably when Shut Down chosen from GUI

2012-06-27 Thread Mark Schneider
@Peter
That's because you probably do not have the same problems like I described in 
my starting post. 
Removing the nvidia driver already helped others who had the same problem. All 
those who's system behavior differs from the described one should open another 
bug report.

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

Title:
  System does not power off reliably when Shut Down chosen from GUI

Status in The Session Menu:
  Incomplete
Status in “gnome-session” package in Ubuntu:
  Invalid
Status in “indicator-session” package in Ubuntu:
  Invalid
Status in “linux” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Invalid
Status in “gnome-session” source package in Precise:
  Invalid
Status in “indicator-session” source package in Precise:
  Invalid
Status in “linux” source package in Precise:
  Confirmed
Status in “upstart” source package in Precise:
  Invalid

Bug description:
  Shutting down the computer using the menue does not work always correct. It 
often does not complete turn off the computer. The power LED and the LED of the 
bluetooth unit remain on. Also the fan is still running and won't stop. 
  Shutting down the computer with sudo shutdown -h now using the terminal 
works fine.

  I am using a Dell Inspiron 1720.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: indicator-session 0.3.96-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  Date: Mon Apr 23 12:26:10 2012
  ExecutablePath: /usr/lib/indicator-session/gtk-logout-helper
  InstallationMedia: Kubuntu 10.04.1 LTS Lucid Lynx - Release i386 
(20100816.2)
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
  SourcePackage: indicator-session
  UpgradeStatus: Upgraded to precise on 2012-04-21 (1 days ago)
  --- 
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  NonfreeKernelModules: nvidia
  Package: upstart
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Tags:  precise
  Uname: Linux 3.2.0-24-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/987220/+subscriptions

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


[Desktop-packages] [Bug 861794] Re: network manager doesn't start on boot

2012-06-27 Thread Per Moller
A wast majority of problems I've had with various releases have been relative 
to NPM and wireless. I have now stopped and no longer have the ambition that it 
should always work.
If you check the original bug-report, you will see that it was reported in 
September of last year. I have moved on so please close the bug

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

Title:
  network manager doesn't start on boot

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

Bug description:
  I boot my Oneirx beta 2 (fully up to date) and network manager doesn't start. 
At least I cannot see it on the panel or notification area on Unity-2D. 
Always have to start a terminal and run nm-applet.
  The it starts with the following messages:
  permol@TP-R30:~$ nm-applet
  ** Message: applet now removed from the notification area
  ** (nm-applet:1654): DEBUG: old state indicates that this was not a 
disconnect 0
  ** (nm-applet:1654): DEBUG: old state indicates that this was not a 
disconnect 0
  ** (nm-applet:1654): DEBUG: foo_client_state_changed_cb
  ** (nm-applet:1654): DEBUG: foo_client_state_changed_cb

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  CRDA: Error: [Errno 2] Ingen sådan fil eller filkatalog
  Date: Wed Sep 28 22:27:29 2011
  ExecutablePath: /usr/bin/nm-applet
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
  IpRoute:
   default via 10.10.0.1 dev eth1  proto static 
   10.10.0.0/24 dev eth1  proto kernel  scope link  src 10.10.0.6 
   169.254.0.0/16 dev eth1  scope link  metric 1000
  IwConfig: Error: [Errno 2] Ingen sådan fil eller filkatalog
  Keyfiles: Error: [Errno 2] Ingen sådan fil eller filkatalog
  NetDevice.eth0:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:00:e2:58:fc:c6
  NetDevice.eth1:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:12:f0:42:09:f8
  NetDevice.lo:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:00:00:00:00:00
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=da_DK.UTF-8
  RfKill: Error: [Errno 2] Ingen sådan fil eller filkatalog
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to oneiric on 2011-09-27 (1 days ago)

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

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


[Desktop-packages] [Bug 1010135] Re: searches must repeat every time i change tab

2012-06-27 Thread lucio messina
Hi

I think this
https://bugzilla.gnome.org/show_bug.cgi?id=340317

is a quite similar bug, i have problem when I switch tab, he has problem
when he switches way to view the icons.

Sorry I made you waiting too much time, I didn't show your reply

Lucio

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

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

Title:
  searches must repeat every time i change tab

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I'm italian, i don't speak english very well: please, excuse me for language 
errors.
  I have Ubuntu 12.04 adm64 with gnome.

  I open nautilus with 2 tabs.
  In one of these tabs (for example the first) i do a research, and in the 
other i do other stuff (for example i open a directory i found searching in the 
first tab: i right click on the directory and then open in a new tab).

  When i close the second tab (and return to the first) the research is
  restarted. I see searching (and after a while the results)
  instead of seeing the old results, that i found firstly.

  I am not sure i've been clear, so ask me if you didn't understand.

  Lucio

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Thu Jun  7 19:42:41 2012
  GsettingsChanges: org.gnome.nautilus.window-state geometry '901x691+463+24'
  InstallationMedia: Ubuntu  Precise - Build amd64 LIVE Binary 20120426-22:45
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 572962] Re: evolution doesn't ask when quitting(from filequit) with open messages

2012-06-27 Thread Bug Watch Updater
** Changed in: evolution
   Status: Confirmed = Fix Released

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

Title:
  evolution doesn't ask when quitting(from filequit) with open messages

Status in The Evolution Mail  Calendaring Tool:
  Fix Released
Status in “evolution” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: evolution

  I have just switched to Ubuntu 10.04 (from openSUSE-11.1) and I
  experience a weird bug with evolution-2.28.3-0ubuntu9.

  When opening a new message and not closing it, if I quit the program,
  evolution won't ask whether I would like to save the message or not.
  Next time I restart evolution, a warning appears if I want to recover
  the previous message.

  The bug is easily reproducible: compose a new message, quit evolution
  without sending or closing the message window, start evolution again.

  Could you please check and fix this?

  Thanks for your help,

  
  Pablo

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

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


[Desktop-packages] [Bug 946973] Re: 0.9.7 : jockey-gtk crashed with AttributeError in available(): 'Backend' object has no attribute 'handlers'

2012-06-27 Thread dino99
but still a borked entries list :
 get several unneeded grayed entries, 
and some others replicated multiple times, like nvidia-vdpau
and some others outdated and non installed packages, like nvidia-96

its very strange that nvidia-96 is listed on a non compatible hardware,
when the compatible one is installed  activated (nvidia-current aka
302.17

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

Title:
  0.9.7 : jockey-gtk crashed with AttributeError in available():
  'Backend' object has no attribute 'handlers'

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  Precise i386 logged as gnome-classic

  crash, terminal output:

  oem@oem-desktop:~$ sudo jockey-gtk

  Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: assertion `icon_set
  != NULL' failed

  Gtk-CRITICAL **: gtk_icon_set_render_icon_pixbuf: assertion `icon_set != 
NULL' failed
  Traceback (most recent call last):
File /usr/bin/jockey-gtk, line 415, in module
  sys.exit(u.run())
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 468, in run
  self.ui_show_main()
File /usr/bin/jockey-gtk, line 94, in ui_show_main
  self.update_tree_model()
File /usr/bin/jockey-gtk, line 271, in update_tree_model
  for h_id in self.get_displayed_handlers():
File /usr/lib/python2.7/dist-packages/jockey/ui.py, line 819, in 
get_displayed_handlers
  return self.backend().available(self.argv_options.mode)
File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 145, in 
__call__
  **keywords)
File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 651, in 
call_blocking
  message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: 
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
  retval = candidate_method(self, *args, **keywords)
File /usr/lib/python2.7/dist-packages/jockey/backend.py, line 212, in 
available
  return self.handlers.keys()
  AttributeError: 'Backend' object has no attribute 'handlers'

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: jockey-gtk 0.9.7-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.28pre201203030400-generic-pae 3.2.9
  Uname: Linux 3.2.0-18-generic-pae i686
  NonfreeKernelModules: nvidia
  .var.log.jockey.log:
   2012-03-05 10:45:22,174 DEBUG: updating 
jockey.detection.LocalKernelModulesDriverDB instance at 0xb7231cec
   2012-03-05 10:45:23,828 DEBUG: reading modalias file 
/lib/modules/3.2.0-18-generic-pae/modules.alias
   2012-03-05 10:45:23,946 DEBUG: reading modalias file 
/usr/share/jockey/modaliases/b43
   2012-03-05 10:45:23,946 DEBUG: reading modalias file 
/usr/share/jockey/modaliases/disable-upstream-nvidia
  ApportVersion: 1.94-0ubuntu1
  Architecture: i386
  Date: Mon Mar  5 10:45:24 2012
  ExecutablePath: /usr/bin/jockey-gtk
  ExecutableTimestamp: 1330926751
  InterpreterPath: /usr/bin/python2.7
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk
  ProcCwd: /home/oem
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic-pae 
root=UUID=9e61e83e-bca9-43cf-aa90-5a68892213fa ro quiet splash vt.handoff=7 
crashkernel=384M-2G:64M,2G-:128M intel_idle.max_cstate=0
  PythonArgs: ['/usr/bin/jockey-gtk']
  SourcePackage: jockey
  Title: jockey-gtk crashed with AttributeError in available(): 'Backend' 
object has no attribute 'handlers'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: admin audio avahi avahi-autoipd crontab debian-tor fuse haldaemon 
klog libuuid lpadmin messagebus mythtv plugdev polkituser pulse root ssh 
ssl-cert syslog users voice
  dmi.bios.date: 10/22/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3001
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3001:bd10/22/2009:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

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

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


[Desktop-packages] [Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-06-27 Thread Jameson Williams
I believe this bug is ultimately an artifact of 974242:

https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/974242

After I disabled the Place Window plugin to Compiz, as suggested there,
I have not seen this issue.

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

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

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

Bug description:
  What happens:
  Observe in the attached images, states A and B. A is when I've resized the 
window to how I want it, and am using it. B is when I move the mouse over the 
gnome panel tray, and the application resizes without me telling it to. 

  What I expect to happen:
  Why would the window resize? I didn't ask it to.

  Ubuntu version: 
  This was noticed in Precise 12.04, amd64, on several installations.

  Package versions:
  gnome-terminal 3.4.1.1-0ubuntu1
  gnome-panel 1:3.4.1-0ubuntu1

  Other info:
  This is in a gnome classic session:
  gnome-session --session=gnome-classic

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

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


[Desktop-packages] [Bug 1018266] [NEW] Empathy google chat disconnects every 5-10 minutes.

2012-06-27 Thread jatoo
Public bug reported:

Seems to happen on some networks but not others.   Doesn't seem to
happen in Pidgin, or in the Gmail web interface.

Happy to provide any further info.

Description:Ubuntu 12.04 LTS

empathy:
  Installed: 3.4.2-0ubuntu1
  Candidate: 3.4.2-0ubuntu1
  Version table:
 *** 3.4.2-0ubuntu1 0
500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
 3.4.1-0ubuntu1 0
500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main amd64 
Packages

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.4.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Wed Jun 27 16:27:43 2012
ExecutablePath: /usr/bin/empathy
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Empathy google chat disconnects every 5-10 minutes.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Seems to happen on some networks but not others.   Doesn't seem to
  happen in Pidgin, or in the Gmail web interface.

  Happy to provide any further info.

  Description:Ubuntu 12.04 LTS

  empathy:
Installed: 3.4.2-0ubuntu1
Candidate: 3.4.2-0ubuntu1
Version table:
   *** 3.4.2-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.4.1-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main 
amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:27:43 2012
  ExecutablePath: /usr/bin/empathy
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1018266] Re: Empathy google chat disconnects every 5-10 minutes.

2012-06-27 Thread jatoo
-- 
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/1018266

Title:
  Empathy google chat disconnects every 5-10 minutes.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Seems to happen on some networks but not others.   Doesn't seem to
  happen in Pidgin, or in the Gmail web interface.

  Happy to provide any further info.

  Description:Ubuntu 12.04 LTS

  empathy:
Installed: 3.4.2-0ubuntu1
Candidate: 3.4.2-0ubuntu1
Version table:
   *** 3.4.2-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.4.1-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main 
amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:27:43 2012
  ExecutablePath: /usr/bin/empathy
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1010349] Re: Evolution address book inaccessible without killing one time e-addressbook-factory

2012-06-27 Thread Joseph Maillardet
This bug doesn't affect Fedora or Debian Wheezy. It's definitly not a
Gnome bug. The problem came from Ubuntu horrible Gnome 3.2 / 3.4 mix. Do
not integrate full Gnome 3.4 (who's a complete and integrated desktop)
is juste unbeleavable :-/

Gnome 3 lovers is realy sade with Ubuntu.

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

Title:
  Evolution address book inaccessible without killing one time e
  -addressbook-factory

Status in “evolution-data-server” package in Ubuntu:
  Confirmed

Bug description:
  After a fresh boot of my system, Evolution is not able to access my
  work address book on LDAP and my personnal address book on Google.

  With Google address book I get the error Cannot open book: Source
  already loaded!

  After shutting down Evolution and killing by hand :
  /usr/lib/evolution/e-addressbook-factory. I relaunch Evolution and
  everything go right.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evolution-data-server 3.2.3-0ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Fri Jun  8 09:07:18 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evolution-data-server
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1010349/+subscriptions

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


[Desktop-packages] [Bug 1009039] Re: unreadable text with adwaita theme

2012-06-27 Thread Michael Vogt
** Changed in: software-center (Ubuntu)
Milestone: None = precise-updates

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

Title:
  unreadable text with adwaita theme

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

Bug description:
  The hightlighted text with the adwaita theme is unreadable, white on
  light gray.

  Steps to reproduce from duplicate:
  When using certain themes such Adwaita or eGTK, selected items in USC use a 
white text color and the background is very light, making them unreadable. USC 
should either use the selected background color in addition to the selected 
text color, or it should not use the selected text color.

  To reproduce:
  1. Switch system theme to Adwaita (or eGTK).
  2. Open Software Center.
  3. Search for a string (i.e. gimp)
  4. Click on one of the results.

  Expected result:
  The item shows as selected while remaining readable.

  Actual result:
  The item's text turns white and the background stays light, making it 
unreadable.

  Screenshot: https://bugs.launchpad.net/ubuntu/+source/software-
  
center/+bug/1009304/+attachment/3176994/+files/Screenshot%20from%202012-06-05%2020%3A53%3A36.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1009039/+subscriptions

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


[Desktop-packages] [Bug 1017964] Re: Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

2012-06-27 Thread helpcrypto
Thanks for your time.

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

Title:
  Missing dependency libsoftokn3.so libmozsqlite3.so Ubuntu 12 FF12, 13

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Doing:
  ldd /usr/lib/firefox/libsoftokn3.so

  Shows a missing library/dependency:
  libmozsqlite3.so = not found

  This library should be -for example- linked or copied to:
  /usr/lib/i386-linux-gnu/

  This missing dependency cause crash/error when trying to load softokn
  library unless LD_LIBRARY_PATH/symlink created.

  Other libraries seem to be properly referenced.

  Ubuntu 12.04
  Firefox 12 and 13 (13.0.1+build1-0ubuntu0.12.04.1)

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

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


[Desktop-packages] [Bug 1016818] Re: Immediate crash on startup

2012-06-27 Thread cameleon
** Bug watch added: Mozilla Bugzilla #752768
   https://bugzilla.mozilla.org/show_bug.cgi?id=752768

** Also affects: thunderbird via
   https://bugzilla.mozilla.org/show_bug.cgi?id=752768
   Importance: Unknown
   Status: Unknown

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

Title:
  Immediate crash on startup

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

Bug description:
  Thunderbird received a version bump today.  After Update Manager
  installed the new version, any attempts to launch Thunderbird result
  in an immediate crash.  This happens even if I remove ~/.thunderbird

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rogerb 2467 F pulseaudio
   /dev/snd/controlC0:  rogerb 2467 F pulseaudio
   /dev/snd/pcmC0D0p:   rogerb 2467 F...m pulseaudio
  BuildID: 20120615181619
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf312 irq 49'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,80860033,0014'
 Controls  : 51
 Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'CinemaTM'/'Microsoft Microsoft® LifeCam Cinema(TM) at 
usb-:00:1d.0-1.7.2, high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB045e:075d'
 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 - 56
 Mono: Capture 47 [84%] [27.00dB] [on]
  Channel: release
  Date: Fri Jun 22 23:06:35 2012
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.53  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Locales: extensions.sqlite corrupt or missing
  PrefSources:
   /etc/thunderbird/syspref.js
   prefs.js
   user.js
  Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615181619
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to precise on 2012-04-30 (54 days ago)
  dmi.bios.date: 06/30/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.5936.2011.0630.2250
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.5936.2011.0630.2250:bd06/30/2011:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  ftp_proxy: http://192.168.1.25:8080
  http_proxy: http://192.168.1.25:8080

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

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


[Desktop-packages] [Bug 1011522] Re: Clicking on Reinstall previous purchase twice shows endless spinner

2012-06-27 Thread Michael Vogt
** Also affects: software-center (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  Clicking on Reinstall previous purchase twice shows endless spinner

Status in “software-center” package in Ubuntu:
  In Progress
Status in “software-center” source package in Precise:
  New

Bug description:
  Test case:

  1. open software-center
  2. click on File/Reinstall previous purchase
  3. wait until the list is displayed
  4. repeat (2)
  5. verify that there is a spinner visible that never goes away

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011522/+subscriptions

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


[Desktop-packages] [Bug 1010135] Re: searches must repeat every time i change tab

2012-06-27 Thread Sebastien Bacher
*** This bug is a duplicate of bug 398420 ***
https://bugs.launchpad.net/bugs/398420

Thanks

** Changed in: nautilus (Ubuntu)
   Status: New = Triaged

** This bug has been marked a duplicate of bug 398420
   search restarts when view is changed

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

Title:
  searches must repeat every time i change tab

Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  I'm italian, i don't speak english very well: please, excuse me for language 
errors.
  I have Ubuntu 12.04 adm64 with gnome.

  I open nautilus with 2 tabs.
  In one of these tabs (for example the first) i do a research, and in the 
other i do other stuff (for example i open a directory i found searching in the 
first tab: i right click on the directory and then open in a new tab).

  When i close the second tab (and return to the first) the research is
  restarted. I see searching (and after a while the results)
  instead of seeing the old results, that i found firstly.

  I am not sure i've been clear, so ask me if you didn't understand.

  Lucio

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Thu Jun  7 19:42:41 2012
  GsettingsChanges: org.gnome.nautilus.window-state geometry '901x691+463+24'
  InstallationMedia: Ubuntu  Precise - Build amd64 LIVE Binary 20120426-22:45
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1015093] Re: libreoffice writer does not import .docx headers with tables correctly

2012-06-27 Thread Mikael Hjelm
** 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/1015093

Title:
  libreoffice writer does not import .docx headers with tables correctly

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Upstream report:
  https://bugs.freedesktop.org/show_bug.cgi?id=49659

  Please implement 3.5.6 as soon as it is tested since docx compatibility is 
one of the major hurdles in libreoffice adoption.
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  NonfreeKernelModules: nvidia
  Package: libreoffice 1:3.5.3-0ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Tags:  precise
  Uname: Linux 3.2.0-25-generic x86_64
  UpgradeStatus: Upgraded to precise on 2012-03-16 (95 days ago)
  UserGroups: admin libvirtd lpadmin pico vboxusers

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

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


[Desktop-packages] [Bug 1016818] Re: Immediate crash on startup

2012-06-27 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=752768.

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


On 2012-05-08T01:12:16+00:00 Vseerror wrote:

This bug was filed from the Socorro interface and is 
report bp-407e5914-e576-4934-a618-0aa152120504 .
= 
all crashes are version 12.0.1

0   libxul.so   NS_ReadLinechar, nsIInputStream, nsCAutoString
nsReadLine.h:150
1   libxul.so   MsgStreamMsgHeaders nsMsgUtils.cpp:2220
2   libxul.so   nsMailboxService::StreamHeaders nsMailboxService.cpp:355
3   libxul.so   libxul.so@0x100292b 
4   libxul.so   XPCWrappedNative::CallMethod
XPCWrappedNative.cpp:2901
5   libxul.so   XPC_WN_CallMethod   XPCWrappedNativeJSOps.cpp:1542
6   libxul.so   js::InvokeKerneljscntxtinlines.h:311
7   libxul.so   js::Interpret   jsinterp.cpp:2791
8   libxul.so   js::InvokeKerneljsinterp.cpp:537
9   libxul.so   js::Invoke  jsinterp.h:157
10  libxul.so   JS_CallFunctionValuejsapi.cpp:5449
11  libxul.so   nsXPCWrappedJSClass::CallMethod 
XPCWrappedJSClass.cpp:1510
12  libxul.so   nsXPCWrappedJS::CallMethod  XPCWrappedJS.cpp:617
13  libxul.so   PrepareAndDispatch  xptcstubs_gcc_x86_unix.cpp:92
14  libxul.so   nsMsgMailSession::OnItemAdded   nsMsgMailSession.cpp:193
15  libxul.so   nsMsgDBFolder::NotifyItemAdded  nsMsgDBFolder.cpp:5004 


selected comments
I've just renamed a local folder
I went offline, started compact all folders and have restarted afterwards.
I went offline, compacted all folders and have restarted afterwards - problem 
seems not to occure if i stay offline!?
I got to read an e-mail this time (last crash about 3 minutes ago). What's up 
with TB today?

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/0


On 2012-05-25T19:37:40+00:00 Vseerror wrote:

#4 crasher for thunderbird 12.0.1, and #1 crash for linux

https://crash-
stats.mozilla.com/report/list?version=Thunderbird%3A12.0.1query_search=signaturequery_type=containsreason_type=containsdate=2012-05-25range_value=28range_unit=dayshang_type=anyprocess_type=anysignature=NS_ReadLine%3Cchar%2C%20nsIInputStream%2C%20nsCAutoString%3E

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/1


On 2012-05-25T19:52:17+00:00 Vseerror wrote:

(see if socorro picks up signature @ NS_ReadLine. doubtful)

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/2


On 2012-06-19T11:42:37+00:00 Ben-bucksch wrote:

A friend of mine (not computer expert) is seeing this on this Ubuntu
12.04 machine, too.

 I've just renamed a local folder

We did the same.

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/3


On 2012-06-19T12:29:51+00:00 Ben-bucksch wrote:

Using the official Thunderbird 13 x64 works
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/13.0.1/linux-x86_64/en-GB/

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/4


On 2012-06-19T12:30:17+00:00 Ben-bucksch wrote:

Could somebody please report this back to Ubuntu with high priority?

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/5


On 2012-06-20T11:45:08+00:00 cameleon wrote:

also reported here: http://forum.ubuntu-fr.org/viewtopic.php?pid=9720811

Reply at: https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/6


On 2012-06-27T07:46:59+00:00 cameleon wrote:

(In reply to Ben Bucksch (:BenB) from comment #5)
 Could somebody please report this back to Ubuntu with high priority?

Done: https://bugs.launchpad.net/thunderbird/+bug/1016818

Reply at:
https://bugs.launchpad.net/thunderbird/+bug/1016818/comments/17


** Changed in: thunderbird
   Status: Unknown = Confirmed

** Changed in: thunderbird
   Importance: Unknown = Critical

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

Title:
  Immediate crash on startup

Status in Mozilla Thunderbird Mail and News:
  Confirmed
Status in 

[Desktop-packages] [Bug 1011522] Re: Clicking on Reinstall previous purchase twice shows endless spinner

2012-06-27 Thread Michael Vogt
** Changed in: software-center (Ubuntu Precise)
   Status: New = In Progress

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

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

Title:
  Clicking on Reinstall previous purchase twice shows endless spinner

Status in “software-center” package in Ubuntu:
  In Progress
Status in “software-center” source package in Precise:
  In Progress

Bug description:
  Test case:

  1. open software-center
  2. click on File/Reinstall previous purchase
  3. wait until the list is displayed
  4. repeat (2)
  5. verify that there is a spinner visible that never goes away

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1011522/+subscriptions

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


[Desktop-packages] [Bug 1018287] [NEW] no panel

2012-06-27 Thread Archish Patel
Public bug reported:

only desktop and mycomputer can see nothing else not apper

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.38-15.61-generic-pae 2.6.38.8
Uname: Linux 2.6.38-15-generic-pae i686
Architecture: i386
Date: Wed Jun 27 13:56:29 2012
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_IN:en
 LANG=en_IN
 LC_MESSAGES=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to natty on 2012-06-27 (0 days ago)

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


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

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

Title:
  no panel

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  only desktop and mycomputer can see nothing else not apper

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-15.61-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-15-generic-pae i686
  Architecture: i386
  Date: Wed Jun 27 13:56:29 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=en_IN:en
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to natty on 2012-06-27 (0 days ago)

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

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


[Desktop-packages] [Bug 1018287] Re: no panel

2012-06-27 Thread Archish Patel
-- 
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/1018287

Title:
  no panel

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  only desktop and mycomputer can see nothing else not apper

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-15.61-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-15-generic-pae i686
  Architecture: i386
  Date: Wed Jun 27 13:56:29 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=en_IN:en
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to natty on 2012-06-27 (0 days ago)

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

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


[Desktop-packages] [Bug 1018021] Re: promted about changes in /etc/gnome/defaults.list when I never touched it

2012-06-27 Thread Sebastien Bacher
** Changed in: desktop-file-utils (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  promted about changes in /etc/gnome/defaults.list when I never touched
  it

Status in “desktop-file-utils” package in Ubuntu:
  Incomplete

Bug description:
  promted about changes in /etc/gnome/defaults.list when I never touched
  it

  It should be simply upgraded without questions and it should be
  treated as a conffile

  Setting up desktop-file-utils (0.20-0ubuntu4) ...

  Configuration file `/etc/gnome/defaults.list'
   == Modified (by you or by a script) since installation.
   == Package distributor has shipped an updated version.
 What would you like to do about it ?  Your options are:
  Y or I  : install the package maintainer's version
  N or O  : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
   The default action is to keep your current version.
  *** defaults.list (Y/I/N/O/D/Z) [default=N] ?

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

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


[Desktop-packages] [Bug 901171] Re: Saved search file opens in firefox instead of nautilus

2012-06-27 Thread Sebastien Bacher
There seems to be a bug in glib there, I've opened
https://bugzilla.gnome.org/show_bug.cgi?id=678944

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

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

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

Title:
  Saved search file opens in firefox instead of nautilus

Status in The G Library - GLib:
  Unknown
Status in “desktop-file-utils” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce

  1.- Open nautilus and perform a search

  2.- Save that search. A file named whatever.savedSearch is created.

  3.- In nautilus, double click to open whatever.savedSearch

  What happens: Firefox is invoked to open the saved search

  What should happen: the saved search is open in nautilus

  
  Found  in ubuntu 11.10

  desktop-file-utils:
   Installed: 0.18-0ubuntu9

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

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


[Desktop-packages] [Bug 1018287] Re: no panel

2012-06-27 Thread Sebastien Bacher
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it. We understand the
difficulties you are facing, but it is better to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. You can also find a valid help
posting your problem in the support forum of your local Ubuntu's
community http://loco.ubuntu.com/ or asking at http://askubuntu.com. For
help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

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

Title:
  no panel

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  only desktop and mycomputer can see nothing else not apper

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-15.61-generic-pae 2.6.38.8
  Uname: Linux 2.6.38-15-generic-pae i686
  Architecture: i386
  Date: Wed Jun 27 13:56:29 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=en_IN:en
   LANG=en_IN
   LC_MESSAGES=en_IN.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to natty on 2012-06-27 (0 days ago)

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

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


[Desktop-packages] [Bug 1018266] Re: Empathy google chat disconnects every 5-10 minutes.

2012-06-27 Thread jatoo
** Description changed:

  Seems to happen on some networks but not others.   Doesn't seem to
- happen in Pidgin, or in the Gmail web interface.
+ happen in the Gmail web interface.
+ 
+ EDIT: but it does happen in Pidgin, too.
  
  Happy to provide any further info.
  
  Description:Ubuntu 12.04 LTS
  
  empathy:
-   Installed: 3.4.2-0ubuntu1
-   Candidate: 3.4.2-0ubuntu1
-   Version table:
-  *** 3.4.2-0ubuntu1 0
- 500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
- 100 /var/lib/dpkg/status
-  3.4.1-0ubuntu1 0
- 500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main 
amd64 Packages
+   Installed: 3.4.2-0ubuntu1
+   Candidate: 3.4.2-0ubuntu1
+   Version table:
+  *** 3.4.2-0ubuntu1 0
+ 500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  3.4.1-0ubuntu1 0
+ 500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main 
amd64 Packages
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:27:43 2012
  ExecutablePath: /usr/bin/empathy
  ProcEnviron:
-  LANGUAGE=en_AU:en
-  PATH=(custom, no user)
-  LANG=en_AU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_AU:en
+  PATH=(custom, no user)
+  LANG=en_AU.UTF-8
+  SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Empathy google chat disconnects every 5-10 minutes.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Seems to happen on some networks but not others.   Doesn't seem to
  happen in the Gmail web interface.

  EDIT: but it does happen in Pidgin, too.

  Happy to provide any further info.

  Description:Ubuntu 12.04 LTS

  empathy:
    Installed: 3.4.2-0ubuntu1
    Candidate: 3.4.2-0ubuntu1
    Version table:
   *** 3.4.2-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ 
precise-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   3.4.1-0ubuntu1 0
  500 http://mirror.aarnet.edu.au/pub/ubuntu/archive/ precise/main 
amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:27:43 2012
  ExecutablePath: /usr/bin/empathy
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1014558] Re: MSN Account Offline Error

2012-06-27 Thread Jorge Rama
This issue as resurfaced.

I am adding the log from mission control.

** Attachment added: All-27-06-12_09-46-39.log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1014558/+attachment/3205415/+files/All-27-06-12_09-46-39.log

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

Title:
  MSN Account Offline Error

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  Hello,

  I have two PCs with the Empathy configured to my MSN Chat account.
  When I start Empathy, launching automatically at login, my MSN account almost 
always claims that is Offline.

  If I disable the account and re-enable it it starts working properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  Date: Mon Jun 18 10:24:11 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-03-21 (88 days ago)

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

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


[Desktop-packages] [Bug 1017864] Re: empathy msn fake offline

2012-06-27 Thread Jorge Rama
As requested

** Attachment added: All-27-06-12_09-46-39.log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1017864/+attachment/3205414/+files/All-27-06-12_09-46-39.log

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

Title:
  empathy msn fake offline

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  Empathy main window claims my accounts are all disabled when it starts
  (automatically launching at startup).

  When I check the Account status (F4) it clearly shows MSN trying to
  connect and it succeeds. However the main window stil claims my
  accounts are disabled. If I quit Empathy and relaunch my MSN contacts
  are instantly displayed.

  
  I am creating this separate issue as recommended by Bilal Shahid in 
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1014558

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  Date: Tue Jun 26 09:44:14 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-03-21 (96 days ago)

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

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


[Desktop-packages] [Bug 1010349] Re: Evolution address book inaccessible without killing one time e-addressbook-factory

2012-06-27 Thread Sebastien Bacher
you can claim this bug doesn't affect $distro, you can even claim that
it doesn't Ubuntu precise either since you are the only one to see it,
that's nothing due to the mix of versions and that's not an ubuntu bug
since we don't patch evolution-data-server over Debian

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

Title:
  Evolution address book inaccessible without killing one time e
  -addressbook-factory

Status in “evolution-data-server” package in Ubuntu:
  Confirmed

Bug description:
  After a fresh boot of my system, Evolution is not able to access my
  work address book on LDAP and my personnal address book on Google.

  With Google address book I get the error Cannot open book: Source
  already loaded!

  After shutting down Evolution and killing by hand :
  /usr/lib/evolution/e-addressbook-factory. I relaunch Evolution and
  everything go right.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: evolution-data-server 3.2.3-0ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Fri Jun  8 09:07:18 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  SourcePackage: evolution-data-server
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1010349/+subscriptions

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


[Desktop-packages] [Bug 1001704] Re: After suspend, or after mobile broadband failure, it is impossible to re-connect without physically unplugging cable

2012-06-27 Thread Mayank Suman
I am using my mobile Nokia 7210 Supernova as my modem.

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

Title:
  After suspend, or after mobile broadband failure, it is impossible to
  re-connect without physically unplugging cable

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

Bug description:
  After suspend or unusual connection loss, the mobile broadband do not 
connect, no matter how many times you try.
  Phone connection has to be resetted by uplugging and replugging cable to use 
mobile broadband.

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

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


[Desktop-packages] [Bug 1000948] Re: Network Manager menu entry buttons don't respond

2012-06-27 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1011073 ***
https://bugs.launchpad.net/bugs/1011073

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Network Manager menu entry buttons don't respond

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

Bug description:
  After switching wireless networks, network manager gets in a state
  where the indicator menu can be brought up, but clicking on the items
  in the menu has no effect.

  It doesn't help to turn wifi on and off, or to kill the NetworkManager 
process.  I forgot to try suspend/restore this time.
  But a reboot does resolve it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May 17 12:33:18 2012
  ExecutablePath: /usr/sbin/NetworkManager
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan1  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0disconnectedenabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 901171] Re: Saved search file opens in firefox instead of nautilus

2012-06-27 Thread Bug Watch Updater
** Changed in: glib
   Status: Unknown = New

** Changed in: glib
   Importance: Unknown = Medium

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

Title:
  Saved search file opens in firefox instead of nautilus

Status in The G Library - GLib:
  New
Status in “desktop-file-utils” package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce

  1.- Open nautilus and perform a search

  2.- Save that search. A file named whatever.savedSearch is created.

  3.- In nautilus, double click to open whatever.savedSearch

  What happens: Firefox is invoked to open the saved search

  What should happen: the saved search is open in nautilus

  
  Found  in ubuntu 11.10

  desktop-file-utils:
   Installed: 0.18-0ubuntu9

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

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


[Desktop-packages] [Bug 1018305] [NEW] Settings like desktop background, trackpad, etc are ignored

2012-06-27 Thread Martin Vuk
Public bug reported:

After recent upgrade, the user defined settings in gnome-control-center
are ignored. For example if I change background in system-settings,
nothing happens, the background is still default ubuntu. My choice in
system-settings is preserved however, but it has no effect. The same is
true for trackpad settings.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.12-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Wed Jun 27 11:24:03 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 PATH=(custom, user)
 LANG=sl_SI.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-02-02 (146 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Settings like desktop background, trackpad, etc are ignored

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

Bug description:
  After recent upgrade, the user defined settings in gnome-control-
  center are ignored. For example if I change background in system-
  settings, nothing happens, the background is still default ubuntu. My
  choice in system-settings is preserved however, but it has no effect.
  The same is true for trackpad settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Jun 27 11:24:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sl_SI.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-02-02 (146 days ago)

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

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


[Desktop-packages] [Bug 1018305] Re: Settings like desktop background, trackpad, etc are ignored

2012-06-27 Thread Martin Vuk
-- 
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/1018305

Title:
  Settings like desktop background, trackpad, etc are ignored

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

Bug description:
  After recent upgrade, the user defined settings in gnome-control-
  center are ignored. For example if I change background in system-
  settings, nothing happens, the background is still default ubuntu. My
  choice in system-settings is preserved however, but it has no effect.
  The same is true for trackpad settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Jun 27 11:24:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sl_SI.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-02-02 (146 days ago)

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

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


[Desktop-packages] [Bug 1018321] [NEW] gnome-control-center crashed with SIGABRT in raise()

2012-06-27 Thread Mike Durham
Public bug reported:

nothing to add

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: gnome-control-center 1:3.4.2-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
Uname: Linux 3.5.0-1-generic i686
ApportVersion: 2.2.5-0ubuntu1
Architecture: i386
Date: Wed Jun 27 17:43:13 2012
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120508)
ProcCmdline: gnome-control-center
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
Signal: 6
SourcePackage: gnome-control-center
StacktraceTop:
 raise () from /lib/i386-linux-gnu/libc.so.6
 abort () from /lib/i386-linux-gnu/libc.so.6
 ?? () from /lib/i386-linux-gnu/libc.so.6
 __assert_fail () from /lib/i386-linux-gnu/libc.so.6
 _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
Title: gnome-control-center crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: apport-crash i386 need-i386-retrace quantal

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

Title:
  gnome-control-center crashed with SIGABRT in raise()

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

Bug description:
  nothing to add

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic i686
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: i386
  Date: Wed Jun 27 17:43:13 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120508)
  ProcCmdline: gnome-control-center
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_AU:en
   LANG=en_AU.UTF-8
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: gnome-control-center crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1018321] Re: gnome-control-center crashed with SIGABRT in raise()

2012-06-27 Thread Mike Durham
-- 
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/1018321

Title:
  gnome-control-center crashed with SIGABRT in raise()

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

Bug description:
  nothing to add

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic i686
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: i386
  Date: Wed Jun 27 17:43:13 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120508)
  ProcCmdline: gnome-control-center
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_AU:en
   LANG=en_AU.UTF-8
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: gnome-control-center crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1018318] ThreadStacktrace.txt

2012-06-27 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1018318/+attachment/3205450/+files/ThreadStacktrace.txt

** Changed in: unity (Ubuntu)
   Status: New = Invalid

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

Title:
  unity-panel-service crashed with SIGSEGV in
  g_hash_table_foreach_steal()

Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  The problem happens quite often, when I want to open the menu of an
  appindicator.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-services 5.12-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Wed Jun 27 11:59:44 2012
  ExecutablePath: /usr/lib/unity/unity-panel-service
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  ProcCmdline: /usr/lib/unity/unity-panel-service
  SegvAnalysis:
   Segfault happened at: 0x4063c5:  cmp%rax,(%rdx)
   PC (0x004063c5) ok
   source %rax ok
   destination (%rdx) (0x415541fe89495641) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? ()
   ?? () from /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
   g_hash_table_foreach_steal (hash_table=0x1, func=optimized out, 
user_data=optimized out) at /build/buildd/glib2.0-2.33.3/./glib/ghash.c:1478
   ?? () from /usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
   ?? ()
  Title: unity-panel-service crashed with SIGSEGV in 
g_hash_table_foreach_steal()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout disk lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 1018032] Re: Unable to file crash report

2012-06-27 Thread Erick Brunzell
I'm unable to reproduce this with Ubuntu live i386 20120627 so I'm
marking it invalid.

** Changed in: apport (Ubuntu)
   Status: New = Invalid

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

Title:
  Unable to file crash report

Status in “apport” package in Ubuntu:
  Invalid

Bug description:
  I'm testing  Ubuntu Quantal live i386 20120626.1 and trying to follow
  up on bug 1017879 but even using ubuntu-bug casper I get the error
  shown in the attached screenshot.

  I'd think it's clearly an apport failure because I do have the ability
  to connect to the net to file this.

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

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


[Desktop-packages] [Bug 1018321] Re: gnome-control-center crashed with SIGABRT in raise()

2012-06-27 Thread Apport retracing service
*** This bug is a duplicate of bug 964525 ***
https://bugs.launchpad.net/bugs/964525

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205441/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205443/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205444/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205445/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205446/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205447/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1018321/+attachment/3205448/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 964525
   gnome-control-center crashed with SIGABRT (_XAllocID) (libx11 issue?)

** Tags removed: need-i386-retrace

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

Title:
  gnome-control-center crashed with SIGABRT in raise()

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

Bug description:
  nothing to add

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: gnome-control-center 1:3.4.2-0ubuntu6
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic i686
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: i386
  Date: Wed Jun 27 17:43:13 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120508)
  ProcCmdline: gnome-control-center
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_AU:en
   LANG=en_AU.UTF-8
  Signal: 6
  SourcePackage: gnome-control-center
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: gnome-control-center crashed with SIGABRT in raise()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 1018305] Re: Settings like desktop background, trackpad, etc are ignored

2012-06-27 Thread Sebastien Bacher
Thank you for your bug report, could you add your .xsession-errors to
the bug? it's likely gnome-settings-daemon not working

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Incomplete

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Settings like desktop background, trackpad, etc are ignored

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

Bug description:
  After recent upgrade, the user defined settings in gnome-control-
  center are ignored. For example if I change background in system-
  settings, nothing happens, the background is still default ubuntu. My
  choice in system-settings is preserved however, but it has no effect.
  The same is true for trackpad settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Jun 27 11:24:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sl_SI.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-02-02 (146 days ago)

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

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


[Desktop-packages] [Bug 1004775] Re: NetworkManager restarts dnsmasq on every IPv6 route advertisement, thus very frequently

2012-06-27 Thread James Tait
FWIW, I've checked the Ignore automatically obtained routes checkbox
in the Routes... dialogue. I'm going to see how it goes. So far I've
reconnected to Freenode, Facebook and G+ after unplugging my network
cable to clear the route list, and so far the route list hasn't grown
from the default routes set up when I reconnected the cable.

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

Title:
  NetworkManager restarts dnsmasq on every IPv6 route advertisement,
  thus very frequently

Status in “network-manager” package in Ubuntu:
  Triaged
Status in “network-manager” source package in Precise:
  Triaged
Status in “network-manager” source package in Quantal:
  Triaged

Bug description:
  NetworkManager stops and starts dnsmasq very frequently (every few
  minutes).  During the brief window that dnsmasq is restarting,
  hostname resolution doesn't work.  dnsmasq is getting restarted
  frequently enough that I see brief hostname resolution errors in
  Chrome several times a day during normal web browsing.

  This is on Precise with network-manager 0.9.4.0-0ubuntu4 and dnsmasq-
  base 2.59-4.

  The frequent restarts seem to be triggered by IPv6 route
  advertisements on my network.  (See log snippet below.)  When
  NetworkManager gets a route advertisement, it reconfigures everything.
  In the case of dnsmasq, this means stopping dnsmasq, writing a new
  config file, and starting dnsmasq.  NetworkManager should restart
  dnsmasq only if it its configuration changes.

  I'm attaching a snippet from /var/log/daemon.log on my system that
  demonstrates a restart.  This is with debug logging configured in
  /etc/NetworkManager/NetworkManager.conf.

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

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


[Desktop-packages] [Bug 1018332] [NEW] Opening Image Viewer restarts lightdm

2012-06-27 Thread Leodardo
Public bug reported:

When opening certain images (usually those from dropbox or coming by
email) with GNOME Image Viewer the session is suddenly closed like
Ctrl+Alt+Backspace and I'm back to the login screen. Opening them with
other tools (e.g. I tried Gloobus) doesn't crash. An image is supplied
attached

The error from dmesg is:
$ dmesg | tail 
[ 8896.398877] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

Software config: 
GNOME Image Viewer 3.4.1
Ubuntu 12.04
Unity 5.12.0
Ubuntu 3.2.0-25.40-generic-pae 3.2.18


ATI video driver:

$ sudo lshw -c video
  *-display   
   description: VGA compatible controller
   product: M52 [Mobility Radeon X1300]
   vendor: Hynix Semiconductor (Hyundai Electronics)
   physical id: 0
   bus info: pci@:01:00.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
   configuration: driver=radeon latency=0

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

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

Title:
  Opening Image Viewer restarts lightdm

Status in “eog” package in Ubuntu:
  New

Bug description:
  When opening certain images (usually those from dropbox or coming by
  email) with GNOME Image Viewer the session is suddenly closed like
  Ctrl+Alt+Backspace and I'm back to the login screen. Opening them with
  other tools (e.g. I tried Gloobus) doesn't crash. An image is supplied
  attached

  The error from dmesg is:
  $ dmesg | tail 
  [ 8896.398877] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  Software config: 
  GNOME Image Viewer 3.4.1
  Ubuntu 12.04
  Unity 5.12.0
  Ubuntu 3.2.0-25.40-generic-pae 3.2.18

  
  ATI video driver:

  $ sudo lshw -c video
*-display   
 description: VGA compatible controller
 product: M52 [Mobility Radeon X1300]
 vendor: Hynix Semiconductor (Hyundai Electronics)
 physical id: 0
 bus info: pci@:01:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0

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

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


[Desktop-packages] [Bug 1018332] Re: Opening Image Viewer restarts lightdm

2012-06-27 Thread Leodardo
** Attachment added: image to trigger the crash
   https://bugs.launchpad.net/bugs/1018332/+attachment/3205461/+files/SrlCr.jpg

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

Title:
  Opening Image Viewer restarts lightdm

Status in “eog” package in Ubuntu:
  New

Bug description:
  When opening certain images (usually those from dropbox or coming by
  email) with GNOME Image Viewer the session is suddenly closed like
  Ctrl+Alt+Backspace and I'm back to the login screen. Opening them with
  other tools (e.g. I tried Gloobus) doesn't crash. An image is supplied
  attached

  The error from dmesg is:
  $ dmesg | tail 
  [ 8896.398877] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  Software config: 
  GNOME Image Viewer 3.4.1
  Ubuntu 12.04
  Unity 5.12.0
  Ubuntu 3.2.0-25.40-generic-pae 3.2.18

  
  ATI video driver:

  $ sudo lshw -c video
*-display   
 description: VGA compatible controller
 product: M52 [Mobility Radeon X1300]
 vendor: Hynix Semiconductor (Hyundai Electronics)
 physical id: 0
 bus info: pci@:01:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0

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

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


[Desktop-packages] [Bug 987889] Re: Auto connect doesn't work

2012-06-27 Thread ptolonen
This bug also affects me. Im using Nokia CS-17 modem with Ubuntu 12.04.
It was working nicely on older Ubuntu (last without unity). Now i have
to eject /dev/sr1 before modem is found.

lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 008: ID 0421:0623 Nokia Mobile Phones 
Bus 002 Device 002: ID 046d:c313 Logitech, Inc. Internet 350 Keyboard
Bus 002 Device 003: ID 15d9:0a33 Trust International B.V. Optical Mouse
Bus 002 Device 004: ID 04e8:3292 Samsung Electronics Co., Ltd ML-1640 Series 
Laser Printer

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

Title:
  Auto connect doesn't work

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

Bug description:
  Not only auto connect doesn't work but also I can't make my usb-stick modem 
work from the first attempt.
  Having this issue since oneiric and still no luck. After the connection 
breaks it takes a while till it reappears in the applet's menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  CRDA: Error: [Errno 2] Нет такого файла или каталога
  Date: Tue Apr 24 19:17:28 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 
(20120327.1)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 10.135.146.55 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Проводное соединение 180aeec29-560a-499a-8cd4-fbb9ddfaa7d4   
802-3-ethernet1335255902   Вт. 24 апр. 2012 12:25:02  yes   
no /org/freedesktop/NetworkManager/Settings/1
   Megafon NW7fde2e63-1dc8-4847-aac4-0365d425c475   gsm 
  1335280601   Вт. 24 апр. 2012 19:16:41  nono 
/org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   ttyUSB0gsm   connected 
/org/freedesktop/NetworkManager/Devices/4  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   disabled
disabled   enabled enabled

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

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


[Desktop-packages] [Bug 1018263] Re: exhaustive memory leak

2012-06-27 Thread Chris Coulson
Thanks, but please have a read of the bug reporting guidelines
(https://wiki.ubuntu.com/MozillaTeam/Bugs) before reporting Firefox
bugs. We do provide a link to this on the bug submission form, and
request that you read it. In particular, all Firefox bugs *must* be
submitted with Apport, you must try running with addons disabled, and
there is a section that is specific to these types of issues.

Feel free to report another bug with all of the required information

** Changed in: firefox (Ubuntu)
   Status: New = Invalid

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

Title:
  exhaustive memory leak

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  If I leave firefox running over night, since upgrading to 13.0.1
  Firefox, firefox exhausts all system memory, running with 100% load on
  one core. This has been noticed on other platforms by other users (for
  example here http://support.mozilla.org/en-US/questions/930472).

  Action:
  Leave firefox running and go home from work.

  Expect:
  Low load and low memory use from firefox when get back in the morning.

  See:
  100% load on one core due to ff, and full memory (in this case 12GB) 
exhaustion (or worse OOM killer marks on other long running applications, 
including but not limited to compiz).

  Extra points:
  I have small multiples of tabs open, but nothing actually doing anything and 
not that had caused any problems prior to this version.

  It seems ff13.0.1 could give NT a run for it's money if it were in the
  airlines stakes ;|

  $ lsb_release -rd
  Description:Ubuntu 10.04.4 LTS
  Release:10.04

  $ dpkg -l | grep firefox
  ii  firefox  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla
  ii  firefox-3.0  
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-3.0-branding 
3.6.10+build1+nobinonly-0ubuntu0.9.10.1   dummy upgrade package for 
firefox-3.0 - firefox-3.5
  ii  firefox-3.0-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-branding 
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - transitional package
  ii  firefox-gnome-support
13.0.1+build1-0ubuntu0.10.04.1Safe and easy web browser 
from Mozilla - GNOME support

  $ uname -srvm
  Linux 2.6.32-41-generic #90-Ubuntu SMP Tue May 22 11:29:51 UTC 2012 x86_64

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

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


[Desktop-packages] [Bug 1016080] Re: slow wired connectivity after upgrade to 12.04 -- Broadcom BCM5761, tg3

2012-06-27 Thread Thomas Hood
** Summary changed:

- slow wired connectivity after upgrade to 12.04
+ slow wired connectivity after upgrade to 12.04 -- Broadcom BCM5761, tg3

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

Title:
  slow wired connectivity after upgrade to 12.04 -- Broadcom BCM5761,
  tg3

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

Bug description:
  Since I upgraded from 11.10 to 12.04 (i386 on a Dell Latitude E5520) my wired 
connection became extremely slow.
  I also tried with a live cd of ubuntu 12.04 but I had the same problem.
  Now I'm working with Linux Mint 11 and Windows xp works good too.
  I usually connect through a proxy server and I have any problem downloading 
packages with Synaptic or downloading files from internet like mail attachments 
but I could wait minutes opening the page of gmail. If I connect with an 
internet key, it works good.
  The problem seems to be only browsing web pages with a wired connection 
through a proxy server, but I couldn't verify without using it.

  Paolo

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

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


[Desktop-packages] [Bug 1012656] Re: Please allow some configuration of NM-controlled dnsmasq

2012-06-27 Thread Thomas Hood
** Summary changed:

- Add ability to customize the embedded DNSmasq configuration
+ Please allow some configuration of NM-controlled dnsmasq

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

Title:
  Please allow some configuration of NM-controlled dnsmasq

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

Bug description:
  There is already a patch, submitted to the networkmanager-list (
  https://mail.gnome.org/archives/networkmanager-
  list/2012-June/msg00011.html ) on Jun 1, so this is just a tracking
  bug, however, hopefully it at least shows that there's some interest
  in customizing the dnsmasq command line that NetworkManager uses to
  launch the caching resolver.

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

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


[Desktop-packages] [Bug 987889] Re: NM doesn't autoconnect USB modem and doesn't show the connection for a long time after disconnect

2012-06-27 Thread Thomas Hood
** Summary changed:

- Auto connect doesn't work
+ NM doesn't autoconnect USB modem and doesn't show the connection for a long 
time after disconnect

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

Title:
  NM doesn't autoconnect USB modem and doesn't show the connection for a
  long time after disconnect

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

Bug description:
  Not only auto connect doesn't work but also I can't make my usb-stick modem 
work from the first attempt.
  Having this issue since oneiric and still no luck. After the connection 
breaks it takes a while till it reappears in the applet's menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  CRDA: Error: [Errno 2] Нет такого файла или каталога
  Date: Tue Apr 24 19:17:28 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 
(20120327.1)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 10.135.146.55 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Проводное соединение 180aeec29-560a-499a-8cd4-fbb9ddfaa7d4   
802-3-ethernet1335255902   Вт. 24 апр. 2012 12:25:02  yes   
no /org/freedesktop/NetworkManager/Settings/1
   Megafon NW7fde2e63-1dc8-4847-aac4-0365d425c475   gsm 
  1335280601   Вт. 24 апр. 2012 19:16:41  nono 
/org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   ttyUSB0gsm   connected 
/org/freedesktop/NetworkManager/Devices/4  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   disabled
disabled   enabled enabled

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

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


[Desktop-packages] [Bug 1018346] [NEW] CTRL key = Primary ... sometimes

2012-06-27 Thread Adi Dobrota
Public bug reported:

freshly installed Ubuntu 12.04 and gnome-shell, using gnome with no
effects

gnome-control-center:
  Installed: 1:3.4.2-0ubuntu0.2
  Candidate: 1:3.4.2-0ubuntu0.2


left CTRL key seems to be interpreted as PRIMARY key, however it only happens 
in certain enviroments
for example in firefox left CTRL + T does NOT open a new tab, it needs right 
CTRL + T , however left CTRL + click a link DOES correctly open the link in a 
new tab. Same key seems to be interpreted differently by the same application 
(firefox in this case)

same thing applies to keyboard shortcuts - I defined CTRL + F1  = move window 
to workspace 1, but only right control works, left control doesn't.
CTRL+ALT+T  for open terminal works with left CTRL
CTRL+C or V for copy/paste does not work with left CTRL in any enviroment.

anyone else experiencing this?

no, this doesn't seem to me to be:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/936840

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

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

Title:
  CTRL key = Primary ... sometimes

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

Bug description:
  freshly installed Ubuntu 12.04 and gnome-shell, using gnome with no
  effects

  gnome-control-center:
Installed: 1:3.4.2-0ubuntu0.2
Candidate: 1:3.4.2-0ubuntu0.2

  
  left CTRL key seems to be interpreted as PRIMARY key, however it only 
happens in certain enviroments
  for example in firefox left CTRL + T does NOT open a new tab, it needs right 
CTRL + T , however left CTRL + click a link DOES correctly open the link in a 
new tab. Same key seems to be interpreted differently by the same application 
(firefox in this case)

  same thing applies to keyboard shortcuts - I defined CTRL + F1  = move window 
to workspace 1, but only right control works, left control doesn't.
  CTRL+ALT+T  for open terminal works with left CTRL
  CTRL+C or V for copy/paste does not work with left CTRL in any enviroment.

  anyone else experiencing this?

  no, this doesn't seem to me to be:
  https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/936840

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

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


[Desktop-packages] [Bug 1018032] Re: Unable to file crash report

2012-06-27 Thread Erick Brunzell
** Changed in: apport (Ubuntu)
   Status: Invalid = New

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

Title:
  Unable to file crash report

Status in “apport” package in Ubuntu:
  New

Bug description:
  I'm testing  Ubuntu Quantal live i386 20120626.1 and trying to follow
  up on bug 1017879 but even using ubuntu-bug casper I get the error
  shown in the attached screenshot.

  I'd think it's clearly an apport failure because I do have the ability
  to connect to the net to file this.

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

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


[Desktop-packages] [Bug 1018346] Re: CTRL key = Primary ... sometimes

2012-06-27 Thread Sebastien Bacher
** Package changed: gnome-control-center (Ubuntu) = gnome-shell
(Ubuntu)

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

Title:
  CTRL key = Primary ... sometimes

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

Bug description:
  freshly installed Ubuntu 12.04 and gnome-shell, using gnome with no
  effects

  gnome-control-center:
Installed: 1:3.4.2-0ubuntu0.2
Candidate: 1:3.4.2-0ubuntu0.2

  
  left CTRL key seems to be interpreted as PRIMARY key, however it only 
happens in certain enviroments
  for example in firefox left CTRL + T does NOT open a new tab, it needs right 
CTRL + T , however left CTRL + click a link DOES correctly open the link in a 
new tab. Same key seems to be interpreted differently by the same application 
(firefox in this case)

  same thing applies to keyboard shortcuts - I defined CTRL + F1  = move window 
to workspace 1, but only right control works, left control doesn't.
  CTRL+ALT+T  for open terminal works with left CTRL
  CTRL+C or V for copy/paste does not work with left CTRL in any enviroment.

  anyone else experiencing this?

  no, this doesn't seem to me to be:
  https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/936840

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

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


[Desktop-packages] [Bug 1018305] Re: Settings like desktop background, trackpad, etc are ignored

2012-06-27 Thread Martin Vuk
** Attachment added: .xsession-errors
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1018305/+attachment/3205487/+files/.xsession-errors

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

Title:
  Settings like desktop background, trackpad, etc are ignored

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

Bug description:
  After recent upgrade, the user defined settings in gnome-control-
  center are ignored. For example if I change background in system-
  settings, nothing happens, the background is still default ubuntu. My
  choice in system-settings is preserved however, but it has no effect.
  The same is true for trackpad settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Jun 27 11:24:03 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sl_SI.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-02-02 (146 days ago)

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

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


[Desktop-packages] [Bug 669465] Re: Evolution's e-addressbook-factory process renders CPU usage 100%

2012-06-27 Thread brejoc
I've just added my Google Account within the Online Accounts and get the
same behaviour.

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

Title:
  Evolution's e-addressbook-factory process renders CPU usage 100%

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

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

  I have set-up Evolution email client to access my Gmail and UbuntuOne
  address books. However, on some occasions e-addressbook-factory starts
  using 100% of CPU. It has happened to me more than ten times, but I
  still cannot tell what exactly causes the book to occur. It may be
  something with Gmail address book and UbuntuOne address book accessed
  at the same time. BTW, this bug seems to occur more often after Ubuntu
  resumes from suspend. Killing the process, apparently, helps, as it is
  restarted and works normal.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: evolution-data-server 2.30.3-2ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Mon Nov  1 16:06:27 2010
  ExecutablePath: /usr/lib/evolution/e-addressbook-factory
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: evolution-data-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-data-server/+bug/669465/+subscriptions

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


[Desktop-packages] [Bug 878492] Re: Keyboard shortcut - F10 shortcut is used to show menu and this is wrong

2012-06-27 Thread brewmanz
I am running Ubuntu 11.10 AMD-64, applied all fixes, tried various 
work-arounds, rebooted a few times, and pressing F10 still displays first menu 
list. As something of a newbie with Ubuntu, I'll be honest and say that I can't 
understand quite a bit of the jargon that goes on - what's gtk? unity? 2D vs 
3D? 
At the end of the day, all I want is for Ubunut to allow me to press F10 and 
have it passed through to the app - in my case VirtualBox running Windows with 
Visual Studio debugging step being F10.
Please can someone tell me how to achieve that. Thanks.

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

Title:
  Keyboard shortcut - F10 shortcut is used to show menu and this is
  wrong

Status in Ayatana Design:
  Fix Committed
Status in Unity:
  Triaged
Status in Unity 2D:
  Fix Released
Status in Unity Distro Priority:
  Fix Released
Status in “gtk+2.0” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-2d” package in Ubuntu:
  Fix Released

Bug description:
  Unity 2d uses F10 shotcut to show menu,
  but many applications use this key too

  a lot of IDE's bind to F10 debug function Step over... FireFox Firebug and 
Google Chrome debugger does it
  text editor Kate use F10 to toogle word wraping
  I think there are more app uses it

  May be unity2d should use different shotcut for mainmenu?

  ---
  Desired resolution:

  - The F10 shortcut should be changed to Alt + F10.  No F keys
  should ever be used for shell shortcuts without an additional modifier
  key.  This change brings the shortcut into line with the Alt +F1
  Launcher keyboard navigation shortcut.

  - The menu key should perform the same function as Alt + F10 (display
  menus).  A nice to have gold plating feature would be to detect if a
  menu key is present on the keyboard, and if it is display the 'menu'
  key shortcut in the shortcuts overlay in place of Alt + F10

  - The Alt + F5 becomes a toggle, shifting the window between
  restored and maximised states (replacing the previous windox maximise
  Alt + F10 shortcut)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878492/+subscriptions

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


[Desktop-packages] [Bug 1016239] Re: Searching in the HUD freezes unity

2012-06-27 Thread Treviño
** Changed in: unity/5.0
   Status: New = Invalid

** Changed in: unity/5.0
Milestone: 5.14.0 = None

** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Searching in the HUD freezes unity

Status in Unity:
  Fix Committed
Status in unity 5.0 series:
  Invalid
Status in “unity” package in Ubuntu:
  Fix Committed

Bug description:
  Since unity revision 2374 [1] the HUD can hang when just searching for a 
small string.
  In my setup (where I've indicators with big menu items, like the ones that 
feedindicator provides), I get it basically doing this:

  prerequisite
   - Install feedindicator http://go.3v1n0.net/MqDhar
   - Add http://planet.ubuntu.com rss feed to it
  /prerequisite

  1) Open the HUD
  2) Write f

  This is enough to make my HUD and unity to hang.

  As you can see on the attached stacktrace, basically the interface is looping 
calling ComputeContentSize.
  For your information, The loop doesn't happen if removing the SetBaseSize 
call on StaticCairoText::PreLayoutManagement() (it's not a fix, of course).

  [1] http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/2374

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

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


[Desktop-packages] [Bug 1016239] Re: Searching in the HUD freezes unity

2012-06-27 Thread Andrea Azzarone
** Changed in: unity/5.0
   Status: Invalid = In Progress

** Changed in: unity/5.0
 Assignee: (unassigned) = Andrea Azzarone (andyrock)

** Changed in: unity/5.0
Milestone: None = 5.14.0

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

Title:
  Searching in the HUD freezes unity

Status in Unity:
  Fix Committed
Status in unity 5.0 series:
  In Progress
Status in “unity” package in Ubuntu:
  Fix Committed

Bug description:
  Since unity revision 2374 [1] the HUD can hang when just searching for a 
small string.
  In my setup (where I've indicators with big menu items, like the ones that 
feedindicator provides), I get it basically doing this:

  prerequisite
   - Install feedindicator http://go.3v1n0.net/MqDhar
   - Add http://planet.ubuntu.com rss feed to it
  /prerequisite

  1) Open the HUD
  2) Write f

  This is enough to make my HUD and unity to hang.

  As you can see on the attached stacktrace, basically the interface is looping 
calling ComputeContentSize.
  For your information, The loop doesn't happen if removing the SetBaseSize 
call on StaticCairoText::PreLayoutManagement() (it's not a fix, of course).

  [1] http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/2374

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

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


[Desktop-packages] [Bug 974900] Re: Menus split across multi monitors

2012-06-27 Thread Jan Groenewald
In my case, a laptop with external monitor, not only the menu, but the 
libreoffice window
every time opens in the wrong monitor, not the external which has focus, but 
the laptop
window. Removing libreoffice-gtk fixes it: the splash screen is still on the 
laptop but the window
opens in the external. It makes libreoffice ugly on 12.04 though.

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

Title:
  Menus split across multi monitors

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Have two monitors arranged side by side. Some applications when used
  maximised in the right hand monitor, display their menus split across
  the two monitors.

  Not all applications do this.

  gnome-terminal (with panel menus disabled) - is OK
  libreoffice - is BAD

  I don't know if this bug is unique to libreoffice or is in something
  like compiz.

  Using Unity, 12.04 latest beta
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,gnomecompat,snap,move,text,mousepoll,regex,compiztoolbox,grid,resize,imgpng,place,wall,animation,unitymtgrabhandles,session,expo,fade,scale,workarounds,unityshell,scaleaddon]
  CompositorRunning: compiz
  DistUpgraded: 2012-04-05 14:49:40,837 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  MachineType: Dell Inc. Latitude D630
  Package: xorg 1:7.6+12ubuntu1
  PackageArchitecture: i386
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/usr/bin/tcsh
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=84c73eda-43e4-429c-8428-0a37de7b6de5 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Tags:  precise ubuntu compiz-0.9
  Uname: Linux 3.2.0-22-generic i686
  UpgradeStatus: Upgraded to precise on 2012-04-05 (2 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy lpadmin netdev 
plugdev powerdev scanner tape video
  dmi.bios.date: 06/20/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 0KU184
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd06/20/2008:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.7.4-0ubuntu1
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

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


[Desktop-packages] [Bug 476211] Re: Record, accept and reject changes as toolbar

2012-06-27 Thread Michiel Wittkampf
Thanks for the explanation.

I found out that somebody already made a bugreport for LibreOffice.
It is here: https://bugs.freedesktop.org/show_bug.cgi?id=32699

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

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

Title:
  Record, accept and reject changes as toolbar

Status in LibreOffice Productivity Suite:
  Incomplete
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  Feature suggestion: make a toolbar default available in OpenOffice for
  recording, accepting and rejecting changes. And make it easily
  accessible by for example a 'record changes' button on the the
  'standard' toolbar.

  The 'changes' functions are frequently used in office work /
  collaboration. For an efficient workflow they should be easily
  accessible. Now the are (default) only accessible form the (edit) menu
  in OpenOffice 3.1.

  ProblemType: Bug
  Architecture: i386
  Date: Fri Nov  6 08:27:49 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: wl nvidia
  Package: openoffice.org-core 1:3.1.1-5ubuntu1 [modified: 
var/lib/openoffice/basis3.1/program/services.rdb]
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-14-generic i686
  XsessionErrors:
   (gnome-settings-daemon:2138): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (gnome-settings-daemon:2138): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (polkit-gnome-authentication-agent-1:2286): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (nautilus:2276): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
   (gnome-panel:2247): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  NonfreeKernelModules: wl
  Package: openoffice.org-core 1:3.2.0-7ubuntu4.1
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_US.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 dip fax floppy fuse lpadmin plugdev 
sambashare tape video

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/476211/+subscriptions

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


[Desktop-packages] [Bug 1018357] Re: no longer possible to organize bookmarks

2012-06-27 Thread Christophe NAUD
-- 
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/1018357

Title:
  no longer possible to organize bookmarks

Status in “firefox” package in Ubuntu:
  New

Bug description:
  No longer possible to organize bookmarks, I do not even see this option in 
the drop down menu if I click on bookmarks. 
  No longer possible to import bookmarks from a JSON file. But I am dead sure I 
have done that before. 
  It is not only the times that are a-changing. Firefox is too, but is it for 
the better, hmmm?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   1618 F pulseaudio
  BuildID: 20120615064004
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfea78000 irq 44'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,105b0d55,00100101'
 Controls  : 38
 Simple ctrls  : 20
  Channel: release
  Date: Wed Jun 27 14:39:18 2012
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 
(20120327.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.64  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles:
   Profile0 - LastVersion=13.0.1/20120615064004
   Profile1 (Default) - LastVersion=13.0.1/20120615064004 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/07/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.name: TPS01
  dmi.board.vendor: FOXCONN
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd06/07/2010:svnFOXCONN:pnTPS01:pvr1.0:rvnFOXCONN:rnTPS01:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: TPS01
  dmi.product.version: 1.0
  dmi.sys.vendor: FOXCONN

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

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


[Desktop-packages] [Bug 1018357] [NEW] no longer possible to organize bookmarks

2012-06-27 Thread Christophe NAUD
Public bug reported:

No longer possible to organize bookmarks, I do not even see this option in the 
drop down menu if I click on bookmarks. 
No longer possible to import bookmarks from a JSON file. But I am dead sure I 
have done that before. 
It is not only the times that are a-changing. Firefox is too, but is it for the 
better, hmmm?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
Uname: Linux 3.2.0-25-generic-pae i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  christophe   1618 F pulseaudio
BuildID: 20120615064004
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfea78000 irq 44'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,105b0d55,00100101'
   Controls  : 38
   Simple ctrls  : 20
Channel: release
Date: Wed Jun 27 14:39:18 2012
ForcedLayersAccel: False
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120327.1)
IpRoute:
 default via 192.168.1.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.64  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles:
 Profile0 - LastVersion=13.0.1/20120615064004
 Profile1 (Default) - LastVersion=13.0.1/20120615064004 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/07/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.name: TPS01
dmi.board.vendor: FOXCONN
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd06/07/2010:svnFOXCONN:pnTPS01:pvr1.0:rvnFOXCONN:rnTPS01:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: TPS01
dmi.product.version: 1.0
dmi.sys.vendor: FOXCONN

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


** Tags: apport-bug i386 precise release-channel

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

Title:
  no longer possible to organize bookmarks

Status in “firefox” package in Ubuntu:
  New

Bug description:
  No longer possible to organize bookmarks, I do not even see this option in 
the drop down menu if I click on bookmarks. 
  No longer possible to import bookmarks from a JSON file. But I am dead sure I 
have done that before. 
  It is not only the times that are a-changing. Firefox is too, but is it for 
the better, hmmm?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   1618 F pulseaudio
  BuildID: 20120615064004
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfea78000 irq 44'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,105b0d55,00100101'
 Controls  : 38
 Simple ctrls  : 20
  Channel: release
  Date: Wed Jun 27 14:39:18 2012
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 
(20120327.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.64  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles:
   Profile0 - LastVersion=13.0.1/20120615064004
   Profile1 (Default) - LastVersion=13.0.1/20120615064004 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/07/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015

[Desktop-packages] [Bug 689349]

2012-06-27 Thread Johannes-sixt
Created attachment 63511
Shows artefacts in the document itself

Here is a document that shows the pixel artefacts even in the document.
Just open it and you should see small points at the upper left and lower
right of many of the graphic elements (not limited to rounded corners).

The artefacts vanish for me when the zoom increases above 170%.

The artefacts also go away when the header is deleted, or the frame at
the right (which belongs to the header) is deleted.

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

Title:
  [Upstream] Draw file exported to PDF have erroneous pixel-sized dots
  in Acroread, not in Evince

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Triaged
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org
  Binary package hint: libreoffice

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

  Maverick:
  lsb_release -rd
  Description:  Ubuntu 10.10
  Release:  10.10

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

  Maverick:
  apt-cache policy libreoffice-draw
  libreoffice-draw:
    Installed: 1:3.3.1-1ubuntu3~maverick1
    Candidate: 1:3.3.1-1ubuntu3~maverick1
    Version table:
   *** 1:3.3.1-1ubuntu3~maverick1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main 
i386 Packages
  100 /var/lib/dpkg/status

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

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

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

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/689349/+attachment/1763870/+files/classnetwork.odg
   lodraw -nologo classnetwork.odg

  File - Export as PDF - Save button

  Then perform at the Terminal:

  acroread classnetwork.pdf
  evince classnetwork.pdf

  it looks the same in both evince and acroread.

  4) What happens instead is acroread displays erroneous pixel-sized
  dots, while evince does not.

  Unconfirmed OOo WORKAROUND: The upstream version does _not_ produce
  these effects and is fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/689349/+subscriptions

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


[Desktop-packages] [Bug 476211] Re: [Upstream] Record, accept and reject changes as toolbar

2012-06-27 Thread Christopher M. Penalver
** Summary changed:

- Record, accept and reject changes as toolbar
+ [Upstream] Record, accept and reject changes as toolbar

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

Title:
  [Upstream] Record, accept and reject changes as toolbar

Status in LibreOffice Productivity Suite:
  Incomplete
Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  Feature suggestion: make a toolbar default available in OpenOffice for
  recording, accepting and rejecting changes. And make it easily
  accessible by for example a 'record changes' button on the the
  'standard' toolbar.

  The 'changes' functions are frequently used in office work /
  collaboration. For an efficient workflow they should be easily
  accessible. Now the are (default) only accessible form the (edit) menu
  in OpenOffice 3.1.

  ProblemType: Bug
  Architecture: i386
  Date: Fri Nov  6 08:27:49 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: wl nvidia
  Package: openoffice.org-core 1:3.1.1-5ubuntu1 [modified: 
var/lib/openoffice/basis3.1/program/services.rdb]
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-14-generic i686
  XsessionErrors:
   (gnome-settings-daemon:2138): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (gnome-settings-daemon:2138): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
   (polkit-gnome-authentication-agent-1:2286): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (nautilus:2276): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
   (gnome-panel:2247): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  NonfreeKernelModules: wl
  Package: openoffice.org-core 1:3.2.0-7ubuntu4.1
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_US.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 dip fax floppy fuse lpadmin plugdev 
sambashare tape video

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/476211/+subscriptions

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


[Desktop-packages] [Bug 1004333] Re: nm-applet is removed from panel just after start of applet

2012-06-27 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/1004333

Title:
  nm-applet is removed from panel just after start of applet

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

Bug description:
  Hi
  After an update of my Xubuntu laptop to 12.4 from 11.10 I have not seen the 
nm-applet. It is not in the panel when I start the PC, even though the 
nm-applet process is running.
  I have tried stopping the process and restarting from terminal to see the 
error output, but it doesn't make any sense for me:

  ** Message: applet now removed from the notification area
  ** Message: applet now embedded in the notification area
  ** Message: applet now removed from the notification area

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion 
`dest_width  0' failed
  ** Message: using fallback from indicator to GtkStatusIcon
  ** Message: applet now embedded in the notification area

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  The Last line is repeated until I press ctrl+c which then writes a
  couple of lines:

  ^C** Message: PID 0 (we are 4449) sent signal 2, shutting down...
  ** Message: moving back from GtkStatusIcon to indicator

  (nm-applet:4449): Gtk-CRITICAL **: gtk_status_icon_set_visible:
  assertion `GTK_IS_STATUS_ICON (status_icon)' failed

  The network manager correctly connects to the networks defined, but I
  cannot control which connections should be active and switch between
  my eth0 connections.

  I hope that you can help me.

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

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


[Desktop-packages] [Bug 1004333] Re: nm-applet is removed from panel just after start of applet

2012-06-27 Thread El Achèche ANIS
Hey,
I have the same problem here.. But not with XUbuntu..
I did a fresh install using the command-line option (in the alternate CD), then 
I installed MATE Desktop, now I have the same error when trying to start 
nm-applet.

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

Title:
  nm-applet is removed from panel just after start of applet

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

Bug description:
  Hi
  After an update of my Xubuntu laptop to 12.4 from 11.10 I have not seen the 
nm-applet. It is not in the panel when I start the PC, even though the 
nm-applet process is running.
  I have tried stopping the process and restarting from terminal to see the 
error output, but it doesn't make any sense for me:

  ** Message: applet now removed from the notification area
  ** Message: applet now embedded in the notification area
  ** Message: applet now removed from the notification area

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion 
`dest_width  0' failed
  ** Message: using fallback from indicator to GtkStatusIcon
  ** Message: applet now embedded in the notification area

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  (nm-applet:4449): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple:
  assertion `dest_width  0' failed

  The Last line is repeated until I press ctrl+c which then writes a
  couple of lines:

  ^C** Message: PID 0 (we are 4449) sent signal 2, shutting down...
  ** Message: moving back from GtkStatusIcon to indicator

  (nm-applet:4449): Gtk-CRITICAL **: gtk_status_icon_set_visible:
  assertion `GTK_IS_STATUS_ICON (status_icon)' failed

  The network manager correctly connects to the networks defined, but I
  cannot control which connections should be active and switch between
  my eth0 connections.

  I hope that you can help me.

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

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


[Desktop-packages] [Bug 1018371] [NEW] Unable to open multiple files in Firefox from Nautilus at once

2012-06-27 Thread Tomislav
Public bug reported:

Selected a number of XML files in Nautilus, open with - Firefox and
Firefox opens 3 out of 4 files. The 4th is missing and I see no pattern
in which file fails to open.

When I select just the missing file, I can open it in Firefox without a
problem. Also, the problem is not reproducible from the terminal
(firefox *.XML) so I imagine it has something to do with Firefox.

Not a big issue, but 100% repeatable: I don't imagine it should be
difficult to reproduce.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu4.2
ProcVersionSignature: Ubuntu 3.0.0-21.35-generic-pae 3.0.32
Uname: Linux 3.0.0-21-generic-pae i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Wed Jun 27 15:16:09 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2012-01-24 (155 days ago)

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

Title:
  Unable to open multiple files in Firefox from Nautilus at once

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Selected a number of XML files in Nautilus, open with - Firefox and
  Firefox opens 3 out of 4 files. The 4th is missing and I see no
  pattern in which file fails to open.

  When I select just the missing file, I can open it in Firefox without
  a problem. Also, the problem is not reproducible from the terminal
  (firefox *.XML) so I imagine it has something to do with Firefox.

  Not a big issue, but 100% repeatable: I don't imagine it should be
  difficult to reproduce.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.0.0-21.35-generic-pae 3.0.32
  Uname: Linux 3.0.0-21-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Wed Jun 27 15:16:09 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2012-01-24 (155 days ago)

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

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


[Desktop-packages] [Bug 1018371] Re: Unable to open multiple files in Firefox from Nautilus at once

2012-06-27 Thread Tomislav
-- 
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/1018371

Title:
  Unable to open multiple files in Firefox from Nautilus at once

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Selected a number of XML files in Nautilus, open with - Firefox and
  Firefox opens 3 out of 4 files. The 4th is missing and I see no
  pattern in which file fails to open.

  When I select just the missing file, I can open it in Firefox without
  a problem. Also, the problem is not reproducible from the terminal
  (firefox *.XML) so I imagine it has something to do with Firefox.

  Not a big issue, but 100% repeatable: I don't imagine it should be
  difficult to reproduce.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.0.0-21.35-generic-pae 3.0.32
  Uname: Linux 3.0.0-21-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Wed Jun 27 15:16:09 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2012-01-24 (155 days ago)

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

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


[Desktop-packages] [Bug 1018371] Re: Unable to open multiple files in Firefox from Nautilus at once

2012-06-27 Thread Tomislav
Correction, it is not 100% reproducible: can't tell what triggers it,
for now...

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

Title:
  Unable to open multiple files in Firefox from Nautilus at once

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Selected a number of XML files in Nautilus, open with - Firefox and
  Firefox opens 3 out of 4 files. The 4th is missing and I see no
  pattern in which file fails to open.

  When I select just the missing file, I can open it in Firefox without
  a problem. Also, the problem is not reproducible from the terminal
  (firefox *.XML) so I imagine it has something to do with Firefox.

  Not a big issue, but 100% repeatable: I don't imagine it should be
  difficult to reproduce.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.0.0-21.35-generic-pae 3.0.32
  Uname: Linux 3.0.0-21-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Wed Jun 27 15:16:09 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2012-01-24 (155 days ago)

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

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


[Desktop-packages] [Bug 998156] Re: GTK Print dialog sends broken custom page size attribute: PageSize=Custom.Custom.widthxlength

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

** Changed in: firefox (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/998156

Title:
  GTK Print dialog sends broken custom page size attribute:
  PageSize=Custom.Custom.widthxlength

Status in “cups” package in Ubuntu:
  Invalid
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “gimp” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  When trying to print a photo, the printer stops with status rendering
  completed. I have to remove all printing jobs and restart CUPS to be
  able to print again. This error does not occur when printing other
  documents, i.e. simple text.

  I use a HP PhotoSmart b109a connected to a Fritz!Box 7390 wireless
  router (socket://fritz.box:9100).

  This bug is also present in Debian: http://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=664031

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

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


[Desktop-packages] [Bug 861794] Re: network manager doesn't start on boot

2012-06-27 Thread Mathieu Trudel-Lapierre
** Changed in: network-manager-applet (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  network manager doesn't start on boot

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

Bug description:
  I boot my Oneirx beta 2 (fully up to date) and network manager doesn't start. 
At least I cannot see it on the panel or notification area on Unity-2D. 
Always have to start a terminal and run nm-applet.
  The it starts with the following messages:
  permol@TP-R30:~$ nm-applet
  ** Message: applet now removed from the notification area
  ** (nm-applet:1654): DEBUG: old state indicates that this was not a 
disconnect 0
  ** (nm-applet:1654): DEBUG: old state indicates that this was not a 
disconnect 0
  ** (nm-applet:1654): DEBUG: foo_client_state_changed_cb
  ** (nm-applet:1654): DEBUG: foo_client_state_changed_cb

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  CRDA: Error: [Errno 2] Ingen sådan fil eller filkatalog
  Date: Wed Sep 28 22:27:29 2011
  ExecutablePath: /usr/bin/nm-applet
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
  IpRoute:
   default via 10.10.0.1 dev eth1  proto static 
   10.10.0.0/24 dev eth1  proto kernel  scope link  src 10.10.0.6 
   169.254.0.0/16 dev eth1  scope link  metric 1000
  IwConfig: Error: [Errno 2] Ingen sådan fil eller filkatalog
  Keyfiles: Error: [Errno 2] Ingen sådan fil eller filkatalog
  NetDevice.eth0:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:00:e2:58:fc:c6
  NetDevice.eth1:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:12:f0:42:09:f8
  NetDevice.lo:
   Error: [Errno 2] Ingen sådan fil eller filkatalog
   X: INTERFACE_MAC=00:00:00:00:00:00
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=da_DK.UTF-8
  RfKill: Error: [Errno 2] Ingen sådan fil eller filkatalog
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to oneiric on 2011-09-27 (1 days ago)

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

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


[Desktop-packages] [Bug 994963] Re: DNS stops working after some time

2012-06-27 Thread Mathieu Trudel-Lapierre
Shantanu Tushar: Since you can't reproduce your issue with your new ISP,
I'm closing this bug as Invalid. If you manage to reproduce it, feel
free to reopen by setting it back to New.

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: dnsmasq (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  DNS stops working after some time

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

Bug description:
  Clean install of 12.04 and it works fine. After few hours, DNS
  suddenly stops working, no application can resolve domain names. If I
  manually put my ISP's nameserver (124.124.5.141) in /etc/resolv.conf
  things start working again. Remove it, and again no resolutions.
  Something's wrong with nm's dnsmasq I guess.

  Here are some things that might be useful-

  shaan@shaan-laptop:~$ cat /run/nm-dns-dnsmasq.conf 
  server=124.124.5.141
  server=124.124.5.140
  server=124.124.5.136

  shaan@shaan-laptop:~$ cat /etc/resolv.conf 
  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  nameserver 127.0.0.1

  I use a wirless router to connect to my ISP. Let me know if any other
  info is needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sat May  5 11:25:38 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.100  
metric 2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 912702] Re: the window Wireless Network Authentication Required keeps popping up until the end of times even though the previous one was not closed

2012-06-27 Thread Mathieu Trudel-Lapierre
In this particular cas eduroam isn't working. I'm not sure I've ever
seen it work, but it really ought to. Can you please verify that you're
using the right credentials and start NetworkManager in debug mode?

Please follow the steps in
http://wiki.ubuntu.com/DebuggingNetworkManager to attach more
information to this bug report.

As for the multiple window instances, that's covered in another bug.
It's unfortunate, but not something that can be easily fixed. If the
connection is stable and doesn't disconnect frequently due to bad signal
levels or other reasons, then you won't be seeing multiple
authentication requests -- this is only because there is no easy way to
distinguish between the different reasons for a disconnection.

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

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

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

Title:
  the window Wireless Network Authentication Required keeps popping up
  until the end of times even though the previous one was not closed

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

Bug description:
  I left the computer turned on for the night and in the morning I found
  not less than 65, yes 65!! instances of the same window. my system
  was responding very slowly. and closing one took more than a minute,
  so I had to kill it manually. take a look on my screenshots, they look
  really weird.

  this is very annoying

  solution: this window shouldn't pop up when the previous one was not
  closed!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager-gnome 0.9.1.90-0ubuntu6
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Jan  6 11:38:28 2012
  ExecutablePath: /usr/bin/nm-applet
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
  IpRoute:
   default via 158.195.192.1 dev eth0  proto static 
   158.195.192.0/19 dev eth0  proto kernel  scope link  src 158.195.196.69  
metric 1 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: network-manager-applet
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 704123] Re: NM asks non-administrative user for the PIN even though it's in the system-connections file

2012-06-27 Thread Mathieu Trudel-Lapierre
If you get this bug on Precise, please attach debug logs: see
http://wiki.ubuntu.com/DebuggingNetworkManager

** Changed in: network-manager (Ubuntu)
   Status: Fix Released = Incomplete

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

Title:
  NM asks non-administrative user for the PIN even though it's in the
  system-connections file

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

Bug description:
  Binary package hint: network-manager

  I've configured a system-wide 3g broadband connection.
  In fact it's there a file with all the provided details in 
/etc/NetworkManager/system-connections/ .
  If I switch (log-out + log-in) to a non-administrative user, as soon as I 
plug the USB 3G modem I get asked the modem PIN.
  This is included into the mentioned file.
  The objective is to allow a normal user to connect with the modem with out 
the knowledge of username, password and PIN.
  The defails follow.

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 10.10
  Release:  10.10
  Codename: maverick

  How to reproduce the bug:
  1. Log in as an administrative user (the first one you create at installation 
time)
  2. Plug the USB 3G modem into a port
  3. Go to System--Preferences--Newtwork Connections--Mobile Broadband
  4. Fill all the needed details (as well as the PIN)
  5. Check Automatically connect and Available to all users
  6. Test the connection is working.
  7. Check the file in /etc/NetworkManager/system-connections/
  8. Reboot (maybe just logout and long is enough)
  9. Log in as the administrative user
  10. Plug the USB modem

  What happens
  The system asks for the PIN. You can ignore this request. Then you can go to 
the
  netowrk icon and select the broadband connection and click it. This time the 
PIN
  is not required and the connection fires up.

  What is expected to happen
  No PIN is required at the modem insertion and the connection fires up 
automatically.

  Extra steps.
  11. Create another non administrative user which is capable to connect 
through modems (groups dialout and dip).
  12. Switch to this new user
  13. Plug the USB modem.

  What happens
  The system asks for aìthe PIN. You cannot ignore this request.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: network-manager 0.8.1+git.20100810t184654.ab580f4-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic i686
  Architecture: i386
  CRDA: Error: [Errno 2] File o directory non esistente
  Date: Mon Jan 17 20:50:21 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  IpRoute:
   192.168.129.0/24 dev wlan0  proto kernel  scope link  src 192.168.129.6  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.129.254 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] File o directory non esistente
  ProcEnviron:
   LANG=it_IT.utf8
   SHELL=/bin/bash
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager

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

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


[Desktop-packages] [Bug 577985] Re: NM falsely believes networking to be disabled when all interfaces are unmanaged by NM

2012-06-27 Thread Mathieu Trudel-Lapierre
AFAIK this should be fixed at least in Precise if not in other releases
since Lucid. Can someone please confim?

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

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  NM falsely believes networking to be disabled when all interfaces are
  unmanaged by NM

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

Bug description:
  Binary package hint: network-manager

  Executive summary: network-manager does not consider the computer to
  be online if all connections are unmanaged.

  Details:

  I have a computer, upgraded from 9.10 to 10.04LTS.

  There is a regression WRT network-manager after upgrade, in that
  applications such as pidgin or firefox believe the computer to be off-
  line when in fact it has a working Internet connection through
  Ethernet. Firefox starts in off-line mode, and Pidgin waits for a
  connection before it even attempts connecting to the XMPP (Jabber)
  server.  This behaviour was NOT observed with Ubuntu 9.10, but is NEW
  WITH 10.04LTS after upgrade.

  apt-cache policy:

  network-manager:
Installed: 0.8-0ubuntu3
Candidate: 0.8-0ubuntu3
Version table:
   *** 0.8-0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

  The computer uses a  static network configuration through
  /etc/network/config. nm-tool (before uninstall) logged two unmanaged
  connections, eth0 and wlan0.

  The whole situation was unacceptable so I started looking for
  workarounds. The blunt obvious solution was purging all traces of
  network-manager from the computer and reboot. Now Firefox comes up in
  online mode, and Pidgin tries to connect to the XMPP server and
  succeeds.

  I would have expected that network-manager considered the computer to
  be online, even in the presence of only unmanaged connections, if at
  least one of those has link beat.

   This is the output of ethtool eth0: 

  Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Half 1000baseT/Full 
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Half 1000baseT/Full 
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes:  10baseT/Half 10baseT/Full 
 100baseT/Half 100baseT/Full 
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x0033 (51)
Link detected: yes


   This is lspci: 

  00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge
  00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external 
gfx0 port A)
  00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express 
gpp port F)
  00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller 
[AHCI mode]
  00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
  00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
  00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
  00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
  00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
  00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
  00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
  00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
  00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
  00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
  00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
  00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  01:00.0 VGA compatible controller: nVidia Corporation G72 

[Desktop-packages] [Bug 391040] Re: When eth0 is unmanaged, system connections for other NICs aren't displayed nor used

2012-06-27 Thread Mathieu Trudel-Lapierre
AFAIK this is expected behavior: interfaces managed outside
NetworkManager (e.g. in /etc/network/interfaces) are ignored and
considered up (but nothing else is done); unless the value of the key
managed (under [ifupdown]) is set to true in
/etc/NetworkManager/NetworkManager.conf. Its value defaults to false.

Now whether that works well with dnsmasq is an entirely different
matter, but if there are issues with that it should be filed as a
separate bug.

Since it's fixed in all supported Ubuntu releases (this behavior
predates dnsmasq being enabled by NM), I'm closing this a Fix Released.

** Changed in: network-manager (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  When eth0 is unmanaged, system connections for other NICs aren't
  displayed nor used

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

Bug description:
  Binary package hint: network-manager

  If eth0 is assigned a static IP in /etc/network/interfaces,
  then NM doesn't display nor use any system-connections defined for *other* 
NICs.

  I include the output from trying to add a new connection:
  1. I run nm-connection-editor.

  2. I press the Add button, fill some static IP info, ***check the [v] 
Available to all users*** checkbox, and click Apply.
  (the Invalid setting IPv4 Settings message is displayed while filling the 
dns server)

  3. The result is that without getting any error message on the GUI,
  the connection is not displayed at all. So one would think that it was
  discarded; however, if I look at the file system, it's there, but it's
  like NM doesn't read it at all. See the output of sudo ls -lha
  /etc/NetworkManager/system-connections/ below:

  
  Follows the terminal output of the above steps:
  teacher@server:~$ nm-connection-editor 

  (nm-connection-editor:3597): GLib-CRITICAL **: g_hash_table_foreach:
  assertion `hash_table != NULL' failed

  ** (nm-connection-editor:3597): WARNING **: nm_connection_list_new:
  failed to load VPN plugins: Couldn't read VPN .name files directory
  /etc/NetworkManager/VPN.

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings: addresses

  ** (nm-connection-editor:3597): WARNING **: ui_to_setting: IPv4
  address 'none' missing or invalid!

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: ui_to_setting: IPv4 prefix
  'none' missing!

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  teacher@server:~$ sudo ls -lha /etc/NetworkManager/system-connections/
  total 12K
  drwxr-xr-x 2 root root 4.0K 2009-06-23 12:32 .
  drwxr-xr-x 4 root root 4.0K 2009-06-21 18:26 ..
  -rw--- 1 root root  337 2009-06-23 12:32 Wired connection 1

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
  Package: network-manager 0.7.1~rc4.1.cf199a964-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  Uname: Linux 2.6.28-13-generic i686
  WpaSupplicantLog:

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

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


[Desktop-packages] [Bug 1008986] Re: Can't connect and use yahoo messenger

2012-06-27 Thread Mozaic
May be a similar bug: https://bugzilla.gnome.org/show_bug.cgi?id=671109
Could someone confirm or not ??

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

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

Title:
  Can't connect and use yahoo messenger

Status in “empathy” package in Ubuntu:
  New

Bug description:
   I try to connect to my Yahoo messenger via empathy 3.4

  But it's never work, the authentication fail.

  I try with Jitsi (https://jitsi.org/) and it's work.

  Expected: Connect to Yahoo messenger

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Tue Jun  5 14:45:23 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120328)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 881639] Re: unity --reset fails if Ubuntu Unity Plugin disabled in ccsm

2012-06-27 Thread Omer Akram
Now in Ubuntu 12.04 the unity plugin cannot be disabled from CCSM so
this won't apply anymore.

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  unity --reset fails if Ubuntu Unity Plugin disabled in ccsm

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  If the Ubuntu Unity Plugin has been disabled in Compiz Config Settings 
Manager then unity --reset hangs and does not fix the problem (which is that 
the launcher and panel do not exist).
  The man page for unity says
 --reset
This option allows the user to reset profile parameters in 
compiz and  restart  the
Unity shell with default settings.
  Which does suggest that it should cope with this situation.

  Just for the record bug #777024 allows one to get into this situation
  accidentally

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.22.0-0ubuntu3
  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
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,gnomecompat,resize,grid,place,regex,imgpng,mousepoll,vpswitch,move,snap,wall,session,animation,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
  Date: Tue Oct 25 20:40:57 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (11 days ago)

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

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


[Desktop-packages] [Bug 878651] Re: unity dash home icons are cut off or too large

2012-06-27 Thread Omer Akram
We now don't have those icons in Ubuntu 12.04 so closing this bug.

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  unity dash home icons are cut off or too large

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  It seems that the rendering of the icons in Unity Dash Home are too
  big and are being sliced up. It looks terrible and there is no way for
  me to make them smaller so I can see them correctly. Desktop
  environments like this are about aesthetics. Thus, this is a bug.

  I've included an attachment of what I mean.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity-services 4.22.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,vpswitch,place,grid,imgpng,mousepoll,regex,resize,gnomecompat,move,unitymtgrabhandles,session,wall,animation,fade,workarounds,expo,ezoom,scale,unityshell]
  CompositorRunning: compiz
  Date: Thu Oct 20 00:29:33 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  ExecutablePath: /usr/lib/unity/unity-panel-service
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Lenovo T61 [17aa:20b5]
 Subsystem: Lenovo T61 [17aa:20b5]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: LENOVO 8932CTO
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.UTF-8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=8915f542-433e-4929-bf14-b0ab68e11b81 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/06/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7OETB6WW (2.16 )
  dmi.board.name: 8932CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7OETB6WW(2.16):bd06/06/2008:svnLENOVO:pn8932CTO:pvrThinkPadR61:rvnLENOVO:rn8932CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 8932CTO
  dmi.product.version: ThinkPad R61
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

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


[Desktop-packages] [Bug 1018412] [NEW] Additional drivers shows no info about drivers

2012-06-27 Thread Doug McMahon
Public bug reported:

When opening additional drivers no info is provided when highlighting a driver.
In my case there are 4 exact same named entries for nvidia, with no info or 
varied name picking the correct one is just a guess

Test case here
open add. drivers, highlight an entry
The info box is empty
(openining the hud does add some info, nothing really useful

Log out/in *without closing add. drivers*
Now the info is displayed when add. drivers is opened

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: jockey-gtk 0.9.7-0ubuntu9
ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
Uname: Linux 3.5.0-1-generic x86_64
ApportVersion: 2.2.5-0ubuntu1
Architecture: amd64
Date: Wed Jun 27 10:33:20 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120623)
MachineType: Dell Inc. XPS M1330
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-1-generic 
root=UUID=5929fd13-cd9b-49db-8112-cbd740d2db02 ro quiet splash vt.handoff=7
SourcePackage: jockey
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.

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


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

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

Title:
  Additional drivers shows no info about drivers

Status in “jockey” package in Ubuntu:
  New

Bug description:
  When opening additional drivers no info is provided when highlighting a 
driver.
  In my case there are 4 exact same named entries for nvidia, with no info or 
varied name picking the correct one is just a guess

  Test case here
  open add. drivers, highlight an entry
  The info box is empty
  (openining the hud does add some info, nothing really useful

  Log out/in *without closing add. drivers*
  Now the info is displayed when add. drivers is opened

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-gtk 0.9.7-0ubuntu9
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 10:33:20 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120623)
  MachineType: Dell Inc. XPS M1330
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-1-generic 
root=UUID=5929fd13-cd9b-49db-8112-cbd740d2db02 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1018412] Re: Additional drivers shows no info about drivers

2012-06-27 Thread Doug McMahon
-- 
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/1018412

Title:
  Additional drivers shows no info about drivers

Status in “jockey” package in Ubuntu:
  New

Bug description:
  When opening additional drivers no info is provided when highlighting a 
driver.
  In my case there are 4 exact same named entries for nvidia, with no info or 
varied name picking the correct one is just a guess

  Test case here
  open add. drivers, highlight an entry
  The info box is empty
  (openining the hud does add some info, nothing really useful

  Log out/in *without closing add. drivers*
  Now the info is displayed when add. drivers is opened

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-gtk 0.9.7-0ubuntu9
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 10:33:20 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120623)
  MachineType: Dell Inc. XPS M1330
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-1-generic 
root=UUID=5929fd13-cd9b-49db-8112-cbd740d2db02 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1018412] Re: Additional drivers shows no info about drivers

2012-06-27 Thread Doug McMahon
first open of add. drivers, no info

** Attachment added: Screenshot from 2012-06-27 10:30:06.png
   
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/1018412/+attachment/3205666/+files/Screenshot%20from%202012-06-27%2010%3A30%3A06.png

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

Title:
  Additional drivers shows no info about drivers

Status in “jockey” package in Ubuntu:
  New

Bug description:
  When opening additional drivers no info is provided when highlighting a 
driver.
  In my case there are 4 exact same named entries for nvidia, with no info or 
varied name picking the correct one is just a guess

  Test case here
  open add. drivers, highlight an entry
  The info box is empty
  (openining the hud does add some info, nothing really useful

  Log out/in *without closing add. drivers*
  Now the info is displayed when add. drivers is opened

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-gtk 0.9.7-0ubuntu9
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 10:33:20 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120623)
  MachineType: Dell Inc. XPS M1330
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-1-generic 
root=UUID=5929fd13-cd9b-49db-8112-cbd740d2db02 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 1018412] Re: Additional drivers shows no info about drivers

2012-06-27 Thread Doug McMahon
Add. after a log out/in without closing add. drivers


** Attachment added: Screenshot from 2012-06-27 10:31:54.png
   
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/1018412/+attachment/3205668/+files/Screenshot%20from%202012-06-27%2010%3A31%3A54.png

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

Title:
  Additional drivers shows no info about drivers

Status in “jockey” package in Ubuntu:
  New

Bug description:
  When opening additional drivers no info is provided when highlighting a 
driver.
  In my case there are 4 exact same named entries for nvidia, with no info or 
varied name picking the correct one is just a guess

  Test case here
  open add. drivers, highlight an entry
  The info box is empty
  (openining the hud does add some info, nothing really useful

  Log out/in *without closing add. drivers*
  Now the info is displayed when add. drivers is opened

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: jockey-gtk 0.9.7-0ubuntu9
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Wed Jun 27 10:33:20 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120623)
  MachineType: Dell Inc. XPS M1330
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-1-generic 
root=UUID=5929fd13-cd9b-49db-8112-cbd740d2db02 ro quiet splash vt.handoff=7
  SourcePackage: jockey
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 892368] Re: I can't drag a half-maximized window to be any wider anymore

2012-06-27 Thread Omer Akram
fixed in Ubuntu 12.04 feel free to report any other bugs you may find,

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Opinion

** Changed in: unity (Ubuntu)
   Status: Opinion = Invalid

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

Title:
  I can't drag a half-maximized window to be any wider anymore

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  Previously, you could drag a window to it's side, and then make it
  wider by dragging it's side edge if it was too small or too big. You
  can't do this anymore without unmaximizing the window, which causes it
  to change it's geographical position on the screen - and this is a
  newly added hinderance.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2b1
  Uname: Linux 3.1.0-030100rc10-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Sat Nov 19 07:39:39 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110413)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (29 days ago)

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

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


[Desktop-packages] [Bug 884592] Re: Dash global search for 'internet' does not yield Firefox as result

2012-06-27 Thread Omer Akram
that is fixed in Ubuntu 12.04

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity-lens-applications
   Status: Confirmed = Invalid

** Changed in: unity-lens-applications (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity, dp-unity-lens-music
https://bugs.launchpad.net/bugs/884592

Title:
  Dash global search for 'internet' does not yield Firefox as result

Status in Unity:
  Invalid
Status in Unity Applications Lens:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid
Status in “unity-lens-applications” package in Ubuntu:
  Invalid

Bug description:
  Firefox is not listed when one searches for the term 'internet' in the
  dash.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2b1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,place,mousepoll,vpswitch,move,grid,wall,imgpng,resize,gnomecompat,snap,session,animation,expo,workarounds,unitymtgrabhandles,fade,ezoom,scale,unityshell]
  Date: Mon Oct 31 22:21:36 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (15 days ago)

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

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


[Desktop-packages] [Bug 989900] Re: DNS Resolve Problems in Ubuntu 12.04

2012-06-27 Thread Mathieu Trudel-Lapierre
Rick: you're using IPv6. Please attach /var/log/syslog; it's possible
that resolution is dropping because dnsmasq gets restarted due to
changes in IPv6 addresses and routes.

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

Title:
  DNS Resolve Problems in Ubuntu 12.04

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

Bug description:
  I just updated to Ubuntu 12.04. 
  After the update I cannot resolve hostnames reliably: 
  I use Konsole in Unity. There sometimes the DNS resolving works fine and 
suddenly after two commands or so it fails for the same address. 

  E.g. I ping a machine without DNS-Suffix (the suffix is shown in my network 
config correctly aside 3 valid nameserver IPs) and everything works fine. Then 
I try to log into the machine with the same address via ssh and I get a Name 
or service not known. 
  Trying again, it works with a fully qualified name containing the suffix. I 
also had cases, when the IP wasn't resolved although I put in the fully 
qualified name. When I am more lucky, it starts working again with machine 
names only (without suffix, which is configured and worked perfectly up to now)

  Is there probably a bug in the new Ubuntu Version?
  --- 
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.2  metric 2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  NonfreeKernelModules: nvidia
  Package: network-manager 0.9.4.0-0ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  precise
  Uname: Linux 3.2.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-05-09T05:01:02.241358
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 1a76f352c-6e8c-49c7-bc05-b890445abb22   
802-3-ethernet1336943434   Sun 13 May 2012 05:10:34 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/1
   Ladner Computer Repair L.N.A 47560d22-54ec-491b-b90f-a41535d69f00   
802-11-wireless   1337213171   Wed 16 May 2012 08:06:11 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 1018371] Re: Unable to open multiple files in Firefox from Nautilus at once

2012-06-27 Thread Sebastien Bacher
Thank you for your bug report, can't confirm it there ... if it's not
reproducible with firefox *.xml why do you think it has something to
do with firefox?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Unable to open multiple files in Firefox from Nautilus at once

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Selected a number of XML files in Nautilus, open with - Firefox and
  Firefox opens 3 out of 4 files. The 4th is missing and I see no
  pattern in which file fails to open.

  When I select just the missing file, I can open it in Firefox without
  a problem. Also, the problem is not reproducible from the terminal
  (firefox *.XML) so I imagine it has something to do with Firefox.

  Not a big issue, but 100% repeatable: I don't imagine it should be
  difficult to reproduce.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.0.0-21.35-generic-pae 3.0.32
  Uname: Linux 3.0.0-21-generic-pae i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Wed Jun 27 15:16:09 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2012-01-24 (155 days ago)

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

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


[Desktop-packages] [Bug 391040] Re: When eth0 is unmanaged, system connections for other NICs aren't displayed nor used

2012-06-27 Thread Alkis Georgopoulos
Mathieu I think you misunderstood the issue.

In 10.04, if I had this in my /etc/network/interfaces:
 auto lo
 iface lo inet loopback
 auto eth0
 iface eth0 inet dhcp

then network-manager didn't show system connections for *eth1*. Not
eth0, eth1.

In other words, it was impossible to manage eth0 with
/etc/network/interfaces and eth1 with network-manager.

But I just tested in 12.04 and it appears to have been fixed (the test
case I just mentioned works fine without editing any nm configuration
files at all), so I'm leaving it fix-released.

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

Title:
  When eth0 is unmanaged, system connections for other NICs aren't
  displayed nor used

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

Bug description:
  Binary package hint: network-manager

  If eth0 is assigned a static IP in /etc/network/interfaces,
  then NM doesn't display nor use any system-connections defined for *other* 
NICs.

  I include the output from trying to add a new connection:
  1. I run nm-connection-editor.

  2. I press the Add button, fill some static IP info, ***check the [v] 
Available to all users*** checkbox, and click Apply.
  (the Invalid setting IPv4 Settings message is displayed while filling the 
dns server)

  3. The result is that without getting any error message on the GUI,
  the connection is not displayed at all. So one would think that it was
  discarded; however, if I look at the file system, it's there, but it's
  like NM doesn't read it at all. See the output of sudo ls -lha
  /etc/NetworkManager/system-connections/ below:

  
  Follows the terminal output of the above steps:
  teacher@server:~$ nm-connection-editor 

  (nm-connection-editor:3597): GLib-CRITICAL **: g_hash_table_foreach:
  assertion `hash_table != NULL' failed

  ** (nm-connection-editor:3597): WARNING **: nm_connection_list_new:
  failed to load VPN plugins: Couldn't read VPN .name files directory
  /etc/NetworkManager/VPN.

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings: addresses

  ** (nm-connection-editor:3597): WARNING **: ui_to_setting: IPv4
  address 'none' missing or invalid!

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: ui_to_setting: IPv4 prefix
  'none' missing!

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  ** (nm-connection-editor:3597): WARNING **: Invalid setting IPv4
  Settings

  teacher@server:~$ sudo ls -lha /etc/NetworkManager/system-connections/
  total 12K
  drwxr-xr-x 2 root root 4.0K 2009-06-23 12:32 .
  drwxr-xr-x 4 root root 4.0K 2009-06-21 18:26 ..
  -rw--- 1 root root  337 2009-06-23 12:32 Wired connection 1

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  MediaBuild: Ubuntu 9.04 Jaunty Jackalope - Release i386 (20090420.1)
  Package: network-manager 0.7.1~rc4.1.cf199a964-0ubuntu2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  Uname: Linux 2.6.28-13-generic i686
  WpaSupplicantLog:

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

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


[Desktop-packages] [Bug 1017463] Re: empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels()

2012-06-27 Thread Bilal Shahid
there will be soon a stable release as  cassidy said 
https://bugzilla.gnome.org/show_bug.cgi?id=678807

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

Title:
  empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels()

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

Bug description:
  Crashed when opening chat window

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  Date: Mon Jun 25 14:16:14 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110705.1)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=nl:en_AU:en
   LANG=nl_BE.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f36a4bae0d8:mov0x8(%rax),%r8
   PC (0x7f36a4bae0d8) ok
   source 0x8(%rax) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %r8 ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libtelepathy-glib.so.0
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   g_cclosure_marshal_generic () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2
  Title: empathy-chat crashed with SIGSEGV in ffi_call_unix64()
  UpgradeStatus: Upgraded to quantal on 2012-06-19 (5 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare
  XsessionErrors:
   (gnome-shell-calendar-server:2299): GLib-GIO-ERROR **: Settings schema 
'org.gnome.evolution.calendar' is not installed
   (remmina:20717): Gtk-WARNING **: drawing failure for widget 
`GtkDrawingArea': invalid matrix (not invertible)

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

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


[Desktop-packages] [Bug 933379] Re: Cannot accept new Empathy Contact Requests

2012-06-27 Thread Mozaic
I make a test on virtualbox (fresh install) this day and it's work.

** Changed in: empathy (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Cannot accept new Empathy Contact Requests

Status in “empathy” package in Ubuntu:
  Invalid

Bug description:
  Every time someone adds me to their contact list in Google Talk (I'm
  using Empathy), I get a notification that someone wants to add me, I
  don't get an option to accept or deny on the screen, only a little
  popup telling me they would like to add me?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Thu Feb 16 20:30:46 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-23 (115 days ago)

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

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


[Desktop-packages] [Bug 884389] Re: visual artifacts if you press the left or right arrow key immediately after bringing up the dash

2012-06-27 Thread Omer Akram
yes, the issue is fixed in Ubuntu 12.04 and probably in 11.10 with SRU
update as well (IIRC)

** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  visual artifacts if you press the left or right arrow key immediately
  after bringing up the dash

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  If you bring up the dash using the super key, and then press the left
  or right arrow key you get a strange visual artifact. I'll attach an
  example screenshot

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2b1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CheckboxSubmission: e9bd5d0c11367f73e7718b1ea675f7ba
  CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,place,regex,grid,mousepoll,move,session,animation,resize,imgpng,snap,compiztoolbox,gnomecompat,vpswitch,expo,wall,workarounds,unitymtgrabhandles,ezoom,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Mon Oct 31 19:39:29 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21da]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
  MachineType: LENOVO 4287CTO
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=0021680f-1924-4d38-986d-52d44d79c9fd ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/07/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET50WW (1.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4287CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET50WW(1.20):bd07/07/2011:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4287CTO
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

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


[Desktop-packages] [Bug 913524] Re: ~/.config/dconf/user overwritten with default

2012-06-27 Thread Omer Akram
closed the issue then. thanks for the bug report.

** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: dconf (Ubuntu)
   Status: New = Invalid

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

Title:
  ~/.config/dconf/user overwritten with default

Status in Unity:
  Invalid
Status in “dconf” package in Ubuntu:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  The ~/.config/dconf/user file is overwritten with the default thus any
  edits made by the user with dconf editor are lost.

  This is a show stopper for Unity

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2.1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,imgpng,resize,move,mousepoll,wall,gnomecompat,unitymtgrabhandles,compiztoolbox,grid,vpswitch,place,snap,regex,animation,session,workarounds,fade,expo,scale,ezoom,unityshell]
  Date: Sun Jan  8 11:50:11 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 882207] Re: When waking system from sleep, Evolution displays errors

2012-06-27 Thread Dom
I confirm this behaviour for Ubuntu 12.04 with Evolution 3.2.3.

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

Title:
  When waking system from sleep, Evolution displays errors

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  New Oneiric/Evolution problem. When I wake the computer from sleep,
  Evolution hasn't properly handled the change from online, to sleeping,
  to wake, to back onlline again, and it displays on orange-colored
  error box where the message list normally appears, and it must be
  manually dismissed by clicking a button... AND, this manual dismiss
  process has to happen for EVERY configured mail account... AND the
  dismiss button is in a different vertical location for every error,
  due to the vertical height change for each error (for no apparent
  reason).

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  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: Wed Oct 26 11:48:28 2011
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (10 days ago)

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

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


[Desktop-packages] [Bug 904962] Re: dash icon focused but window never appears

2012-06-27 Thread Omer Akram
** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  dash icon focused but window never appears

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Expired

Bug description:
  Neither clicking on the Dash icon or hitting super key brings up the
  Dash window. The icon does become focused and min/max/close still
  appears in the upper left.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2b1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  Date: Thu Dec 15 16:00:14 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  GraphicsCard:
   ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] [1002:5b60] (prog-if 00 
[VGA controller])
 Subsystem: ATI Technologies Inc Device [1002:0602]
 Subsystem: ATI Technologies Inc Device [1002:0603]
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: Dell Inc. Dell DXP051
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic 
root=UUID=d290cf0e-7539-48eb-bf7a-992982f035ee ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2006
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0FJ030
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 7
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/30/2006:svnDellInc.:pnDellDXP051:pvr:rvnDellInc.:rn0FJ030:rvr:cvnDellInc.:ct7:cvr:
  dmi.product.name: Dell DXP051
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.901-1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

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


[Desktop-packages] [Bug 907411] Re: printer tray icon doesn't appear (any more) when printing

2012-06-27 Thread Omer Akram
there is indicator-printer in Ubuntu 12.04 for that.

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity
   Status: Confirmed = Invalid

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

Title:
  printer tray icon doesn't appear (any more) when printing

Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  I'm not sure where the bug is but it's almost certainly somehow
  related to the change of gnome in favor to unity.

  In ubuntu 10.10 and earlier, when I printed any document (no matter
  from what application), a tray icon of a printer appeared on the
  upper-right size of the . By clicking on it I could see the printing
  queue, the status of the jobs, I could manage printing jobs etc.

  Now in ubuntu 11.10 that icon does not appear any more.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.24.0-0ubuntu2.1
  ProcVersionSignature: Ubuntu 3.0.0-15.24-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,vpswitch,mousepoll,compiztoolbox,snap,place,resize,session,regex,grid,wall,move,gnomecompat,imgpng,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Wed Dec 21 17:10:33 2011
  DistUpgraded: Log time: 2011-12-07 19:34:40.350850
  DistroCodename: oneiric
  DistroVariant: ubuntu
  GraphicsCard:
   nVidia Corporation G84 [GeForce 9500M GS] [10de:0405] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:15d2]
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  JockeyStatus:
   xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
   xorg:nvidia_173_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   pkg:sl-modem-daemon - Software modem (Proprietary, Disabled, Not in use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: ASUSTeK Computer Inc. M51Sn
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=173acbf5-26a0-49e3-8d2b-f1c142582cbf ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to oneiric on 2011-12-07 (13 days ago)
  dmi.bios.date: 12/24/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: M51Sn
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr303:bd12/24/2007:svnASUSTeKComputerInc.:pnM51Sn:pvr1.0:rvnASUSTeKComputerInc.:rnM51Sn:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: M51Sn
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
  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
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.901-1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

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


[Desktop-packages] [Bug 941633] Re: Multiple Synaptic Icon On Unity Panel

2012-06-27 Thread Omer Akram
closed. thanks for your reply

** Changed in: bamf
   Status: New = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: unity
   Status: Incomplete = Invalid

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

Title:
  Multiple Synaptic Icon On Unity Panel

Status in BAMF Application Matching Framework:
  Invalid
Status in Unity:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  If I keep snaptic icon in launcher, it multiplies itself when it is
  opened. If I right-click on synaptic icon, amongs multiple synaptic
  icons, only on of them shows Synaptic Packet Manager.

  Way to repeat the bug:

  1- Open Synaptic
  2- Click on its icon on Unity Panel ans chose Keep in launcher
  3- Close Synaptic
  4- Re-open Synaptic
  5- Close Synaptic

  Now you have two synaptic icons.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity-services 4.28.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,resize,gnomecompat,imgpng,move,regex,unitymtgrabhandles,place,grid,snap,session,vpswitch,mousepoll,wall,animation,expo,fade,workarounds,scale,ezoom,unityshell]
  Date: Sun Feb 26 23:13:48 2012
  ExecutablePath: /usr/lib/unity/unity-panel-service
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 850649] Re: gnome-terminal extremely slow and display buggy

2012-06-27 Thread Janne Savikko
This affects me too when using precise.
I can resize other windows really nicely, but it takes *ages* to resize gnome 
terminal windows.

These error messages keep appearing in .xsession-errors file
 16:00:52.093 E [p2p:240 ] Got bad file info from AP 
 (Size=644)!
 (gnome-terminal:2784): Gtk-WARNING **: Unknown property: 
 GtkHScale.update-policy
 compiz (decor) - Warn: failed to bind pixmap to texture
 16:12:14.240 E [p2p:391 ] Broken substream 
 a7df5fe31152cb9513b7d3e79f6d1e1525585e2a:12

** Tags added: precise

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

Title:
  gnome-terminal extremely slow and display buggy

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

Bug description:
  After the update to oneiric the gnome-terminal appears to be slow and
  display is sometimes buggy:

  * changing between windows and tabs is slow although other applications (like 
chromium) are not affected
  * sometimes the display is not updated and some parts (exactly on character 
box boundaries) of the terminal just show the background

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Thu Sep 15 08:28:30 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-09-01 (13 days ago)

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

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


[Desktop-packages] [Bug 1018332] Re: Opening Image Viewer restarts lightdm

2012-06-27 Thread Sebastien Bacher
Thank you for your bug report, could you add your /var/log/Xorg.0.log
and Xorg.0.log.old to the bug after getting the issue? That seems an
xorg,video driver issue

** Package changed: eog (Ubuntu) = xserver-xorg-video-ati (Ubuntu)

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- Opening Image Viewer restarts lightdm
+ opening images in eog trigger xorg's closing: [drm:drm_mode_getfb] *ERROR* 
invalid framebuffer id

** Summary changed:

- opening images in eog trigger xorg's closing: [drm:drm_mode_getfb] *ERROR* 
invalid framebuffer id
+ opening images in eog triggerz xorg's closing: [drm:drm_mode_getfb] *ERROR* 
invalid framebuffer id

** Summary changed:

- opening images in eog triggerz xorg's closing: [drm:drm_mode_getfb] *ERROR* 
invalid framebuffer id
+ opening images in eog triggers xorg's closing: [drm:drm_mode_getfb] *ERROR* 
invalid framebuffer id

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

Title:
  opening images in eog triggers xorg's closing: [drm:drm_mode_getfb]
  *ERROR* invalid framebuffer id

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

Bug description:
  When opening certain images (usually those from dropbox or coming by
  email) with GNOME Image Viewer the session is suddenly closed like
  Ctrl+Alt+Backspace and I'm back to the login screen. Opening them with
  other tools (e.g. I tried Gloobus) doesn't crash. An image is supplied
  attached

  The error from dmesg is:
  $ dmesg | tail 
  [ 8896.398877] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id

  Software config: 
  GNOME Image Viewer 3.4.1
  Ubuntu 12.04
  Unity 5.12.0
  Ubuntu 3.2.0-25.40-generic-pae 3.2.18

  
  ATI video driver:

  $ sudo lshw -c video
*-display   
 description: VGA compatible controller
 product: M52 [Mobility Radeon X1300]
 vendor: Hynix Semiconductor (Hyundai Electronics)
 physical id: 0
 bus info: pci@:01:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0

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

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


[Desktop-packages] [Bug 1018357] Re: no longer possible to organize bookmarks

2012-06-27 Thread Christophe NAUD
Problem solved. I have at last managed to retrieve all my bookmarks
using the JSON file.

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

Title:
  no longer possible to organize bookmarks

Status in “firefox” package in Ubuntu:
  New

Bug description:
  No longer possible to organize bookmarks, I do not even see this option in 
the drop down menu if I click on bookmarks. 
  No longer possible to import bookmarks from a JSON file. But I am dead sure I 
have done that before. 
  It is not only the times that are a-changing. Firefox is too, but is it for 
the better, hmmm?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  christophe   1618 F pulseaudio
  BuildID: 20120615064004
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfea78000 irq 44'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,105b0d55,00100101'
 Controls  : 38
 Simple ctrls  : 20
  Channel: release
  Date: Wed Jun 27 14:39:18 2012
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 
(20120327.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.64  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles:
   Profile0 - LastVersion=13.0.1/20120615064004
   Profile1 (Default) - LastVersion=13.0.1/20120615064004 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/07/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.name: TPS01
  dmi.board.vendor: FOXCONN
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd06/07/2010:svnFOXCONN:pnTPS01:pvr1.0:rvnFOXCONN:rnTPS01:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: TPS01
  dmi.product.version: 1.0
  dmi.sys.vendor: FOXCONN

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

-- 
Mailing list: https://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   >