[Desktop-packages] [Bug 999486] [NEW] AttributeError: 'NoneType' object has no attribute '__contains__' when clicking the All Software button

2012-05-14 Thread Gary Lasker
Public bug reported:

Software Center 5.2.1, Ubuntu 10.04

When testing the fix for a similar crash in bug 920196, I found that
even with that fix I was able to cause a (different) crash by repeatedly
clicking the "All Software" button while Software Center is starting up.

The stacktrace is shown below.

TEST CASE:
1. open stock software-center
2. click on the "All Software" button very quickly while the main page is still 
loading
3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
4. use the fixed version from -proposed
5. verify that (2) no longer produces the following (or any) traceback

Traceback (most recent call last):
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/enquire.py",
 line 115, in _get_estimate_nr_apps_and_nr_pkgs
tmp_matches = enquire.get_mset(0, len(self.db), None, xfilter)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/appfilter.py",
 line 89, in __call__
if (not pkgname in self.cache and
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/pkginfo_impl/aptcache.py",
 line 263, in __contains__
return self._cache.__contains__(k)
AttributeError: 'NoneType' object has no attribute '__contains__'
Traceback (most recent call last):
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/panes/viewswitcher.py",
 line 149, in config_view
pane = vm.set_active_view(view_id)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/session/viewmanager.py",
 line 149, in set_active_view
view_widget.init_view()
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/panes/availablepane.py",
 line 168, in init_view
self.apps_filter)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/views/catview_gtk.py",
 line 240, in __init__
self.build(desktopdir)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/views/catview_gtk.py",
 line 492, in build
self._build_homepage_view()
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/views/catview_gtk.py",
 line 267, in _build_homepage_view
self._append_top_rated()
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/views/catview_gtk.py",
 line 404, in _append_top_rated
top_rated_cat = self._update_top_rated_content()
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/ui/gtk3/views/catview_gtk.py",
 line 391, in _update_top_rated_content
docs = top_rated_cat.get_documents(self.db)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/categories.py",
 line 124, in get_documents
nonblocking_load=False)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/enquire.py",
 line 317, in set_query
self._blocking_perform_search()
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/enquire.py",
 line 212, in _blocking_perform_search
matches = enquire.get_mset(0, self.limit, None, xfilter)
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/appfilter.py",
 line 89, in __call__
if (not pkgname in self.cache and
  File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/pkginfo_impl/aptcache.py",
 line 263, in __contains__
return self._cache.__contains__(k)
AttributeError: 'NoneType' object has no attribute '__contains__'

** Affects: software-center (Ubuntu)
 Importance: Low
 Assignee: Gary Lasker (gary-lasker)
 Status: In Progress

** Summary changed:

- AttributeError: 'NoneType' object has no attribute '__contains__' 2012-05-15 
02:26:05,169 - softwarecenter.db.enquire - ERROR - 
_get_estimate_nr_apps_and_nr_pkgs failed Traceback (most recent call last):   
File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/enquire.py",
 line 115, in _get_estimate_nr_apps_and_nr_pkgs tmp_matches = 
enquire.get_mset(0, len(self.db), None, xfilter)   File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/appfilter.py",
 line 89, in __call__ if (not pkgname in self.cache and   File 
"/home/tremolux/Projects/precise/software-center_fix_crash_lp920196/5.2/softwarecenter/db/pkginfo_impl/aptcache.py",
 line 263, in __contains__ return self._cache.__contains__(k) 
AttributeError: 'NoneType' object has no attribute '__contains__' Traceback 
(most recent call last):   File 
"/home/tremolux/Projects/precise/software-center_fix_crash_

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

2012-05-14 Thread Gary Lasker
** Description changed:

  The ubuntu software-center doesn't open, it's loading without any result
  o screen until it crashes.
  
  Although the test description above does not describe this, I found that
  I could reproduce this crash as follows:
  
  TEST CASE:
  1. open stock software-center
  2. click on the "All Software" button very quickly while the main page is 
still loading
  3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
  4. use the fixed version from -proposed
- 5. verify that (2) does no longer produces a traceback
+ 5. verify that (2) no longer produces a traceback
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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

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

Bug description:
  The ubuntu software-center doesn't open, it's loading without any
  result o screen until it crashes.

  Although the test description above does not describe this, I found
  that I could reproduce this crash as follows:

  TEST CASE:
  1. open stock software-center
  2. click on the "All Software" button very quickly while the main page is 
still loading
  3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
  4. use the fixed version from -proposed
  5. verify that (2) no longer produces a traceback

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 998892] Re: computer freezes when wifi is turned on

2012-05-14 Thread Gary M
** Package changed: gnome-nettool (Ubuntu) => ubuntu

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

Title:
  computer freezes when wifi is turned on

Status in Ubuntu:
  New

Bug description:
  I am using Pangolin.
  I am using the latest version.
  I expected my wifi to turn on.
  It froze my computer and I had to hard reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-nettool 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May 13 17:18:08 2012
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-nettool
  UpgradeStatus: Upgraded to precise on 2012-05-04 (9 days ago)

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

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


[Desktop-packages] [Bug 967345] Re: Contacts MSN ou WLM ne disparaissent pas

2012-05-14 Thread Manolis Ellinas
*** This bug is a duplicate of bug 990951 ***
https://bugs.launchpad.net/bugs/990951

** This bug is no longer a duplicate of bug 925353
   All my Hotmail contacts appears offline  , this was not happening on ubuntu 
oneiric , it only effects precice.
** This bug has been marked a duplicate of bug 990951
   Empathy Messenger 3.4.1: avatars not showing [Windows Live protocol] [Ubuntu 
12.04]

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

Title:
  Contacts MSN ou WLM ne disparaissent pas

Status in “empathy” package in Ubuntu:
  Invalid

Bug description:
  MSN and WLM contacts change their status (away, busy, ...) by cons
  when they are disconnected they remain posted in the last known status
  which gives the impression of always seeing them connect. To remove
  them you have to disconnect and reconnect.

  No problem with facebook and gmail contacts by several faults against 
contacts with MSN or WLM:
  - Avatars are no longer present
  - When the contacts disconnect they remain posted in the last known state
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic-pae 3.2.12
  Uname: Linux 3.2.0-20-generic-pae i686
  ApportVersion: 1.95-0ubuntu1
  Architecture: i386
  Date: Wed Mar 28 19:30:38 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120211)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 999484] Re: Cannot switch airplane mode off

2012-05-14 Thread Fabio Marconi
** Package changed: ubuntu => network-manager (Ubuntu)

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

Title:
  Cannot switch airplane mode off

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

Bug description:
  just installed 12.04. Does not find any wifi. Go to command panel, try 
switching on/off the airplane mode. The airplane mode stays swicthed on. Cannot 
connect to theinternet in any way.
  I am sending this from Windows as I have no connection from Ububtu. I have 
just installed the wubi 12.04 32 bit. I will try to find an old wubi to install 
an ubuntu that allows me to connect to the internet.

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

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


[Desktop-packages] [Bug 992263] Re: Gnome switches to chinese language

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

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

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

Title:
  Gnome switches to chinese language

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

Bug description:
  After downgrading Ubuntu 12.04 LTS from Unitiy to old gnome desktop via sudo 
'apt-get install gnome-session-fallback' I noticed that after the next restart, 
gnome menues were parially in Chinese.
  I serched and used locale-gen and dpkg-reconfigure locales to reconfigure and 
also gnome-language-selector, but still after reboot the environment variables 
were set to LANG=zh_CN.UTF-8  and LANGUAGE=zh_CN.UTF-8.
  Only after editing .pam_environemnt and setting there the variables 
LANG=en_EN.UTF-8  and LANGUAGE=en_EN.UTF-8, gnome started back in english.

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

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


[Desktop-packages] [Bug 999484] [NEW] Cannot switch airplane mode off

2012-05-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

just installed 12.04. Does not find any wifi. Go to command panel, try 
switching on/off the airplane mode. The airplane mode stays swicthed on. Cannot 
connect to theinternet in any way.
I am sending this from Windows as I have no connection from Ububtu. I have just 
installed the wubi 12.04 32 bit. I will try to find an old wubi to install an 
ubuntu that allows me to connect to the internet.

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

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

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


[Desktop-packages] [Bug 999480] Re: Cookies are not saving in Firefox 12.0 in ubuntu 11.10

2012-05-14 Thread Thanigaivelan
-- 
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/999480

Title:
  Cookies are not saving in Firefox 12.0 in ubuntu 11.10

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Cookies are not saving in Firefox 12.0 in ubuntu 11.10

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 12.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-17.30-server 3.0.22
  Uname: Linux 3.0.0-17-server x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thanigai   1923 F pulseaudio
  BuildID: 20120423122843
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xdfff4000 irq 21'
 Mixer name : 'VIA VT1708S'
 Components : 'HDA:11060397,10438415,0010'
 Controls  : 33
 Simple ctrls  : 19
  Channel: release
  Date: Tue May 15 11:18:13 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IncompatibleExtensions: Firebug - ID=fire...@software.joehewitt.com, 
Version=1.9.1, minVersion=5.0, maxVersion=12.0a1, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu-Server 11.04 "Natty Narwhal" - Release amd64 
(20110426)
  IpRoute:
   default via 192.168.1.1 dev eth0  metric 100 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.18
  IwConfig: Error: [Errno 2] No such file or directory
  PciNetwork:
   
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
  RfKill: Error: [Errno 2] No such file or directory
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2012-04-30 (15 days ago)
  WifiSyslog: May 15 09:28:25 thanigaivelan NetworkManager[818]:  
