[Desktop-packages] [Bug 1011436] Re: Sound recorder can not play after recording and saving the first one

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-media - 3.4.0-0ubuntu2.1

---
gnome-media (3.4.0-0ubuntu2.1) precise-proposed; urgency=low

  * debian/patches/git_play_after_second_record.patch:
- Properly reinitialize when starting a new recording,
   should fix playing of records after the first saved one,
   thanks James M Leddy (lp: #1011436)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 04 Jul 2012 18:01:35 +0200

** Changed in: gnome-media (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Sound recorder can not play after recording and saving the first one

Status in GNOME Media Utilities:
  New
Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in OEM Priority Project quantal series:
  Confirmed
Status in “gnome-media” package in Ubuntu:
  Fix Released
Status in “gnome-media” source package in Precise:
  Fix Released

Bug description:
  Impact:
  Sound recorder can not play after recording and saving the first one

  Test Case:

  This issue can be reproduced both in standard Ubuntu 11.10 and Ubuntu
  12.04.

  How to reproduce:

  1. First open Sound Recorder (gnome-sound-recorder), press Record button to 
record for seconds.
  2. Press Stop button to stop record
  3. Press Play button to play the sound, it is OK by now.
  4. Now press Record again, it will prompt you to save the previous record, 
just save it.
  5. After saving the last record, it will start to record. Seconds later, 
press Stop button to stop record.
  6. Press Play button

  Expect result:

  It will play the record

  Actual result:

  It showed an error dialog with Resource not found (In Chinese:
  资源未找到)

  Regression potential:
  the second record could still not play correctly

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

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


Re: [Desktop-packages] [Bug 946095] Re: font not visible in terminal plugin

2012-07-20 Thread Jan Groenewald
Hi

If you edit a file belonging to a package, it will be overwritten when
you receive an update for that package.

However creating a custom file here,

0 jan@tunis:~$grep -A1 gnome.gedit.plugins.terminal
/usr/share/glib-2.0/schemas/00_aims_settings.gschema.override
[org.gnome.gedit.plugins.terminal]
use-theme-colors=false

And running

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

will set this for your system (system-wide, for all users, as a default,
they can change it again).

Regards,
Jan


On 19 July 2012 23:06, Voidcode terkelsoren...@gmail.com wrote:

 Wee just need to edited the /usr/lib/gedit/plugins/terminal.py.

 Search for:

 fg = context.get_color(Gtk.StateFlags.NORMAL)
 bg = context.get_background_color(Gtk.StateFlags.NORMAL)

 I replace with

 fg = Gdk.RGBA(0, 0, 0, 1)
 bg = Gdk.RGBA(1, 1, 1, 1)

 Info: fg = black text, bg = white background

 Find this on askubuntu: http://askubuntu.com/questions/35109/how-to-
 change-background-color-of-gedit-embedded-terminalhttp://askubuntu.com/questions/35109/how-to-%0Achange-background-color-of-gedit-embedded-terminal

 ** Attachment added: replace: fg =
 context.get_color(Gtk.StateFlags.NORMAL) bg =
 context.get_background_color(Gtk.StateFlags.NORMAL) with fg = Gdk.RGBA(0,
 0, 0, 1) bg = Gdk.RGBA(1, 1, 1, 1)

 https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/946095/+attachment/3228834/+files/terminal.py

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

 Title:
   font not visible in terminal plugin

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



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

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

Title:
  font not visible in terminal plugin

Status in Light-Weight Text Editor for Gnome:
  Won't Fix
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  In font of the terminal plugin is not visible as the background and
  the font have the same colour(white)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Sun Mar  4 11:02:22 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 
(20120201.1)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: Upgraded to precise on 2012-02-25 (7 days ago)

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

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


[Desktop-packages] [Bug 878993] Re: x.org lockup after dragging archived file to desktop (lxde)

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package libfm - 0.1.17-0ubuntu3.1

---
libfm (0.1.17-0ubuntu3.1) precise-proposed; urgency=low

  * debian/patches/git_dnd_lock.patch: upstream patch adapated to the current
version, should fix pointer locks on dnd issues (lp: #878993)
 -- Sebastien Bacher seb...@ubuntu.com   Thu, 05 Jul 2012 18:02:44 +0200

** Changed in: libfm (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  x.org lockup after dragging archived file to desktop (lxde)

Status in PCManFM - File Manager:
  Unknown
Status in “file-roller” package in Ubuntu:
  Invalid
Status in “libfm” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Precise:
  Invalid
Status in “libfm” source package in Precise:
  Fix Released

Bug description:
  Impact:
  dnd files can drop the pointer in drag mode and block the user out of the 
running session

  Test Case:
  - start a lubuntu session
  - open an archive in file-roller
  - try to extract a file with a drag and drop to the dektop.
  - Whole system freezes every single time.

  Regression potential:
  drag and drop could be broken

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

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


[Desktop-packages] [Bug 1026922] [NEW] Not working on realtime.

2012-07-20 Thread dharmesh
Public bug reported:

Hi,many times It's not working based on realtime.I mean when we using
gmail throug mozilla I am able to chat but by Empathy I am not able to
chat.I mean status will be online only,I can ping also but end user will
not get the message.I think it's because there is no manually refresh
option.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: empathy 2.34.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Fri Jul 20 11:26:32 2012
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
 (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
 (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed

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


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

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

Title:
  Not working on realtime.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Hi,many times It's not working based on realtime.I mean when we using
  gmail throug mozilla I am able to chat but by Empathy I am not able to
  chat.I mean status will be online only,I can ping also but end user
  will not get the message.I think it's because there is no manually
  refresh option.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: empathy 2.34.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Fri Jul 20 11:26:32 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed

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

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


[Desktop-packages] [Bug 1026922] Re: Not working on realtime.

2012-07-20 Thread dharmesh
-- 
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/1026922

Title:
  Not working on realtime.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Hi,many times It's not working based on realtime.I mean when we using
  gmail throug mozilla I am able to chat but by Empathy I am not able to
  chat.I mean status will be online only,I can ping also but end user
  will not get the message.I think it's because there is no manually
  refresh option.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: empathy 2.34.0-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Fri Jul 20 11:26:32 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed
   (empathy:1982): GLib-CRITICAL **: g_variant_new_string: assertion `string != 
NULL' failed

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

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


[Desktop-packages] [Bug 1026767] Re: Scrollbars in thunderbird have dark gray background color instead of theme color

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

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

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

Title:
  Scrollbars in thunderbird have dark gray background color instead of
  theme color

Status in “thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  After updating to thunderbird 14.0+build1-0ubuntu0.12.04.1 on my
  precise installation the scrollbars have a dark gray background color
  and are not using the theme color anymore. See the attached
  screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 14.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: Cirrus Analog [Cirrus Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  morphis3920 F pulseaudio
  BuildID: 20120714045214
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xd348 irq 20'
 Mixer name : 'Nvidia MCP89 HDMI'
 Components : 'HDA:10134206,106b0d00,00100301 
HDA:10de000c,10de0101,00100200'
 Controls  : 37
 Simple ctrls  : 13
  Channel: Unavailable
  Date: Thu Jul 19 21:19:29 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.178.1 dev eth2  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.178.0/24 dev eth2  proto kernel  scope link  src 192.168.178.27  
metric 2
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/zsh
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   LC_CTYPE=de_DE.UTF-8
  Profiles: Profile0 (Default) - LastVersion=14.0/20120714045214 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4.1
   gnome-shell   3.4.1-0ubuntu2
   totem-mozilla 3.0.1-0ubuntu21
   kpartsplugin  20110823-1
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/01/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B0B.1006012305
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B0B.1006012305:bd06/01/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Desktop-packages] [Bug 919767] Re: brasero stays in memory after use

2012-07-20 Thread Len Ovens
GNOME Bugzilla – Bug 679905 Was created.

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

Title:
  brasero stays in memory after use

Status in “brasero” package in Ubuntu:
  Confirmed

Bug description:
  Basero 3.2.0 as it installs from the ISO. Synaptic says installed
  version is 3.2.0-0ubuntu6

  Using either ubuntu studio 10.04 or 12.04(alpha dec19) if brasero is
  started by a right click on a toc file (or maybe a cue file) it opens
  a dialogue to burn a cd from. I can cancel or burn a cd, but in either
  case ps x still shows brasero running after the dialogue has gone when
  the application has completed it's task successfully. trying to burn a
  cd from a second toc file or even open brasero from the main menu then
  fails until brasero has been killed (kill pid). This is not a problem
  when opening an audio file (wav, ogg etc.) as the main brasero window
  is opened. I think that because the burn dialogue normally would not
  exit brasero it doesn't exit here either, however, the main window is
  not shown to exit from.

  This is important to UbuntuStudio because the main DAW (Ardour) puts
  out toc files as a finished product and brasero is needed (since the
  loss of gcdmaster) to actually print the file to CD. So this should be
  listed as a ubuntu studio bug as well.

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

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


[Desktop-packages] [Bug 986399] Re: Help links don't work in several games

2012-07-20 Thread Michael Nagel
I seem to have problems installing this upgrade.
With the Software Update GUI I cannot select the packages to be upgraded.
With apt-get upgrade and apt-get dist-upgrade I see them marked as kept 
back as cited below, but see no way to install them.

The following packages have been kept back:
  gnome-sudoku gnomine

The situation has been like that for some weeks now.
In desperation I tried synaptic, and the upgrade is possible using synaptic, 
but the attached warning/info is displayed.

Best Regards
Michael

** Attachment added: synaptic.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/986399/+attachment/3229261/+files/synaptic.png

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

Title:
  Help links don't work in several games

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

Bug description:
  [Impact]
  Clicking HelpContents doesn't work in glchess, gnect, gnibbles, gnobots2, 
gnotski, or gtali. The user-friendly names of these games are Chess, 
Four-in-a-Row, Nibbles, Robots, and Tali. None of these games are installed by 
default.

  [Development Fix]
  I've fixed this in git and so it should be fixed with GNOME Games 3.4.2.

  [Stable Fix]
  Submitted to -precise-proposed as 3.4.1-0ubuntu2.

  [Test Case]
  Open these games and click HelpContents. Does the help manual show?

  [Regression Potential]
  I don't think the help for these games can get any worse than not showing up 
at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: glchess 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  CheckboxSubmission: 201084ed41ea7548f8becd47fa4d1e6c
  CheckboxSystem: c541d13ea4f205f2fd751f76ed21105b
  Date: Fri Apr 20 17:12:07 2012
  SourcePackage: gnome-games
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1023777] Re: software-center crashed with AttributeError in _on_show_exhibits(): 'FeaturedExhibit' object has no attribute 'click_url'

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.3.5

---
software-center (5.3.5) quantal; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/fix-lp1023777:
- initialize the 'click_url' attribute to fix a crash when
  clicking on the default 'featured' exhibit (LP: #1023777)
  * merge in the 5.2.5 fixes from stable

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-lp1023336:
   - fix spelling error in the hardware requirements detection
 message for an attached mouse (LP: #1023336)
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 20 Jul 2012 08:19:51 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/1023777

Title:
  software-center crashed with AttributeError in _on_show_exhibits():
  'FeaturedExhibit' object has no attribute 'click_url'

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

Bug description:
  Did do nothing special. Just clicked on it I think.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.4
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic i686
  ApportVersion: 2.3-0ubuntu4
  Architecture: i386
  Date: Thu Jul 12 10:06:42 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120629)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in _on_show_exhibits(): 
'FeaturedExhibit' object has no attribute 'click_url'
  Traceback:
   Traceback (most recent call last):
 File 
/usr/share/software-center/softwarecenter/ui/gtk3/views/catview_gtk.py, line 
332, in _on_show_exhibits
   url = exhibit.click_url
   AttributeError: 'FeaturedExhibit' object has no attribute 'click_url'
  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/software-center/+bug/1023777/+subscriptions

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


[Desktop-packages] [Bug 1023336] Re: none is currently set up misspelled as setup

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.3.5

---
software-center (5.3.5) quantal; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/fix-lp1023777:
- initialize the 'click_url' attribute to fix a crash when
  clicking on the default 'featured' exhibit (LP: #1023777)
  * merge in the 5.2.5 fixes from stable

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-lp1023336:
   - fix spelling error in the hardware requirements detection
 message for an attached mouse (LP: #1023336)
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 20 Jul 2012 08:19:51 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/1023336

Title:
  none is currently set up misspelled as setup

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

Bug description:
  Ubuntu Software Center 5.2.4, Ubuntu 12.04

  0. Disconnect any mouse.
  1. Launch USC to the screen for Snorms.

  What you see: This software requires a mouse, but none is currently setup.
  What you should see: This software requires a mouse, but none is currently 
set up.

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

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


[Desktop-packages] [Bug 1008229] Re: software-center crashed with AttributeError in version(): 'AppDetailsDebFile' object has no attribute '_deb'

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.3.5

---
software-center (5.3.5) quantal; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/hopefully-fix-lp1008229:
- fix crash that can happen if there is an error while
  opening a deb file (LP: #1008229)
  * lp:~mvo/software-center/fix-lp1023777:
- initialize the 'click_url' attribute to fix a crash when
  clicking on the default 'featured' exhibit (LP: #1023777)
  * merge in the 5.2.5 fixes from stable

  [ Gary Lasker ]
  * lp:~gary-lasker/software-center/fix-lp1023336:
   - fix spelling error in the hardware requirements detection
 message for an attached mouse (LP: #1023336)
 -- Michael Vogt michael.v...@ubuntu.com   Fri, 20 Jul 2012 08:19:51 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/1008229

Title:
  software-center crashed with AttributeError in version():
  'AppDetailsDebFile' object has no attribute '_deb'

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

Bug description:
  ...

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.0
  ProcVersionSignature: Ubuntu 3.4.0-3.8-generic 3.4.0
  Uname: Linux 3.4.0-3-generic x86_64
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  Date: Sun Jun  3 23:46:53 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120603)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/tmp/google-chrome-stable_current_amd64.deb
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/tmp/google-chrome-stable_current_amd64.deb']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in version(): 
'AppDetailsDebFile' object has no attribute '_deb'
  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/software-center/+bug/1008229/+subscriptions

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


[Desktop-packages] [Bug 969907] Re: software-center crashed with AttributeError in _app_activated_cb(): 'NoneType' object has no attribute 'get_pkgname'

2012-07-20 Thread Michael Vogt
** Changed in: software-center (Ubuntu)
   Status: In Progress = 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/969907

Title:
  software-center crashed with AttributeError in _app_activated_cb():
  'NoneType' object has no attribute 'get_pkgname'

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

Bug description:
  Newly installed OS with latest updates 31/03/12 10.30am (64-bit).
  Crash on removing games

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.14
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 31 10:44:52 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: This
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in _app_activated_cb(): 
'NoneType' object has no attribute 'get_pkgname'
  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/software-center/+bug/969907/+subscriptions

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


[Desktop-packages] [Bug 1006483] Re: NoDisplay=true items are added to the launcher after installation

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

** Changed in: software-center (Ubuntu Precise)
   Status: New = In Progress

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

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

** Changed in: software-center (Ubuntu)
   Status: In Progress = 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/1006483

Title:
  NoDisplay=true items are added to the launcher after installation

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

Bug description:
  When I installed GNOME-Shell and the OGRE-SDK both got added to the
  Launcher, which is ridiculous since none of them can be launched in
  this manner.

  Ubuntu 12.04 x64 Desktop
  unity 5.12-0ubuntu1
  software-center 5.2.2.1

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

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


[Desktop-packages] [Bug 1012877] Re: Applications in the Independent section are not being added to the Unity launcher

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

** Changed in: software-center (Ubuntu Precise)
   Status: New = In Progress

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

** Changed in: software-center (Ubuntu)
   Status: In Progress = 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/1012877

Title:
  Applications in the Independent section are not being added to the
  Unity launcher

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

Bug description:
  Ubuntu Software Center 5.2.2.2, Ubuntu 12.04 The Precise Pangolin

  Applications in from the extras.ubuntu.com archive (aka Independent
  section, or ARB apps) are not being automatically added to the Unity
  launcher (for the case where the automatic add is enabled).

  To reproduce:
  1. Launch Ubuntu Software Center.
  2. Make sure that the View-New Applications in Launcher menu item is 
checked.
  3. Select the All Software dropdown in the toolbar and select Independent.
  4. Install one of the items in this list.

  What happens:
  The application's icon is not added to the Unity Launcher.

  What should happen:
  The application's icon should be added to the Unity Launcher.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.2.2.2
  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: Wed Jun 13 17:31:35 2012
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: Upgraded to precise on 2011-12-26 (170 days ago)

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

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


[Desktop-packages] [Bug 1002440] Re: Unity Launcher Fails To Auto-Hide When Enabled Installing Commercial Software

2012-07-20 Thread Michael Vogt
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Unity Launcher Fails To Auto-Hide When Enabled  Installing Commercial
  Software

Status in Unity:
  In Progress
Status in Unity 5.0 series:
  Fix Committed
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  In Progress
Status in “software-center” source package in Precise:
  In Progress
Status in “unity” source package in Precise:
  In Progress

Bug description:
  When installing an item from the For Purchase section in the Ubuntu
  Software Centre, the Unity launcher appears and fails to hide even
  though Auto-Hide is selected in the Appearance settings, this stays
  like this until you log-out or holding the super key, which resets the
  launcher and it goes back to Auto-Hide again.

  This only happens for applications in the For Purchase section and
  does not seem to affect other apps in different categories, I have
  uploaded a picture showing the bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.2.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Mon May 21 19:48:03 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 999427] Re: Launcher items added via Ubuntu Software Center incorrectly point to the app-install desktop files rather than the actual installed desktop files

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

** Changed in: software-center (Ubuntu Precise)
   Status: New = In Progress

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

** Changed in: software-center (Ubuntu)
   Status: In Progress = 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/999427

Title:
  Launcher items added via Ubuntu Software Center incorrectly point to
  the app-install desktop files rather than the actual installed desktop
  files

Status in Unity:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Precise:
  In Progress

Bug description:
  While investigating bug 925014, I made the discovery that Unity
  launcher items that are added during an application installation via
  the Ubuntu Software Center incorrectly point to the desktop files from
  the app-install-data package, in the directory:

    /usr/share/app-install/desktop (e.g., /usr/share/app-install/desktop
  /gnome-hearts:gnome-hearts.desktop

  rather than the actual *installed* desktop files in:

    /usr/share/applications (e.g., /usr/share/applications/gnome-
  hearts.desktop)

  Note that the installed desktop files can be found in the
  /usr/share/applications directory after the installation has
  completed.

  This appears to be a regression in a very recent release of Unity, as
  afaik this has worked correctly for quite a few cycles and also in
  Precise right up until the very final releases.

  Note that we recently finished the remaining pieces of the
  implementation of the fully animated Unity launcher integration, as
  outlined in bug 761851, and it was as part of this work that this
  regression appears to have occurred.

  You can refer to comment #7 of bug 761851 for details about the steps
  needed to determine the actual installed desktop file path. The Python
  code from Software Center that we used in past releases for this is as
  shown:

  def 
convert_desktop_file_to_installed_location(app_install_data_file_path, 
pkgname=None):
   returns the installed desktop file path that corresponds to the
  given app-install-data file path, and will also check directly for
  the desktop file that corresponds to a given pkgname.
  
  # normal case
  installed_desktop_file_path = 
app_install_data_file_path.replace(app-install/desktop, applications)
  if os.path.exists(installed_desktop_file_path):
  return installed_desktop_file_path
  # next, try case where a subdirectory is encoded in the app-install
  # desktop filename, e.g. kde4_soundkonverter.desktop
  installed_desktop_file_path = 
installed_desktop_file_path.replace(APP_INSTALL_PATH_DELIMITER, /)
  if os.path.exists(installed_desktop_file_path):
  return installed_desktop_file_path
  # lastly, just try checking directly for the desktop file based on the 
pkgname itself
  if pkgname:
  installed_desktop_file_path =  /usr/share/applications/%s.desktop % 
pkgname
  if os.path.exists(installed_desktop_file_path):
  return installed_desktop_file_path
  logging.warn(Could not determine the installed desktop file path for 
app-install desktop file: '%s' % app_install_data_file_path)
  return 

  ---

  Additional info from Dmitry Shachnev, duplicate bug 996690:

  Some Unity Mail users reported that after installing Unity Mail via
  the Software Center,

  - The quicklist is not translated
  - The count badge is not shown

  Trying to debug this issue, I've found out that when installing an
  application from the Software Center, the desktop file added to Unity
  launcher favorites is '/usr/share/app-install/desktop/unity-mail
  :unity-mail.desktop', not expected '/usr/share/applications/unity-
  mail.desktop':

  $ gsettings get com.canonical.Unity.Launcher favorites
  ['nautilus.desktop', 'chromium-browser.desktop', 'geany.desktop', 
'gnome-terminal.desktop', 
'/usr/share/app-install/desktop/unity-mail:unity-mail.desktop']

  I've temporarily added a workaround to Unity Mail that uses the
  desktop file from Unity.LauncherFavorites (see bug 990689), but this
  doesn't solve the problem with untranslated quicklist.

  Obviously, this affects not only Unity Mail, but any other application
  in the Software Center.

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

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


[Desktop-packages] [Bug 925014] Re: Purchased items are not being added to the Unity launcher

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

** Also affects: unity (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: software-center (Ubuntu Precise)
   Status: New = In Progress

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

** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Purchased items are not being added to the Unity launcher

Status in Unity:
  In Progress
Status in Unity 5.0 series:
  Fix Committed
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  In Progress
Status in “software-center” source package in Precise:
  In Progress
Status in “unity” source package in Precise:
  New

Bug description:
  Ubuntu Software Center 5.1.14.1, the Precise Pangolin, beta 2
  Unity 5.8.0-0ubuntu2

  
  Bug Description:

  Update: With the most recent version of Unity, 5.8.0-0ubuntu2, and
  Software Center version 5.1.14.1, *no* purchased apps are being
  installed to the Unity launcher upon installation.

  
  Previous description from the esteemed Mr. Davmor2:

  I have install 6 perviously purchase apps of the 6 only 3 have
  displayed in the app launcher.

  In App Launcher:
  Braid, Darwinia, family farm

  Not In Launcher:
  Full Circle Magazine, spacechem, steel storm 2:

  Steel storm has an issue on newer versions with the : in it's name so
  that may be why it failed to appear

  Version:
  n/a

  OS:
  64bit Precise

  USC Version:
  5.1.7

  Steps To Reproduce:
  1. Open USC
  2. install the apps from previous purchases

  Expected Results:
  I expect all of the applications to appear in the launcher or none of them.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.7
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Wed Feb  1 17:59:01 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120117)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: Upgraded to precise on 2012-01-28 (4 days ago)

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

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


[Desktop-packages] [Bug 1008229] Re: software-center crashed with AttributeError in version(): 'AppDetailsDebFile' object has no attribute '_deb'

2012-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/software-center

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

Title:
  software-center crashed with AttributeError in version():
  'AppDetailsDebFile' object has no attribute '_deb'

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

Bug description:
  ...

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.0
  ProcVersionSignature: Ubuntu 3.4.0-3.8-generic 3.4.0
  Uname: Linux 3.4.0-3-generic x86_64
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  Date: Sun Jun  3 23:46:53 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120603)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center 
/tmp/google-chrome-stable_current_amd64.deb
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center', 
'/tmp/google-chrome-stable_current_amd64.deb']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in version(): 
'AppDetailsDebFile' object has no attribute '_deb'
  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/software-center/+bug/1008229/+subscriptions

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


[Desktop-packages] [Bug 990963] Re: That DANG @#$$#%$^ CAPTCHA rolling wreck piece of garbage that I can hardly read, causes the appstore to wink out of existance. I really really really LOATHE captc

2012-07-20 Thread Matthew Paul Thomas
** Changed in: software-center (Ubuntu)
   Status: Incomplete = 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/990963

Title:
  That DANG @#$$#%$^ CAPTCHA rolling wreck piece of garbage that I can
  hardly read, causes the appstore to wink out of existance. I really
  really really LOATHE captcha  anyway, now it blows up trying to
  actually BUY a stupid game.

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

Bug description:
  For the first time in YEARS I tried to BUY some software. As soon as I
  answer that stinkin' captcha quiz, which is REALLY REALLY HARD on old
  diabetic eyes, the Software Store just closes, and it winks out of
  existance real fast. So, I just saved myself five bucks. I really
  ticked, but mostly over captcha. Please toss it into the trashcan
  icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: software-center 5.0.6
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sun Apr 29 04:27:49 2012
  InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 883625] Re: Download progress has no ETA

2012-07-20 Thread Matthew Paul Thomas
** Changed in: software-center (Ubuntu)
   Status: Triaged = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

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

Title:
  Download progress has no ETA

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

Bug description:
  Downloading a large package in an airport lounge, it isn't entirely
  clear how long it is going to take.

  Downloaded X of Y is all I get.  An ETA would be very nice.

  $ apt-cache policy software-center
  software-center:
Installed: 5.0.2

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

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


[Desktop-packages] [Bug 900794] Re: Software Center should display my review when viewing installed apps

2012-07-20 Thread Matthew Paul Thomas
** Changed in: software-center (Ubuntu)
   Status: Triaged = Confirmed

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Matthew Paul Thomas (mpt)

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

Title:
  Software Center should display my review when viewing installed apps

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

Bug description:
  New feature request on Ubuntu 11.10 software center.

  When displaying install applications in the software center, the user
  is presented with a long list of apps by category, but it would be
  very nice to also see my own reviews of those apps.  This would:

  1) Allow me to see which apps I've provided reviews for and which ones I 
haven't
  2) Remind me of what I last thought about an app so I could amend my review 
based on a new version of the app

  Take a cue from the Andriod market...it does this very nicely.

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

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


[Desktop-packages] [Bug 1026951] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid() when trying to join IRC chatroom.

2012-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1026629 ***
https://bugs.launchpad.net/bugs/1026629

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 #1026629, 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/1026951/+attachment/3229387/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229389/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229390/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229391/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229392/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229393/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1026951/+attachment/3229394/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1026629
   empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  when trying to join IRC chatroom.

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Quantal, empathy 3.5.4-0ubuntu1, tried to join an IRC chatroom, but it
  crashed instead.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Fri Jul 20 02:55:59 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_CA:en
   LANG=en_CA.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x4605ca empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004605ca) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid ()
   empathy_adium_info_new ()
   empathy_adium_data_new ()
   ?? ()
   ?? ()
  Title: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   (empathy:3935): libnotify-WARNING **: Failed to connect to proxy
   (empathy:3935): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed
   (empathy:3935): telepathy-WARNING **: tpf-persona-store.vala:712: Connection 
does not implement ContactList iface; legacy CMs are not supported any more.

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

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


[Desktop-packages] [Bug 1026767] Re: Scrollbars in thunderbird have dark gray background color instead of theme color

2012-07-20 Thread jeanfi
*** This bug is a duplicate of bug 1025935 ***
https://bugs.launchpad.net/bugs/1025935

** This bug has been marked a duplicate of bug 1025935
   Thunderbird 14.0 scrollbars have a wrong background [regression]

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

Title:
  Scrollbars in thunderbird have dark gray background color instead of
  theme color

Status in “thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  After updating to thunderbird 14.0+build1-0ubuntu0.12.04.1 on my
  precise installation the scrollbars have a dark gray background color
  and are not using the theme color anymore. See the attached
  screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 14.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  NonfreeKernelModules: wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: Cirrus Analog [Cirrus Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  morphis3920 F pulseaudio
  BuildID: 20120714045214
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xd348 irq 20'
 Mixer name : 'Nvidia MCP89 HDMI'
 Components : 'HDA:10134206,106b0d00,00100301 
HDA:10de000c,10de0101,00100200'
 Controls  : 37
 Simple ctrls  : 13
  Channel: Unavailable
  Date: Thu Jul 19 21:19:29 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.178.1 dev eth2  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.178.0/24 dev eth2  proto kernel  scope link  src 192.168.178.27  
metric 2
  PrefSources:
   prefs.js
   
[Profile]/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js
  ProcEnviron:
   TERM=xterm
   SHELL=/bin/zsh
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   LC_CTYPE=de_DE.UTF-8
  Profiles: Profile0 (Default) - LastVersion=14.0/20120714045214 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4.1
   gnome-shell   3.4.1-0ubuntu2
   totem-mozilla 3.0.1-0ubuntu21
   kpartsplugin  20110823-1
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/01/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP71.88Z.0039.B0B.1006012305
  dmi.board.name: Mac-F222BEC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F222BEC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP71.88Z.0039.B0B.1006012305:bd06/01/10:svnAppleInc.:pnMacBookPro7,1:pvr1.0:rvnAppleInc.:rnMac-F222BEC8:rvr:cvnAppleInc.:ct10:cvrMac-F222BEC8:
  dmi.product.name: MacBookPro7,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

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


[Desktop-packages] [Bug 495981] Re: NM disconnects Wi-Fi every 2 minutes but iwconfig+dhclient and wicd don't -- ath9k

2012-07-20 Thread florin
@Thomas Hood (#19)

I tried that, but (of course) it does not work as when the bug occurs, I
do not have an active internet connection.

Restarted the wifi router and ran again the command. This is the output:


You are not the reporter or subscriber of this problem report, or the
report is a duplicate or already closed.

Please create a new report using apport-bug.

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

Title:
  NM disconnects Wi-Fi every 2 minutes but iwconfig+dhclient and wicd
  don't -- ath9k

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

Bug description:
  Binary package hint: network-manager

  I have Dell studio XPS 13 running:
  Description:  Ubuntu 9.10
  Release:  9.10

  with wifi card (lspci):
  06:00.0 Network controller: Atheros Communications Inc. AR928X Wireless 
Network Adapter (PCI-Express) (rev 01)

  that works (tries to) with ath9k module.

  It connects to my access point and works ok however, It disconnects every 2-3 
min saying (in dmesg):
  [  311.600306] wlan0: RX AssocResp from 00:1d:68:0c:97:63 (capab=0x411 
status=0 aid=2)
  and then automatically reconnects... I have tried different drivers and other 
things

  Interestingly when I right-clicked on network manger applet, select ¨disable 
networking¨ and then set up everything myself on console using iwconfig and 
dhclient. IT WORKS!!!
  no disconnections
  wpa_supplicant is still running in a background but not doing anything (my 
wifi has WEP encryption).

  I´ve seen some similar reports in Internet but they seem to think that
  it is a driver problem when to me it looks like a NetworkManager
  issue...

  Hope it helps

  drphd

  ProblemType: Bug
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sat Dec 12 19:42:18 2009
  DistroRelease: Ubuntu 9.10
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  IpRoute:
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.65
   172.16.77.0/24 dev vmnet1  proto kernel  scope link  src 172.16.77.1
   172.16.158.0/24 dev vmnet8  proto kernel  scope link  src 172.16.158.1
   default via 192.168.1.254 dev wlan0
  NonfreeKernelModules: nvidia
  Package: network-manager 0.8~a~git.20091013t193206.679d548-0ubuntu1
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: network-manager
  Uname: Linux 2.6.31-16-generic x86_64

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

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


[Desktop-packages] [Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Jean-Louis Dupond
** Bug watch added: GNOME Bug Tracker #680303
   https://bugzilla.gnome.org/show_bug.cgi?id=680303

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

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

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

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

Bug description:
  When i want too launch chat

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Jul 19 16:16:29 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120309)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x4605ca empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004605ca) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid ()
   empathy_adium_info_new ()
   empathy_adium_data_new ()
   ?? ()
   ?? ()
  Title: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-06-08 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1996]: WARNING: Error while executing session-migration: 
L'exécution du processus fils « session-migration » a échoué (Aucun fichier ou 
dossier de ce type)
   gnome-session[1996]: WARNING: Failed to start app: Unable to start 
application: L'exécution du processus fils « L2tpIPsecVpn » a échoué (Aucun 
fichier ou dossier de ce type)
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed
   (empathy:2597): Gtk-WARNING **: GtkMenuBar 0x1ca83b0 is mapped but visible=1 
child_visible=1 parent EmpathyRosterWindow 0x1bfc090 mapped=0
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed

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

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


[Desktop-packages] [Bug 1021245] Re: Error saving bibtex files

2012-07-20 Thread Michiel Renger
It may be more related to gedit then to the plugin: I notice that gedit
does not clean up temporary files (starting with ~ ) properly after
closing.

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

Title:
  Error saving bibtex files

Status in “gedit-plugins” package in Ubuntu:
  Confirmed

Bug description:
  Gedit gives the error below everytime I try to save a .bib-file. The
  saving seem to work fine, apart from the error popping up. Is the
  plugin even supposed to do anything while saving .bib-files?

    'bibtex-error'

    Traceback (most recent call last):
    File /usr/lib/gedit/plugins/latex/util.py, line 116, in decorated_function
    return function(*args, **kw)
    File /usr/lib/gedit/plugins/latex/bibtex/editor.py, line 141, in __parse
    self.remove_markers(bibtex-error)
    File /usr/lib/gedit/plugins/latex/editor.py, line 493, in remove_markers
    type_record = self._marker_types[marker_type]
    KeyError: 'bibtex-error'

  I'm using Xubuntu 12.04 LTS with the 3.4.0 version of the plugin. I
  don't think it's related, but it may be worthwhile mentioning that I'm
  also experiencing this bug: https://bugs.launchpad.net/ubuntu/+source
  /gedit-plugins/+bug/957924.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/1021245/+subscriptions

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


[Desktop-packages] [Bug 1026737] Re: Libreoffice 3.5.3.2 is no more integrated to appmenu (Global menu)

2012-07-20 Thread Björn Michaelsen
** Also affects: lo-menubar (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  Libreoffice 3.5.3.2 is no more integrated to appmenu (Global menu)

Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “lo-menubar” package in Ubuntu:
  New

Bug description:
  After some recent updates (I can't recall them), LibreOffice 3.5.3.2 is no 
more integrated to Ubuntu Unity Global Menu (appmenu), while it was few days 
ago.
  I uninstalled it and reinstalled it but in vain.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  Date: Thu Jul 19 20:03:26 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1026958] [NEW] Firefox

2012-07-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hello
Afetr a while I am using Firefox, if I quit the application I will not be able 
to reopen unless I reboot

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
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,dbus]
CompositorRunning: compiz
Date: Fri Jul 20 16:23:24 2012
DistUpgraded: 2012-03-18 11:32:09,309 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Fujitsu Limited. Device [10cf:13dc]
   Subsystem: Fujitsu Limited. Device [10cf:13dc]
InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
MachineType: FUJITSU FMVLMD15W
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=bcdb562c-0654-4033-98bf-9f0a31e9772b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-03-18 (124 days ago)
dmi.bios.date: 05/18/2009
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.09
dmi.board.name: FJNBF08
dmi.board.vendor: FUJITSU
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU
dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.09:bd05/18/2009:svnFUJITSU:pnFMVLMD15W:pvr:rvnFUJITSU:rnFJNBF08:rvr:cvnFUJITSU:ct10:cvr:
dmi.product.name: FMVLMD15W
dmi.sys.vendor: FUJITSU
version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
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

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


** Tags: apport-bug compiz-0.9 i386 precise ubuntu
-- 
Firefox
https://bugs.launchpad.net/bugs/1026958
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox in Ubuntu.

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


[Desktop-packages] [Bug 1026958] Re: Firefox

2012-07-20 Thread Dave Lentz
** Package changed: xorg (Ubuntu) = firefox (Ubuntu)

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

Title:
  Firefox

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Hello
  Afetr a while I am using Firefox, if I quit the application I will not be 
able to reopen unless I reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  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,dbus]
  CompositorRunning: compiz
  Date: Fri Jul 20 16:23:24 2012
  DistUpgraded: 2012-03-18 11:32:09,309 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Fujitsu Limited. Device [10cf:13dc]
 Subsystem: Fujitsu Limited. Device [10cf:13dc]
  InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
  MachineType: FUJITSU FMVLMD15W
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-26-generic 
root=UUID=bcdb562c-0654-4033-98bf-9f0a31e9772b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-03-18 (124 days ago)
  dmi.bios.date: 05/18/2009
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: Version 1.09
  dmi.board.name: FJNBF08
  dmi.board.vendor: FUJITSU
  dmi.chassis.type: 10
  dmi.chassis.vendor: FUJITSU
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.09:bd05/18/2009:svnFUJITSU:pnFMVLMD15W:pvr:rvnFUJITSU:rnFJNBF08:rvr:cvnFUJITSU:ct10:cvr:
  dmi.product.name: FMVLMD15W
  dmi.sys.vendor: FUJITSU
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.2
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  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/firefox/+bug/1026958/+subscriptions

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


[Desktop-packages] [Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Guillaume Desmottes
I commented on the upstream bug (
https://bugzilla.gnome.org/show_bug.cgi?id=680303 ) would be cool if
someone experiencing the crash could provide the info there.

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

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

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

Bug description:
  When i want too launch chat

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Jul 19 16:16:29 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120309)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x4605ca empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004605ca) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid ()
   empathy_adium_info_new ()
   empathy_adium_data_new ()
   ?? ()
   ?? ()
  Title: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-06-08 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1996]: WARNING: Error while executing session-migration: 
L'exécution du processus fils « session-migration » a échoué (Aucun fichier ou 
dossier de ce type)
   gnome-session[1996]: WARNING: Failed to start app: Unable to start 
application: L'exécution du processus fils « L2tpIPsecVpn » a échoué (Aucun 
fichier ou dossier de ce type)
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed
   (empathy:2597): Gtk-WARNING **: GtkMenuBar 0x1ca83b0 is mapped but visible=1 
child_visible=1 parent EmpathyRosterWindow 0x1bfc090 mapped=0
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed

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

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


[Desktop-packages] [Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Guillaume Desmottes
I'm pretty sure that's a packaging issue, see
https://bugzilla.gnome.org/show_bug.cgi?id=680303#c2

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

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

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

Bug description:
  When i want too launch chat

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Jul 19 16:16:29 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120309)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x4605ca empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004605ca) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid ()
   empathy_adium_info_new ()
   empathy_adium_data_new ()
   ?? ()
   ?? ()
  Title: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-06-08 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1996]: WARNING: Error while executing session-migration: 
L'exécution du processus fils « session-migration » a échoué (Aucun fichier ou 
dossier de ce type)
   gnome-session[1996]: WARNING: Failed to start app: Unable to start 
application: L'exécution du processus fils « L2tpIPsecVpn » a échoué (Aucun 
fichier ou dossier de ce type)
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed
   (empathy:2597): Gtk-WARNING **: GtkMenuBar 0x1ca83b0 is mapped but visible=1 
child_visible=1 parent EmpathyRosterWindow 0x1bfc090 mapped=0
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed

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

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


[Desktop-packages] [Bug 1026994] [NEW] Sort by CPU time is wrong

2012-07-20 Thread Mathieu Sivade
Public bug reported:

The sort is happenning, but it looks like the processes were split into two 
groups (arbitrarily, as far as I can tell), each group being sorted 
independently. See the attached screenshot which is quite explicit.
NB:
  - Sorting by increasing order still kept them grouped, with the 3-items group 
put at the end.
  - This grouping didn't affect sorting by any of the other columns I had set 
up.

This is certainly not a major issue, it is just puzzling and could be an
inconvenience if the first group was larger.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-system-monitor 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic i686
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Fri Jul 20 10:44:27 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Sort by CPU time is wrong

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

Bug description:
  The sort is happenning, but it looks like the processes were split into two 
groups (arbitrarily, as far as I can tell), each group being sorted 
independently. See the attached screenshot which is quite explicit.
  NB:
- Sorting by increasing order still kept them grouped, with the 3-items 
group put at the end.
- This grouping didn't affect sorting by any of the other columns I had set 
up.

  This is certainly not a major issue, it is just puzzling and could be
  an inconvenience if the first group was larger.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-system-monitor 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic i686
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  Date: Fri Jul 20 10:44:27 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1026994] Re: Sort by CPU time is wrong

2012-07-20 Thread Mathieu Sivade
** Attachment added: Screenshot from 2012-07-20 10:46:03.png
   
https://bugs.launchpad.net/bugs/1026994/+attachment/3229550/+files/Screenshot%20from%202012-07-20%2010%3A46%3A03.png

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

Title:
  Sort by CPU time is wrong

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

Bug description:
  The sort is happenning, but it looks like the processes were split into two 
groups (arbitrarily, as far as I can tell), each group being sorted 
independently. See the attached screenshot which is quite explicit.
  NB:
- Sorting by increasing order still kept them grouped, with the 3-items 
group put at the end.
- This grouping didn't affect sorting by any of the other columns I had set 
up.

  This is certainly not a major issue, it is just puzzling and could be
  an inconvenience if the first group was larger.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-system-monitor 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic i686
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  Date: Fri Jul 20 10:44:27 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 878993] Re: x.org lockup after dragging archived file to desktop (lxde)

2012-07-20 Thread Corentin SCHREIBER
I confirm the fix works after reboot. I do not have the issue described by 
Marco Chiapetta.
However, if you try to drop the files on another file (and not a folder or 
empty space), then you get the same message but without the mouse block. 
Expected behavior is to extract the files in the current folder, as if they 
were dropped on empty space (this is particularly annoying in detailed view, 
where you have no empty space to drag files to). Maybe this is a pcmanfm 
problem now ?

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

Title:
  x.org lockup after dragging archived file to desktop (lxde)

Status in PCManFM - File Manager:
  Unknown
Status in “file-roller” package in Ubuntu:
  Invalid
Status in “libfm” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Precise:
  Invalid
Status in “libfm” source package in Precise:
  Fix Released

Bug description:
  Impact:
  dnd files can drop the pointer in drag mode and block the user out of the 
running session

  Test Case:
  - start a lubuntu session
  - open an archive in file-roller
  - try to extract a file with a drag and drop to the dektop.
  - Whole system freezes every single time.

  Regression potential:
  drag and drop could be broken

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

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


[Desktop-packages] [Bug 1027002] [NEW] Prints the wrong number of copies

2012-07-20 Thread Michael McDonald
Public bug reported:

When I asked for 2 copies of a document to be printed on my Brother HL-3040CN 
printer, 8 copies were printed instead.
Software: Ubuntu 12.04, evince 3.4.0

michael@DesktopU1204:~$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04
michael@DesktopU1204:~$ apt-cache policy evince
evince:
  Installed: 3.4.0-0ubuntu1.1
  Candidate: 3.4.0-0ubuntu1.1
  Version table:
 *** 3.4.0-0ubuntu1.1 0
100 /var/lib/dpkg/status
 3.4.0-0ubuntu1 0
500 http://nz.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

Problem did not occur in previous versions of Ubuntu/Evince.
Printing multiple copies to the same printer from Libre Office is fine.

Haven't checked whether problem also occurs on other printers.

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

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

Title:
  Prints the wrong number of copies

Status in “evince” package in Ubuntu:
  New

Bug description:
  When I asked for 2 copies of a document to be printed on my Brother HL-3040CN 
printer, 8 copies were printed instead.
  Software: Ubuntu 12.04, evince 3.4.0

  michael@DesktopU1204:~$ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  michael@DesktopU1204:~$ apt-cache policy evince
  evince:
Installed: 3.4.0-0ubuntu1.1
Candidate: 3.4.0-0ubuntu1.1
Version table:
   *** 3.4.0-0ubuntu1.1 0
  100 /var/lib/dpkg/status
   3.4.0-0ubuntu1 0
  500 http://nz.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

  Problem did not occur in previous versions of Ubuntu/Evince.
  Printing multiple copies to the same printer from Libre Office is fine.

  Haven't checked whether problem also occurs on other printers.

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

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


[Desktop-packages] [Bug 965510] Re: option --new-window not working correctly

2012-07-20 Thread Joonas Saarinen
This bug seems to be still present in gedit 3.4.2.

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

Title:
  option --new-window not working correctly

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  First, to reproduce, open Gedit (Text Editor). Right click on its icon
  in the Unity Taskbar. Oddly, clicking either of the two new options
  (create a new document or open a new window) opens a new window with
  two tabs, labelled Untitled Document 2 and the other one Untitled
  Document 3. What should happen is one new tab is opened when creating
  a new document, and one new window with one tab is opened for opening
  a new window. However, the aforementioned happens. I will upload a
  screenshot ASAP. I am running Precise Beta with the latest updates,
  and the latest version of Gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Mon Mar 26 13:02:15 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120321)
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 993964] Re: network-manager-applet: missing network connections in menu.

2012-07-20 Thread Veleno
Anomaly is still rpesent after various updates.

** Tags added: running-unity

** Description changed:

  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/2  
   eth1   802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/1  
   eth2   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 

[Desktop-packages] [Bug 993964] IfupdownConfig.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: IfupdownConfig.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229589/+files/IfupdownConfig.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] IpAddr.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: IpAddr.txt
   https://bugs.launchpad.net/bugs/993964/+attachment/3229590/+files/IpAddr.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   

[Desktop-packages] [Bug 993964] IwConfig.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229591/+files/IwConfig.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   

[Desktop-packages] [Bug 993964] NetDevice.eth0.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: NetDevice.eth0.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229592/+files/NetDevice.eth0.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] ProcEnviron.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229598/+files/ProcEnviron.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] WifiSyslog.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229599/+files/WifiSyslog.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable  

[Desktop-packages] [Bug 993964] NetDevice.eth1.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: NetDevice.eth1.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229593/+files/NetDevice.eth1.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] NetDevice.lo.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: NetDevice.lo.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229594/+files/NetDevice.lo.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] NetDevice.tun0.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: NetDevice.tun0.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229595/+files/NetDevice.tun0.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernet

[Desktop-packages] [Bug 993964] NetworkManager.conf.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: NetworkManager.conf.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229596/+files/NetworkManager.conf.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   

[Desktop-packages] [Bug 993964] PciNetwork.txt

2012-07-20 Thread Veleno
apport information

** Attachment added: PciNetwork.txt
   
https://bugs.launchpad.net/bugs/993964/+attachment/3229597/+files/PciNetwork.txt

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

Title:
  network-manager-applet: missing network connections in menu.

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

Bug description:
  The following problem happened after upgrading from 11.10 to 12.04: network 
manager applet in Unity-2D does not show properly network connections, but 
indeed networking is working properly.
  It happens only after a boot, not during session logout/login, the first 4 
screenshot were taken as follows:
  - login (1): notice connection information window, the wired connection is 
working properly.
  - disabled (2)/enabled (3) networking brings contents of network manager 
applet in the correct state/appearance (4).
  Also via 'System Settings - Hardware - Network' I  tried to toggle 
'Airplane mode', which I don't know why it is always switched on (maybe cause 
wireless adapter is hardware switched off), wich led to nothing.
  Other workaround methods are:
  - unplugging and plugging back Ethernet cable, or plugging it after login.
  - enabling/disabling wireless adapter.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.4.1-0ubuntu2 [modified: usr/bin/nm-applet 
usr/bin/nm-connection-editor]
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Thu May  3 14:29:21 2012
  EcryptfsInUse: Yes
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default dev tun0  proto static 
   10.10.10.0/24 dev eth0  proto kernel  scope link  src 10.10.10.88  metric 1 
   10.24.232.0/21 dev tun0  proto kernel  scope link  src 10.24.233.80 
   93.62.61.225 via 10.10.10.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  SourcePackage: network-manager-applet
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Fastweb VPN BIO   6eeeba81-31d7-4da1-976b-b8f41af3804d   vpn 
  1336048128   gio 03 mag 2012 14:28:48 CEST  yes   no 
/org/freedesktop/NetworkManager/Settings/2
   ABServ2A  836118f3-897c-4a7e-ab16-7d4630866894   
802-11-wireless   1336044999   gio 03 mag 2012 13:36:39 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/1
   FW-HS-Homef1be1c6a-7085-4db9-b520-658db623acd4   
802-11-wireless   1335528599   ven 27 apr 2012 14:09:59 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/0
   Wired connection 1d72f1e21-9b2d-44c2-8ccd-4d5d26251d5a   
802-3-ethernet1336048128   gio 03 mag 2012 14:28:48 CEST  yes   
no /org/freedesktop/NetworkManager/Settings/3
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
   eth1   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
  --- 
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  EcryptfsInUse: Yes
  IpRoute:
   default via 192.168.21.1 dev eth2  proto static 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.21.0/24 dev eth2  proto kernel  scope link  src 192.168.21.2  metric 
1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  Package: network-manager-applet (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
  Tags:  precise
  Uname: Linux 3.2.0-25-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable  

[Desktop-packages] [Bug 257190] Re: Setting status to 'Hidden' changes status to 'Busy' instead

2012-07-20 Thread Noe
Still this problem on Ubuntu 12.04LTS, this bug isn't fixed.

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

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

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

Bug description:
  Binary package hint: empathy

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

  Reproduce:

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

  What happens:

   * Status is set to 'Busy'.

  What should happen:

   * Status should be set to 'Hidden'.

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

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


[Desktop-packages] [Bug 974332] Re: Libreoffice prompts systematically to recover the last saved document

2012-07-20 Thread hanynowsky
this bug is likely to be caused by the package lo-menubar.

If I uninstall lo-menubar (integration of LO with global menu), the
recovery bug disappears. Once I re-install it, the bug is back.

deleting or emptying  the file:
~/.config/libreoffice/3/user/registrymodifications.xcu  does not help.


Current version : LibreOffice 3.5.3.2 
Build ID: 350m1(Build:2)

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

Title:
  Libreoffice prompts systematically to recover the last saved document

Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Reproduce:

  - Open Libreoffice writer.
  - Lbreoffice prompts the user to recover the last saved document 
systematically.

  Check the screencast: http://youtu.be/YAPdQMJ61J8

  
  Running: Ubuntu 12.04 updated on AMD64 laptop (Unity Shell desktop).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  Date: Thu Apr  5 16:40:41 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


Re: [Desktop-packages] [Bug 970560] Re: Displays is registering dual monitors as laptop when using fglrx

2012-07-20 Thread Michele Giacomoli
Perfect!! I'll try this evening or this Sunday

2012/7/19 Launchpad Bug Tracker 970...@bugs.launchpad.net

 ** Branch linked: lp:ubuntu/precise-proposed/gnome-desktop3

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

 Title:
   Displays is registering dual monitors as laptop when using fglrx

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


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

Title:
  Displays is registering dual monitors as laptop when using fglrx

Status in GNOME Desktop Common Files:
  Fix Released
Status in “gnome-desktop3” package in Ubuntu:
  Fix Released
Status in “gnome-desktop3” source package in Precise:
  Fix Committed

Bug description:
  Impact:
  - screen connected to cards using the fglrx driver might get labelled as 
Laptop when they are external screens

  Test Case:
  - run the system settings display panel on a machine using the fglrx driver, 
where the output listed in Xorg.0.log is classified as a DFP one, with an 
external screen

  With the precise version the display is labelled Laptop incorrectly,
  the update should fix that

  Regression potential:
  - fglrx users should check that suspend on lid close still behave the same 
way, the display type can have an impact on the suspend behaviour (that patch 
is not supposed to lead to any change there but that's something to double 
check)

  ---

  Today after installing the fglrx drivers on my Radeon 6950 cayman
  card, in the Displays options, in order to get dual monitors to work
  I had to first go into amdcccle and enable it there, restart the
  computer, and THEN enable it in the displays setting. Also, both
  monitors are showing up as laptop. When using the radeon drivers
  each monitor is picked up as Acer blah blah, but with the
  propriatary drivers they both say laptop and there is no visual
  color difference to indicate differences between the two.

  It would be nice if we could Unify the displays menu to where it
  will enable dual monitors in amdccle when that option is selected or
  visa versa.

  It would also be nice to see the two monitors registering as their
  proper names and differentiation.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 31 21:05:09 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1026737] Re: Libreoffice 3.5.3.2 is no more integrated to appmenu (Global menu)

2012-07-20 Thread hanynowsky
Thank you for the feedback
IT appears that lo-menubar package was uninstalled for some reason. I 
re-installed it : sudo apt-get install lo-menubar
and integration to Global menu is back. Yet, it triggers another bug which is 
Bug #974332 .

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

Title:
  Libreoffice 3.5.3.2 is no more integrated to appmenu (Global menu)

Status in “libreoffice” package in Ubuntu:
  Invalid
Status in “lo-menubar” package in Ubuntu:
  New

Bug description:
  After some recent updates (I can't recall them), LibreOffice 3.5.3.2 is no 
more integrated to Ubuntu Unity Global Menu (appmenu), while it was few days 
ago.
  I uninstalled it and reinstalled it but in vain.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice 1:3.5.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: amd64
  Date: Thu Jul 19 20:03:26 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 999074] Re: High CPU usage of network-manager when high bandwidth usage

2012-07-20 Thread Thomas Hood
*** This bug is a duplicate of bug 1009879 ***
https://bugs.launchpad.net/bugs/1009879

@Vladislav: Is your problem the same as #1009879?

** This bug has been marked a duplicate of bug 1009879
   NetworkManager high CPU usage while nm-applet and Transmission run

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

Title:
  High CPU usage of network-manager when high bandwidth usage

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

Bug description:
  Using transmission, when I have a very high download (around
  1.8Mbit/s), the NetworkManager process consumes up to 50% of my CPU
  (with my dual core CPU). Because I have trouble with the bug #751689 ,
  my computer reboots after 10 minutes of using transmission with such
  speed.

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

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


[Desktop-packages] [Bug 1023405] Re: demote tomcat6 source and binaries to universe

2012-07-20 Thread Björn Michaelsen
@James Page: Can you drop me a hint when libcommons-logging-java
suggests 3.0 instead of 2.5 so that I can disable the temp. hack there?

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

Title:
  demote tomcat6 source and binaries to universe

Status in “axis” package in Ubuntu:
  Fix Released
Status in “bsh” package in Ubuntu:
  Fix Released
Status in “excalibur-logkit” package in Ubuntu:
  Fix Released
Status in “fop” package in Ubuntu:
  Fix Released
Status in “hessian” package in Ubuntu:
  Fix Released
Status in “hsqldb” package in Ubuntu:
  Fix Released
Status in “libcommons-logging-java” package in Ubuntu:
  Fix Released
Status in “libmx4j-java” package in Ubuntu:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “tomcat6” package in Ubuntu:
  New

Bug description:
  As a condition of tomcat7 being promoted to main (bug #1009579) in
  Quantal, tomcat6 should be demoted.

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

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


[Desktop-packages] [Bug 654104] Re: ASUS PCE-N13 (RT2860) will not connect to WPA2 network

2012-07-20 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: Confirmed = 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/654104

Title:
  ASUS PCE-N13 (RT2860) will not connect to WPA2 network

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

Bug description:
  Binary package hint: network-manager

  Observed 10.10 x64 RC.  Will show wireless networks and try to connect
  but fails to connect.

  See also:
  http://newyork.ubuntuforums.org/showthread.php?p=9919897
  another user is having this problem.

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

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


[Desktop-packages] [Bug 636091] Re: Touchpad stops working when wifi/3G connects

2012-07-20 Thread Thomas Hood
Can any contributor to this bug report reproduce the bug (touchpad or
other input device stops working when 3G or Wi-Fi is configured) under
Ubuntu 12.04?

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

Title:
  Touchpad stops working when wifi/3G connects

Status in “linux” package in Ubuntu:
  Fix Released
Status in “network-manager” package in Ubuntu:
  Confirmed
Status in “linux” source package in Maverick:
  Invalid
Status in “network-manager” source package in Maverick:
  Invalid
Status in “linux” source package in Natty:
  Fix Released
Status in “network-manager” source package in Natty:
  Confirmed

Bug description:
  Tested this and have been able to replicate across two different
  machines, one with Intel i3945 Wireless and one with Realtek Wireless.

  After initial 10.10 Install, when the Wireless adapter connects to a
  network for the first time, the laptop touchpad will stop working and
  it becomes impossible to move the cursor. This is rectified by either
  restarting the machine, or turning the touchpad on and off (if the
  laptop has such an on/off switch).

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

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


[Desktop-packages] [Bug 737615] Re: can't save changes in edit connections

2012-07-20 Thread Thomas Hood
** Tags added: precise

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

Title:
  can't save changes in edit connections

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

Bug description:
  Binary package hint: network-manager

  Steps to reproduce:
  1) Right-click on Network Manager's tray icon
  2) select edit connections
  3) go to the wireless tab
  4) select any connection in the list, except the one you are currently 
connected to
  5) Click Edit
  5) Change some settings

  Expected: there should be some way to save those changes

  Observed: the Apply button is greyed out. There is no Save button.
  If you hit Cancel, obviously the changes are discarded.

  If you edit the network you are connected to, the Apply button works,
  but why on earth are'n you allowed to save changes to a network you
  are not connected to? And if there was a reason why you can't, then
  why are you allowed to edit in the first place?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: network-manager 0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Mar 18 14:47:06 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  IpRoute:
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.105  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.2.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: network-manager

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

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


[Desktop-packages] [Bug 1024276] Re: lightdm doesn't start if weston is activated (system-compositor ppa, nouveau)

2012-07-20 Thread Jonas Platte
I'll try again after purging the xorg-edgers ppa, but I'll have to
report one additional bug at least, because lightdm doesn't start with
weston on my laptop either. And there, I have an Intel graphics chip and
no xorg-edgers ppa.

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

Title:
  lightdm doesn't start if weston is activated (system-compositor ppa,
  nouveau)

Status in “lightdm” package in Ubuntu:
  Invalid

Bug description:
  On my system, lightdm fails to start whenever I try to start it with
  enabled type=weston under [SeatDefaults] in my lightdm.conf.

  The logs are from my current system start, where the weston-option was
  enabled at startup, and I disabled it afterwards to start lightdm.

  lightdm version: 1.3.1-0ubuntu2+compositor1

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

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


[Desktop-packages] [Bug 974332] Re: Libreoffice prompts systematically to recover the last saved document

2012-07-20 Thread Christopher M. Penalver
** Package changed: libreoffice (Ubuntu) = lo-menubar (Ubuntu)

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

Title:
  Libreoffice prompts systematically to recover the last saved document

Status in “lo-menubar” package in Ubuntu:
  Confirmed

Bug description:
  Reproduce:

  - Open Libreoffice writer.
  - Lbreoffice prompts the user to recover the last saved document 
systematically.

  Check the screencast: http://youtu.be/YAPdQMJ61J8

  
  Running: Ubuntu 12.04 updated on AMD64 laptop (Unity Shell desktop).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
  Uname: Linux 3.2.0-22-generic x86_64
  ApportVersion: 2.0-0ubuntu4
  Architecture: amd64
  Date: Thu Apr  5 16:40:41 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lo-menubar/+bug/974332/+subscriptions

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


[Desktop-packages] [Bug 1018933] Re: NetworkManager does not connect eth0 -- atl1c

2012-07-20 Thread Christopher M. Penalver
Frank Denissen, thank you for reporting this and helping make Ubuntu better.  
Please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 1018933
As well, does this problem occur in a prior version of Ubuntu?

** No longer affects: network-manager (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Confirmed = 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/1018933

Title:
  NetworkManager does not connect eth0 -- atl1c

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  NetworkManager does not start eth0 when /etc/network/interfaces only
  contains lo auto,  iface lo inet loopback and eth0 auto.

  The connection only comes available when /etc/network/interfaces contains 
additionally iface eth0 inet dhcp.
  On other systems I have there is no problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.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
  CRDA: Error: [Errno 2] Bestand of map bestaat niet
  Date: Thu Jun 28 19:08:06 2012
  IpRoute:
   default via 192.168.0.1 dev eth0  metric 100 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.25
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=false
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=nl_BE:nl
   TERM=xterm
   LANG=nl_BE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 9: 
   ** (process:8693): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: Rejected send message, 2 matched rules; 
type=method_call, sender=:1.19 (uid=1000 pid=8693 comm=nmcli -f all con ) 
interface=org.freedesktop.DBus.Properties member=GetAll error 
name=(unset) requested_reply=0 destination=org.freedesktop.NetworkManager 
(uid=0 pid=1953 comm=NetworkManager )
   Error: nmcli (0.9.4.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-dev:
   Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 9: 
   ** (process:8692): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: Rejected send message, 2 matched rules; 
type=method_call, sender=:1.18 (uid=1000 pid=8692 comm=nmcli -f all dev ) 
interface=org.freedesktop.DBus.Properties member=GetAll error 
name=(unset) requested_reply=0 destination=org.freedesktop.NetworkManager 
(uid=0 pid=1953 comm=NetworkManager )
   Error: nmcli (0.9.4.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-nm:
   Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 9: 
   ** (process:8691): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: Rejected send message, 2 matched rules; 
type=method_call, sender=:1.17 (uid=1000 pid=8691 comm=nmcli -f all nm ) 
interface=org.freedesktop.DBus.Properties member=GetAll error 
name=(unset) requested_reply=0 destination=org.freedesktop.NetworkManager 
(uid=0 pid=1953 comm=NetworkManager )
   Error: nmcli (0.9.4.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.

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

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


[Desktop-packages] [Bug 737615] Re: Can't save changes in Edit Connections... for Wi-Fi networks to which one doesn't have the password

2012-07-20 Thread Thomas Hood
** Summary changed:

- can't save changes in edit connections
+ Can't save changes in Edit Connections... for Wi-Fi networks to which one 
doesn't have the password

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

Title:
  Can't save changes in Edit Connections... for Wi-Fi networks to
  which one doesn't have the password

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

Bug description:
  Binary package hint: network-manager

  Steps to reproduce:
  1) Right-click on Network Manager's tray icon
  2) select edit connections
  3) go to the wireless tab
  4) select any connection in the list, except the one you are currently 
connected to
  5) Click Edit
  5) Change some settings

  Expected: there should be some way to save those changes

  Observed: the Apply button is greyed out. There is no Save button.
  If you hit Cancel, obviously the changes are discarded.

  If you edit the network you are connected to, the Apply button works,
  but why on earth are'n you allowed to save changes to a network you
  are not connected to? And if there was a reason why you can't, then
  why are you allowed to edit in the first place?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: network-manager 0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Mar 18 14:47:06 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  IpRoute:
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.105  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.2.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: network-manager

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

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


[Desktop-packages] [Bug 1025011] Re: HUD search causes firefox to crash

2012-07-20 Thread Juan Pablo
Could there be anything more awesome than being able to interact with
developers this way?

Thank you for such an awesome plugin, Chris

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

Title:
  HUD search causes firefox to crash

Status in The Mozilla Firefox Browser:
  Unknown
Status in Unity global menubar extension for Firefox and Thunderbird:
  Fix Committed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Natty:
  Triaged
Status in “firefox” source package in Oneiric:
  Triaged
Status in “firefox” source package in Precise:
  Triaged
Status in “firefox” source package in Quantal:
  Triaged

Bug description:
  Searching for any text causes Firefox 13.0.1 to crash on Ubuntu 12.04
  ( both 32  64 bit **1).

  Test case:

  1. Hit ALT to bring up the HUD search box
  2. Type one or more words into the textbox.

  Expected result:

  1. HUD appears ready to search
  2. Results appear depending on the search term.

  What actually happens:

  1. HUD appears ready to search
  2. Results appear, however firefox crashes shortly after.

  == Additional information ==

  Running firefox in safe mode makes HUD ignore firefox. In this
  situation Firefox doesn't crash.

  **1: I can reproduce this bug on 64 bit Ubuntu. Peter Cawkell is
  experiencing this bug on 32 bit ( see coments )

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

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


[Desktop-packages] [Bug 1023405] Re: demote tomcat6 source and binaries to universe

2012-07-20 Thread James Page
@Bjorn

It already does - its one of the completed tasks on this bug report.

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

Title:
  demote tomcat6 source and binaries to universe

Status in “axis” package in Ubuntu:
  Fix Released
Status in “bsh” package in Ubuntu:
  Fix Released
Status in “excalibur-logkit” package in Ubuntu:
  Fix Released
Status in “fop” package in Ubuntu:
  Fix Released
Status in “hessian” package in Ubuntu:
  Fix Released
Status in “hsqldb” package in Ubuntu:
  Fix Released
Status in “libcommons-logging-java” package in Ubuntu:
  Fix Released
Status in “libmx4j-java” package in Ubuntu:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Fix Released
Status in “tomcat6” package in Ubuntu:
  New

Bug description:
  As a condition of tomcat7 being promoted to main (bug #1009579) in
  Quantal, tomcat6 should be demoted.

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

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


[Desktop-packages] [Bug 737615] Re: Can't save changes in Edit Connections... for Wi-Fi networks to which one doesn't have the password

2012-07-20 Thread Thomas Hood
I think I can reproduce at least one of the problems reported here.
Under Edit Connections | Wireless I have several Wi-Fi networks listed
including my neighbor's, BRINK, for which I don't have a password. (I
think that BRINK, unlike other neighbors' networks, is listed in the
Edit Connections | Wireless window because I once accidentally selected
that network from the list of available networks in the applet menu.
Note that I never connected to BRINK because I have never had the
password.)

If I select BRINK and click Edit... then I surprisingly get a
Wireless Network Authentication Required dialog even though I am now
at another location far far away from BRINK. I also get the Editing
window for BRINK.  See attached screenshot.

If I Cancel the authentication dialog or leave it open then the
Save... button in the Editing window is greyed out.

If I edit some bogus password into the authentication dialog then the
dialog goes away and the Save... button becomes ungreyed.

There are probably several different shortcomings in the UI, but one of
the most important shortcomings is that the Save... button is greyed
out and no reason is provided. Even if the user infers that some field
is invalid (e.g., no password has been entered), she is not told by NM
which field(s) is invalid.

** Attachment added: After selecting %22BRINK%22 and clicking 
%22Edit...%22.png
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/737615/+attachment/3229717/+files/After%20selecting%20%2522BRINK%2522%20and%20clicking%20%2522Edit...%2522.png

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

Title:
  Can't save changes in Edit Connections... for Wi-Fi networks to
  which one doesn't have the password

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

Bug description:
  Binary package hint: network-manager

  Steps to reproduce:
  1) Right-click on Network Manager's tray icon
  2) select edit connections
  3) go to the wireless tab
  4) select any connection in the list, except the one you are currently 
connected to
  5) Click Edit
  5) Change some settings

  Expected: there should be some way to save those changes

  Observed: the Apply button is greyed out. There is no Save button.
  If you hit Cancel, obviously the changes are discarded.

  If you edit the network you are connected to, the Apply button works,
  but why on earth are'n you allowed to save changes to a network you
  are not connected to? And if there was a reason why you can't, then
  why are you allowed to edit in the first place?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: network-manager 0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Mar 18 14:47:06 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  IpRoute:
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.105  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.2.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: network-manager

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

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


[Desktop-packages] [Bug 731737] Re: [testcases] Networking / NM Laptop Test section needs a revision

2012-07-20 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: In Progress = 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/731737

Title:
  [testcases] Networking / NM Laptop Test section needs a revision

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

Bug description:
  Binary package hint: network-manager

  It appears that the Networking section for Laptop Testing, 
http://testcases.qa.ubuntu.com/Plans/LaptopTesting , is outdated and needs to 
be rewritten by someone who knows what needs to be tested and how. The current 
test would fail every time as written. There is no longer a computer icon, so 
that may be an indication of how old this version was testing for. This is the 
section that will fail:
  Verify Release of Device
  Case ID: hcn-002
  In the terminal, run sudo ifdown [interface] where [interface] is the 
interface name, above.
* In the terminal, run ifconfig and verify that only the loopback device 
(lo) is listed.*
  There is always at least four devices listed. Apparently a knowledgeable 
person can tell that the device is up or down but that is not what this 
question asks for. Someone tell me what we want and I will be glad to rewrite 
it. If we are looking for a device that is up or down, we need to write that in 
plain english so anyone can do this. I tried to address this as a question but 
was recommended that I file a bug.

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

  2)apt-cache policy pkgname
  N: Unable to locate package pkgname
  Don't know where in the software center this information is.

  3) I expected to test this application and give good, useful,
  feedback.

  4) I could not perform a useful test because of outdated testing
  procedures.

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

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


[Desktop-packages] [Bug 881660] Re: Wired interface cannot be disconnected using Shell network applet

2012-07-20 Thread Thomas Hood
@Mathieu: What's the status of this?   The RedHat bug report has status
Fixed as of February 2012.  Is this also fixed in Ubuntu?

Can anyone reproduce this in Ubuntu 12.04?

** Changed in: network-manager (Ubuntu)
   Status: In Progress = 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/881660

Title:
  Wired interface cannot be disconnected using Shell network applet

Status in “gnome-shell” package in Ubuntu:
  Triaged
Status in “network-manager” package in Ubuntu:
  Incomplete
Status in “network-manager” package in Fedora:
  Unknown

Bug description:
  When an ethernet cable is connected to an otherwise empty switch I
  can't get internet over wifi

  I connect my computer to a switch that is not connected to any other device.
  I connect my computer over wifi to my home AP
  I disconnect the wired connection with network manager
  I cannot ping google.com
  I unplug the ethernet cable
  I can ping google.com

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.1.90-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Tue Oct 25 21:18:26 2011
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  IpRoute:
   default via 192.168.0.1 dev eth1  proto static 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.7  metric 1 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.30  metric 
2
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 953392] Re: File /usr/share/gnome-pkg-tools/control.header contains one blank line to much at the end - Please remove it

2012-07-20 Thread Colin Watson
** Changed in: gnome-pkg-tools (Ubuntu)
   Status: New = Triaged

** Changed in: gnome-pkg-tools (Ubuntu)
   Importance: Undecided = High

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

Title:
  File /usr/share/gnome-pkg-tools/control.header contains one blank line
  to much at the end - Please remove it

Status in “gnome-pkg-tools” package in Ubuntu:
  Triaged

Bug description:
  Hi everyone,

  I've noticed that the file /usr/share/gnome-pkg-tools/control.header
  contains one blank line to much at the end of the file. Please remove
  it because it produces non standard control files.

  Example from the package mutter:
  File debian/control.in:
  -
  Source: mutter
  Section: x11
  
  -

  File debian/control:
  -
  # This file is autogenerated. DO NOT EDIT!
  # 
  # Modifications should be made to debian/control.in instead.
  # This file is regenerated automatically in the clean target.

  Source: mutter
  Section: x11
  ...
  -

  This extra blank line causes issues with tools like pbuilder
  (automatic installation of build dependencies doesn't work). Because
  of the blank line the Source paragraph is no longer the first
  paragraph in the file. The first paragraph then only consists of
  comments and thus pbuilder-satisfydepends can't determine the build
  dependencies which yields a build failure because of missing build
  dependencies...

  References:
  
http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-sourcecontrolfiles
  Quote: The first paragraph of the control file contains information about 
the source package in general. The subsequent sets each describe a binary 
package that the source tree builds.

  https://answers.launchpad.net/launchpad/+question/151535
  Quote: The problem is the blank line in your debian/control file separating 
the commented out block and the initial Source: gnome-orca paragraph. A very 
strict reading of the Debian Policy Manual says this is invalid: you have an 
empty initial paragraph, and the Source paragraph as the second paragraph. Some 
tools may be more tolerant and skip the initial empty paragraph, however 
pbuilder-satisfydepends does not.

  
  Please fix this little issue asap because it blocks automatic builds with 
pbuilder for certain Gnome packages.
  This issue is present in all package versions from Lucid up to Precise. 
Please also note that not all editors show the additional blank line. You could 
use a hex editor to get rid of the last 0a in the file.

  $ xxd /usr/share/gnome-pkg-tools/control.header
  ...
  0a0: 2074 6172 6765 742e 0a0a  target...

  
  Best,

  Michael

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

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


[Desktop-packages] [Bug 865001] Re: NM | Edit Connections | Wired | Edit | IPv4 Settings | Method | Shared to other computers - repeatedly connects and disconnects

2012-07-20 Thread Marius Kotsbak
** Tags added: precise

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

Title:
  NM | Edit Connections | Wired | Edit | IPv4 Settings | Method |
  Shared to other computers - repeatedly connects and disconnects

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

Bug description:
  I have been using my laptop to share a wireless network with my
  desktop using a wired connection eth0. This has worked well in Natty,
  but in Oneiric, this no longer works properly. I'll provide the steps
  I followed:

  1) clean install of Oneiric 64bit from October 2nd. (I've used several others 
too with the same results)
  2) set up wireless. No problems.
  3) select the wired interface in nm-connection-editor, edit and Method: 
shared with other computers in the IPv4 page. 

  What happens is that the network is configured and works, but only for
  a few seconds. Then the network goes into a loop of
  connect/disconnect. I can use the shared connection on the desktop to
  a certain degree, but it becomes extremely slow and things like IRC
  cannot be used since the connection is dropped every two seconds or
  so.

  If I boot a Natty live session, this works perfectly using the exact
  same settings. I will attach my syslog.

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

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


[Desktop-packages] [Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-07-20 Thread Marius Kotsbak
** Summary changed:

- Autoconnect to 3G network only works after manually enabling mobile broadband 
after modem inserted
+ Autoconnect to 3G network only works after manually enabling mobile broadband 
after modem inserted/bootup/resume

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

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

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

Bug description:
  NetworkManager does not connect to my 3G provider at login, even
  though it is configured for automatic connection.

  What I expect:
  - When selecting the option connect automatically in the network-setting 
for a mobile connection, it should connect automatically, like it has until 
Ubuntu 11.04.

  What happens:
  - When I plug in the modem (USB; e.g. UMTS-Stick), it appears as available 
connection, but does not connect;

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Mon Sep 12 20:32:01 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  IpRoute:
   default via 10.0.0.1 dev wlan0  proto static
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.6
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   LANG=da_DK.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to oneiric on 2011-09-12 (0 days ago)

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

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


[Desktop-packages] [Bug 880084] Re: Mobile Broadband must be enabled after every power on, suspend, hibernate, or signal loss

2012-07-20 Thread Marius Kotsbak
*** This bug is a duplicate of bug 848164 ***
https://bugs.launchpad.net/bugs/848164

Duplicate of bug #848164.

** This bug has been marked a duplicate of bug 848164
   Autoconnect to 3G network only works after manually enabling mobile 
broadband after modem inserted

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

Title:
  Mobile Broadband must be enabled after every power on, suspend,
  hibernate, or signal loss

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

Bug description:
  I have auto connect set for my 3G mobile broadband connection, but at
  every power-on or resume from suspend or hibernate I have to re-enable
  mobile broadband before it will auto connect.  This is made worse by
  bug #566812 where a disconnect can also disable the mobile broadband
  completely.

  With 10.04 3G connections while on the move were reasonably robust and
  reliable, however NetworkManager under Ubuntu 11.10 is flaky and
  unreliable.

  Chris

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.1.90-0ubuntu4
  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
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Oct 23 06:22:33 2011
  ExecutablePath: /usr/sbin/NetworkManager
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 122.110.2.207 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   ppp0  no wireless extensions.
  Keyfiles: Error: [Errno 2] No such file or directory
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron: PATH=(custom, no user)
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   Oct 23 05:46:40 chris-900SD kernel: [  346.502118] composite sync not 
supported
   Oct 23 05:50:37 chris-900SD kernel: [  583.457149] ACPI: EC: GPE storm 
detected, transactions will use polling mode
   Oct 23 06:09:23 chris-900SD kernel: [ 1710.256927] composite sync not 
supported

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

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


[Desktop-packages] [Bug 332501] Re: NetworkManager can't connect to my fon hotspot

2012-07-20 Thread Marius Kotsbak
** Also affects: network-manager via
   https://bugzilla.gnome.org/show_bug.cgi?id=572653
   Importance: Unknown
   Status: Unknown

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

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

Title:
  NetworkManager can't connect to my fon hotspot

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

Bug description:
  Binary package hint: network-manager

  Hi,

  I have a fon hotspot (fon.com) at home. I can connect to it without
  problem using the following command lines but NetworkManager always
  fail. I attach daemon.log to this report.

  The hotspot does not have WEP or WPA configured but uses a captive
  portal.

  This works:
  $ sudo /etc/init.d/avahi-daemon stop
  $ sudo iwconfig eth1 essid Neuf WiFi FON
  $ sudo dhclient eth1
  [...]
  DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8webpage to 
authenticate the user
  DHCPOFFER of 192.168.2.13 from 192.168.2.1
  DHCPREQUEST of 192.168.2.13 on eth1 to 255.255.255.255 port 67
  DHCPACK of 192.168.2.13 from 192.168.2.1
  bound to 192.168.2.13 -- renewal in 519 seconds.

  
  To reproduce:

  1- Select Neuf WiFi FON in the list of networks in nm-applet

  the first light rapidly becomes green but the second ones never does.
  NetworkManager decides to stop trying to connect to this access point
  and try another one.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/sbin/NetworkManager
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  Package: network-manager 0.7~~svn20081018t105859-0ubuntu1.8.10.1
  ProcAttrCurrent: unconfined
  ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  SourcePackage: network-manager
  Uname: Linux 2.6.27-11-generic i686

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

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


[Desktop-packages] [Bug 970560] Re: Displays is registering dual monitors as laptop when using fglrx

2012-07-20 Thread zzarko
I don't know how to change tag, but with this new version, my monitor
and projector are recognised by their names, so I can confirm that this
solves the problem with Laptop names.

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

Title:
  Displays is registering dual monitors as laptop when using fglrx

Status in GNOME Desktop Common Files:
  Fix Released
Status in “gnome-desktop3” package in Ubuntu:
  Fix Released
Status in “gnome-desktop3” source package in Precise:
  Fix Committed

Bug description:
  Impact:
  - screen connected to cards using the fglrx driver might get labelled as 
Laptop when they are external screens

  Test Case:
  - run the system settings display panel on a machine using the fglrx driver, 
where the output listed in Xorg.0.log is classified as a DFP one, with an 
external screen

  With the precise version the display is labelled Laptop incorrectly,
  the update should fix that

  Regression potential:
  - fglrx users should check that suspend on lid close still behave the same 
way, the display type can have an impact on the suspend behaviour (that patch 
is not supposed to lead to any change there but that's something to double 
check)

  ---

  Today after installing the fglrx drivers on my Radeon 6950 cayman
  card, in the Displays options, in order to get dual monitors to work
  I had to first go into amdcccle and enable it there, restart the
  computer, and THEN enable it in the displays setting. Also, both
  monitors are showing up as laptop. When using the radeon drivers
  each monitor is picked up as Acer blah blah, but with the
  propriatary drivers they both say laptop and there is no visual
  color difference to indicate differences between the two.

  It would be nice if we could Unify the displays menu to where it
  will enable dual monitors in amdccle when that option is selected or
  visa versa.

  It would also be nice to see the two monitors registering as their
  proper names and differentiation.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 31 21:05:09 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 435073] Re: NetworkManager 0.8 sets IPv6 method to automatic after upgrade for some users (Was: not get IPv4 address for wired Auto connections because IPv6 fails)

2012-07-20 Thread Thomas Hood
There has been no activity in this bug report for quite a long time and
I wonder whether or not it has been fixed in the meantime and/or become
irrelevant because Karmic is no longer supported and the bug perhaps
only occurred on upgrade to Karmic and not to Lucid.

** Changed in: network-manager (Ubuntu)
   Status: Triaged = 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/435073

Title:
  NetworkManager 0.8 sets IPv6 method to automatic after upgrade for
  some users (Was: not get IPv4 address for wired Auto connections
  because IPv6 fails)

Status in “network-manager” package in Ubuntu:
  Incomplete
Status in “network-manager” source package in Karmic:
  Won't Fix

Bug description:
  Binary package hint: network-manager

  Follow with https://wiki.ubuntu.com/DebuggingNetworkManager

  I get following message (/var/log/syslog) when sudo killall
  NetworkManager

  When I disable eth0 IPv6 method to Ignore in Network Connections,
  the IPv4 address can be assigned correctly.

  Sep 23 15:04:01 hp-dv2000 NetworkManager: WARN  nm_signal_handler(): Caught 
signal 15, shutting down normally.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): cleaning up...
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): taking down device.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  exiting (success)
  Sep 23 15:04:01 hp-dv2000 avahi-daemon[3243]: Withdrawing address record for 
fe80::21d:72ff:fe44:c146 on eth0.
  Sep 23 15:04:01 hp-dv2000 init: network-manager main process ended, respawning
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  starting...
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  modem-manager is now 
available
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: init!
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: 
update_system_hostname
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPluginIfupdown: management 
mode: unmanaged
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/pci:00/:00:1c.1/:05:00.0/net/eth0, iface: eth0)
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: device added 
(path: /sys/devices/pci:00/:00:1c.1/:05:00.0/net/eth0, iface: 
eth0): no exported connection
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/pci:00/:00:1c.3/:07:00.0/net/wlan0, iface: 
wlan0)
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: device added 
(path: /sys/devices/pci:00/:00:1c.3/:07:00.0/net/wlan0, iface: 
wlan0): no exported connection
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/pci:00/:00:1c.3/:07:00.0/net/wmaster0, iface: 
wmaster0)
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: device added 
(path: /sys/devices/pci:00/:00:1c.3/:07:00.0/net/wmaster0, iface: 
wmaster0): no exported connection
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/virtual/net/lo, iface: lo)
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: device added 
(path: /sys/devices/virtual/net/lo, iface: lo): no exported connection
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: end _init.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: Loaded plugin ifupdown: (C) 2008 
Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: Loaded plugin keyfile: (c) 2007 - 
2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  Found radio killswitch 
rfkill0 (at 
/sys/devices/pci:00/:00:1c.3/:07:00.0/ieee80211/phy0/rfkill0) 
(driver unknown)
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  Wireless now disabled by 
radio killswitch
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: (164801312) 
... get_connections.
  Sep 23 15:04:01 hp-dv2000 NetworkManager:SCPlugin-Ifupdown: (164801312) 
... get_connections (managed=false): return empty list.
  Sep 23 15:04:01 hp-dv2000 NetworkManager:Ifupdown: get unmanaged devices 
count: 0
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): new Ethernet device 
(driver: 'sky2')
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/0
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): now managed
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): device state 
change: 1 - 2 (reason 2)
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): bringing up device.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): preparing device.
  Sep 23 15:04:01 hp-dv2000 NetworkManager: info  (eth0): deactivating device 
(reason: 2).

[Desktop-packages] [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-07-20 Thread Euripides
I'm having the same problem, but in my case gnome-settings-daemon
consumes 100% of my cpu when I access the computer via remote desktop
(VNC).  I also have eclipse and firefox running.

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

Status in Gnome Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” source package in Precise:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  Check comment 33 for a possible workaround.

  Original message:
  -

  I don't know how to reproduce this bug, but after varying amounts of
  normal usage of my laptop, I notice gnome-settings-daemon is consuming
  100% (approx) CPU.

  I am not sure how to restart gnome-settings-daemon, I tried opening a
  terminal and running gnome-settings-daemon again but this crashes my
  system - my external monitor switches off and my laptop locks up. I am
  able to reboot with SysRq+REISUB.

  Sorry I cannot provide more information - it happens twice now, maybe
  someone can tell me how to get more information for the next time this
  happens.

  $ lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  $ apt-cache policy gnome-settings-daemon
  gnome-settings-daemon:
    Installed: 3.4.0-0ubuntu2
    Candidate: 3.4.0-0ubuntu2
    Version table:
   *** 3.4.0-0ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 17:16:02 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Desktop-packages] [Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2012-07-20 Thread Euripides
I kill the gnome-settings-daemon with sudo kill -9 but as soon I click
eclipse, the daemon started again.

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

Status in Gnome Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” source package in Precise:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  Check comment 33 for a possible workaround.

  Original message:
  -

  I don't know how to reproduce this bug, but after varying amounts of
  normal usage of my laptop, I notice gnome-settings-daemon is consuming
  100% (approx) CPU.

  I am not sure how to restart gnome-settings-daemon, I tried opening a
  terminal and running gnome-settings-daemon again but this crashes my
  system - my external monitor switches off and my laptop locks up. I am
  able to reboot with SysRq+REISUB.

  Sorry I cannot provide more information - it happens twice now, maybe
  someone can tell me how to get more information for the next time this
  happens.

  $ lsb_release -rd
  Description:  Ubuntu precise (development branch)
  Release:  12.04

  $ apt-cache policy gnome-settings-daemon
  gnome-settings-daemon:
    Installed: 3.4.0-0ubuntu2
    Candidate: 3.4.0-0ubuntu2
    Version table:
   *** 3.4.0-0ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.95-0ubuntu1
  Architecture: amd64
  Date: Fri Mar 30 17:16:02 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Desktop-packages] [Bug 332501] Re: NetworkManager can't connect to my fon.com hotspot; iwconfig+dhclient works

2012-07-20 Thread Thomas Hood
** Summary changed:

- NetworkManager can't connect to my fon hotspot
+ NetworkManager can't connect to my fon.com hotspot; iwconfig+dhclient works

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

Title:
  NetworkManager can't connect to my fon.com hotspot; iwconfig+dhclient
  works

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

Bug description:
  Binary package hint: network-manager

  Hi,

  I have a fon hotspot (fon.com) at home. I can connect to it without
  problem using the following command lines but NetworkManager always
  fail. I attach daemon.log to this report.

  The hotspot does not have WEP or WPA configured but uses a captive
  portal.

  This works:
  $ sudo /etc/init.d/avahi-daemon stop
  $ sudo iwconfig eth1 essid Neuf WiFi FON
  $ sudo dhclient eth1
  [...]
  DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8webpage to 
authenticate the user
  DHCPOFFER of 192.168.2.13 from 192.168.2.1
  DHCPREQUEST of 192.168.2.13 on eth1 to 255.255.255.255 port 67
  DHCPACK of 192.168.2.13 from 192.168.2.1
  bound to 192.168.2.13 -- renewal in 519 seconds.

  
  To reproduce:

  1- Select Neuf WiFi FON in the list of networks in nm-applet

  the first light rapidly becomes green but the second ones never does.
  NetworkManager decides to stop trying to connect to this access point
  and try another one.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/sbin/NetworkManager
  Gconf:
   
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  Package: network-manager 0.7~~svn20081018t105859-0ubuntu1.8.10.1
  ProcAttrCurrent: unconfined
  ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  SourcePackage: network-manager
  Uname: Linux 2.6.27-11-generic i686

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

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


[Desktop-packages] [Bug 900759] Re: tickr keeps stealing focus

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package tickr - 0.6.2-1

---
tickr (0.6.2-1) experimental; urgency=low


  * Non standard feed rank support in OPML file.

  * Add new optional 'feed re-ordering by user' feature.

  * Add in libetm-0.4.4/str_mem.c/h: (int) str_is_num(const char *) and
(int) str_is_blank(const char *).

  * In feed picker win, 'enter' in (rank_/url_)entry launches 'add/upd'
(GTK_RESPONSE_ADD) instead of 'ok (single)' (GTK_RESPONSE_SINGLE).

  * Question at program start-up about new feed list format conversion:
if version = 0.6.2 and feed list exists and feed list backup doesn't
exist, create backup and convert to new format.

  * In tickr_feedpicker.c: fix 'cancel' action.

  * New func FList *f_list_clone(FList *) in tickr_list/c/h.

  * Use GTK_RESPONSE_CANCEL_CLOSE only.

  * In compute_surface_and_win(), remove:
  if (prm-icon_in_taskbar == 'n')
gtk_window_deiconify(GTK_WINDOW(env-win));
from update_win_dims() (why was it there?) to fix 'tickr keeps
stealing focus' bug. Also replace params_have_been_changed() with
win_params_have_been_changed(). (LP: #900759, #951452, #1017107)

  * Fix (regression bug) segfault which occurs when opening text file
and attempting to 'format_resource()' 'not-generated-if-resource-is-
file' XML_DUMP_EXTRA file.

  * Libetm version 0.4.3 - 0.4.4 (see below.)

  * Add get_appdata-dir_w() in libetm-0.4.4:win32_specific.c and
get_appdata_dir_utf8() in tickr_resource.c to fix non-ascii (for
instance cyrillic) user name in app data dir issue on win32.
Also remove seemingly useless g_win32_locale_filename_from_utf8()
stuff on win32.

  * If 'item title' and 'item description' both unchecked in pref win,
warn about 'pointless' setup and ask for confirmation before saving
config.

  * Add new TickerEnv member (int) mouse_x_in_drwa used to continuously
tracks (guess what?) mouse x position. Now we have:
- tooltips with descriptions when ticker displays only titles
and
- tooltips with titles when ticker displays only descriptions.

  * Add fp_extra stuff in tickr_feedparser.c to get item titles /
descriptions (in tooltips and others) when they are no displayed.

  * Remove tmp files when exiting tickr_resource.c:format_resource().

  * Add env-c_surf test in shift2left_callback(). (LP: #1011316)

 -- Emmanuel Thomas-Maurin manutm...@gmail.com  Sun, 15 Jul 2012
22:53:02 +0200

** Changed in: tickr (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  tickr keeps stealing focus

Status in Unity:
  Fix Released
Status in “tickr” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  tickr keeps stealing focus when switching to next news feed

  Using:
  Ubuntu 11.10
  tickr version 0.5.2

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

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


[Desktop-packages] [Bug 661272] Re: changing user password causes hang in users-admin

2012-07-20 Thread delki8
This bug is also present on the 12.04 final.

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

Title:
  changing user password causes hang in users-admin

Status in “gnome-system-tools” package in Ubuntu:
  Confirmed

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

  I tried to change my password to Ubuntu in the usual manner; 
SystemAdministrationUsers and Groups. 
  When I done this, the window hanged and I don't know if it actually completed 
(I have work to do and can't logout just yet).
  Info should be attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: gnome-system-tools 2.32.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri Oct 15 15:52:25 2010
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/users-admin
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928)
  ProcEnviron:
   LANG=en_GB.utf8
   SHELL=/bin/bash
  SourcePackage: gnome-system-tools

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

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


[Desktop-packages] [Bug 1027084] [NEW] empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Ted Gould
Public bug reported:

Opening up preferences.

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: empathy 3.5.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
Uname: Linux 3.5.0-5-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.4-0ubuntu3
Architecture: amd64
Date: Fri Jul 20 08:42:20 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcCmdline: empathy
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SegvAnalysis:
 Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26:   cmpb   
$0x2f,(%rdi)
 PC (0x004b044a) ok
 source $0x2f ok
 destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: empathy
StacktraceTop:
 empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
 empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
 empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
 theme_manager_notify_theme_cb (gsettings_chat=optimized out, key=optimized 
out, user_data=optimized out) at empathy-theme-manager.c:157
 empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd lpadmin 
netdev plugdev sambashare tape video

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


** Tags: amd64 apport-crash need-amd64-retrace quantal running-unity

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

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


[Desktop-packages] [Bug 1027084] Re: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Ted Gould
-- 
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/1027084

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


[Desktop-packages] [Bug 1004601] Re: OBEX file browsing extremely slow

2012-07-20 Thread Steve White
** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  OBEX file browsing extremely slow

Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  With recent updates to Ubuntu 12.04, OBEX file browsing of Bluetooth
  devices is working again, but still not quite as well as it was in the
  10.x series.

  This is a Samsung NC-20 working with a Nokia C5.

  In particular, OBEX file browsing is extremely slow, at least using Nautilus.
  It was never exactly snappy, but it was nowhere near this slow in Ubuntu 
10.10.

  From the Gnome bluetooth-applet, click the item corresponding to my phone, 
and pull down Browse Files... .
  An icon for the phone promptly appears on the desktop.
  But after this, things grind to a halt.
  It typically takes a couple of minutes to open a directory, even a directory 
containing a single directory item.

  100% reproducible on this system.

  Other Bluetooth functions are quite fast.  For instance, I browse the
  web over BT DUN connections, and it feels like a fast modem.

  Please have a look at this!
  We're almost there!

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

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


[Desktop-packages] [Bug 1027084]

2012-07-20 Thread Apport retracing service
StacktraceTop:
 empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
 empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
 empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
 theme_manager_notify_theme_cb (gsettings_chat=optimized out, key=optimized 
out, user_data=optimized out) at empathy-theme-manager.c:157
 empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253

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

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


[Desktop-packages] [Bug 1027084] Stacktrace.txt

2012-07-20 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1027084/+attachment/3229843/+files/Stacktrace.txt

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

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


[Desktop-packages] [Bug 1027084] StacktraceSource.txt

2012-07-20 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1027084/+attachment/3229844/+files/StacktraceSource.txt

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

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


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

2012-07-20 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1027084/+attachment/3229845/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1027084/+attachment/3229832/+files/CoreDump.gz

** Changed in: empathy (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-amd64-retrace

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

Title:
  empathy crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Opening up preferences.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 08:42:20 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcCmdline: empathy
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x4b044a empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004b044a) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid (path=0x0) at empathy-theme-adium.c:1758
   empathy_adium_info_new (path=path@entry=0x0) at empathy-theme-adium.c:1814
   empathy_adium_data_new (path=path@entry=0x0) at empathy-theme-adium.c:2110
   theme_manager_notify_theme_cb (gsettings_chat=optimized out, 
key=optimized out, user_data=optimized out) at empathy-theme-manager.c:157
   empathy_theme_manager_init (self=0x71b5720) at empathy-theme-manager.c:253
  Title: empathy crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-01-10 (191 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse libvirtd 
lpadmin netdev plugdev sambashare tape video

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

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


[Desktop-packages] [Bug 868095] Re: gnome-settings-daemon crashes on resume in VMware

2012-07-20 Thread delki8
Same bug on the 12.04 Precise x64.

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

Title:
  gnome-settings-daemon crashes on resume in VMware

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

Bug description:
  gnome-settings-[2165]: segfault at 8 ip 00d5a5a8 sp bf8051f0 error 4
  in libpower.so[d4b000+18000]

  Reliable gnome-settings-daemon crash every time an oneiric system is
  suspended then resumed in VMware Player.  Occurs under both VMware
  Player 3.x and the newest 4 version.  Crash occurs when tried with
  open-vm tools and the official VMware bundle.

  When gnome-settings-daemon crashes the desktop has no theming and
  broken menus.  A restart is needed.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-settings-daemon 3.2.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 00:59:00 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: Upgraded to oneiric on 2011-09-05 (29 days ago)

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

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


[Desktop-packages] [Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread Adrián
** Attachment added: Screenshot from 2012-07-20 15:53:47.png
   
https://bugs.launchpad.net/bugs/1027092/+attachment/3229856/+files/Screenshot%20from%202012-07-20%2015%3A53%3A47.png

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

Title:
  Can not install downloaded .deb file!

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

Bug description:
  I wanted to install the Google Chrome but can not be! I tried a few
  .deb file to install, but each one error message appears!

  See attached screenshot:

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.4
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic x86_64
  ApportVersion: 2.3-0ubuntu4
  Architecture: amd64
  Date: Fri Jul 20 15:55:51 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120717.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 771192] Re: Brasero don't burn cause he eject CDs after simulation

2012-07-20 Thread omarly666
same for me, rw dvd is ok, but cd - just like above.

i can see some plugins are missing when looking at the setup of brasero,
but they seem to be uninstallable

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

Title:
  Brasero don't burn cause he eject CDs after simulation

Status in “brasero” package in Ubuntu:
  New

Bug description:
  Binary package hint: brasero

  If I use CDs or CD-RW with Xfburn all works properly. I dont' know
  with DVD or DVD-RW.

  So, if I try to burn an .iso image on CD or CD-RW with Brasero it fails if I 
use simulation.
  If I don't use simulation burning works properly but he can eject the CD.

  Firt scenario, step to reproduce in my case:
  1) burn an .iso image
  2) in propertie tick simulation and burn prof
  3) start burning

  Then:
  - After simulation step, Brasero says me to eject disc. 
  - Burning fails.

  Second scenario: burn without simulation. He works properly but also
  in this case he don't eject the media (see attach for screenshoot
  error).

  In attached:
  - hwinfo
  - apt-cache show
  - brasero -g with simulation
  - brasero session
  - brasero -g without simulation
  - screenshoot with request to eject the CD (request.png)
  - screenshoot with conseguential error (error.png)

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

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


[Desktop-packages] [Bug 1027092] Re: Can not install downloaded .deb file!

2012-07-20 Thread dino99
your error message said it all : bad quality is not allowed, so contact
Google about it,; ubuntu is not concerned here.

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

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

Title:
  Can not install downloaded .deb file!

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

Bug description:
  I wanted to install the Google Chrome but can not be! I tried a few
  .deb file to install, but each one error message appears!

  See attached screenshot:

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: software-center 5.3.4
  ProcVersionSignature: Ubuntu 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic x86_64
  ApportVersion: 2.3-0ubuntu4
  Architecture: amd64
  Date: Fri Jul 20 15:55:51 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120717.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 878993] Re: x.org lockup after dragging archived file to desktop (lxde)

2012-07-20 Thread Marco Chiappetta
Sorry guys I didn't realize I installed i386 packages on a x86_64
installation of Lubuntu. Anyway I've just reinstalled them on a 32bit
system and now everything works fine. I'm not experiencing any kind of
errors and I'm free to move the dragged file wherever I want without
causing anything weird (even on files, of course without dropping it,
otherwise a simple Extraction not performed error appears but I can
close it and drag the file again).

Thank you very much :) Sorry for the initial mistake!

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

Title:
  x.org lockup after dragging archived file to desktop (lxde)

Status in PCManFM - File Manager:
  Unknown
Status in “file-roller” package in Ubuntu:
  Invalid
Status in “libfm” package in Ubuntu:
  Fix Released
Status in “file-roller” source package in Precise:
  Invalid
Status in “libfm” source package in Precise:
  Fix Released

Bug description:
  Impact:
  dnd files can drop the pointer in drag mode and block the user out of the 
running session

  Test Case:
  - start a lubuntu session
  - open an archive in file-roller
  - try to extract a file with a drag and drop to the dektop.
  - Whole system freezes every single time.

  Regression potential:
  drag and drop could be broken

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

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


[Desktop-packages] [Bug 1021293] Re: Ubuntu 12.04 install stalls when doing apt-get upgrade

2012-07-20 Thread Colin Watson
The offending process is /usr/lib/accountsservice/accounts-daemon.

I believe this can be worked around in log-output.  However, there are
multiple problems with accountsservice.postinst.  Here's the fragment in
question:

get_pid() {
[ -n $1 ] || return 0
[ -S /var/run/dbus/system_bus_socket ] || return 0

dbus-send --system --dest=org.freedesktop.DBus --print-reply \
  /org/freedesktop/DBus 
org.freedesktop.DBus.GetConnectionUnixProcessID \
  string:$1 2/dev/null | awk '/uint32/ {print $2}'
}

if [ $1 = configure ]; then
   # stop accounts-daemon
   pid=$(get_pid org.freedesktop.Accounts)
   kill $pid 2/dev/null || true

   # restart daemon if it was running before
   [ -z $pid ] || /usr/lib/accountsservice/accounts-daemon  /dev/null || 
true # will trigger through D-Bus activation
fi

I can see the following problems with this:

 1) There is no check that the process ID acquired via dbus-send is in
the same filesystem root.  If it is in a different root,
accountsservice.postinst should leave well alone because the running
executable is not the one that was just modified by unpacking the new
version of accountsservice.  The effect of this bug is that upgrading a
chroot kills the running accounts-daemon in the host system.

 2)  /dev/null is rather mangled shell syntax.  Syntactically, 
separates commands, and redirections are part of a command.  The way
this is written, the redirection is in fact part of a no-op command of
its own, and is equivalent to opening and closing /dev/null without
writing anything to it.  Here's a demonstration of why this doesn't do
what the author thought it did:

  $ echo hello  x
  [1] 11962
  hello
  $
  [1]+  Doneecho hello
  $ cat x
  $

In any case, it should redirect stderr as well as stdout to
/dev/null.  Correct syntax would be:

  [ -z $pid ] || /usr/lib/accountsservice/accounts-daemon
/dev/null 21  || true # will trigger through D-Bus activation

 3) I'm less sure about this part, but given that it falls back to
expecting accounts-daemon to be started by D-Bus activation, is there
any reason to bother starting it from the postinst at all?  It seems
that perhaps you could simplify this by just deleting that code and
relying entirely on D-Bus activation.


** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu 12.04 install stalls when doing apt-get upgrade

Status in “accountsservice” package in Ubuntu:
  New
Status in “ubiquity” package in Ubuntu:
  In Progress
Status in “accountsservice” source package in Precise:
  New
Status in “ubiquity” source package in Precise:
  Triaged

Bug description:
  Ubuntu 12.04 release image, this contains Ubiquity 2.10.16, grub-pc
  1.99-21ubuntu3 and initramfs-tools 0.99ubuntu13. The updates install
  grub-pc 1.99-21ubuntu3.1.

  At some point between June 28th and July 3rd, the apt-get upgrade
  process on Precise installations started stalling. We've noticed it
  stops when updating the initrds for new kernels:

  Jul  4 20:43:22 ubuntu in-target: Setting up unity-2d-spread 
(5.12.0-0ubuntu1.1) ...
  Jul  4 20:43:22 ubuntu in-target: Setting up unity-2d (5.12.0-0ubuntu1.1) ...
  Jul  4 20:43:22 ubuntu in-target: Processing triggers for libc-bin ...
  Jul  4 20:43:23 ubuntu in-target: ldconfig deferred processing now taking 
place
  Jul  4 20:43:23 ubuntu in-target: Processing triggers for resolvconf ...
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): frontend started
  Jul  4 20:43:23 ubuntu in-target: debconf: unable to initialize frontend: 
Passthrough
  Jul  4 20:43:23 ubuntu in-target: debconf: (Failed to open fd 3: Bad file 
descriptor at (eval 24) line 3)
  Jul  4 20:43:23 ubuntu in-target: debconf: falling back to frontend: 
Noninteractive
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): frontend running, 
package name is resolvconf
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): starting 
/var/lib/dpkg/info/resolvconf.config configure resolvconf-enable-updates
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- INPUT low 
resolvconf/linkify-resolvconf
  Jul  4 20:43:23 ubuntu in-target: Use of uninitialized value in numeric ge 
(=) at /usr/share/perl5/Debconf/Priority.pm line 24, GEN3 line 1.
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- 30 question skipped
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- GO 
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- 0 ok
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- GET 
resolvconf/linkify-resolvconf
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- 0 false
  Jul  4 20:43:23 ubuntu in-target: debconf (developer): -- INPUT medium 
resolvconf/downup-interfaces
  Jul  4 20:43:23 

[Desktop-packages] [Bug 1027108] Re: missing dependency on python-apport

2012-07-20 Thread Scott Moser
Bah.
This appears fixed in apport at 2.4-0ubuntu3.  Sorry for not being up to date.

** Changed in: apport (Ubuntu)
   Status: New = Fix Released

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

Title:
  missing dependency on python-apport

Status in “apport” package in Ubuntu:
  Fix Released

Bug description:
  This is on a ubuntu cloud image of quantal with serial 20120718.
  basically, the ubuntu-bug program is missing a dependency on python-apport.  
I suspect this is just missed in a python-3 transition.

  
  $ ubuntu-bug cloud-init
  Traceback (most recent call last):
File /usr/bin/apport-cli, line 23, in module
  from apport import unicode_gettext as _
  ImportError: No module named apport

  ubuntu@server-13830:~$ sudo apt-get install python-apport
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following extra packages will be installed:
python-problem-report
  Suggested packages:
python-launchpadlib
  The following NEW packages will be installed:
python-apport python-problem-report
  0 upgraded, 2 newly installed, 0 to remove and 20 not upgraded.
  Need to get 93.1 kB of archives.
  After this operation, 659 kB of additional disk space will be used.
  Do you want to continue [Y/n]?
  Get:1 http://nov.ec2.archive.ubuntu.com/ubuntu/ quantal/main 
python-problem-report all 2.4-0ubuntu3 [10.9 kB]
  Get:2 http://nov.ec2.archive.ubuntu.com/ubuntu/ quantal/main python-apport 
all 2.4-0ubuntu3 [82.
  2 kB]
  Fetched 93.1 kB in 0s (5,534 kB/s)  
  Selecting previously unselected package python-problem-report.
  (Reading database ... 46916 files and directories currently installed.)
  Unpacking python-problem-report (from 
.../python-problem-report_2.4-0ubuntu3_all.deb) ...
  Selecting previously unselected package python-apport.
  Unpacking python-apport (from .../python-apport_2.4-0ubuntu3_all.deb) ...
  Setting up python-problem-report (2.4-0ubuntu3) ...
  Setting up python-apport (2.4-0ubuntu3) ...
  ubuntu@server-13830:~$ ubuntu-bug `which ubuntu-bug`

  *** Collecting problem information
  ...

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: apport 2.3-0ubuntu4
  ProcVersionSignature: User Name 3.5.0-4.4-generic 3.5.0-rc6
  Uname: Linux 3.5.0-4-generic x86_64
  ApportVersion: 2.3-0ubuntu4
  Architecture: amd64
  Date: Fri Jul 20 14:41:15 2012
  Ec2AMI: ami-011a
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1026629] Re: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

2012-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package empathy - 3.5.4-0ubuntu2

---
empathy (3.5.4-0ubuntu2) quantal; urgency=low

  [ Brian Curtis ]
  * debian/rules
- use --fail-missing now

  [ Didier Roche ]
  * debian/empathy.install, debian/nautilus-sendto-empathy.install,
debian/rules:
- now that fail-missing is used, remove .*a files not shipped for
  false positive.
  * debian/empathy-common.install:
- ship now the adium theme for fallback (needed if the theme doesn't
  redefine the widgets) (LP: #1026629)
 -- Didier Roche didro...@ubuntu.com   Fri, 20 Jul 2012 16:40:37 +0200

** Changed in: empathy (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()

Status in Chat app, and Telepathy user interface:
  Unknown
Status in “empathy” package in Ubuntu:
  Fix Released

Bug description:
  When i want too launch chat

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: empathy 3.5.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Jul 19 16:16:29 2012
  ExecutablePath: /usr/lib/empathy/empathy-chat
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120309)
  ProcCmdline: /usr/lib/empathy/empathy-chat
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x4605ca empathy_adium_path_is_valid+26: cmpb   
$0x2f,(%rdi)
   PC (0x004605ca) ok
   source $0x2f ok
   destination (%rdi) (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: empathy
  StacktraceTop:
   empathy_adium_path_is_valid ()
   empathy_adium_info_new ()
   empathy_adium_data_new ()
   ?? ()
   ?? ()
  Title: empathy-chat crashed with SIGSEGV in empathy_adium_path_is_valid()
  UpgradeStatus: Upgraded to quantal on 2012-06-08 (41 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   gnome-session[1996]: WARNING: Error while executing session-migration: 
L'exécution du processus fils « session-migration » a échoué (Aucun fichier ou 
dossier de ce type)
   gnome-session[1996]: WARNING: Failed to start app: Unable to start 
application: L'exécution du processus fils « L2tpIPsecVpn » a échoué (Aucun 
fichier ou dossier de ce type)
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed
   (empathy:2597): Gtk-WARNING **: GtkMenuBar 0x1ca83b0 is mapped but visible=1 
child_visible=1 parent EmpathyRosterWindow 0x1bfc090 mapped=0
   (empathy:2597): tp-glib-CRITICAL **: tp_connection_upgrade_contacts: 
assertion `tp_proxy_is_prepared (self, TP_CONNECTION_FEATURE_CONNECTED)' failed

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

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


[Desktop-packages] [Bug 1025011] Re: HUD search causes firefox to crash

2012-07-20 Thread Chris Coulson
Heh, thanks! Don't get too excited just yet, as I can still make it
crash with the fix ;)

(just trying to understand why)

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

Title:
  HUD search causes firefox to crash

Status in The Mozilla Firefox Browser:
  Unknown
Status in Unity global menubar extension for Firefox and Thunderbird:
  Fix Committed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Natty:
  Triaged
Status in “firefox” source package in Oneiric:
  Triaged
Status in “firefox” source package in Precise:
  Triaged
Status in “firefox” source package in Quantal:
  Triaged

Bug description:
  Searching for any text causes Firefox 13.0.1 to crash on Ubuntu 12.04
  ( both 32  64 bit **1).

  Test case:

  1. Hit ALT to bring up the HUD search box
  2. Type one or more words into the textbox.

  Expected result:

  1. HUD appears ready to search
  2. Results appear depending on the search term.

  What actually happens:

  1. HUD appears ready to search
  2. Results appear, however firefox crashes shortly after.

  == Additional information ==

  Running firefox in safe mode makes HUD ignore firefox. In this
  situation Firefox doesn't crash.

  **1: I can reproduce this bug on 64 bit Ubuntu. Peter Cawkell is
  experiencing this bug on 32 bit ( see coments )

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

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


[Desktop-packages] [Bug 985788] Re: Can’t connect to VPN from GNOME Shell

2012-07-20 Thread Mathieu Trudel-Lapierre
nm-applet and gnome-shell appear to be doing the right thing: gnome-
shell adds its own LIBEXECDIR if the path isn't absolute, and nm-applet
always strips out the path to use its own LIBEXECDIR (which would be the
right one anyway).

I'll look at all the VPN plugins and test if adding the libexecdir as
path to the auth-dialog would be sufficient to correctly fix this.

** Changed in: gnome-shell (Ubuntu Quantal)
   Status: In Progress = Invalid

** Changed in: gnome-shell (Ubuntu Precise)
   Status: Triaged = Invalid

** Changed in: gnome-shell (Ubuntu Quantal)
 Assignee: Mathieu Trudel-Lapierre (mathieu-tl) = (unassigned)

** Changed in: network-manager-applet (Ubuntu Precise)
   Status: Triaged = Invalid

** Changed in: network-manager-applet (Ubuntu Quantal)
   Status: Fix Released = Invalid

** Changed in: network-manager-applet (Ubuntu Quantal)
 Assignee: Mathieu Trudel-Lapierre (mathieu-tl) = (unassigned)

** Also affects: network-manager-vpnc (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: network-manager-pptp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: network-manager-pptp (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: network-manager-pptp (Ubuntu Precise)
   Status: New = Triaged

** Changed in: network-manager-pptp (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: network-manager-pptp (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: network-manager-pptp (Ubuntu Quantal)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: network-manager-vpnc (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: network-manager-vpnc (Ubuntu Precise)
   Status: New = Triaged

** Changed in: network-manager-vpnc (Ubuntu Precise)
   Importance: Medium = Low

** Changed in: network-manager-vpnc (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: network-manager-vpnc (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: network-manager-vpnc (Ubuntu Quantal)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Also affects: network-manager-openvpn (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: network-manager-openvpn (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: network-manager-openvpn (Ubuntu Precise)
   Status: New = Triaged

** Changed in: network-manager-openvpn (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: network-manager-openvpn (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: network-manager-openvpn (Ubuntu Quantal)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

** Also affects: network-manager-openconnect (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: network-manager-openconnect (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: network-manager-openconnect (Ubuntu Precise)
   Status: New = Triaged

** Changed in: network-manager-openconnect (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: network-manager-openconnect (Ubuntu Quantal)
   Status: New = In Progress

** Changed in: network-manager-openconnect (Ubuntu Quantal)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  Can’t connect to VPN from GNOME Shell

Status in “gnome-shell” package in Ubuntu:
  Invalid
Status in “network-manager-applet” package in Ubuntu:
  Invalid
Status in “network-manager-openconnect” package in Ubuntu:
  In Progress
Status in “network-manager-openvpn” package in Ubuntu:
  In Progress
Status in “network-manager-pptp” package in Ubuntu:
  In Progress
Status in “network-manager-vpnc” package in Ubuntu:
  In Progress
Status in “gnome-shell” source package in Precise:
  Invalid
Status in “network-manager-applet” source package in Precise:
  Invalid
Status in “network-manager-openconnect” source package in Precise:
  Triaged
Status in “network-manager-openvpn” source package in Precise:
  Triaged
Status in “network-manager-pptp” source package in Precise:
  Triaged
Status in “network-manager-vpnc” source package in Precise:
  Triaged
Status in “gnome-shell” source package in Quantal:
  Invalid
Status in “network-manager-applet” source package in Quantal:
  Invalid
Status in “network-manager-openconnect” source package in Quantal:
  In Progress
Status in “network-manager-openvpn” source package in Quantal:
  In Progress
Status in “network-manager-pptp” source package in Quantal:
  In Progress
Status in “network-manager-vpnc” source package in Quantal:
  In Progress

Bug description:
  I have two VPNs configured with network-manager-openconnect, and I
  can’t connect to either one of them within GNOME Shell.  When I select
  them from the gnome-shell network menu, 

[Desktop-packages] [Bug 970560] Re: Displays is registering dual monitors as laptop when using fglrx

2012-07-20 Thread Michele Giacomoli
I can confirm the fix works for me too!

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

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

Title:
  Displays is registering dual monitors as laptop when using fglrx

Status in GNOME Desktop Common Files:
  Fix Released
Status in “gnome-desktop3” package in Ubuntu:
  Fix Released
Status in “gnome-desktop3” source package in Precise:
  Fix Committed

Bug description:
  Impact:
  - screen connected to cards using the fglrx driver might get labelled as 
Laptop when they are external screens

  Test Case:
  - run the system settings display panel on a machine using the fglrx driver, 
where the output listed in Xorg.0.log is classified as a DFP one, with an 
external screen

  With the precise version the display is labelled Laptop incorrectly,
  the update should fix that

  Regression potential:
  - fglrx users should check that suspend on lid close still behave the same 
way, the display type can have an impact on the suspend behaviour (that patch 
is not supposed to lead to any change there but that's something to double 
check)

  ---

  Today after installing the fglrx drivers on my Radeon 6950 cayman
  card, in the Displays options, in order to get dual monitors to work
  I had to first go into amdcccle and enable it there, restart the
  computer, and THEN enable it in the displays setting. Also, both
  monitors are showing up as laptop. When using the radeon drivers
  each monitor is picked up as Acer blah blah, but with the
  propriatary drivers they both say laptop and there is no visual
  color difference to indicate differences between the two.

  It would be nice if we could Unify the displays menu to where it
  will enable dual monitors in amdccle when that option is selected or
  visa versa.

  It would also be nice to see the two monitors registering as their
  proper names and differentiation.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 31 21:05:09 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 888134] Re: automatic detection of plugged in / removed monitor is too aggressive

2012-07-20 Thread Chris Coulson
** Changed in: gnome-desktop3 (Ubuntu)
   Status: Expired = Won't Fix

** Changed in: gnome-desktop3 (Ubuntu)
   Status: Won't Fix = Invalid

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

Title:
  automatic detection of plugged in / removed monitor is too aggressive

Status in “gnome-desktop3” package in Ubuntu:
  Invalid

Bug description:
  I've found that the monitor detection in Ubuntu 11.10 is too aggressive. 
Sometimes it will get things wrong, and when I try to fix it with the GNOME 
Control Center, it automatically reverts back to what it thinks is correct. My 
configuration is as follows:
  * Nouveau Driver
  * GDM
  * Awesome WM

  The problem occurs with both the VGA and DVI ports. I can use xrandr
  to make changes without them getting reverted.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Nov  9 10:47:31 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=tl:en
   PATH=(custom, user)
   LANG=tl_PH.UTF-8
   LC_MESSAGES=tl_PH.UTF-8
   SHELL=/bin/zsh
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to oneiric on 2011-10-27 (13 days ago)

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

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


[Desktop-packages] [Bug 888134] Re: automatic detection of plugged in / removed monitor is too aggressive

2012-07-20 Thread Ben Hearsum
This was an issue for me initially in 12.04 but it seems to be fixed
now.

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

Title:
  automatic detection of plugged in / removed monitor is too aggressive

Status in “gnome-desktop3” package in Ubuntu:
  Invalid

Bug description:
  I've found that the monitor detection in Ubuntu 11.10 is too aggressive. 
Sometimes it will get things wrong, and when I try to fix it with the GNOME 
Control Center, it automatically reverts back to what it thinks is correct. My 
configuration is as follows:
  * Nouveau Driver
  * GDM
  * Awesome WM

  The problem occurs with both the VGA and DVI ports. I can use xrandr
  to make changes without them getting reverted.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Nov  9 10:47:31 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=tl:en
   PATH=(custom, user)
   LANG=tl_PH.UTF-8
   LC_MESSAGES=tl_PH.UTF-8
   SHELL=/bin/zsh
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to oneiric on 2011-10-27 (13 days ago)

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

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


[Desktop-packages] [Bug 737615] Re: Can't save changes in Edit Connections... for Wi-Fi networks to which one doesn't have the password

2012-07-20 Thread Mathieu Trudel-Lapierre
The problem is that there's no obvious way to tell the user why they
can't save.

If you've created a network by mistake for which you don't have the
password, why keep it there and try to edit it? You may just as well
delete it to avoid it trying to connect automatically.

As far as I'm concerned, I'd leave things as they are right now -- using
a dialog once Save is clicked is clumsy and looks bad, and if you're
changing things for a connection you normally use (as opposed to one
clicked by mistake), you'll usually know what you've just changed and be
able to get back to it.

If there's something that can be changed; it would be something like
changing the label for the Save button to say Invalid property: XYZ,
or so; or showing such a message on all tabs when editing, but it would
need both design guidance and discussion upstream. Please file a bug
about this on GNOME Bugzilla.

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Can't save changes in Edit Connections... for Wi-Fi networks to
  which one doesn't have the password

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

Bug description:
  Binary package hint: network-manager

  Steps to reproduce:
  1) Right-click on Network Manager's tray icon
  2) select edit connections
  3) go to the wireless tab
  4) select any connection in the list, except the one you are currently 
connected to
  5) Click Edit
  5) Change some settings

  Expected: there should be some way to save those changes

  Observed: the Apply button is greyed out. There is no Save button.
  If you hit Cancel, obviously the changes are discarded.

  If you edit the network you are connected to, the Apply button works,
  but why on earth are'n you allowed to save changes to a network you
  are not connected to? And if there was a reason why you can't, then
  why are you allowed to edit in the first place?

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: network-manager 0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
  Uname: Linux 2.6.32-29-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Fri Mar 18 14:47:06 2011
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  IpRoute:
   192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.105  
metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   default via 192.168.2.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: network-manager

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

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


[Desktop-packages] [Bug 998223] Re: Turns on IPv6 privacy extensions regardless of settings in 10-ipv6-privacy.conf

2012-07-20 Thread Mathieu Trudel-Lapierre
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  Turns on IPv6 privacy extensions regardless of settings in
  10-ipv6-privacy.conf

Status in “network-manager” package in Ubuntu:
  In Progress

Bug description:
  After installing the latest network-manager package that fixes  bug
  990011, I noticed that my IPv6 address was suddenly different because
  IPv6 privacy extensions had been turned on. Turning them off in
  /etc/sysctl.d/10-ipv6-privacy.conf doesn't stop network-manager from
  enabling it. I'm using the default automatically generated wired
  connection, so there are no connection settings in /etc/NetworkManager
  /system-connections.

  If I change some settings so that NM writes the connection to system-
  connections and then add ip6-privacy=0 to the configuration the
  privacy extensions are turned off, but it would be nice if that was
  also the case when it is turned of using
  /etc/sysctl.d/10-ipv6-privacy.conf.

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

-- 
Mailing list: https://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   >