Unmanaged Device found; state CONNECTED forced. (see 
http://bugs.launchpad.net/bugs/191889)
  dmi.bios.date: 01/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4N68T-M-LE-V2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd01/26/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4N68T-M-LE-V2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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


[Desktop-packages] [Bug 999480] [NEW] Cookies are not saving in Firefox 12.0 in ubuntu 11.10

2012-05-14 Thread Thanigaivelan
Public bug reported:

Cookies are not saving in Firefox 12.0 in ubuntu 11.10

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 12.0+build1-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-17.30-server 3.0.22
Uname: Linux 3.0.0-17-server x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thanigai   1923 F pulseaudio
BuildID: 20120423122843
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xdfff4000 irq 21'
   Mixer name   : 'VIA VT1708S'
   Components   : 'HDA:11060397,10438415,0010'
   Controls  : 33
   Simple ctrls  : 19
Channel: release
Date: Tue May 15 11:18:13 2012
EcryptfsInUse: Yes
ForcedLayersAccel: False
IncompatibleExtensions: Firebug - ID=fire...@software.joehewitt.com, 
Version=1.9.1, minVersion=5.0, maxVersion=12.0a1, Location=app-profile, 
Type=extension, Active=Yes
InstallationMedia: Ubuntu-Server 11.04 "Natty Narwhal" - Release amd64 
(20110426)
IpRoute:
 default via 192.168.1.1 dev eth0  metric 100 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.18
IwConfig: Error: [Errno 2] No such file or directory
PciNetwork:
 
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
RfKill: Error: [Errno 2] No such file or directory
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to oneiric on 2012-04-30 (15 days ago)
WifiSyslog: May 15 09:28:25 thanigaivelan NetworkManager[818]:  Unmanaged 
Device found; state CONNECTED forced. (see 
http://bugs.launchpad.net/bugs/191889)
dmi.bios.date: 01/26/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0702
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4N68T-M-LE-V2
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd01/26/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4N68T-M-LE-V2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


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

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

Title:
  Cookies are not saving in Firefox 12.0 in ubuntu 11.10

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Cookies are not saving in Firefox 12.0 in ubuntu 11.10

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 12.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-17.30-server 3.0.22
  Uname: Linux 3.0.0-17-server x86_64
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: VT1708S Analog [VT1708S Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thanigai   1923 F pulseaudio
  BuildID: 20120423122843
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xdfff4000 irq 21'
 Mixer name : 'VIA VT1708S'
 Components : 'HDA:11060397,10438415,0010'
 Controls  : 33
 Simple ctrls  : 19
  Channel: release
  Date: Tue May 15 11:18:13 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IncompatibleExtensions: Firebug - ID=fire...@software.joehewitt.com, 
Version=1.9.1, minVersion=5.0, maxVersion=12.0a1, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu-Server 11.04 "Natty Narwhal" - Release amd64 
(20110426)
  IpRoute:
   default via 192.168.1.1 dev eth0  metric 100 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.18
  IwConfig: Error: [Errno 2] No such file or directory
  PciNetwork:
   
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122843 (Running)
  RfKill: Error: [Errno 2] No such file or directory
  RunningIncompatibleAddons: True
  SourcePackage

[Desktop-packages] [Bug 998778] Re: openjdk-7 slows LibreOffice a lot and causes it to crash

2012-05-14 Thread Indian Art
Hi Christopher,
I ran the following command in Terminal: 
apport-collect 998778

After giving it an hours access it gave a message that no information
was collected.

I have switched to openjdk-6 [JRE 1.6.0_24 (Sun Microsystems Inc.)] &
found that LO is not that slow & it has not crashed yet.

However, although it runs much, much faster without Java I need to run
JRE for some extensions like OpenOffice.org2GoogleDocs  that I use
several time a day . Also, there was no problem with JRE/extensions or
LO with the previous version of Ubuntu (11.10). I think this version of
Ubuntu runs LO faster as long as the Java is not activated.

I am not sure if any of these problems is because of the LO-menubar that
I have recently installed & am using.

Thanks.

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

Title:
  openjdk-7 slows LibreOffice a lot and causes it to crash

Status in “libreoffice” package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  openjdk-7 slows LibreOffice (LO) a lot and causes it to freeze/ hang
  very frequently.  LO boots in seconds when openjdk-7 is not used. LO
  is very stable & does not hang when openjdk-7 is not used. I did not
  have any problems with LO in the previous version of Ubuntu (11.10).

  Unfortunately, I cannot 'live' without openjdk-7 as it is needed in
  some LO extensions that I used every single day. For example,
  LanguageTool & OpenOffice.org2GoogleDocs.

  I have attached some error logs.

  Ubuntu Release 12.04 (precise) 32-bit
  Kernel Linux 3.2.0-24-generic-pae

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

  Please help.

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

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


[Desktop-packages] [Bug 989581] Re: Black areas in gnome-system-monitor graphs when running under xfce

2012-05-14 Thread ki3456
thank you roman

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

Title:
  Black areas in gnome-system-monitor graphs when running under xfce

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

Bug description:
  The size of the graph controls is not correct. black area is seen on
  lower left corner of the graphs

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-system-monitor 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu6
  Architecture: amd64
  Date: Fri Apr 27 12:05:34 2012
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor
  UpgradeStatus: Upgraded to precise on 2012-04-26 (0 days ago)

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

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


[Desktop-packages] [Bug 901838]

2012-05-14 Thread Lsblakk
Comment on attachment 581198
Try creating a named cursor before a bitmap cursor (v2)

this didn't make it into beta 10 and it doesn't meet the criteria for
ESR.

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

Title:
  Ugly busy cursor in Thunderbird 9

Status in The Mozilla Firefox Browser:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Fix Released
Status in “firefox” source package in Oneiric:
  Fix Released
Status in “thunderbird” source package in Oneiric:
  Fix Released

Bug description:
  Something changed starting in Thunderbird 9, and it now displays a
  fairly ugly black busy cursor briefly when refreshing mailboxes

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: thunderbird 9.0~b2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
  Uname: Linux 3.1.0-2-generic x86_64
  AddonCompatCheckDisabled: True
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.26-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chr1s  2822 F pulseaudio
   /dev/snd/controlC0:  chr1s  2822 F pulseaudio
  BuildID: 2024160109
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf696 irq 45'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:111d76d5,1028040a,00100104 
HDA:80862804,80860101,0010'
 Controls  : 23
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'Headset'/'Logitech Logitech USB Headset at 
usb-:00:1a.0-1.2.1.3, full speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0a0b'
 Controls  : 6
 Simple ctrls  : 2
  Channel: beta
  Date: Thu Dec  8 19:47:29 2011
  DefaultProfileIncompatibleExtensions:
   CouchDB addressbook integration - ID=thunderbird-couc...@ubuntu.com, 
Version=0.0.1, minVersion=3.3a1pre, maxVersion=9.0a1, Location=app-global, 
Type=extension, Active=Yes
   Developer Assistant - ID={75739dec-72db-4020-aa9a-6afa6744759b}, 
Version=0.3.0.20110927, minVersion=3.0, maxVersion=9.0a1, Location=app-profile, 
Type=extension, Active=Yes
  DefaultProfilePlugins:
   IcedTea-Web Plugin (using IcedTea-Web 1.1.4 (1.1.4-1ubuntu2)) - 
Lib=IcedTeaPlugin.so, Location=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64
   VLC Multimedia Plug-in - Lib=libvlcplugin.so, 
Location=/usr/lib/mozilla/plugins
   Shockwave Flash - Lib=libflashplayer.so, Location=/usr/lib/adobe-flashplugin
   Gnome Shell Integration - Lib=libgnome-shell-browser-plugin.so, 
Location=/usr/lib/mozilla/plugins
   iTunes Application Detector - Lib=librhythmbox-itms-detection-plugin.so, 
Location=/usr/lib/mozilla/plugins
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.3  metric 1 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.2  metric 2
  Profile1Plugins:
   Gnome Shell Integration - Lib=libgnome-shell-browser-plugin.so, 
Location=/usr/lib/mozilla/plugins
   VLC Multimedia Plug-in - Lib=libvlcplugin.so, 
Location=/usr/lib/mozilla/plugins
   Shockwave Flash - Lib=libflashplayer.so, Location=/usr/lib/adobe-flashplugin
   IcedTea-Web Plugin (using IcedTea-Web 1.1.3 (1.1.3-1ubuntu1)) - 
Lib=IcedTeaPlugin.so, Location=/usr/lib/jvm/java-6-openjdk/jre/lib/amd64
   iTunes Application Detector - Lib=librhythmbox-itms-detection-plugin.so, 
Location=/usr/lib/mozilla/plugins
  Profiles:
   Profile0 (Default) - LastVersion=9.0/2024160109 (Running)
   Profile1 - LastVersion=8.0/2003153249 (Out of date)
  RunningIncompatibleAddons: True
  SourcePackage: thunderbird
  UpgradeStatus: Upgraded to precise on 2011-11-16 (22 days ago)
  dmi.bios.date: 02/15/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 04373Y
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd02/15/2011:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn04373Y:rvrA03:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 968534] Re: zenity crashed with SIGSEGV in zenity_tree_dialog_response()

2012-05-14 Thread Mike Birchley
Updates 3.4.0-0ubuntu4 fixed most of my problems, thanks to developers.
Minor quibble is the scale option, mouse wheel used to scroll the bar,
not working now, but keyboard still works. Thanks for all the hard work.

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

Title:
  zenity crashed with SIGSEGV in zenity_tree_dialog_response()

Status in Ubuntu Customization Kit:
  Fix Released
Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Fix Committed
Status in “zenity” source package in Precise:
  Fix Released
Status in “zenity” source package in Quantal:
  Fix Committed

Bug description:
  TESTCASE:
  * run "zenity --list --column="bug" --checklist option"
  * click any of the button
  * it segfaults without the update, it works with it

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

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


[Desktop-packages] [Bug 637379] Re: [11.04] Brasero unable to write to Blu Ray Recordable disk (BD-R)

2012-05-14 Thread Ari
in addition, brasero doesn't recognize BD-RE re-writable bluray media

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

Title:
  [11.04] Brasero unable to write to Blu Ray Recordable disk (BD-R)

Status in A disc burning application for gnome 2:
  Confirmed
Status in OEM Priority Project:
  Won't Fix
Status in “brasero” package in Ubuntu:
  Triaged
Status in “cdrkit” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: brasero

  This partially relates to bug 637358

  Using 10.10 build Sept 13 2010.

  When trying to burn data to a BD-R disk using Brasero or through
  Nautilus (using the Brasero plug-in) it will segfault.

  
  * Target initial fixes for 11.04

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

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


[Desktop-packages] [Bug 983013] Re: Rhythmbow keeps playing / running in background if closed while playing

2012-05-14 Thread Nik
For other NOOBs (like me)
use the kill bit :-)
$>lsof -i
$>kill [rhythmbox PID as listed from previous commands]

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

Title:
  Rhythmbow keeps playing / running in background if closed while
  playing

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Well, everything is in the title.
  If I want to quit properly, I have to pause the song and then quit. If I 
don't pause before, the song continues playing and rhythmbox is still running 
in background (no indicator in the launcher though).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  Date: Mon Apr 16 14:15:01 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 983013] Re: Rhythmbow keeps playing / running in background if closed while playing

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

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

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

Title:
  Rhythmbow keeps playing / running in background if closed while
  playing

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Well, everything is in the title.
  If I want to quit properly, I have to pause the song and then quit. If I 
don't pause before, the song continues playing and rhythmbox is still running 
in background (no indicator in the launcher though).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu3
  Architecture: amd64
  Date: Mon Apr 16 14:15:01 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 377838] Re: After latest update to 9.04 my HP laptop is hung

2012-05-14 Thread Launchpad Bug Tracker
[Expired for gnome-media (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-media (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  After latest update to 9.04 my HP laptop is hung

Status in “gnome-media” package in Ubuntu:
  Expired

Bug description:
  After initial update to 9.04 top menu bar is unresponsive, color changes but 
never deploys menu or responds further.
  also on upper right I have a large black box with volume icon totally 
covering upper right corner of screen, dims if hovered over but returns after 
removed.
  --- 
  Architecture: i386
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: gnome-media 2.30.0-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Tags: lucid
  Uname: Linux 2.6.32-24-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 374022] Re: Gateway IP is not saved while providing manual ip to laptop in ubuntu 9.04 - 10.04

2012-05-14 Thread Launchpad Bug Tracker
[Expired for network-manager-applet (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: network-manager-applet (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Gateway IP is not saved while providing manual ip to laptop in ubuntu
  9.04 - 10.04

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

Bug description:
  I am trying to hook up my laptop to my office network and trying to give 
manual IP as 172.17.0.28 ( this is my network range in office ) subnet mask is 
255.255.0.0 and gateway is 172.17.0.254 and when click on ok button and check 
again for ip settings then gateway is coming as 0.0.0.0.
  The office network is windows 2003 server network on 64 bit while ubuntu is 
on my laptop 32 bit mode.

  Please help

  Atul Rohatgi

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

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


[Desktop-packages] [Bug 955263] Re: Copying file to FTP server kills window and thrashes

2012-05-14 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Copying file to FTP server kills window and thrashes

Status in “nautilus” package in Ubuntu:
  Expired

Bug description:
  May be related to #932935...
  If you open a window or tab on an FTP server using File -> Connect to Server, 
then drag a file from a window or tab on a local folder to the FTP server, then 
all is OK if the file is small. However if the file is large enough that the 
'progress bar' mini-window appears, then when it is fully transferred, this 
mini-window remains up, the window or tab on the remote directory disappears, 
and the Nautilus process starts to take up 100% of CPU, although the app is 
still responsive. The process continues after all Nautilus windows are closed 
and must be killed manually.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: nautilus 1:2.32.2.1-0ubuntu13
  ProcVersionSignature: Ubuntu 2.6.38-13.56-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  Date: Wed Mar 14 17:02:01 2012
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64+mac 
(20101008)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to natty on 2011-04-06 (343 days ago)

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

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


[Desktop-packages] [Bug 955515] Re: Unity freeze

2012-05-14 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Unity freeze

Status in “unity” package in Ubuntu:
  Expired

Bug description:
  Unity freezes almost totally in 12.04:

  -launcher mainly works (can launch applications from laucher)
  - none of applications responds
  - dash doesn't open
  - trash opens and closes

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.20  Mon Feb  6 21:07:30 
PST 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu3)
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,move,resize,snap,session,gnomecompat,grid,imgpng,regex,vpswitch,mousepoll,unitymtgrabhandles,animation,expo,ezoom,wall,workarounds,fade,scale,unityshell]
  Date: Wed Mar 14 23:23:21 2012
  DistUpgraded: Log time: 2012-03-14 19:48:58.670825
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GpuHangFrequency: This is the first time
  GpuHangReproducibility: I don't know
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   NVIDIA Corporation G84 [GeForce 8600 GTS] [10de:0400] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Giga-byte Technology Device [1458:3448]
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: System manufacturer P5K-VM
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=13e695ee-0a72-43bb-81dc-8556b4292547 ro quiet splash profile 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to precise on 2012-03-14 (0 days ago)
  dmi.bios.date: 01/18/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0704
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5K-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0704:bd01/18/2008:svnSystemmanufacturer:pnP5K-VM:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5K-VM
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu34
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
  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
  --- 
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.20  Mon Feb  6 21:07:30 
PST 2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu3)
  .tmp.unity.support.test.0:
   
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,place,move,resize,snap,session,gnomecompat,grid,imgpng,regex,vpswitch,mousepoll,unitymtgrabhandles,animation,expo,ezoom,wall,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  DistUpgraded: Log time: 2012-03-14 19:48:58.670825
  DistroCodename: precise
  DistroRelease: Ubuntu 12.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation 

[Desktop-packages] [Bug 955530] Re: crash

2012-05-14 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

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

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

Title:
  crash

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

Bug description:
  i cant install package

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

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


[Desktop-packages] [Bug 630927] Re: Notification of missing language support not shown after installation

2012-05-14 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Notification of missing language support not shown after installation

Status in Ubuntu Translations:
  Invalid
Status in “language-selector” package in Ubuntu:
  Invalid
Status in “pkgsel” package in Ubuntu:
  Invalid
Status in “ubiquity” package in Ubuntu:
  Expired
Status in “language-selector” source package in Natty:
  Invalid
Status in “pkgsel” source package in Natty:
  Invalid
Status in “ubiquity” source package in Natty:
  Won't Fix

Bug description:
  Binary package hint: language-selector

  After experiencing bug 630924, I noticed that after installation with
  network language packs were not downloaded, which might have been
  because of that bug.

  However, I would have expected the notification of missing language
  support to pop up after installation, which didn't happen.

  I'm not sure if it will help, but as a reference, a very similar thing
  already happened in Lucid (bug 527623)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/630927/+subscriptions

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


[Desktop-packages] [Bug 902040] Re: Alt + A and Alt + F key combinations fail

2012-05-14 Thread Launchpad Bug Tracker
[Expired for gnome-games (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Alt + A and Alt + F key combinations fail

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

Bug description:
  Alt + A and Alt + F key combinations fail

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-sudoku 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Fri Dec  9 09:37:32 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  SourcePackage: gnome-games
  UpgradeStatus: Upgraded to oneiric on 2011-11-18 (21 days ago)

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

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


[Desktop-packages] [Bug 924413] Re: When Universal Access text size is large, Unity Dash may space icons such that some of them are off the edge of the desktop

2012-05-14 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  When Universal Access text size is large, Unity Dash may space icons
  such that some of them are off the edge of the desktop

Status in Unity:
  Expired
Status in “unity” package in Ubuntu:
  Expired

Bug description:
  When Universal Access text size (in System Settings) is set to largest
  (and you log out and log in again at this size), Unity Dash may space
  icons such that some of them are off the edge of the desktop and there
  is no way to access them.  It would be nice to take screen width into
  account when spacing the icons.  This bug prevents low-vision users
  from effectively using Unity Dash.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.28.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,imgpng,mousepoll,move,place,regex,resize,session,snap,unitymtgrabhandles,vpswitch,wall,animation,expo,ezoom,fade,scale,unityshell,workarounds]
  Date: Tue Jan 31 17:55:50 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 951083] Re: nautlis shuts down completly after unmounting usbflashdrive

2012-05-14 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  nautlis shuts down completly after unmounting usbflashdrive

Status in “nautilus” package in Ubuntu:
  Expired

Bug description:
  I open Nautlius, put in an USB-Flashdrive, open the Flashdrive in
  Nautilus, leave the window open and unmount the device. Nautilus shuts
  down completly, this means it closes all its windows.

  Description:  Ubuntu 11.10
  Release:  11.10
  GNOME Shell 3.2.2.1

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Fri Mar  9 20:32:04 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2012-01-17 (52 days ago)

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

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


[Desktop-packages] [Bug 924413] Re: When Universal Access text size is large, Unity Dash may space icons such that some of them are off the edge of the desktop

2012-05-14 Thread Launchpad Bug Tracker
[Expired for unity because there has been no activity for 60 days.]

** Changed in: unity
   Status: Incomplete => Expired

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

Title:
  When Universal Access text size is large, Unity Dash may space icons
  such that some of them are off the edge of the desktop

Status in Unity:
  Expired
Status in “unity” package in Ubuntu:
  Expired

Bug description:
  When Universal Access text size (in System Settings) is set to largest
  (and you log out and log in again at this size), Unity Dash may space
  icons such that some of them are off the edge of the desktop and there
  is no way to access them.  It would be nice to take screen width into
  account when spacing the icons.  This bug prevents low-vision users
  from effectively using Unity Dash.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.28.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,imgpng,mousepoll,move,place,regex,resize,session,snap,unitymtgrabhandles,vpswitch,wall,animation,expo,ezoom,fade,scale,unityshell,workarounds]
  Date: Tue Jan 31 17:55:50 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 951830] Re: telepathy-haze eats up 100% cpu in empathy client

2012-05-14 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  telepathy-haze eats up 100% cpu in empathy client

Status in “empathy” package in Ubuntu:
  Expired

Bug description:
  if connected to AIM the empathy telepath-haze eats up 100% cpu

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Sat Mar 10 16:38:47 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to natty on 2012-03-08 (1 days ago)

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

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


[Desktop-packages] [Bug 954472] Re: nautilus won't open, then crash

2012-05-14 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  nautilus won't open, then crash

Status in “nautilus” package in Ubuntu:
  Expired

Bug description:
  I dont' know how to reproduce, and I dont' know wats appends.
  Some times when I will open Nautilus, it wont'open up, seconds after the 
desktop disappear; in this time I se that the right click in the right panel 
also doesn't work.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Mar 13 22:16:29 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 955755] Re: i could't find the hidesetting for pop up which comes when next songs plays.

2012-05-14 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  i could't find the hidesetting for pop up which comes when next songs
  plays.

Status in “rhythmbox” package in Ubuntu:
  Expired

Bug description:
  i could't find the hide setting for pop up which comes when next songs
  in the playlist plays. i want to hide that pop up which shows the song
  name and info about the song.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: rhythmbox 0.13.3-0ubuntu6
  ProcVersionSignature: Ubuntu 2.6.38-13.56-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  Architecture: i386
  Date: Thu Mar 15 12:23:11 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcEnviron:
   SHELL=/bin/bash
   LC_MESSAGES=en_IN.UTF-8
   PATH=(custom, user)
   LANGUAGE=en_IN:en
   LANG=en_IN
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 955924] Re: prova invio bug

2012-05-14 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  prova invio bug

Status in “unity” package in Ubuntu:
  Expired

Bug description:
  prova invio bug

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: unity 4.28.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic-pae 3.0.22
  Uname: Linux 3.0.0-17-generic-pae i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,imgpng,mousepoll,move,place,regex,resize,session,snap,unitymtgrabhandles,vpswitch,wall,animation,expo,ezoom,fade,scale,unityshell,workarounds]
  Date: Thu Mar 15 12:07:11 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 956165] Re: Não consigo Ver Video

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

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

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

Title:
  Não consigo Ver Video

Status in “firefox” package in Ubuntu:
  Expired

Bug description:
  Não consigo ver um video online e aparece uma mensagem pedindo para
  isntalar o Adobe Flash Player sendo que consigo ve-lo em outro
  navegador o Google Chrome.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0.2+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vitor  1804 F pulseaudio
   /dev/snd/pcmC0D0p:   vitor  1804 F...m pulseaudio
  BuildID: 20120216101208
  CRDA: Error: [Errno 2] Arquivo ou diretório não encontrado
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 44'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1458c603,0012'
 Controls  : 40
 Simple ctrls  : 22
  Channel: release
  Date: Thu Mar 15 13:24:41 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  IpRoute:
   default via 189.123.176.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   189.123.176.0/20 dev eth0  proto kernel  scope link  src 189.123.177.158  
metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Profiles: Profile0 (Default) - LastVersion=10.0.2/20120216101208 (Running)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/30/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FH
  dmi.board.name: G31M-ES2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFH:bd04/30/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-ES2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Desktop-packages] [Bug 857651]

2012-05-14 Thread Rstrode
See bug 40020 for other discussion about potentially creating a separate
config file.

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

Title:
  Unable to hide users from login screen / user switcher

Status in D-Bus interfaces for querying and manipulating user account 
information:
  Confirmed
Status in “accountsservice” package in Ubuntu:
  Triaged
Status in “lightdm” package in Ubuntu:
  Triaged

Bug description:
  Users that I have appended to the 'hidden-users' field in
  /etc/lightdm/users.conf are not actually hidden. They are still listed
  on the login screen and in Unity's user switching menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.7-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 23 11:44:29 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-09-23 (0 days ago)
  mtime.conffile..etc.lightdm.users.conf: 2011-09-23T08:46:55.039175

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

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


[Desktop-packages] [Bug 999349] Re: Keyboard shortcuts to window resize do not work

2012-05-14 Thread Daniel van Vugt
Andrey, this was a decision made by the Unity design team to change the
left/right shortcuts to: Ctrl+Super+Left/Right.

The reason was to support laptop users who don't have a numeric keypad.

If you would like to change the shortcuts, run 'ccsm' and look in Window
Management > Grid > Bindings. There you can change the shortcuts to
whatever you like.

** Changed in: unity (Ubuntu)
   Status: New => Won't Fix

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Won't Fix

** Summary changed:

- Keyboard shortcuts to window resize do not work
+ Ctrl+Alt+KP4/KP6 shortcuts no longer work in Ubuntu 12.04

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

Title:
  Ctrl+Alt+KP4/KP6 shortcuts no longer work in Ubuntu 12.04

Status in Unity:
  Won't Fix
Status in “unity” package in Ubuntu:
  Won't Fix

Bug description:
  The well-known Unity window management feature:
  Ctrl-Alt-8  -  resize window to top half-screen
  Ctrl-Alt-2  -  resize window to bottom half-screen
  Ctrl-Alt-{1 3 9 7}  -  resize to appropriate quarter ...

  Ctrl-Alt-{4 6}  -  resize window to left / right half-screen - DOES
  NOT WORK.

  (*) The most annoying thing here, is that analogous bug was reported
  in Oneiric, was fixed, and now it is back.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Tue May 15 00:45:45 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 999413] Re: Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
Flasher command that just lists the packages to be updated:
apt-cache rdepends launchpad-integration liblaunchpad-integration1 
python-launchpad-integration liblaunchpad-integration1.0-cil 
liblaunchpad-integration-3.0-1 gir1.2-launchpad-integration-3.0|grep -v 
launchpad-int | grep -v '^Rever' | sort | uniq

Currently shows:
  pasaffe
  quickly-ubuntu-template
  software-center
  testdrive-gtk
  ubuntustudio-desktop
  ubuntu-sugar-remix

(all linked to this bug report)

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  Triaged
Status in “pasaffe” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New
Status in “ubuntu-sugar-remix-meta” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 999441] Re: Unity top bar menus size change on mouse-over

2012-05-14 Thread Daniel van Vugt
** Package changed: unity (Ubuntu) => libindicator (Ubuntu)

** Summary changed:

- Unity top bar menus size change on mouse-over
+ Indicator menu item sizes change on mouse-over

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

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

Title:
  Indicator menu item sizes change on mouse-over

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

Bug description:
  Click the top bar icons on the right (user, network) and play a little
  with them. I get some strange "effects": some menu items change their
  size on mouse over. I run Ubuntu 12.04 with latest updates.

  
  See this video I recorded: http://www.youtube.com/watch?v=tt3vEdC6G9E

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.12-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Tue May 15 05:46:46 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/999441/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-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: gnome-settings-daemon consumes 100% cpu

2012-05-14 Thread Mike M
Hey everyone,

Just to confirm what I posted before: after removing the file "/usr/lib
/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin" and re-
starting the gnome-settings-daemon I never had the problem again 4
days and all looking good!

Cheers,

-- 
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:
  gnome-settings-daemon consumes 100% cpu

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  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/ubuntu/+source/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 999413] Re: Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
The Sugar remix also needs to update their seed to remove the dependency

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  Triaged
Status in “pasaffe” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New
Status in “ubuntu-sugar-remix-meta” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 999413] Re: Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
Also pasaffe (lp:~robert-ancell/pasaffe/no-lpi) and software-center (lp
:~robert-ancell/software-center/no-lpi)

** Also affects: software-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: pasaffe (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: launchpad-integration (Ubuntu)
   Importance: Undecided => Medium

** Changed in: launchpad-integration (Ubuntu)
   Status: New => Triaged

** Also affects: ubuntu-sugar-remix-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  Triaged
Status in “pasaffe” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New
Status in “ubuntu-sugar-remix-meta” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 999445] Re: Language set to English but differente language is used

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

Title:
  Language set to English but differente language is used

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

Bug description:
  I used Romanian layout and at some point I could see that English is
  selected on the top bar. But I can still write using Romanian layout.

  See this video I recorded (sorry for pour quality, it seems that I cannot 
record fullscreen videos at 40 fps, but you can see the important stuff over 
there):
  http://www.youtube.com/watch?v=ZiCs8E6v5P8&feature=youtu.be

  I use the same keyboard layout for all windows. The layout chart is
  shown for the "selected" layout, not for the one I actually use.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May 15 05:59:20 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

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


[Desktop-packages] [Bug 999445] [NEW] Language set to English but differente language is used

2012-05-14 Thread florin
Public bug reported:

I used Romanian layout and at some point I could see that English is
selected on the top bar. But I can still write using Romanian layout.

See this video I recorded (sorry for pour quality, it seems that I cannot 
record fullscreen videos at 40 fps, but you can see the important stuff over 
there):
http://www.youtube.com/watch?v=ZiCs8E6v5P8&feature=youtu.be

I use the same keyboard layout for all windows. The layout chart is
shown for the "selected" layout, not for the one I actually use.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Tue May 15 05:59:20 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

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


** Tags: amd64 apport-bug precise

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

Title:
  Language set to English but differente language is used

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

Bug description:
  I used Romanian layout and at some point I could see that English is
  selected on the top bar. But I can still write using Romanian layout.

  See this video I recorded (sorry for pour quality, it seems that I cannot 
record fullscreen videos at 40 fps, but you can see the important stuff over 
there):
  http://www.youtube.com/watch?v=ZiCs8E6v5P8&feature=youtu.be

  I use the same keyboard layout for all windows. The layout chart is
  shown for the "selected" layout, not for the one I actually use.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May 15 05:59:20 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

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


[Desktop-packages] [Bug 935843] Re: compiz crashed in Ubuntu 12.04 alpha-2 from virtualbox 4.1.8

2012-05-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 927168 ***
https://bugs.launchpad.net/bugs/927168

Duplicate links now updated and fixed. Look again.

** This bug is no longer a duplicate of bug 933205
   compiz crashed with SIGSEGV
** This bug has been marked a duplicate of bug 927168
   compiz crashed with SIGSEGV in drisw_update_tex_buffer() from ... from 
__glXBindTexImageEXT() from TfpTexture::enable() from 
enableFragmentOperationsAndDrawGeometry()

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

Title:
  compiz crashed in Ubuntu 12.04 alpha-2 from virtualbox 4.1.8

Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Sometimes compiz crashes, also display does not refresh well and x11
  and compiz constantly use a large amount of CPU.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.4.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-16.25-generic-pae 3.2.6
  Uname: Linux 3.2.0-16-generic-pae i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Sat Feb 18 18:16:39 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(20120201.1)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x3d2760:  movdqu (%eax),%xmm0
   PC (0x003d2760) ok
   source "(%eax)" (0xe10479c8) not located in a known VMA region (needed 
readable region)!
   destination "%xmm0" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2012-02-18 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 941429] Re: compiz crashed with SIGSEGV

2012-05-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 927168 ***
https://bugs.launchpad.net/bugs/927168

** This bug is no longer a duplicate of bug 933205
   compiz crashed with SIGSEGV
** This bug has been marked a duplicate of bug 927168
   compiz crashed with SIGSEGV in drisw_update_tex_buffer() from ... from 
__glXBindTexImageEXT() from TfpTexture::enable() from 
enableFragmentOperationsAndDrawGeometry()

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

Title:
  compiz crashed with SIGSEGV

Status in “unity” package in Ubuntu:
  New

Bug description:
  Automatic crash report. Likely a duplicate.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Sun Feb 26 14:44:14 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xea7760:  movdqu (%eax),%xmm0
   PC (0x00ea7760) ok
   source "(%eax)" (0xcac2890c) not located in a known VMA region (needed 
readable region)!
   destination "%xmm0" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2012-01-27 (29 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 941432] Re: compiz crashed with SIGSEGV

2012-05-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 927168 ***
https://bugs.launchpad.net/bugs/927168

** This bug is no longer a duplicate of bug 933205
   compiz crashed with SIGSEGV
** This bug has been marked a duplicate of bug 927168
   compiz crashed with SIGSEGV in drisw_update_tex_buffer() from ... from 
__glXBindTexImageEXT() from TfpTexture::enable() from 
enableFragmentOperationsAndDrawGeometry()

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

Title:
  compiz crashed with SIGSEGV

Status in “unity” package in Ubuntu:
  New

Bug description:
  Automatic crash report. Likely a duplicate.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: unity 5.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  CrashCounter: 1
  Date: Sun Feb 26 14:50:33 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x327760:  movdqu (%eax),%xmm0
   PC (0x00327760) ok
   source "(%eax)" (0xd55333c0) not located in a known VMA region (needed 
readable region)!
   destination "%xmm0" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /lib/i386-linux-gnu/libc.so.6
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
   ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2012-01-27 (29 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 999437] Re: big bug with ubuntu 12.04 lts

2012-05-14 Thread Chris Coulson
** Package changed: firefox (Ubuntu) => 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/999437

Title:
  big bug with ubuntu 12.04 lts

Status in Ubuntu:
  New

Bug description:
  python ubuntu -sso-client and more

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   Cannot open /proc/net/unix: Permission denied
USERPID ACCESS COMMAND
   /dev/snd/controlC0:  guest-lzTL2Q   1667 F pulseaudio
  BuildID: 20120423122624
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with CMI9761A+ at irq 17'
 Mixer name : 'C-Media Electronics CMI9761A+'
 Components : 'AC97a:434d4983'
 Controls  : 38
 Simple ctrls  : 27
  Channel: release
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  Date: Mon May 14 22:27:44 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric" - Build i386 LIVE Binary 
20111013-11:02
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  
metric 2
  ProcEnviron:
   LANGUAGE=fr_CA:fr
   PATH=(custom, no user)
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-05-04 (10 days ago)
  WifiSyslog:
   
  dmi.bios.date: 07/17/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: P4i65GV
  dmi.board.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd07/17/2008:svn:pnP4i65GV:pvr1.00:rvn:rnP4i65GV:rvr1.0:
  dmi.product.name: P4i65GV
  dmi.product.version: 1.00

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

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


[Desktop-packages] [Bug 999437] Re: big bug with ubuntu 12.04 lts

2012-05-14 Thread patrick drouin
-- 
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/999437

Title:
  big bug with ubuntu 12.04 lts

Status in “firefox” package in Ubuntu:
  New

Bug description:
  python ubuntu -sso-client and more

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   Cannot open /proc/net/unix: Permission denied
USERPID ACCESS COMMAND
   /dev/snd/controlC0:  guest-lzTL2Q   1667 F pulseaudio
  BuildID: 20120423122624
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with CMI9761A+ at irq 17'
 Mixer name : 'C-Media Electronics CMI9761A+'
 Components : 'AC97a:434d4983'
 Controls  : 38
 Simple ctrls  : 27
  Channel: release
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  Date: Mon May 14 22:27:44 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric" - Build i386 LIVE Binary 
20111013-11:02
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  
metric 2
  ProcEnviron:
   LANGUAGE=fr_CA:fr
   PATH=(custom, no user)
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-05-04 (10 days ago)
  WifiSyslog:
   
  dmi.bios.date: 07/17/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: P4i65GV
  dmi.board.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd07/17/2008:svn:pnP4i65GV:pvr1.00:rvn:rnP4i65GV:rvr1.0:
  dmi.product.name: P4i65GV
  dmi.product.version: 1.00

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

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


[Desktop-packages] [Bug 999437] [NEW] big bug with ubuntu 12.04 lts

2012-05-14 Thread patrick drouin
Public bug reported:

python ubuntu -sso-client and more

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
AudioDevicesInUse:
 Cannot open /proc/net/unix: Permission denied
  USERPID ACCESS COMMAND
 /dev/snd/controlC0:  guest-lzTL2Q   1667 F pulseaudio
BuildID: 20120423122624
Card0.Amixer.info:
 Card hw:0 'ICH5'/'Intel ICH5 with CMI9761A+ at irq 17'
   Mixer name   : 'C-Media Electronics CMI9761A+'
   Components   : 'AC97a:434d4983'
   Controls  : 38
   Simple ctrls  : 27
Channel: release
CurrentDmesg:
 Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
 dmesg: write failed: Broken pipe
Date: Mon May 14 22:27:44 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 "Oneiric" - Build i386 LIVE Binary 
20111013-11:02
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  metric 2
ProcEnviron:
 LANGUAGE=fr_CA:fr
 PATH=(custom, no user)
 LANG=fr_CA.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to precise on 2012-05-04 (10 days ago)
WifiSyslog:
 
dmi.bios.date: 07/17/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.30
dmi.board.name: P4i65GV
dmi.board.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd07/17/2008:svn:pnP4i65GV:pvr1.00:rvn:rnP4i65GV:rvr1.0:
dmi.product.name: P4i65GV
dmi.product.version: 1.00

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


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

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

Title:
  big bug with ubuntu 12.04 lts

Status in “firefox” package in Ubuntu:
  New

Bug description:
  python ubuntu -sso-client and more

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   Cannot open /proc/net/unix: Permission denied
USERPID ACCESS COMMAND
   /dev/snd/controlC0:  guest-lzTL2Q   1667 F pulseaudio
  BuildID: 20120423122624
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with CMI9761A+ at irq 17'
 Mixer name : 'C-Media Electronics CMI9761A+'
 Components : 'AC97a:434d4983'
 Controls  : 38
 Simple ctrls  : 27
  Channel: release
  CurrentDmesg:
   Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
   dmesg: write failed: Broken pipe
  Date: Mon May 14 22:27:44 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric" - Build i386 LIVE Binary 
20111013-11:02
  IpRoute:
   default via 192.168.1.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  
metric 2
  ProcEnviron:
   LANGUAGE=fr_CA:fr
   PATH=(custom, no user)
   LANG=fr_CA.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-05-04 (10 days ago)
  WifiSyslog:
   
  dmi.bios.date: 07/17/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: P4i65GV
  dmi.board.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd07/17/2008:svn:pnP4i65GV:pvr1.00:rvn:rnP4i65GV:rvr1.0:
  dmi.product.name: P4i65GV
  dmi.product.version: 1.00

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

-- 
Mailing list: https://launchpad.net/~desktop-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-05-14 Thread Gary Lasker
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Bilal Akhtar (bilalakhtar)

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

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

Status in “software-center” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  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/ubuntu/+source/software-center/+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 925014] Re: Purchased items are not being added to the Unity launcher

2012-05-14 Thread Gary Lasker
** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Status in “software-center” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  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/ubuntu/+source/software-center/+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 857651]

2012-05-14 Thread Matthew Monaco
I find it incredibly annoying that this dbus daemon does not just have a
config file. It's even worse that it used the GDM config file to get
info about automatic login.

What's wrong with a config file with something like the following format
(I can work on implementation but I don't want to do the work if it has
no chance at being accepted by Mathias):

[Cache]
min_uid   = 1000
max_uid   = 1
exclude   = space separated list of users
include   = space separated list of users
cache_max = 5

[AutoLogin]
user  = someuser

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

Title:
  Unable to hide users from login screen / user switcher

Status in D-Bus interfaces for querying and manipulating user account 
information:
  Confirmed
Status in “accountsservice” package in Ubuntu:
  Triaged
Status in “lightdm” package in Ubuntu:
  Triaged

Bug description:
  Users that I have appended to the 'hidden-users' field in
  /etc/lightdm/users.conf are not actually hidden. They are still listed
  on the login screen and in Unity's user switching menu.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: lightdm 0.9.7-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 23 11:44:29 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to oneiric on 2011-09-23 (0 days ago)
  mtime.conffile..etc.lightdm.users.conf: 2011-09-23T08:46:55.039175

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

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


[Desktop-packages] [Bug 999418] [NEW] Bluetooth and WiFi remain disabled after reboot from Windows

2012-05-14 Thread Full Name
Public bug reported:

On Dell N4110 laptop, if you first boot into Windows and then reboot
into Ubuntu, Bluetooth and WiFi remain disabled. Only disabling and then
re-enabling radios using hardware function key combination enables it.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: 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/999418

Title:
  Bluetooth and WiFi remain disabled after reboot from Windows

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

Bug description:
  On Dell N4110 laptop, if you first boot into Windows and then reboot
  into Ubuntu, Bluetooth and WiFi remain disabled. Only disabling and
  then re-enabling radios using hardware function key combination
  enables it.

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

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


[Desktop-packages] [Bug 999413] Re: Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
There are two remaining packages that need updating:
- Testdrive (needs new release as 
lp:~robert-ancell/testdrive/drop-lp-integration has been merged)
- Quickly (lp:~robert-ancell/quickly/drop-lpi proposed, but probably needs some 
work and a release to be made)

Once these are complete I'll subscribe ubuntu-archive and this is good
to go.

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 999413] Re: Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
Dependencies found with:
apt-cache rdepends launchpad-integration liblaunchpad-integration1 
python-launchpad-integration liblaunchpad-integration1.0-cil 
liblaunchpad-integration-3.0-1 gir1.2-launchpad-integration-3.0

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 999413] [NEW] Remove launchpad-integration from the archive

2012-05-14 Thread Robert Ancell
Public bug reported:

For Quantal we decided to drop support for Launchpad integration:
https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

Please remove the source package from the archive.

** Affects: launchpad-integration (Ubuntu)
 Importance: Undecided
 Status: New

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

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

** Also affects: testdrive (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: quickly (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Remove launchpad-integration from the archive

Status in “launchpad-integration” package in Ubuntu:
  New
Status in “quickly” package in Ubuntu:
  New
Status in “testdrive” package in Ubuntu:
  New

Bug description:
  For Quantal we decided to drop support for Launchpad integration:
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

  Please remove the source package from the archive.

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

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


[Desktop-packages] [Bug 762193] Re: Unity not showing Xchat/xchat-gnome is running

2012-05-14 Thread Daniel van Vugt
No fix was ever proposed for it. No fix was ever release noted.
Therefore, this bug should be open.

If bug 995916 turns out to have the same root cause as this one then
that's excellent.

** Changed in: unity
   Status: Fix Released => Triaged

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

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

** Changed in: unity
Milestone: None => 5.14.0

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

Title:
  Unity not showing Xchat/xchat-gnome is running

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “xchat” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: unity

  Running Xchat (see scrennshot) Unity fails to show that the
  application is running. If I minimize Xchat, Unity still won't be
  showing that the app is running. If I click on the Xchat icon again it
  will start a new instance while the old one is still running.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.8-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Fri Apr 15 17:05:47 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110407)
  ProcEnviron:
   LANGUAGE=en_CA:en
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 865672] Re: "Adobe Flash Player Settings" dialogue does not respond to mouse clicks

2012-05-14 Thread Chris Coulson
** Changed in: firefox (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  "Adobe Flash Player Settings" dialogue does not respond to mouse
  clicks

Status in Chromium Browser:
  New
Status in The Mozilla Firefox Browser:
  New
Status in Midori: Webkit Web browser:
  Confirmed
Status in Unity Distro Priority:
  Fix Released
Status in “adobe-flashplugin” package in Ubuntu:
  Triaged
Status in “chromium-browser” package in Ubuntu:
  Invalid
Status in “firefox” package in Ubuntu:
  Invalid
Status in “midori” package in Ubuntu:
  Confirmed

Bug description:
  WORKAROUNDS:

  1.
  
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html#117645

  2. Click on the flash window. Now use the keyboard to tab through the
  settings dialog. Space to select.

  
  ORIGINAL DESCRIPTION:
  Adobe flash player is configured on my system to ask before a website sets a 
flash cookie, so if a video (eg on youtube) is played, a dialogue box will pop 
up asking me whether or not to allow the website to store a cookie on my 
machine.  However, nothing happens when I click on either 'allow' or 'deny', so 
the box stays put and I can't view or control the video playing beneath it.
  On this machine I upgraded from 11.04 to 11.10; in 11.04 there was a program 
for adjusting the flash player settings in the System Settings control panel, 
but that program is no longer there and not accessible via the dash, so there 
is no obvious way to just configure flash to allow all cookies and avoid the 
dialogue box.

  Workaround: using Unity 2D instead

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 0/1
     Subdevice #0: subdevice #0
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sean   1362 F pulseaudio
   /dev/snd/pcmC0D0p:   sean   1362 F...m pulseaudio
  BuildID: 20110929002329
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7db8000 irq 44'
     Mixer name : 'Realtek ALC269'
     Components : 'HDA:10ec0269,104383ce,0014'
     Controls  : 12
     Simple ctrls  : 7
  Channel: release
  Date: Mon Oct  3 12:51:36 2011
  ExecutablePath: /usr/lib/firefox-7.0.1/plugin-container
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.1.4, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  IpRoute:
   default via 10.10.88.1 dev wlan0  proto static
   10.10.88.0/21 dev wlan0  proto kernel  scope link  src 10.10.92.255  metric 2
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929002329 (Running)
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-08-26 (37 days ago)
  dmi.bios.date: 10/16/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1005HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd10/16/2009:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1005HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/865672/+subscriptions

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


[Desktop-packages] [Bug 865672] Re: "Adobe Flash Player Settings" dialogue does not respond to mouse clicks

2012-05-14 Thread zyodei
Same problem with 12.04 64 XFCE, running Compiz.

None of the above workarounds worked for me.

This problem prevented me from playing any flash games that had saved
files, because it would ask for permission to save the file and hang
there. Even setting default to 10MB didn't solve problem.

What did work was:

1) metacity --replace
2) Start the flash games, get to the point where it asks for authorization, 
authorize 
3) compiz --replace

Each authorization should be permanent, so once you enable once it should solve 
it forever for that game.
Never had this problem on other flash apps, such as video. Good luck!

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

Title:
  "Adobe Flash Player Settings" dialogue does not respond to mouse
  clicks

Status in Chromium Browser:
  New
Status in The Mozilla Firefox Browser:
  New
Status in Midori: Webkit Web browser:
  Confirmed
Status in Unity Distro Priority:
  Fix Released
Status in “adobe-flashplugin” package in Ubuntu:
  Triaged
Status in “chromium-browser” package in Ubuntu:
  Confirmed
Status in “firefox” package in Ubuntu:
  Confirmed
Status in “midori” package in Ubuntu:
  Confirmed

Bug description:
  WORKAROUNDS:

  1.
  
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html#117645

  2. Click on the flash window. Now use the keyboard to tab through the
  settings dialog. Space to select.

  
  ORIGINAL DESCRIPTION:
  Adobe flash player is configured on my system to ask before a website sets a 
flash cookie, so if a video (eg on youtube) is played, a dialogue box will pop 
up asking me whether or not to allow the website to store a cookie on my 
machine.  However, nothing happens when I click on either 'allow' or 'deny', so 
the box stays put and I can't view or control the video playing beneath it.
  On this machine I upgraded from 11.04 to 11.10; in 11.04 there was a program 
for adjusting the flash player settings in the System Settings control panel, 
but that program is no longer there and not accessible via the dash, so there 
is no obvious way to just configure flash to allow all cookies and avoid the 
dialogue box.

  Workaround: using Unity 2D instead

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 0/1
     Subdevice #0: subdevice #0
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sean   1362 F pulseaudio
   /dev/snd/pcmC0D0p:   sean   1362 F...m pulseaudio
  BuildID: 20110929002329
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7db8000 irq 44'
     Mixer name : 'Realtek ALC269'
     Components : 'HDA:10ec0269,104383ce,0014'
     Controls  : 12
     Simple ctrls  : 7
  Channel: release
  Date: Mon Oct  3 12:51:36 2011
  ExecutablePath: /usr/lib/firefox-7.0.1/plugin-container
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, 
Version=2.1.4, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile, 
Type=extension, Active=Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  IpRoute:
   default via 10.10.88.1 dev wlan0  proto static
   10.10.88.0/21 dev wlan0  proto kernel  scope link  src 10.10.92.255  metric 2
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929002329 (Running)
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to oneiric on 2011-08-26 (37 days ago)
  dmi.bios.date: 10/16/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1102
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1005HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1102:bd10/16/2009:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1005HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notificati

[Desktop-packages] [Bug 42348] Re: VPN connections menu empty although there's a configured connection

2012-05-14 Thread Robie Basak
Also see bug 983583.

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

Title:
  VPN connections menu empty although there's a configured connection

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

Bug description:
  In the nm-applet dropdown menu you can find a point VPN-Connections.
  When installing from cvs etc. it showed my configured VPN connections,
  now it only shows me: configure VPN and shutdown/terminate VPN greyed
  out. Is  there a way to get the old behaviour back?

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

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


[Desktop-packages] [Bug 983583] Re: nm-applet does not show VPN submenu on login

2012-05-14 Thread Robie Basak
I get similar behaviour but I think it happens to me after
suspend/resume. The same workaround (restarting nm-applet) works. Also
see bug 42348 which is where I think some others experiencing the same
thing as me have ended up.

Since this looks like a different way to trigger the same underlying
issue to me, I'm not opening a new 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/983583

Title:
  nm-applet does not show VPN submenu on login

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

Bug description:
  When logging in with a "ubuntu" session the nm-applet does not show the 
complete menu. It only shows:
  Enable Networking
  ---
  Connection Information
  Edit Connections...

  If nm-applet is killed and restarted from a terminal then the complete menu 
shows up:
  Device Name/Description
  Connection Name
  Disconnect
  ---
  (Repeat for all other network devices)
  ---
  VPN Connections ->
  ---
  Enable Networking
  ---
  Connection Information
  Edit Connections...

  This does not happen with Ubuntu 2D
  This was working better on April 5th.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Apr 16 20:57:13 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  IpRoute:
   default via 192.55.203.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.55.203.0/24 dev eth0  proto kernel  scope link  src 192.55.203.107  
metric 1
  IwConfig:
   lono wireless extensions.
   
   eth1  no wireless extensions.
   
   eth0  no wireless extensions.
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-03-14 (33 days ago)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 25cf4dfb9-bfad-4f62-991a-8f991c283be2   
802-3-ethernet1334603390   Mon 16 Apr 2012 03:09:50 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/2
   Wired connection 1cc87e16a-0c88-47ab-b29d-b23ee538275b   
802-3-ethernet1334624076   Mon 16 Apr 2012 08:54:36 PM EDTyes   
no /org/freedesktop/NetworkManager/Settings/1
   Cellcom VPN   d1f001de-f91b-48d3-b5a3-79a4a3861c31   vpn 
  1333646121   Thu 05 Apr 2012 01:15:21 PM EDTnono 
/org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth1   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

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

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


[Desktop-packages] [Bug 990981] Re: Wifi switched off after login (Intel Centrino-N 1030)

2012-05-14 Thread Saad Bin Javed
There seems to be no response on this...? The problem still persists
despite kernel updates in the last few dates.

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

Title:
  Wifi switched off after login (Intel Centrino-N 1030)

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

Bug description:
  After login in Ubuntu 12.04, my wifi connection in the network manager
  is always disconnected. The laptop (Dell XPS 15 L502x) wifi switch is
  off and I have to manually start it up with Fn+F2. This happens every
  time. I was running Fedora 16 before switching to ubuntu and in Fedora
  wifi was always connected after login, so I'm thinking this is a
  wireless configuration bug? If anybody needs any other information,
  I'll be happy to provide it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun Apr 29 14:41:20 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IpRoute:
   default via 192.168.12.1 dev wlan0  proto static 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.12.0/24 dev wlan0  proto kernel  scope link  src 192.168.12.102  
metric 2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 1543352b3-9e2a-4cb9-90dc-ddb00cf23170   
802-3-ethernet1335689347   Sun 29 Apr 2012 01:49:07 PM PKTyes   
no /org/freedesktop/NetworkManager/Settings/1
   Javed-Homebf9c442a-ac0c-45ab-8ba9-7616ac311baa   
802-11-wireless   1335692372   Sun 29 Apr 2012 02:39:32 PM PKTyes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/1  
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled enabled

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

-- 
Mailing list: https://launchpad.net/~desktop-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-05-14 Thread Gary Lasker
** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: unity (Ubuntu)

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

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

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

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/ubuntu/+source/software-center/+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 980710] Re: black font on black background in xfce terminal

2012-05-14 Thread runout
confirm on debian wheezy/xfce after last gtk upgrade.

ii  libgtk-3-0:amd64   3.4.1-2
GTK+ graphical user interface library
ii  libgtk-3-bin   3.4.1-2
programs for the GTK+ graphical user interface library
ii  libgtk-3-common3.4.1-2
common files for the GTK+ graphical user interface library
ii  gtk2-engines:amd64 1:2.20.2-2 
theme engines for GTK+ 2.x
ii  gtk2-engines-pixbuf:amd64  2.24.10-1  
pixbuf-based theme for GTK+ 2.x
ii  gtk2-engines-smooth1:2.14.3+deb5  
Smooth theme engine for GTK+ 2.x
ii  gtk2-engines-xfce  2.8.1-3
GTK+-2.0 theme engine for Xfce

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

Title:
  black font on black background in xfce terminal

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

Bug description:
  Fresh 12.04 beta 2 install, added gnome, xfce4 and synaptic, all
  packages up to , didn't customize any settings yet

  Loging in with xfce as session type, picking  "Terminal Emulator" from
  the XFCE menu.

  Gnome Terminal starts but only shows a black content area, only after
  disabling "use colors from system theme" in the default profile i'm
  getting a readable font/background color combination

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.4.0.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-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 13 12:55:29 2012
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 734428] Re: [Upstream] Wrong automatic text color "dark grey" with black background

2012-05-14 Thread Elias K Gardner
I just arrived here from Bug #886438 which I think has been incorrectly
marked a duplicate.

Bug#886438 is about the default text color in libreoffice being grey
instead of black

This Bug#734428 appears to be about the same gray text not changing to
white when the background is black.

Have I missed something? How are these bugs duplicates?

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

Title:
  [Upstream] Wrong automatic text color "dark grey" with black
  background

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

Bug description:
  Binary package hint: libreoffice

  In Libreoffice Impress the text with the color "automatic" is hard to
  read if the background color is set to black (example file attached).
  I have to change the color from "automatic" to white.

  Please map the "automatic" color to white if the background color is
  set to black.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-impress 1:3.3.1-1ubuntu5
  Uname: Linux 2.6.38-997-generic x86_64
  Architecture: amd64
  Date: Sun Mar 13 18:09:02 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100921.1)
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to natty on 2011-03-11 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-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: gnome-settings-daemon consumes 100% cpu

2012-05-14 Thread SlugiusRex
In my original report ( https://bugs.launchpad.net/ubuntu/+source/gnome-
settings-daemon/+bug/990695 )

Observed process use 100% + CPU utilization on one core for more than 30 
minutes. Memory 
grew from about 200 MB to 390 MB during this 30 minute period.

 Process status was reported as "Sleeping/futex_wait_queme_me". However, as 
soon as I typed 'ubuntu-bug' 
 in the terminal it switched to Running ~ and then dropped its CPU usage to 
60% and gave back 100MB of 
 memory.

 Then while typing this comment here it went back up to 102% and
started consuming memory again.

 See attached screenshot

It could be the case that I used [CTRL ALT PRTSCRN] to take the
screenshot - which made it calm down for a moment before it started
going all berserk again.  I have not been able to replicate the
phenomena since my original report on  2012-04-28.

-- 
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:
  gnome-settings-daemon consumes 100% cpu

Status in “gnome-settings-daemon” package in Ubuntu:
  Confirmed
Status in “gnome-settings-daemon” package in Fedora:
  Unknown

Bug description:
  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/ubuntu/+source/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 999362] Re: Videocall doesn´t work

2012-05-14 Thread Carlos Soriano Sánchez
-- 
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/999362

Title:
  Videocall doesn´t work

Status in “empathy” package in Ubuntu:
  New

Bug description:
  I can´t start a videocall. I´m on lubuntu 11.10 and my friend is on
  ubuntu 12.04. When I clicked to the buttom of videocall, nothing has
  happened; nevertheless, when my friend tried to start the videocall, a
  window appears on my screen to accept it, but when I clicked to accept
  nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Mon May 14 23:39:25 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2012-04-22 (21 days ago)

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

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


[Desktop-packages] [Bug 999362] [NEW] Videocall doesn´t work

2012-05-14 Thread Carlos Soriano Sánchez
Public bug reported:

I can´t start a videocall. I´m on lubuntu 11.10 and my friend is on
ubuntu 12.04. When I clicked to the buttom of videocall, nothing has
happened; nevertheless, when my friend tried to start the videocall, a
window appears on my screen to accept it, but when I clicked to accept
nothing happens.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.2.0.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon May 14 23:39:25 2012
ExecutablePath: /usr/bin/empathy
InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to oneiric on 2012-04-22 (21 days ago)

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


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

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

Title:
  Videocall doesn´t work

Status in “empathy” package in Ubuntu:
  New

Bug description:
  I can´t start a videocall. I´m on lubuntu 11.10 and my friend is on
  ubuntu 12.04. When I clicked to the buttom of videocall, nothing has
  happened; nevertheless, when my friend tried to start the videocall, a
  window appears on my screen to accept it, but when I clicked to accept
  nothing happens.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
  Uname: Linux 3.0.0-17-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Mon May 14 23:39:25 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  ProcEnviron:
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2012-04-22 (21 days ago)

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

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


[Desktop-packages] [Bug 999364] [NEW] youtube reproduction in highest resolution (1080, eg. 720) is not allowed

2012-05-14 Thread Uwe Koch
Public bug reported:

1) uwe@koch-vdm01:~$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04
uwe@koch-vdm01:~$ 

2) uwe@koch-vdm01:~$ apt-cache policy firefox
firefox:
  Instalados: 12.0+build1-0ubuntu0.12.04.1
  Candidato:  12.0+build1-0ubuntu0.12.04.1
  Tabla de versión:
 *** 12.0+build1-0ubuntu0.12.04.1 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://archive.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 11.0+build1-0ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
uwe@koch-vdm01:~$ 

3) video reproduction in highest available resolution (1080. 720)

4) I get the following error:

"Se ha producido un error. Vuelva a intentarlo más tarde"
" An error has appeared. Try later again"

I don't get the error in chrome, if I choose the same video in the
highest available resolution.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: fglrx
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  uwe2327 F pulseaudio
 /dev/snd/pcmC0D0p:   uwe2327 F...m pulseaudio
BuildID: 20120423122928
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'CA0106'/'Audigy SE [SB0570] at 0xe200 irq 17'
   Mixer name   : 'CA0106'
   Components   : ''
   Controls  : 35
   Simple ctrls  : 18
Channel: release
Date: Mon May 14 18:05:10 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
IpRoute:
 default via 192.168.1.254 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.76  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122928 (Running)
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: Upgraded to precise on 2012-04-28 (16 days ago)
dmi.bios.date: 03/07/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: MS-7312
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: 1.00
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd03/07/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7312:pvr1.00:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7312:rvr1.00:cvn:ct3:cvr:
dmi.product.name: MS-7312
dmi.product.version: 1.00
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

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


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

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

Title:
  youtube reproduction in highest resolution (1080, eg. 720) is not
  allowed

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1) uwe@koch-vdm01:~$ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  uwe@koch-vdm01:~$ 

  2) uwe@koch-vdm01:~$ apt-cache policy firefox
  firefox:
Instalados: 12.0+build1-0ubuntu0.12.04.1
Candidato:  12.0+build1-0ubuntu0.12.04.1
Tabla de versión:
   *** 12.0+build1-0ubuntu0.12.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   11.0+build1-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  uwe@koch-vdm01:~$ 

  3) video reproduction in highest available resolution (1080. 720)

  4) I get the following error:

  "Se ha producido un error. Vuelva a intentarlo más tarde"
  " An error has appeared. Try later again"

  I don't get the error in chrome, if I choose the same video in the
  highest available resolution.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  uwe2327 F pulseaudio
   /dev/snd/pcmC0D0p:   uwe2327 F...m pulseaudio
  BuildID: 20120423122928
  CRDA:

[Desktop-packages] [Bug 999364] Re: youtube reproduction in highest resolution (1080, eg. 720) is not allowed

2012-05-14 Thread Uwe Koch
-- 
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/999364

Title:
  youtube reproduction in highest resolution (1080, eg. 720) is not
  allowed

Status in “firefox” package in Ubuntu:
  New

Bug description:
  1) uwe@koch-vdm01:~$ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  uwe@koch-vdm01:~$ 

  2) uwe@koch-vdm01:~$ apt-cache policy firefox
  firefox:
Instalados: 12.0+build1-0ubuntu0.12.04.1
Candidato:  12.0+build1-0ubuntu0.12.04.1
Tabla de versión:
   *** 12.0+build1-0ubuntu0.12.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://archive.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   11.0+build1-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  uwe@koch-vdm01:~$ 

  3) video reproduction in highest available resolution (1080. 720)

  4) I get the following error:

  "Se ha producido un error. Vuelva a intentarlo más tarde"
  " An error has appeared. Try later again"

  I don't get the error in chrome, if I choose the same video in the
  highest available resolution.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  uwe2327 F pulseaudio
   /dev/snd/pcmC0D0p:   uwe2327 F...m pulseaudio
  BuildID: 20120423122928
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'CA0106'/'Audigy SE [SB0570] at 0xe200 irq 17'
 Mixer name : 'CA0106'
 Components : ''
 Controls  : 35
 Simple ctrls  : 18
  Channel: release
  Date: Mon May 14 18:05:10 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  IpRoute:
   default via 192.168.1.254 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.76  metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122928 (Running)
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-04-28 (16 days ago)
  dmi.bios.date: 03/07/2008
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: MS-7312
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
  dmi.board.version: 1.00
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd03/07/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7312:pvr1.00:rvnMICRO-STARINTERNATIONALCO.,LTD:rnMS-7312:rvr1.00:cvn:ct3:cvr:
  dmi.product.name: MS-7312
  dmi.product.version: 1.00
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD

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

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


[Desktop-packages] [Bug 996039] Re: Gnome classic took chinese language as default after update

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

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

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

Title:
  Gnome classic took chinese language as default after update

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

Bug description:
  Clean install 12.04
  did what here is 
http://www.omgubuntu.co.uk/2011/12/how-to-make-ubuntu-11-10-look-and-feel-like-gnome-2/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+d0od+%28OMG!+Ubuntu!%29
  installed gnome-session-fallback
  updates
  restart- i get chineese

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-session-fallback 3.2.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Mon May  7 19:46:41 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  PackageArchitecture: all
  SourcePackage: gnome-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


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

2012-05-14 Thread Gary Lasker
Branch contains a proposed fix for this palindromatic-numbered bug
report.

** Changed in: software-center (Ubuntu)
Milestone: None => precise-updates

** Branch linked: lp:~gary-lasker/software-center/fix-crash_lp973379

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

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

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

Bug description:
  Apport says:

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.14.1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CrashCounter: 1
  Date: Wed Apr  4 12:13:30 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-02-27 (36 days ago)
  UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
sambashare tape video

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

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


[Desktop-packages] [Bug 838792] Re: "Restart" logs out, even when there are no other people logged in

2012-05-14 Thread Aethralis
I have this issue on 12.04 (upgrade from 11.10). I can't shutdown or
restart via cog menu (it simply directs to lightdm login screen). I have
to do sudo reboot or sudo init 0

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

Title:
  "Restart" logs out, even when there are no other people logged in

Status in The Session Menu:
  Invalid
Status in Unity Foundations:
  Invalid
Status in “gnome-session” package in Ubuntu:
  Confirmed

Bug description:
  Trying to restart the computer from within a unity session causes the
  session to log out, instead of actually restarting the computer.

  1. Boot up oneiric
  2. Log in
  3. Click on the Power button obscured by a tiny gear on the top and far right 
of the screen
  4. Click "Shutdown..."
  5. When asked, "Are you sure you want to close all programs and shut down the 
computer?", select "Restart" (it's on the bottom left of the dialog)

  Instead of restarting, you will be logged out.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: indicator-session 0.3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  Architecture: amd64
  Date: Thu Sep  1 13:52:22 2011
  EcryptfsInUse: Yes
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-session
  UpgradeStatus: Upgraded to oneiric on 2011-07-26 (37 days ago)

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

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


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

2012-05-14 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: Confirmed => Triaged

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

** Changed in: software-center (Ubuntu)
   Status: Triaged => In Progress

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

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

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

Bug description:
  Apport says:

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.14.1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.0-0ubuntu4
  Architecture: i386
  CrashCounter: 1
  Date: Wed Apr  4 12:13:30 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-02-27 (36 days ago)
  UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
sambashare tape video

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

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


[Desktop-packages] [Bug 957931] Re: gnome-keyring-pkcs11.so needs split out for multiarch

2012-05-14 Thread Mugendai
*** This bug is a duplicate of bug 885492 ***
https://bugs.launchpad.net/bugs/885492

** This bug has been marked a duplicate of bug 885492
   p11-kit: couldn't load module: 
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so

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

Title:
  gnome-keyring-pkcs11.so needs split out for multiarch

Status in “gnome-keyring” package in Ubuntu:
  Triaged

Bug description:
  Every time I start wine, I get loads of these (even though it seems to
  work fine):

  p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-
  keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-
  pkcs11.so: cannot open shared object file: No such file or directory

  Is there a dependency missing somewhere?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: wine1.4 1.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Sat Mar 17 10:31:01 2012
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110302)
  SourcePackage: wine1.4
  UpgradeStatus: Upgraded to precise on 2012-01-03 (73 days ago)

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

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


[Desktop-packages] [Bug 841116] Re: no color change when new messages arrive

2012-05-14 Thread Antonio Roquentin
According to the specifications of the messaging menu
(https://wiki.ubuntu.com/MessagingMenu), the enveloppe icon should
eventually mark emails and chat messages in different ways (blue or
blue+small bubble). Therefore the issue mentioned in comment 9 is less
critical than one may think. Personally I'd rather have all emails
turning the icon blue by default and have an option in the preferences
to enable the current filter so as to reduce the "noise" when needed. I
believe others may find the current behavior confusing, especially if
upgrading to Precise from an older release.

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

Title:
  no color change when new messages arrive

Status in Messaging Menu Thunderbird Extension:
  Invalid
Status in “thunderbird” package in Ubuntu:
  Invalid

Bug description:
  On a fresh 11.10 beta 1 install, the envelope icon of MessageMenu
  doesn't change color (from white to blue) when new messages (from
  epathy) are available to read.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: indicator-messages 0.4.95-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Sun Sep  4 17:46:56 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  SourcePackage: indicator-messages
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/messagingmenu-extension/+bug/841116/+subscriptions

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


[Desktop-packages] [Bug 492363] Re: Nautilus often can't recognize mp3 without extension

2012-05-14 Thread Sergey "Shnatsel" Davidoff
They are unrecognized on Precise, just in case you're wondering :)

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

Title:
  Nautilus often can't recognize mp3 without extension

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “shared-mime-info” package in Ubuntu:
  New

Bug description:
  Binary package hint: nautilus

  MP3 files are often not recognized in Karmic. I took all mp3s from my music 
archive, removed extensions, and only a half of files were recognized. It was 
OK in Jaunty.
  You can get a sample file which is not recognized at 
http://launchpadlibrarian.net/36237701/Come.mp3
  It was erroneously reported as bug in File, see bug 490087.

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

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


[Desktop-packages] [Bug 492363] Re: Nautilus often can't recognize mp3 without extension

2012-05-14 Thread Sergey "Shnatsel" Davidoff
I sure do! I've found 37 during my brief search, so I had to tar them to
attach them here. Here they are.

** Attachment added: "unrecognized_mp3s.tar"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/492363/+attachment/3146483/+files/unrecognized_mp3s.tar

** Changed in: shared-mime-info (Ubuntu)
   Status: Incomplete => New

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

Title:
  Nautilus often can't recognize mp3 without extension

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “shared-mime-info” package in Ubuntu:
  New

Bug description:
  Binary package hint: nautilus

  MP3 files are often not recognized in Karmic. I took all mp3s from my music 
archive, removed extensions, and only a half of files were recognized. It was 
OK in Jaunty.
  You can get a sample file which is not recognized at 
http://launchpadlibrarian.net/36237701/Come.mp3
  It was erroneously reported as bug in File, see bug 490087.

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

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


[Desktop-packages] [Bug 858466] Re: Ubuntu 11.10 Audio Problems with Browsers.

2012-05-14 Thread Tone1969
3-heiko solution on 2012-05-09 worked for me (I switched off internal audio as 
I only have HDMI audio connected) and sound was fine.

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

Title:
  Ubuntu 11.10 Audio Problems with Browsers.

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  all browsers dont have sound, applications do have sound, while testing 
OpenShot
  Video Editor i found out that also there videos that i created dont have
  sound. so here the Answers:

  (1) Do you get sound in other applications, or do you have no sound at
  all on your Oneiric system?

  Only browsers and OpenShot Video editor have no sound on output.

  (2) Are you using Firefox, or some other browser?

  Firefox and Chromium

  (3) Does the problem occur in another web browser? (If you are using
  Firefox, you could try Chromium, which you can get by installing the
  package called chromium-browser in the Software Center.)

  All other browsers.

  (4) Does the problem occur in another user account? If you only have one
  user account, you can create a second one for testing purposes.

  Both user accounts

  (5) What is the output of this command, run in the Terminal (Ctrl+Alt+T
  to open a Terminal window, then copy the command from your web browser,
  paste it into the Terminal, press enter to run it, then do Edit > Select
  All to select all the text in the Terminal, do Edit > Copy to copy it
  all to the clipboard, then paste it into your post here):

  
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu oneiric (development branch)
  Release:  11.10
  Codename: oneiric
  ii flashplugin-downloader:i386 10.3.183.10ubuntu1 Adobe Flash Player plugin 
downloader
  ii flashplugin-installer 10.3.183.10ubuntu1 Adobe Flash Player plugin 
installer

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

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


[Desktop-packages] [Bug 995054] Re: thunderbird loses langpacks after upgrade

2012-05-14 Thread Olivier Mengué
Steffan Hammer: you did not follow my instructions. You made the symlink in the 
reverse order.
thunderbirb/extensions must link to thunderbird-addons/extensions, not the 
reverse. You probably destroyed the content of the 
thunderbird-addons/extensions directory in the process.

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

Title:
  thunderbird loses langpacks after upgrade

Status in “adblock-plus” package in Ubuntu:
  Invalid
Status in “enigmail” package in Ubuntu:
  Invalid
Status in “mozilla-devscripts” package in Ubuntu:
  Invalid
Status in “mozvoikko” package in Ubuntu:
  Invalid
Status in “thunderbird” package in Ubuntu:
  Confirmed
Status in “adblock-plus” source package in Lucid:
  Triaged
Status in “enigmail” source package in Lucid:
  Triaged
Status in “mozilla-devscripts” source package in Lucid:
  Triaged
Status in “mozvoikko” source package in Lucid:
  Triaged
Status in “thunderbird” source package in Lucid:
  Triaged

Bug description:
  Hi.
  After upgrading thunderbird to version 12.0.1+build1-0ubuntu0.10.04.1 on 
10.04 I cannot see any system-wide langpack in the addons menu. The reason of 
it is that somehow (I think it's the order of package installation/configuring 
) '/usr/lib/thunderbird/extensions' becomes a directory while upgrade  (it 
should be symlink to '/usr/lib/thunderbird-addons/etenstions' normally). So, 
all langpacks stays in '/usr/lib/thunderbird-addons/extensions', but 
thunderbird doesn't detect them. I don't see this problem on 12.04, I think 
it's because it already had /usr/lib/thunderbird folder before upgrade, but 
ubuntu 10.04 used /usr/lib/thunderbird-a.b directories for storing thunderbird 
package data earlier, so it has this problem.

  A quick solution is:
  mv /usr/lib/thunderbird/extensions/* /usr/lib/thunderbird-addons/extensions
  rmdir  /usr/lib/thunderbird/extensions
  ln -s /usr/lib/thunderbird-addons/extensions /usr/lib/thunderbird

  This bug has already affected many machines in our office.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/995054/+subscriptions

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


[Desktop-packages] [Bug 841442] Re: rhythmbox crashed with SIGSEGV in rb_player_gst_find_element_with_property()

2012-05-14 Thread b00n
Me too (three?).

I am running Ubuntu 12.04 x86_64 on an HP Mini, it is an upgrade from an
earlier version, not a fresh install.  I uninstalled rhythmbox, did a
sudo apt-get update, removed my ~/.cache/rhythmbox, installed rhythmbox,
it still crashes.  A similar report on redhat suggests it is related to
network something but this happens to me purely local with the network
turned off.  Backtrace

(gdb) where
#0  0x77b6be61 in rb_player_gst_find_element_with_property () from 
/usr/lib/librhythmbox-core.so.5
#1  0x77b74e00 in ?? () from /usr/lib/librhythmbox-core.so.5
#2  0x77b760a1 in ?? () from /usr/lib/librhythmbox-core.so.5
#3  0x71e09a34 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#4  0x76ddec9a in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x76ddf060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x76ddf124 in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x77574b94 in g_application_run () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#8  0x00400e8a in main ()

The segfault happens pretty much right away after I click the "play"
icon (right triangle), but if I don't hit play it runs a long time.

When I start rhythmbox from the command line, I also get a HUGE number
of messages of the form

(rhythmbox-metadata:12723): GStreamer-CRITICAL **: gst_object_unref:
assertion `object != NULL' failed

(rhythmbox:12347): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
[New Thread 0x7fffda78a700 (LWP 12727)]

(rhythmbox-metadata:12731): GStreamer-CRITICAL **: gst_object_unref:
assertion `object != NULL' failed

I do not know if these are related.  I assume they happen anyway, but
when launched from the tray they go to a log file or /dev/null or
something.  The NULL seems suspiciously related, but maybe is
coincidence.

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

Title:
  rhythmbox crashed with SIGSEGV in
  rb_player_gst_find_element_with_property()

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Rhythmbox  crashed after sound crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: rhythmbox 2.90.1~20110802-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic i686
  Architecture: i386
  Date: Sun Sep  4 20:46:44 2011
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110901)
  ProcCmdline: rhythmbox
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SegvAnalysis:
   Segfault happened at: 0xb8dacd 
:mov(%esi),%edi
   PC (0x00b8dacd) ok
   source "(%esi)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%edi" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: rhythmbox
  StacktraceTop:
   rb_player_gst_find_element_with_property () from 
/usr/lib/librhythmbox-core.so.4
   ?? () from /usr/lib/librhythmbox-core.so.4
   ?? () from /usr/lib/librhythmbox-core.so.4
   rb_player_play () from /usr/lib/librhythmbox-core.so.4
   ?? () from /usr/lib/librhythmbox-core.so.4
  Title: rhythmbox crashed with SIGSEGV in 
rb_player_gst_find_element_with_property()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Desktop-packages] [Bug 958637] Re: Ubuntu's new "thin scrollbars" (or whatever they are called) suck when i want to rate song in rhytmbox

2012-05-14 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 901848 ***
https://bugs.launchpad.net/bugs/901848

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

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

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

Title:
  Ubuntu's new "thin scrollbars" (or whatever they are called) suck when
  i want to rate song in rhytmbox

Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  Whenever i want to rate a song higher than 4 stars - i'm unable to do
  so on maximized rhytmbox cause of the scrollbars which appear above
  the 5th star (assuming i have "rate" column on the right - can't be
  moved to the left, don't know why...) and when i click - it scrolls
  insted of rating the song.

  Pretty please Ubuntu Developers stop braking things... Please?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.95.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-17.27-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Sun Mar 18 17:08:03 2012
  ExecutablePath: /usr/bin/rhythmbox
  ProcEnviron:
   SHELL=/bin/bash
   LANG=pl_PL.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 999322] Re: HTML 5 sound not playing for html page run on localhost with Firefox 12.0 on 12.04

2012-05-14 Thread Adrien Lamothe
Need to amend the first statement. The pages also don't play sound when
loaded locally with Opera 11.64.

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

Title:
  HTML 5 sound not playing for html page run on localhost with Firefox
  12.0 on 12.04

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Sound is not playing for HTML 5 pages loaded from localhost (local
  Apache2) on Firefox 12.0 running on 12.04 Pangolin. The same pages
  work correctly when loaded from a remote server. Also, the pages work
  correctly when loaded from localhost using Opera 11.64.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alamo  2113 F pulseaudio
   /dev/snd/pcmC0D0p:   alamo  2113 F...m pulseaudio
  BuildID: 20120423122624
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xc000 irq 16'
 Mixer name : 'SigmaTel STAC9250'
 Components : 'HDA:83847634,107b0367,00100101 
HDA:10573057,00010001,00100100'
 Controls  : 10
 Simple ctrls  : 7
  Channel: release
  Date: Mon May 14 13:29:23 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   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.43  metric 
1 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 84.05
  dmi.board.vendor: Gateway
  dmi.board.version: 84.05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 8
  dmi.chassis.vendor: Gateway
  dmi.chassis.version: Rev.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr84.05:bd11/01/2006:svnGateway:pnMT6456:pvr3408447R:rvnGateway:rn:rvr84.05:cvnGateway:ct8:cvrRev.1:
  dmi.product.name: MT6456
  dmi.product.version: 3408447R
  dmi.sys.vendor: Gateway

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

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


[Desktop-packages] [Bug 893992] Re: Messaging Indicator does not go blue on new mail in Thunderbird

2012-05-14 Thread Antonio Roquentin
If you find that the envelope does not turn blue for all messages but
only occasionally, this is probably not a bug but a feature, see Bug
#957922 and #841116. Thunderbird now uses some algorithm to decide which
(supposedly important) emails should turn the icon blue and which not,
Since the user is not aware of this, the behavior may appear as random.
This is possibly a duplicate of either #957922 or #841116.

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

Title:
  Messaging Indicator does not go blue on new mail in Thunderbird

Status in “thunderbird” package in Ubuntu:
  Confirmed

Bug description:
  My Thunderbird is configured to connect via LAN to my college IMAP server. 
When a new mail arrives, there is only a system notification saying a new mail 
has arrived. The Messaging Indicator envelope does not turn blue. Neither does 
the Thunderbird icon in the Unity Launcher show unread mail count. So if I miss 
the notification because I was looking away, I do not have a way of knowing 
that a mail has arrived.
  I have tried purging the whole package including the ~/.thunderbird folder, 
but the problem refuses to go. Messaging menu works fine because Empathy and 
gm-notify both use it without any trouble.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nishant3909 F pulseaudio
   /dev/snd/controlC0:  nishant3909 F pulseaudio
   /dev/snd/pcmC0D0p:   nishant3909 F...m pulseaudio
  BuildID: 20110929183320
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc50 irq 46'
 Mixer name : 'IDT 92HD73C1X5'
 Components : 'HDA:111d7675,102802be,00100103'
 Controls  : 16
 Simple ctrls  : 10
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfc01 irq 48'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100100'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Wed Nov 23 18:49:25 2011
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  IpRoute:
   default via 172.24.71.254 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   172.16.138.0/24 dev vmnet1  proto kernel  scope link  src 172.16.138.1 
   172.24.64.0/21 dev eth0  proto kernel  scope link  src 172.24.64.19  metric 
1 
   192.168.150.0/24 dev vmnet8  proto kernel  scope link  src 192.168.150.1
  Prefs:
   extensions.lastAppVersion - 7.0.1
   network.cookie.prefsMigrated - true
   font.size.variable.x-western - 12
   plugin.soname.list - libXext.so
  Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: thunderbird
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A08
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd11/07/2009:svnDellInc.:pnStudio1555:pvrA08:rvnDellInc.:rn:rvrA08:cvnDellInc.:ct8:cvrA08:
  dmi.product.name: Studio 1555
  dmi.product.version: A08
  dmi.sys.vendor: Dell Inc.

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

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


[Desktop-packages] [Bug 999322] Re: HTML 5 sound not playing for html page run on localhost with Firefox 12.0 on 12.04

2012-05-14 Thread Adrien Lamothe
-- 
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/999322

Title:
  HTML 5 sound not playing for html page run on localhost with Firefox
  12.0 on 12.04

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Sound is not playing for HTML 5 pages loaded from localhost (local
  Apache2) on Firefox 12.0 running on 12.04 Pangolin. The same pages
  work correctly when loaded from a remote server. Also, the pages work
  correctly when loaded from localhost using Opera 11.64.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alamo  2113 F pulseaudio
   /dev/snd/pcmC0D0p:   alamo  2113 F...m pulseaudio
  BuildID: 20120423122624
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xc000 irq 16'
 Mixer name : 'SigmaTel STAC9250'
 Components : 'HDA:83847634,107b0367,00100101 
HDA:10573057,00010001,00100100'
 Controls  : 10
 Simple ctrls  : 7
  Channel: release
  Date: Mon May 14 13:29:23 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   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.43  metric 
1 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 84.05
  dmi.board.vendor: Gateway
  dmi.board.version: 84.05
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 8
  dmi.chassis.vendor: Gateway
  dmi.chassis.version: Rev.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr84.05:bd11/01/2006:svnGateway:pnMT6456:pvr3408447R:rvnGateway:rn:rvr84.05:cvnGateway:ct8:cvrRev.1:
  dmi.product.name: MT6456
  dmi.product.version: 3408447R
  dmi.sys.vendor: Gateway

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

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


[Desktop-packages] [Bug 999322] [NEW] HTML 5 sound not playing for html page run on localhost with Firefox 12.0 on 12.04

2012-05-14 Thread Adrien Lamothe
Public bug reported:

Sound is not playing for HTML 5 pages loaded from localhost (local
Apache2) on Firefox 12.0 running on 12.04 Pangolin. The same pages work
correctly when loaded from a remote server. Also, the pages work
correctly when loaded from localhost using Opera 11.64.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alamo  2113 F pulseaudio
 /dev/snd/pcmC0D0p:   alamo  2113 F...m pulseaudio
BuildID: 20120423122624
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xc000 irq 16'
   Mixer name   : 'SigmaTel STAC9250'
   Components   : 'HDA:83847634,107b0367,00100101 
HDA:10573057,00010001,00100100'
   Controls  : 10
   Simple ctrls  : 7
Channel: release
Date: Mon May 14 13:29:23 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 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.43  metric 1 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
RfKill:
 
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/01/2006
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 84.05
dmi.board.vendor: Gateway
dmi.board.version: 84.05
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 8
dmi.chassis.vendor: Gateway
dmi.chassis.version: Rev.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr84.05:bd11/01/2006:svnGateway:pnMT6456:pvr3408447R:rvnGateway:rn:rvr84.05:cvnGateway:ct8:cvrRev.1:
dmi.product.name: MT6456
dmi.product.version: 3408447R
dmi.sys.vendor: Gateway

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


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

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

Title:
  HTML 5 sound not playing for html page run on localhost with Firefox
  12.0 on 12.04

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Sound is not playing for HTML 5 pages loaded from localhost (local
  Apache2) on Firefox 12.0 running on 12.04 Pangolin. The same pages
  work correctly when loaded from a remote server. Also, the pages work
  correctly when loaded from localhost using Opera 11.64.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 12.0+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
  Uname: Linux 3.2.0-24-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alamo  2113 F pulseaudio
   /dev/snd/pcmC0D0p:   alamo  2113 F...m pulseaudio
  BuildID: 20120423122624
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xc000 irq 16'
 Mixer name : 'SigmaTel STAC9250'
 Components : 'HDA:83847634,107b0367,00100101 
HDA:10573057,00010001,00100100'
 Controls  : 10
 Simple ctrls  : 7
  Channel: release
  Date: Mon May 14 13:29:23 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   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.43  metric 
1 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
  RfKill:
   
  RunningIncompatibleAddons: True
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2006
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 84.05
  dmi.board.vendor: Gateway

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

2012-05-14 Thread Gary Lasker
** Description changed:

  The ubuntu software-center doesn't open, it's loading without any result
  o screen until it crashes.
  
- I found that I could reproduce this crash as follows:
+ Although the test description above does not describe this, I found that
+ I could reproduce this crash as follows:
  
  TEST CASE:
  1. open stock software-center
  2. click on the "All Software" button very quickly while the main page is 
still loading
  3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
  4. use the fixed version from -proposed
  5. verify that (2) does no longer produces a traceback
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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

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

Bug description:
  The ubuntu software-center doesn't open, it's loading without any
  result o screen until it crashes.

  Although the test description above does not describe this, I found
  that I could reproduce this crash as follows:

  TEST CASE:
  1. open stock software-center
  2. click on the "All Software" button very quickly while the main page is 
still loading
  3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
  4. use the fixed version from -proposed
  5. verify that (2) does no longer produces a traceback

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 664459] Re: VPN-Plugin Networkmanager not working for all users

2012-05-14 Thread Aliaksei
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/999193
The same thing.

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

Title:
  VPN-Plugin Networkmanager not working for all users

Status in The Linux Mint Distribution:
  Triaged
Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Mint 10 RC1

  If I configure a VPN-connection and mark "available for all Users" other 
users can see the connection, but not use it. The error message says, that vpn 
could not be startet.
  As soon as I edit the connection and remove the mark, vpn works as exspected.

  This can be reproduced

  regards
  Sven

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

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


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

2012-05-14 Thread Gary Lasker
** Description changed:

  The ubuntu software-center doesn't open, it's loading without any result
  o screen until it crashes.
+ 
+ I found that I could reproduce this crash as follows:
+ 
+ TEST CASE:
+ 1. open stock software-center
+ 2. click on the "All Software" button very quickly while the main page is 
still loading
+ 3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
+ 4. use the fixed version from -proposed
+ 5. verify that (2) does no longer produces a traceback
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=el_GR.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=el_GR.UTF-8
+  SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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

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

Bug description:
  The ubuntu software-center doesn't open, it's loading without any
  result o screen until it crashes.

  I found that I could reproduce this crash as follows:

  TEST CASE:
  1. open stock software-center
  2. click on the "All Software" button very quickly while the main page is 
still loading
  3. verify that there is a traceback (note that this does not happen always, 
just most of the time)
  4. use the fixed version from -proposed
  5. verify that (2) does no longer produces a traceback

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


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

2012-05-14 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: Confirmed => In Progress

** Branch linked: lp:~gary-lasker/software-center/fix-crash_lp920196

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

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

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

Bug description:
  The ubuntu software-center doesn't open, it's loading without any
  result o screen until it crashes.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: software-center 5.1.6
  ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1
  Uname: Linux 3.2.0-10-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Mon Jan 23 00:22:16 2012
  ExecutablePath: /usr/share/software-center/software-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 
(2029.1)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-center
  ProcEnviron:
   PATH=(custom, no user)
   LANG=el_GR.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/bin/software-center']
  SourcePackage: software-center
  Title: software-center crashed with AttributeError in __contains__(): 
'NoneType' object has no attribute '__contains__'
  UpgradeStatus: Upgraded to precise on 2012-01-22 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Desktop-packages] [Bug 998239] Re: Login screen forces same resolution on all displays in non-identical multi-display setup

2012-05-14 Thread Bruno Girin
Hi Sebastien, it is the default Ubuntu greeter. Disconnecting and re-
connecting the external display while on the greeter fixes the problem
(at least temporarily, I haven't rebooted yet).

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

Title:
  Login screen forces same resolution on all displays in non-identical
  multi-display setup

Status in “lightdm” package in Ubuntu:
  Incomplete

Bug description:
  In a multi-display setup where displays have different resolutions
  (e.g. external display connected to laptop), the login screen forces
  the same resolution on both displays. For example in my setup I have a
  laptop with a 16:9 ratio and an external screen with a 4:3 ratio. The
  background appears on both displays and the login box appears on the
  laptop's built-in display. However, both displays are forced to a 4:3
  resolution that only fits the external screen.

  Steps to reproduce:
  1. Connect an external display to a laptop with different ratio (e.g. 16:9 
laptop and 4:3 external display)
  2. Start the laptop
  3. The login screen appears

  Expected behaviour:
  Each display shows an image that is scaled according to their individual 
resolutions

  Actual behaviour:
  Both displays are forced to a degraded resolution that can be displayed by 
both. E.g. in my case the laptop has a max resolution of 1366x768 while the 
external display has a max resolution of 1280x1024: the resolution used by the 
login screen is 1024x768 i.e. a 4:3 resolution (like the external display) but 
with 768 vertical resolution (which is the max vertical resolution of the 
laptop).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Fri May 11 21:46:20 2012
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-02-11 (90 days ago)

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

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


[Desktop-packages] [Bug 999193] Re: VPN connection doesn't work on Ubuntu 12.04

2012-05-14 Thread Matt Fischer
** Package changed: gnome-nettool (Ubuntu) => network-manager (Ubuntu)

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

Title:
  VPN connection doesn't work on Ubuntu 12.04

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

Bug description:
  Having this problem since 11.04.
  Seems like this is long-term bug that haven't been fixed yet.

  When try to establish VPN connection on new Ubuntu 12.04 I am still
  coming up with the message 'VPN service failed.'

  Things, that I have already tried:
  1) Tick/Untick 'Available for all'
  2) Adding refuse-eap=yes in gconf-editor
  3) Various hints that popped up from Google.

  My syslog:

  May  6 13:43:57 head NetworkManager[958]:  Starting VPN service 
'pptp'...
  May  6 13:43:57 head NetworkManager[958]:  VPN service 'pptp' started 
(org.freedesktop.NetworkManager.pptp), PID 19702
  May  6 13:43:57 head NetworkManager[958]:  VPN service 'pptp' appeared; 
activating connections
  May  6 13:43:57 head NetworkManager[958]:  VPN plugin state changed: 
init (1)
  May  6 13:43:58 head NetworkManager[958]:  VPN plugin state changed: 
starting (3)
  May  6 13:43:58 head NetworkManager[958]:  VPN connection 'NIKS' 
(Connect) reply received.
  May  6 13:43:58 head pppd[19706]: Plugin 
/usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded.
  May  6 13:43:58 head pppd[19706]: pppd 2.4.5 started by root, uid 0
  May  6 13:43:58 head pppd[19706]: Using interface ppp0
  May  6 13:43:58 head pppd[19706]: Connect: ppp0 <--> /dev/pts/1
  May  6 13:43:58 head NetworkManager[958]:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/virtual/net/ppp0, iface: ppp0)
  May  6 13:43:58 head NetworkManager[958]:SCPlugin-Ifupdown: device added 
(path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration 
found.
  May  6 13:43:58 head pptp[19710]: nm-pptp-service-19702 log[main:pptp.c:314]: 
The synchronous pptp option is NOT activated
  May  6 13:43:58 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 
'Start-Control-Connection-Request'
  May  6 13:43:58 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_disp:pptp_ctrl.c:739]: Received Start Control Connection Reply
  May  6 13:43:58 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_disp:pptp_ctrl.c:773]: Client connection established.
  May  6 13:43:59 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 
'Outgoing-Call-Request'
  May  6 13:43:59 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_disp:pptp_ctrl.c:858]: Received Outgoing Call Reply.
  May  6 13:43:59 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_disp:pptp_ctrl.c:897]: Outgoing call established (call ID 0, peer's 
call ID 1284).
  May  6 13:44:01 head kernel: [54402.832108] wlan0: no IPv6 routers present
  May  6 13:44:03 head ntpdate[19681]: no server suitable for synchronization 
found
  May  6 13:44:10 head NetworkManager[958]:  (wlan0): IP6 addrconf timed 
out or failed.
  May  6 13:44:10 head NetworkManager[958]:  Activation (wlan0) Stage 4 
of 5 (IPv6 Configure Timeout) scheduled...
  May  6 13:44:10 head NetworkManager[958]:  Activation (wlan0) Stage 4 
of 5 (IPv6 Configure Timeout) started...
  May  6 13:44:10 head NetworkManager[958]:  Activation (wlan0) Stage 4 
of 5 (IPv6 Configure Timeout) complete.
  May  6 13:44:29 head pppd[19706]: LCP: timeout sending Config-Requests
  May  6 13:44:29 head pppd[19706]: Connection terminated.
  May  6 13:44:29 head NetworkManager[958]:  VPN plugin failed: 1
  May  6 13:44:29 head NetworkManager[958]:SCPlugin-Ifupdown: devices 
removed (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
  May  6 13:44:29 head pptp[19710]: nm-pptp-service-19702 
warn[decaps_hdlc:pptp_gre.c:204]: short read (-1): Input/output error
  May  6 13:44:29 head pppd[19706]: Modem hangup
  May  6 13:44:29 head pptp[19710]: nm-pptp-service-19702 
warn[decaps_hdlc:pptp_gre.c:216]: pppd may have shutdown, see pppd log
  May  6 13:44:29 head pptp[19717]: nm-pptp-service-19702 
log[callmgr_main:pptp_callmgr.c:234]: Closing connection (unhandled)
  May  6 13:44:29 head pptp[19717]: nm-pptp-service-19702 
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12 
'Call-Clear-Request'
  May  6 13:44:29 head pptp[19717]: nm-pptp-service-19702 
log[call_callback:pptp_callmgr.c:79]: Closing connection (call state)
  May  6 13:44:29 head NetworkManager[958]:  VPN plugin failed: 1
  May  6 13:44:29 head pppd[19706]: Exit.
  May  6 13:44:29 head NetworkManager[958]:  VPN plugin failed: 1
  May  6 13:44:29 head NetworkManager[958]:  VPN plugin state changed: 
stopped (6)
  May  6 13:44:29 head NetworkManager[958]:  VPN plugin state change 
reason: 0
  May  6 13:44:29 head NetworkManager[958]:  error disconnecting VPN: 
Could not process the request because no VPN connection was active.
  May  6 13:

[Desktop-packages] [Bug 999301] Re: package "eagle" not found in software center

2012-05-14 Thread Alistair Buxton
** Attachment added: "Screenshot from 2012-05-14 20:43:31.png"
   
https://bugs.launchpad.net/bugs/999301/+attachment/3146406/+files/Screenshot%20from%202012-05-14%2020%3A43%3A31.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/999301

Title:
  package "eagle" not found in software center

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

Bug description:
  To reproduce:

  1. open app lens in dash
  2. search for "eagle"
  3. click on eagle icon

  Software center opens on a "package not found" error (see screenshot).

  This might be because eagle only has an i386 version.

  I have installed it successfully using synaptic.

  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 14 20:43:45 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, 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/ubuntu/+source/software-center/+bug/999301/+subscriptions

-- 
Mailing list: https://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 997114] Re: Airplane Mode starts whenever WiFi is turned off

2012-05-14 Thread Erik A
My laptop has been sent in for an unrelated issue, I'll try it as soon as
it gets back, thanks
On May 14, 2012 9:20 PM, "Fabio Marconi"  wrote:

> can you please run in a terminal
> apport-collect -p network-manager 997114
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Package changed: ubuntu => network-manager (Ubuntu)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/997114
>
> Title:
>  Airplane Mode starts whenever WiFi is turned off
>
> Status in “network-manager” package in Ubuntu:
>  New
>
> Bug description:
>  Package: Network properties, what ever it's called.
>
>  When turning off WiFi, Airplane mode is automatically turned on. If I
>  then turn off Airplane Mode WiFi is turned back on. This is especially
>  annoying if I'm about to connect a USB 3G-dongle for instance, whereas
>  I don't want to use WiFi, but I want to disable it before connecting
>  the dongle.
>
>  12.04 LTS. It was the same in Linux Mint 12 iirc.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/997114/+subscriptions
>

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

Title:
  Airplane Mode starts whenever WiFi is turned off

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

Bug description:
  Package: Network properties, what ever it's called.

  When turning off WiFi, Airplane mode is automatically turned on. If I
  then turn off Airplane Mode WiFi is turned back on. This is especially
  annoying if I'm about to connect a USB 3G-dongle for instance, whereas
  I don't want to use WiFi, but I want to disable it before connecting
  the dongle.

  12.04 LTS. It was the same in Linux Mint 12 iirc.

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

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


[Desktop-packages] [Bug 999292] Re: "Digital Stereo(SPD/IF)" still have sound when switched profile to "Analog Stereo"

2012-05-14 Thread Henry Lin
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/999292

Title:
  "Digital Stereo(SPD/IF)" still have sound when switched profile to
  "Analog Stereo"

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

Bug description:
  As the title.

  This bug exist since at least 11.04 till now.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  Uname: Linux 3.3.6-generic-vdragon-mod i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 15 03:12:30 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   LANGUAGE=zh_TW:zh
   PATH=(custom, no user)
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (gnome-shell:1960): folks-WARNING **: Failed to find primary PersonaStore 
with type ID 'eds' and ID 'system'.
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (rhythmbox:20062): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

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


[Desktop-packages] [Bug 999292] [NEW] "Digital Stereo(SPD/IF)" still have sound when switched profile to "Analog Stereo"

2012-05-14 Thread Henry Lin
Public bug reported:

As the title.

This bug exist since at least 11.04 till now.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.1-0ubuntu1
Uname: Linux 3.3.6-generic-vdragon-mod i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May 15 03:12:30 2012
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
ProcEnviron:
 LANGUAGE=zh_TW:zh
 PATH=(custom, no user)
 LANG=zh_TW.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (gnome-shell:1960): folks-WARNING **: Failed to find primary PersonaStore with 
type ID 'eds' and ID 'system'.
 (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
 (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
 (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
 (rhythmbox:20062): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

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

Title:
  "Digital Stereo(SPD/IF)" still have sound when switched profile to
  "Analog Stereo"

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

Bug description:
  As the title.

  This bug exist since at least 11.04 till now.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  Uname: Linux 3.3.6-generic-vdragon-mod i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 15 03:12:30 2012
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  ProcEnviron:
   LANGUAGE=zh_TW:zh
   PATH=(custom, no user)
   LANG=zh_TW.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (gnome-shell:1960): folks-WARNING **: Failed to find primary PersonaStore 
with type ID 'eds' and ID 'system'.
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (nautilus:1985): Nautilus-GDU-WARNING **: unable to query info: 指定的位置不被支援
   (rhythmbox:20062): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

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


[Desktop-packages] [Bug 998361] Re: Empathy refusing to connect to IM services

2012-05-14 Thread Bug Watch Updater
** Changed in: empathy
   Status: Unknown => New

** Changed in: empathy
   Importance: Unknown => Medium

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

Title:
  Empathy refusing to connect to IM services

Status in Chat app, and Telepathy user interface:
  New
Status in “empathy” package in Ubuntu:
  Triaged

Bug description:
  I have configured Empathy with Facebook and Gmail just after
  installing Ubuntu 12.04. It worked flawlessly for few days and one
  fine day it crashed. After that when ever I am opening Empathy it is
  failing to connect to Gmail and Facebook ( I have not checked any
  other IM services). After the crash I removed my account
  configurations and added once again but still facing the same issue (
  I am using correct password)

  I have also removed the configuration files from :
  /home/abhijeet/.gconf/apps/empathy and reinstalled empathy get all the
  configuration in fresh but still faceing the same issue.

  Please check the attached screen shot

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Sat May 12 13:50:33 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 623022] Re: "create folder" in gtk filechooser dialog does not work

2012-05-14 Thread Amos Brocco
Bug still present in 12.04

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

Title:
  "create folder" in gtk filechooser dialog does not work

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

Bug description:
  release: Ubuntu 10.04, Ubuntu 10.10
  package: libgtk2.0-0 2.20.1-0ubuntu2 (Ubuntu 10.04), libgtk2.0-0 
2.21.6-1ubuntu1 (Ubuntu 10.10)

  Creating a new folder using gtk filechooser dialog does not work when
  in the current directory some network related file activity takes
  place in parallel. When you press the "Create Folder" button in the
  gtk filechooser dialog the input field for entering the folder name
  appears for only a fraction of a second and then immediately vanishes
  again.

  To reproduce the problem:
  - download some big file using wget, firefox, chrome, ... to a directory, 
e.g. /home/jochen/foo/
  - while the download is still running start an application which brings up a  
gtk filechooser dialog (e.g. start gedit, type some characters, then hit 
ctrl-s), in the filechooser dialog navigate to the same directory 
/home/jochen/foo and press the "Create Folder" button

  Some additional observations:
  - this only seems to concern network related file activity (I can also 
reproduce the problem when copying files from a network drive or with scp, but 
_not_ when copying local files)
  - in Ubuntu 10.04 firefox even crashes after you hit the "Create Folder" 
button two or three times (but I could not reproduce that in Ubuntu 10.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/623022/+subscriptions

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


[Desktop-packages] [Bug 997114] Re: Airplane Mode starts whenever WiFi is turned off

2012-05-14 Thread Fabio Marconi
can you please run in a terminal
apport-collect -p network-manager 997114
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

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

Title:
  Airplane Mode starts whenever WiFi is turned off

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

Bug description:
  Package: Network properties, what ever it's called.

  When turning off WiFi, Airplane mode is automatically turned on. If I
  then turn off Airplane Mode WiFi is turned back on. This is especially
  annoying if I'm about to connect a USB 3G-dongle for instance, whereas
  I don't want to use WiFi, but I want to disable it before connecting
  the dongle.

  12.04 LTS. It was the same in Linux Mint 12 iirc.

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

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


[Desktop-packages] [Bug 999255] Re: Touchpad sensitivity settings bug

2012-05-14 Thread Sebastien Bacher
** Package changed: gnome-control-center (Ubuntu) => xorg-server
(Ubuntu)

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

Title:
  Touchpad sensitivity settings bug

Status in “xorg-server” package in Ubuntu:
  New

Bug description:
  Touchpad is way too sensitive and it's hard to use keyboard without
  doing some mess around. I tried to change touchpad sensetivity and it
  does nothing. Original settings:

  florin@florin-Satellite-C650:~$ xinput list-props "SynPS/2 Synaptics 
TouchPad" |grep -i finger
Synaptics Finger (254): 25, 30, 256
Synaptics Two-Finger Pressure (261):282
Synaptics Two-Finger Width (262):   7
Synaptics Two-Finger Scrolling (265):   0, 0

  
  Here I changed sensitivity and ran again:


  florin@florin-Satellite-C650:~$ xinput list-props "SynPS/2 Synaptics 
TouchPad" |grep -i finger
Synaptics Finger (254): 25, 30, 256
Synaptics Two-Finger Pressure (261):282
Synaptics Two-Finger Width (262):   7
Synaptics Two-Finger Scrolling (265):   0, 0
  florin@florin-Satellite-C650:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Mon May 14 21:08:55 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   deja-dup22.0-0ubuntu2
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

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

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


[Desktop-packages] [Bug 998361] Re: Empathy refusing to connect to IM services

2012-05-14 Thread Bilal Shahid
i am sending your bug to upstream you please subscribe to that one bug
thanks

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

** Also affects: empathy via
   https://bugzilla.gnome.org/show_bug.cgi?id=676041
   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/998361

Title:
  Empathy refusing to connect to IM services

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

Bug description:
  I have configured Empathy with Facebook and Gmail just after
  installing Ubuntu 12.04. It worked flawlessly for few days and one
  fine day it crashed. After that when ever I am opening Empathy it is
  failing to connect to Gmail and Facebook ( I have not checked any
  other IM services). After the crash I removed my account
  configurations and added once again but still facing the same issue (
  I am using correct password)

  I have also removed the configuration files from :
  /home/abhijeet/.gconf/apps/empathy and reinstalled empathy get all the
  configuration in fresh but still faceing the same issue.

  Please check the attached screen shot

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Sat May 12 13:50:33 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 997114] [NEW] Airplane Mode starts whenever WiFi is turned off

2012-05-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Package: Network properties, what ever it's called.

When turning off WiFi, Airplane mode is automatically turned on. If I
then turn off Airplane Mode WiFi is turned back on. This is especially
annoying if I'm about to connect a USB 3G-dongle for instance, whereas I
don't want to use WiFi, but I want to disable it before connecting the
dongle.

12.04 LTS. It was the same in Linux Mint 12 iirc.

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


** Tags: bot-comment
-- 
Airplane Mode starts whenever WiFi is turned off
https://bugs.launchpad.net/bugs/997114
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to network-manager in Ubuntu.

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


[Desktop-packages] [Bug 998361] Re: Empathy refusing to connect to IM services

2012-05-14 Thread abhijeet
Bilal, Can you please tell me how can I report this bug to upstream.
I thought that reporting the bug here is the final step.

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

Title:
  Empathy refusing to connect to IM services

Status in “empathy” package in Ubuntu:
  Triaged

Bug description:
  I have configured Empathy with Facebook and Gmail just after
  installing Ubuntu 12.04. It worked flawlessly for few days and one
  fine day it crashed. After that when ever I am opening Empathy it is
  failing to connect to Gmail and Facebook ( I have not checked any
  other IM services). After the crash I removed my account
  configurations and added once again but still facing the same issue (
  I am using correct password)

  I have also removed the configuration files from :
  /home/abhijeet/.gconf/apps/empathy and reinstalled empathy get all the
  configuration in fresh but still faceing the same issue.

  Please check the attached screen shot

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  Date: Sat May 12 13:50:33 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


  1   2   3   4   >