[Bug 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
@Mathias: I am beginner in bug fixing. I have made the changes is the
.cfg  file. Is it better to create a patch and upload it or perform a
push of my branch?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in Ubuntu.
https://bugs.launchpad.net/bugs/1162477

Title:
  typo in nagios.cfg : cfg_drr=...

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Also affects: openvswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: openvswitch (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: openvswitch (Ubuntu Precise)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: openvswitch (Ubuntu Quantal)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1134103

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Changed in: openvswitch (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Quantal)
 Assignee: (unassigned) = James Page (james-page)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1134103

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
Hey
I am new to fixing bugs. First I would like to know should I create a patch or 
just push my branch after making changes? What is the difference between two 
approach.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in Ubuntu.
https://bugs.launchpad.net/bugs/1162477

Title:
  typo in nagios.cfg : cfg_drr=...

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1198639] [NEW] Unable to add nodes to MAAS Server running in VirtualBox

2013-07-07 Thread Rigved Rakshit
Public bug reported:

Description:Ubuntu 12.04.2 LTS
Release:12.04

maas-enlist:
  Installed: 0.4-0ubuntu1.3
  Candidate: 0.4-0ubuntu1.3
  Version table:
 *** 0.4-0ubuntu1.3 0
500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.4-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

Expected Outcome: The client node should be enlisted on the maas master.

Actual Outcome:

I have followed the tutorials here
(http://maas.ubuntu.com/docs/install.html) and here
(http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
server (running Ubuntu 12.04 server) is already set up in a VirtualBox
VM. I have not installed DHCP on this server as I already have a DHCP
server on my LAN router. I am also able to access the MAAS web-interface
from my host Ubuntu 12.04 desktop machine's web browser. However, when I
try to add nodes to the MAAS server by using the Multiple Server
Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
not get added to the MAAS server. For clarification, the node is also a
VirtualBox VM.

After the network auto-configuration step of the installation process
has completed, I am presented with the following options:

* ubuntu-maas-master MAAS Server - (192.168.1.105:80)
* Specify MAAS by name or address
* Create a new MAAS on this server

So, I select the first option (ubuntu-maas-master MAAS Server), which is
the correct IP address of my MAAS master server VM.

After this, the client node VM sigkills all processes and shuts down.
The client node is not added on the MAAS master server. On the MAAS
master server, I can see this error message in /var/log/maas/maas.log:

ERROR 2013-06-29 10:26:03,713 maas.maasserver  
Exception: {u'after_commissioning_action': [u'Select a valid choice. 2 is not 
one of the available choices.']} 
ERROR 2013-06-29 10:26:03,723 maas.maasserver Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py, line 
22, in inner_func
response = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 166, in 
__call__
result = self.error_handler(e, request, meth, em_format)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 164, in 
__call__
result = meth(request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 311, in 
dispatch
return function(self, request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 699, in new
return create_node(request)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 675, in 
create_node
raise ValidationError(form.errors)
ValidationError: {u'after_commissioning_action': [u'Select a valid choice. 2 is 
not one of the available choices.']}

** Affects: maas-enlist (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  
  maas-enlist:
-   Installed: 0.4-0ubuntu1.3
-   Candidate: 0.4-0ubuntu1.3
-   Version table:
-  *** 0.4-0ubuntu1.3 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  0.4-0ubuntu1 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
+   Installed: 0.4-0ubuntu1.3
+   Candidate: 0.4-0ubuntu1.3
+   Version table:
+  *** 0.4-0ubuntu1.3 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  0.4-0ubuntu1 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  
  Expected Outcome: The client node should be enlisted on the maas master.
  
  Actual Outcome:
  
  I have followed the tutorials here
  (http://maas.ubuntu.com/docs/install.html) and here
  (http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
  server (running Ubuntu 12.04 server) is already set up in a VirtualBox
  VM. I have not installed DHCP on this server as I already have a DHCP
  server on my LAN router. I am also able to access the MAAS web-interface
  from my host Ubuntu 12.04 desktop machine's web browser. However, when I
  try to add nodes to the MAAS server by using the Multiple Server
  Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
  not get added to the MAAS server. For clarification, the node is also a
  VirtualBox VM.
  
  After the network auto-configuration step of the installation process
  has completed, I am presented with the following options:
  
  * ubuntu-maas-master MAAS Server - (192.168.1.105:80)
  * Specify MAAS by name or address
  * Create a new MAAS on this 

[Bug 748613] Re: package open-vm-dkms 2010.06.16-268169-3ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build

2013-07-07 Thread Nate Muench (Mink)
Request to mark this bug as expired because Natty is no longer supported

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/748613

Title:
  package open-vm-dkms 2010.06.16-268169-3ubuntu1 failed to
  install/upgrade: open-vm-tools kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/748613/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1177583] Re: lxc-list crash after lxc-destroy of a running container

2013-07-07 Thread Launchpad Bug Tracker
[Expired for lxc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1177583

Title:
  lxc-list crash after lxc-destroy of a running container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1198517] Re: update-apt-xapian-index crashed with order (MRO) for bases SafeConfigParser, object in __new__()

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

** Changed in: apt-xapian-index (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198517

Title:
  update-apt-xapian-index crashed with order (MRO) for bases
  SafeConfigParser, object in __new__()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1198517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1009549] Re: Syntax errors in units(1) manpage

2013-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package units - 2.01-1

---
units (2.01-1) unstable; urgency=low


  * Adopt package (closes: #705770).
  * New upstream version (closes: #702543, LP: #1019786):
- includes updated CODATA values (closes: #591526);
- defines imperial pint as 20 imperial fluid ounces (closes: #627092);
- updates manpage fixing all reported issues (closes: #606403,
  LP: #1009549);
- adds Taiwanese units (closes: #604615);
- explains how to view available units (closes: #661903, #704506);
- adds the twip unit (closes: #520428).
  * Use simplified dh 9 rules (LP: #496810).
  * Specify source format 3.0 (quilt) and remove units.man on clean (it
is modified during the build).
  * Add watch file provided by Bart Martens (thanks!).
  * Drop obsolete build-dependency on texi2html.
  * Use dh_autoreconf to update the configure script automatically.
  * wrap-and-sort the control files.
  * Drop obsolete libreadline{5,6}-dev alternative build-dependencies.
  * Add collab-maint VCS information.
  * Standards-Version 3.9.4, no further change required.
  * Drop obsolete build-dependency on dpkg or install-info.
  * Add pager.patch to use /usr/bin/pager instead of more when PAGER is
not defined (closes: #695909).
  * Update debian/copyright and switch to machine-readable format.

 -- Stephen Kitt sk...@debian.org  Sun, 07 Jul 2013 00:38:26 +0200

** Changed in: units (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009549

Title:
  Syntax errors in units(1) manpage

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438580] Re: Workspace switcher is incorrectly aligned on second monitor, viewports are partially offscreen

2013-07-07 Thread Sami Jaktholm
** Summary changed:

- expo is incorrectly centered on second twinview monitor
+ Workspace switcher is incorrectly aligned on second monitor, viewports are 
partially offscreen

** Tags added: expo multimonitor

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438580

Title:
  Workspace switcher is incorrectly aligned on second monitor, viewports
  are partially offscreen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
@Mathias: I am beginner in bug fixing. I have made the changes is the
.cfg  file. Is it better to create a patch and upload it or perform a
push of my branch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162477

Title:
  typo in nagios.cfg : cfg_drr=...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496810] Re: Units package requires rebuilding to get trigger support

2013-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package units - 2.01-1

---
units (2.01-1) unstable; urgency=low


  * Adopt package (closes: #705770).
  * New upstream version (closes: #702543, LP: #1019786):
- includes updated CODATA values (closes: #591526);
- defines imperial pint as 20 imperial fluid ounces (closes: #627092);
- updates manpage fixing all reported issues (closes: #606403,
  LP: #1009549);
- adds Taiwanese units (closes: #604615);
- explains how to view available units (closes: #661903, #704506);
- adds the twip unit (closes: #520428).
  * Use simplified dh 9 rules (LP: #496810).
  * Specify source format 3.0 (quilt) and remove units.man on clean (it
is modified during the build).
  * Add watch file provided by Bart Martens (thanks!).
  * Drop obsolete build-dependency on texi2html.
  * Use dh_autoreconf to update the configure script automatically.
  * wrap-and-sort the control files.
  * Drop obsolete libreadline{5,6}-dev alternative build-dependencies.
  * Add collab-maint VCS information.
  * Standards-Version 3.9.4, no further change required.
  * Drop obsolete build-dependency on dpkg or install-info.
  * Add pager.patch to use /usr/bin/pager instead of more when PAGER is
not defined (closes: #695909).
  * Update debian/copyright and switch to machine-readable format.

 -- Stephen Kitt sk...@debian.org  Sun, 07 Jul 2013 00:38:26 +0200

** Changed in: units (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/496810

Title:
  Units package requires rebuilding to get trigger support

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1019786] Re: New upstream release

2013-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package units - 2.01-1

---
units (2.01-1) unstable; urgency=low


  * Adopt package (closes: #705770).
  * New upstream version (closes: #702543, LP: #1019786):
- includes updated CODATA values (closes: #591526);
- defines imperial pint as 20 imperial fluid ounces (closes: #627092);
- updates manpage fixing all reported issues (closes: #606403,
  LP: #1009549);
- adds Taiwanese units (closes: #604615);
- explains how to view available units (closes: #661903, #704506);
- adds the twip unit (closes: #520428).
  * Use simplified dh 9 rules (LP: #496810).
  * Specify source format 3.0 (quilt) and remove units.man on clean (it
is modified during the build).
  * Add watch file provided by Bart Martens (thanks!).
  * Drop obsolete build-dependency on texi2html.
  * Use dh_autoreconf to update the configure script automatically.
  * wrap-and-sort the control files.
  * Drop obsolete libreadline{5,6}-dev alternative build-dependencies.
  * Add collab-maint VCS information.
  * Standards-Version 3.9.4, no further change required.
  * Drop obsolete build-dependency on dpkg or install-info.
  * Add pager.patch to use /usr/bin/pager instead of more when PAGER is
not defined (closes: #695909).
  * Update debian/copyright and switch to machine-readable format.

 -- Stephen Kitt sk...@debian.org  Sun, 07 Jul 2013 00:38:26 +0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019786

Title:
  New upstream release

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191834] Re: Only one move allowed

2013-07-07 Thread B Clausius
** Changed in: pybik
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191834

Title:
  Only one move allowed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776738] Re: Expo plugin doesn't support one wall per output Multi Output Mode anymore

2013-07-07 Thread Sami Jaktholm
*** This bug is a duplicate of bug 438580 ***
https://bugs.launchpad.net/bugs/438580

Although the original description tells nothing about the actual bug,
I'm assuming as per comment #7 that this is a duplicate of bug 438580.
Currently One wall per output doesn't render the workspace switcher
correctly on the second monitor, which may look a lot like one large
wall but is actually two walls overlapping each other.

Please check out if bug 438580 is the same as this. If I'm mistaken,
please remove the duplicate status of this bug by clicking on the red
Remove linked duplicate bug button at the top of this report and add a
clear description with screenshots of the actual problem to this report.

** This bug has been marked a duplicate of bug 438580
   Workspace switcher is incorrectly aligned on second monitor, viewports are 
partially offscreen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776738

Title:
  Expo plugin doesn't support one wall per output Multi Output Mode
  anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1192306] Re: Session is not save in Xfce

2013-07-07 Thread Jakub Jankiewicz
when I run ps aux | grep xfwm4 there is no --sm-client-id after xfwm4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1192306

Title:
  Session is not save in Xfce

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198610] [NEW] Black screen while trying to disconnect from Bluetooth DUN connection

2013-07-07 Thread Muhammet Aklan
Public bug reported:

Hello.

The release of Ubuntu I am using: Ubuntu 13.04
The version of the package I am using: 0.9.8.0-0ubuntu6

I am using a Dell Inspiron 5520 laptop. And in order to connect to the
Internet, I use my Samsung SGH-L700 phone as a Bluetooth modem. When I
try to connect to the Internet via Bluetooth DUN connection using
Network Manager applet, there is usually no problem. But when I try to
disconnect,

What I expect to happen: The connection should be terminated and the
system should go on working normally.

What happens instead: Suddenly, a black screen with full of text comes
up. Sometimes (not always) a panic occurred message with a blinking
Caps Lock light can be seen.

Additionally, after establishing the connection, the name of the
connection isn't viewed on the applet's drop-down menu as it should be.
Sometimes there is a strange character, sometimes the text Empty tag,
sometimes a text that is not about the connection's name such as
org.freedesktop. ... or Connect to a Wi-Fi _network is seen instead
of the name.

Before reporting this bug, I opened a topic on Ubuntu Turkey Forum. A
forum moderator recommended me to file a bug report about network-
manager package on Launchpad. So I filed a report here. This is my first
bug report.

Thanks for possible solutions in advance.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: network-manager 0.9.8.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.2
Architecture: amd64
Date: Sun Jul  7 08:47:25 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-04-25 (72 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
IpRoute:
 default via 192.200.1.21 dev ppp0  proto static 
 169.254.0.0/16 dev ppp0  scope link  metric 1000 
 192.200.1.21 dev ppp0  proto kernel  scope link  src 176.54.117.54
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Eternet bağlantısı 1  da70e189-6c65-4d1f-b53b-f5fe2792a95b   
802-3-ethernet0never  yes   
no /org/freedesktop/NetworkManager/Settings/5
 Vodafone Vodafone Internet 1 4e078a89-af38-40da-b417-5c63112ae40e   gsm
   1372265420   Çrş 26 Haz 2013 19:50:20 EEST  nono 
/org/freedesktop/NetworkManager/Settings/4
 Vodafone Vodafone Internet 49a681ee-a7f1-44e1-a73a-1f6a39bce5c9   bluetooth
 1373175856   Paz 07 Tem 2013 08:44:16 EEST  nono 
/org/freedesktop/NetworkManager/Settings/3
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 C8:7E:75:0A:BF:14 bluetooth connected 
/org/freedesktop/NetworkManager/Devices/2  
 wlan0  802-11-wireless   disconnected  
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198610

Title:
  Black screen while trying to disconnect from Bluetooth DUN connection

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Also affects: openvswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: openvswitch (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: openvswitch (Ubuntu Precise)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: openvswitch (Ubuntu Quantal)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134103

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Changed in: openvswitch (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Quantal)
 Assignee: (unassigned) = James Page (james-page)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134103

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198612] [NEW] Disqus broken in Firefox Nightly (25.0a1 (2013-06-30))

2013-07-07 Thread Ads20000
Public bug reported:

If you go to a blog website that uses Disqus, ( e.g.
http://www.omgubuntu.co.uk/2013/07/microsoftoffice-alike-kingsoft-
office-launches-english-website ) Disqus will say:

'Sorry, the browser you are using is not currently supported. Disqus
actively supports the following browsers:

Firefox
Chrome
Internet Explorer 8+
Safari

This page is forcing your browser to use legacy mode, which is not
compatible with Disqus. Please see our troubleshooting guide to get more
information about this error.'

This is a bug in Firefox because Firefox 22 doesn't have the same
problem and Disqus claims it supports Firefox.

I'm using ppa:ubuntu-mozilla-daily/ppa

This version of Firefox Nightly is a bit out-of-date but they are slow
to build the packages in the PPA, I'm going to test on 2013-07-07
soon...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox-trunk 25.0~a1~hg20130630r136923-0ubuntu1~umd1~precise
ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
Uname: Linux 3.5.0-34-generic x86_64
NonfreeKernelModules: nvidia wl
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ads2548 F pulseaudio
BuildID: 20130630075752
CRDA:
 country AU:
  (2402 - 2482 @ 40), (N/A, 20)
  (5170 - 5250 @ 40), (3, 23)
  (5250 - 5330 @ 40), (3, 23), DFS
  (5735 - 5835 @ 40), (3, 30)
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfeaf8000 irq 23'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,1025027c,00100101'
   Controls  : 38
   Simple ctrls  : 18
Channel: nightly
Date: Sun Jul  7 07:54:47 2013
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
IpRoute:
 default via 192.168.2.1 dev wlan0  proto static
 25.0.0.0/8 dev ham0  proto kernel  scope link  src 25.195.52.157
 169.254.0.0/16 dev wlan0  scope link  metric 1000
 192.168.2.0/24 dev wlan0  proto kernel  scope link  src 192.168.2.29  metric 2
MarkForUpload: True
MostRecentCrashID: bp-8df11cd2-3c1f-4c87-8d3a-35d452130530
PrefSources: prefs.js
Profiles: Profile0 (Default) - LastVersion=25.0a1/20130630075752 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4.3
 icedtea-7-plugin  1.2.3-0ubuntu0.12.04.2
 totem-mozilla 3.0.1-0ubuntu21.1
 gecko-mediaplayer 1.0.4-2ubuntu1
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-8df11cd2-3c1f-4c87-8d3a-35d452130530
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/06/2009
dmi.bios.vendor: AMI
dmi.bios.version: P01-A3
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MCP73T-AD
dmi.board.vendor: Packard Bell
dmi.chassis.type: 3
dmi.chassis.vendor: Packard Bell
dmi.modalias: 
dmi:bvnAMI:bvrP01-A3:bd06/06/2009:svnPackardBell:pnimediaS1710:pvr:rvnPackardBell:rnMCP73T-AD:rvr:cvnPackardBell:ct3:cvr:
dmi.product.name: imedia S1710
dmi.sys.vendor: Packard Bell

** Affects: firefox
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug nightly-channel precise running-unity

** Package changed: firefox (Ubuntu) = firefox

** Description changed:

  If you go to a blog website that uses Disqus, ( e.g.
  http://www.omgubuntu.co.uk/2013/07/microsoftoffice-alike-kingsoft-
  office-launches-english-website ) Disqus will say:
  
  'Sorry, the browser you are using is not currently supported. Disqus
  actively supports the following browsers:
  
- Firefox
- Chrome
- Internet Explorer 8+
- Safari
+ Firefox
+ Chrome
+ Internet Explorer 8+
+ Safari
  
  This page is forcing your browser to use legacy mode, which is not
  compatible with Disqus. Please see our troubleshooting guide to get more
  information about this error.'
  
  This is a bug in Firefox because Firefox 22 doesn't have the same
  problem and Disqus claims it supports Firefox.
  
  I'm using ppa:ubuntu-mozilla-daily/ppa
  
- This version of Firefox Nightly is a bit out-of-data but they haven't
+ This version of Firefox Nightly is a bit out-of-date but they haven't
  built the newer 2013-07-02 version for Precise yet. This bug needs to be
  confirmed for Firefox Nightly Raring/Saucy because of this...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox-trunk 25.0~a1~hg20130630r136923-0ubuntu1~umd1~precise
  ProcVersionSignature: Ubuntu 3.5.0-34.55~precise1-generic 3.5.7.13
  Uname: Linux 3.5.0-34-generic x86_64
  NonfreeKernelModules: nvidia wl
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ads

[Bug 438580] Re: Workspace switcher is incorrectly aligned on second monitor, viewports are partially offscreen

2013-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~sjakthol/compiz/fix-438580

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438580

Title:
  Workspace switcher is incorrectly aligned on second monitor, viewports
  are partially offscreen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438580] Re: Workspace switcher is incorrectly aligned on second monitor, viewports are partially offscreen

2013-07-07 Thread Sami Jaktholm
** Changed in: compiz
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438580

Title:
  Workspace switcher is incorrectly aligned on second monitor, viewports
  are partially offscreen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638659] Re: Enable Auto-Scroll and Smooth Scrolling by Default in Firefox

2013-07-07 Thread Ankit Sinha
** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) = Ankit Sinha (ankitbko)

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Ankit Sinha (ankitbko)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/638659

Title:
  Enable Auto-Scroll and Smooth Scrolling by Default in Firefox

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178318] Re: [Inspiron N5050, IDT 92HD87B1/3, Speaker, Internal] No sound at all

2013-07-07 Thread Raymond
[  893.558336] [drm:gen6_sanitize_pm] *ERROR* Power management
discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 1600, was 1206

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178318

Title:
  [Inspiron N5050, IDT 92HD87B1/3, Speaker, Internal] No sound at all

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189085] Re: ibus-cangjie missing dependency gir1.2-ibus-1.0

2013-07-07 Thread Dick Tang
i installed ibus-cangjie from official repository
when i select cangjie as input methed (in the ibus-indicator), it failback to 
previous selected input methed.
Then i try ibus-setup-cangjie (i discovery this command from a website) and 
got error message like that

dick@dick-laptop:~$ ibus-setup-cangjie quick
ERROR:root:Could not find any typelib for IBus
Traceback (most recent call last):
File /usr/bin/ibus-setup-cangjie, line 36, in module
from gi.repository import IBus
ImportError: cannot import name IBus
I am guessing that I forget to install some package...

and later I found the problem is solved by installing gir1.2-ibus-1.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189085

Title:
  ibus-cangjie missing dependency gir1.2-ibus-1.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189085] Re: ibus-cangjie missing dependency gir1.2-ibus-1.0

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

** Changed in: ibus-cangjie (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189085

Title:
  ibus-cangjie missing dependency gir1.2-ibus-1.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198615] [NEW] Getting Black screen with some errors

2013-07-07 Thread Anandh
Public bug reported:

while working it goes to black screen.. in that i see many lines of
error.. I had to hard shutdown the system and have to boot again..


I don't know what to do next.. it comes soo many times...

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198615

Title:
  Getting Black screen with some errors

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1059374] Re: Using Adwaita, many widgets are drawn with a solid black background

2013-07-07 Thread HeyYO
Here is more scary one. This one happens with Marlin file browser.
Removing overlay scrollbar fixes this issue too.

** Attachment added: marling gtk adwaita bug
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1059374/+attachment/3727901/+files/marlin-gtk-bug.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059374

Title:
  Using Adwaita, many widgets are drawn with a solid black background

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638659] Re: Enable Auto-Scroll and Smooth Scrolling by Default in Firefox

2013-07-07 Thread Ankit Sinha
** Changed in: firefox (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: hundredpapercuts
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/638659

Title:
  Enable Auto-Scroll and Smooth Scrolling by Default in Firefox

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1194126] Re: pkgconfig file missing the dependency on pthread

2013-07-07 Thread Bug Watch Updater
** Changed in: check (Debian)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1194126

Title:
  pkgconfig file missing the dependency on pthread

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438580] Re: Workspace switcher is incorrectly aligned on second monitor, viewports are partially offscreen

2013-07-07 Thread MC Return
** Changed in: compiz
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/438580

Title:
  Workspace switcher is incorrectly aligned on second monitor, viewports
  are partially offscreen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198569] Re: PDF Printer does not work with Firefox Nightly

2013-07-07 Thread Ads20000
firefox-trunk package non-existant in main Ubuntu repos

** Package changed: firefox (Ubuntu) = firefox

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198569

Title:
  PDF Printer does not work with Firefox Nightly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-07-07 Thread mike beqiri
shift doesn't work on ubuntu 12.04 LTS, I had a edition of ubuntu, Cylon
12.04 LTS in with Gnome user face, which was working fine, but in Unity
doesn't seem to work. Also I installed Grome user face.changed desktop
to Gnome user face.was same anyway. Any helf please!!

** Changed in: redshift (Ubuntu)
 Assignee: Clint Byrum (clint-fewbar) = mike beqiri (mxls10)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868904

Title:
  Redshift fails to start with session due to geoclue failure

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1092673] Re: [needs-packaging] dnscrypt-proxy

2013-07-07 Thread Sergey Shnatsel Davidoff
There's an upstream ITP but Ubuntu will probably have to maintain its
own version of DNSCrypt, because in Ubuntu it needs an Upstart job and
has to be pre-configured to bind to 127.0.0.2 because 127.0.0.1 is
occupied by dnsmasq. Oh, and you could also include an AppArmor profile
as an added bonus.

I've packaged DNSCrypt in my PPA, 
https://launchpad.net/~shnatsel/+archive/dnscrypt
The package includes all of the above Ubuntu delta items.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1092673

Title:
  [needs-packaging] dnscrypt-proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198616] [NEW] Sync gconf 3.2.6-1 (main) from Debian unstable (main)

2013-07-07 Thread Oussama Bounaim
Public bug reported:

Please sync gconf 3.2.6-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * New upstream version
- gsettings-schema-convert: Fix conversion of empty lists
  * debian/patches/06_onlyshowin_unity.patch:
- dropped, the fix is in the new version
  * New upstream version
- gsettings-schema-convert: Fix conversion of empty lists
  * debian/patches/06_onlyshowin_unity.patch:
- dropped, the fix is in the new version
  * debian/tests/build:
- Add -Wall -Werror for being more thorough.
- Don't call deprecated g_type_init() when building with glib = 2.35.
  * Added a simple compile/link/run test for libgconf2-dev. (LP: #1078719)
  * debian/patches/0001-Support-s-to-as-migrations-v2.patch:
- Support string to string array migrations (LP: #1048956)
  * debian/patches/0001-Support-s-to-as-migrations-v2.patch:
- Support string to string array migrations (LP: #1048956)
  * debian/patches/call-dbus_g_thread_init.patch:
- Initialize dbus threads before doing anything. This fixes crashes in
  multithreaded applications that don't use libdbus directly. (LP: #1048341)
  * Split gconf-service further into gconf-service and gconf-service-backend,
one package being Multi-Arch: foreign and the other Multi-Arch: none, so
that we correctly handle the fact that gconf2 needs backend modules of
the same arch whereas other reverse-dependencies just need a working
daemon.  LP: #962854.
  * Split gconf-service further into gconf-service and gconf-service-backend,
one package being Multi-Arch: foreign and the other Multi-Arch: none, so
that we correctly handle the fact that gconf2 needs backend modules of
the same arch whereas other reverse-dependencies just need a working
daemon.  LP: #962854.
  * New upstream version
  * libgconf2-4 and libgconf-2-4 should both have a Breaks: against the
older version of gconf2, to ensure that our trigger is never called
when gconftool is in an unusable state (due to either missing libraries
or missing backend DSOs).  LP: #948294.
  * New upstream version
  * Merge from Debian testing, remaining changes:
- debian/control.in:
  + don't package the gsettings backend since it's not meant to be
distributed
- debian/control.in, debian/rules:
  + use dh-autoreconf
- debian/patches/02_xml-gettext-domain.patch:
  + use gettext from schemas translations
- debian/patches/05_nodisplay_autostart.patch:
  + Don't show in Startup Applications
- debian/patches/06_onlyshowin_unity.patch:
  + Add Unity to OnlyShowIn
- debian/70gconfd_path-on-session, debian/gconf2-common.install:
  + add additional gconf path depending on selected desktop session:
- debian/gconf-schemas: Shrink the generated %gconf-tree.xml, by
  filtering out locale specific defaults for uninstalled locales,
  leading tabs, empty short descriptions, and mtimes (which aren't
  interesting for system-wide defaults).
- debian/gconf2.triggers, debian/gconf2.postinst, debian/gconf2.postrm:
  + Declare a new trigger on /usr/share/GConf/gsettings to watch when
new gsettings convert files are installed.
- debian/default.path, debian/gconf2-common.dirs:
  + drop old compatibility path from intrepid, that was required until
lucid
  * Dropped changes:
- debian/control.in: no build-dependency on gnome-common, we're using
  dh-autoreconf.
- Build using dh_python2: merged in Debian.
- Mark gconf2 Multi-Arch: foreign: merged in Debian.

Changelog entries since current saucy version 3.2.6-0ubuntu1:

gconf (3.2.6-1) unstable; urgency=low

  [ Martin Pitt ]
  * Add a simple compile/link/run autopkgtest for libgconf2-dev. Thanks Rafał
Cieślak! (LP: #1078719)
  * debian/tests/build:
- Add -Wall -Werror for being more thorough.
- Don't call deprecated g_type_init() when building with glib = 2.35.

  [ Michael Biebl ]
  * New upstream release.
- Fixes use after free in gconf-dbus. Closes: #699424
  * Remove 04_manpage.patch, merged upstream. Refresh other patches.
  * Add symbols file for libgconf-2-4.
  * Bump Standards-Version to 3.9.4. No further changes.

 -- Michael Biebl bi...@debian.org  Thu, 06 Jun 2013 03:29:17 +0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198616

Title:
  Sync gconf 3.2.6-1 (main) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1198619] Status changed to Confirmed

2013-07-07 Thread Brad Figg
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198619

Title:
  package linux-image-3.5.0-36-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198619] [NEW] package linux-image-3.5.0-36-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-07-07 Thread Alex
Public bug reported:

sysetem has been upgraded from xubuntu 12.04 to 12.10 and canonot
install this pakage by any way.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-36-generic (not installed)
ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
Uname: Linux 3.2.0-49-generic i686
ApportVersion: 2.6.1-0ubuntu12
AptOrdering:
 linux-image-3.5.0-36-generic: Install
 linux-image-3.5.0-36-generic: Configure
 linux-image-extra-3.5.0-36-generic: Configure
 linux-image-generic: Configure
 linux-generic: Configure
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Date: Sun Jul  7 10:13:19 2013
DpkgTerminalLog:
 Unpacking linux-image-3.5.0-36-generic (from 
.../linux-image-3.5.0-36-generic_3.5.0-36.57_i386.deb) ...
 This kernel does not support a non-PAE CPU.
 dpkg: error processing 
/var/cache/apt/archives/linux-image-3.5.0-36-generic_3.5.0-36.57_i386.deb 
(--unpack):
  subprocess new pre-installation script returned error exit status 1
DuplicateSignature: package:linux-image-3.5.0-36-generic:(not 
installed):subprocess new pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
HibernationDevice: RESUME=UUID=130aeffd-186f-4c7a-8ff2-fdeb2665e61a
InstallationDate: Installed on 2013-07-03 (3 days ago)
InstallationMedia: Xubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130214)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 002: ID 0c45:608f Microdia PC Camera (SN9C103 + OV7630)
MachineType: ASUSTeK Computer Inc. M6R
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-49-generic 
root=UUID=7cd393a5-138f-401e-8af1-b30faf9b188e ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-7ubuntu11
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-3.5.0-36-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to quantal on 2013-07-06 (0 days ago)
dmi.bios.date: 03/03/2005
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0207
dmi.board.name: M6R
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0207:bd03/03/2005:svnASUSTeKComputerInc.:pnM6R:pvr1.0:rvnASUSTeKComputerInc.:rnM6R:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: M6R
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-package i386 need-duplicate-check quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198619

Title:
  package linux-image-3.5.0-36-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198622] [NEW] package linux-image-3.8.0-26-generic 3.8.0-26.38 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2013-07-07 Thread Anurag Gupta
Public bug reported:

This happened when my laptop just booted

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-26-generic 3.8.0-26.38
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 linux-image-3.8.0-26-generic: Configure
 linux-image-extra-3.8.0-26-generic: Configure
 linux-image-generic: Configure
 linux-generic: Configure
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  anurag 2746 F pulseaudio
CRDA:
 country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
Date: Fri Jul  5 09:39:02 2013
DuplicateSignature: package:linux-image-3.8.0-26-generic:3.8.0-26.38:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=9de0712a-9ee4-49c7-ad0c-774ecd1e600a
InstallationDate: Installed on 2013-05-14 (53 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: LENOVO 4236H80
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-26-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-13ubuntu3
SourcePackage: initramfs-tools
Title: package linux-image-3.8.0-26-generic 3.8.0-26.38 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/31/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 83ET66WW (1.36 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4236H80
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr83ET66WW(1.36):bd10/31/2011:svnLENOVO:pn4236H80:pvrThinkPadT420:rvnLENOVO:rn4236H80:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4236H80
dmi.product.version: ThinkPad T420
dmi.sys.vendor: LENOVO

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package gnome3-ppa need-duplicate-check raring 
third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198622

Title:
  package linux-image-3.8.0-26-generic 3.8.0-26.38 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198620] Re: nm-applet crashed with SIGSEGV in g_type_check_instance_is_a()

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

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727959/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727961/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727967/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727968/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727969/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727970/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1198620/+attachment/3727971/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1197550

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198620

Title:
  nm-applet crashed with SIGSEGV in g_type_check_instance_is_a()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] AudioDevicesInUse.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: AudioDevicesInUse.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727982/+files/AudioDevicesInUse.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] Lspci.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1198577/+attachment/3727985/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] ProcCpuinfo.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727987/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] ProcInterrupts.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727988/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] Re: USB-Audio - FCA610, playback Pulseaudio/ALSA fails to detect card

2013-07-07 Thread Benjamin Tegge
apport information

** Tags added: apport-collected

** Description changed:

  I am trying to get the new Behringer FCA610  USB/Firewire audio
  interface to work via USB connection (issue might also affect the bigger
  FCA1616 model). I haven't tried Firewire since my computers don't have
  have Firewire inputs anymore. The device is detected as Device: FCA610
  Chip: USB Mixer in alsamixer but only shows a control named Clock
  Selector with the following options: SPDIF Input, USB-Bus (SOF), Device
  Internal Clock. Attached files are from my workstation running 12.10,
  but I have also tried 13.04 and saucy.
  
  What I expected to happen:
  At least some inputs and (stereo) outputs should show up in alsamixer. 
Ideally 4 stereo outputs (including pulseaudio profiles for stereo up to 7.1), 
2 mic/instrument inputs as well as toslink in and out were expected to be 
working.
  
  What happened:
  Only a control named Clock Selector is visible in alsamixer (View: F5: 
All), nothing in pavucontrol or sound settings.
  
  ---
  cat /proc/asound/FCA610/usbmixer
  USB Mixer: usb_id=0x13970003, ctrlif=0, ctlerr=0
  Card: BEHRINGER FCA610 at usb-:00:14.0-2, high speed
    Unit: 211
  Control: name=Clock Selector, index=0
  Info: id=211, control=1, cmask=0x0, channels=1, type=U8
  Volume: min=1, max=3, dBmin=0, dBmax=0
  
  cat /proc/asound/FCA610/stream0
  BEHRINGER FCA610 at usb-:00:14.0-2, high speed : USB Audio
  
  Playback:
    Status: Stop
    Interface 2
  Altset 1
  Format: S32_LE
  Channels: 10
  Endpoint: 2 OUT (ASYNC)
  Rates: 44100, 48000, 88200, 96000
  Data packet interval: 125 us
  
  Capture:
    Status: Stop
    Interface 1
  Altset 1
  Format: S32_LE
  Channels: 6
  Endpoint: 1 IN (ASYNC)
  Rates: 44100, 48000, 88200, 96000
  Data packet interval: 125 us
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: pulseaudio 1:2.1-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
  Uname: Linux 3.5.0-34-generic x86_64
  ApportVersion: 2.6.1-0ubuntu11
  Architecture: amd64
  Date: Sun Jul  7 03:42:14 2013
  InstallationDate: Installed on 2012-10-20 (259 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_Card: USB-Audio - FCA610
  Title: [USB-Audio - FCA610, playback] Pulseaudio fails to detect card
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/09/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2003
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z77-M
  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.:bvr2003:bd05/09/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-M:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2012-11-14T23:08:28
  mtime.conffile..etc.pulse.default.pa: 2012-11-14T23:06:17
+ --- 
+ ApportVersion: 2.6.1-0ubuntu11
+ Architecture: amd64
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ DistroRelease: Ubuntu 12.10
+ HibernationDevice: RESUME=UUID=0893f9f1-1bd7-4f18-8116-76400bb910a4
+ InstallationDate: Installed on 2012-10-20 (259 days ago)
+ InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
+ IwConfig:
+  vboxnet0  no wireless extensions.
+  
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: System manufacturer System Product Name
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-34-generic 
root=UUID=cb53da38-db99-4d80-8f10-8349ff24bc3a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-34.55-generic 3.5.7.13
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-34-generic N/A
+  linux-backports-modules-3.5.0-34-generic  N/A
+  linux-firmware1.95.1
+ RfKill:
+  75: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-34-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev 

[Bug 1198577] Lsusb.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1198577/+attachment/3727986/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] CurrentDmesg.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727984/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] BootDmesg.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727983/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] PulseList.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727990/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] UdevLog.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727992/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] UdevDb.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1198577/+attachment/3727991/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] WifiSyslog.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727993/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198577] ProcModules.txt

2013-07-07 Thread Benjamin Tegge
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1198577/+attachment/3727989/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198577

Title:
   USB-Audio - FCA610, playback  Pulseaudio/ALSA fails to detect card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
Hey
I am new to fixing bugs. First I would like to know should I create a patch or 
just push my branch after making changes? What is the difference between two 
approach.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1162477

Title:
  typo in nagios.cfg : cfg_drr=...

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1174638] Re: Keyboard layout switcher loses its settings from time to time

2013-07-07 Thread Lionel Le Folgoc
** Package changed: xfce4-panel (Ubuntu) = xfce4-xkb-plugin (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1174638

Title:
  Keyboard layout switcher loses its settings from time to time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-xkb-plugin/+bug/1174638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198623] [NEW] Sync gnome-screenshot 3.8.2-1 (main) from Debian unstable (main)

2013-07-07 Thread Oussama Bounaim
Public bug reported:

Please sync gnome-screenshot 3.8.2-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * New upstream version:
- Fix file name field in dialog not having focus initially (lp: #1169904)
  * debian/control.in:
- updated glib requirement
  * debian/patches/uri.patch:
- fix display of accented characters correctly (lp: #1155583)
  * debian/patches/uri.patch:
- fix display of accented characters correctly (lp: #1155583)
  * New upstream release
  * New upstream stable release
  * New upstream stable release
  * New upstream bugfix release
  * New upstream bugfix release
  * New upstream version
  * New upstream release
  * New upstream release (LP: #1008595)
- Add a --file commandline option
- Add an --include-pointer commandline option
- Don't warn if fallback X11 code path is hit
- Warn if --interactive is combined with --clipboard
- Rename whole desktop to whole screen
- Use GResource for UI files
  * Refresh patches
  * debian/control: Increase minimum glib version in line with upstream
  * New upstream version
  * New upstream version
  * New upstream release:
- updated translations
  * debian/patches/ubuntu_interactive_screenshots.patch:
- updated to handle file replacements as well (lp: #941202)
  * New upstream version
  * Rebase on Debian with remaining changes:
  * debian/patches/01_use-ubuntu-help.patch:
- restore gnome-utils patch to use the ubuntu help uri
  * debian/patches/ubuntu_interactive_screenshots.patch:
- on Unity sessions display a confirmation dialog after taking
  screenshots with the keybindings, the auto saving behaviour is
  confusing our users (lp: #927952)
  * debian/patches/ubuntu_unity_no_gnomeshell.patch:
- don't try to use the gnome-shell interface under Unity
  * debian/patches/update_unity_list.patch:
- update to the current xdg format, tweak capitalization (lp: #953645)
- list action to take screenshot of an area,
  thanks Christopher Kyle Horton

Changelog entries since current saucy version 3.8.2-0ubuntu1:

gnome-screenshot (3.8.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
- Return NULL default screenshot dir on absence. (Closes: #676616)
  * Bump Standards-Version to 3.9.4
  * Bump glib build-dependency to = 2.35.1 according to configure.ac

 -- Andreas Henriksson andr...@fatal.se  Fri, 24 May 2013 11:52:27
+0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198623

Title:
  Sync gnome-screenshot 3.8.2-1 (main) from Debian unstable (main)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198626] [NEW] fatrat crashed with SIGABRT in QReadWriteLock::lockForRead()

2013-07-07 Thread dino99
Public bug reported:

Saucy i386

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: fatrat 1.2.0~beta2-0ubuntu5
ProcVersionSignature: Ubuntu 3.10.0-2.10-generic 3.10.0
Uname: Linux 3.10.0-2-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu3
Architecture: i386
Date: Sun Jul  7 10:56:03 2013
ExecutablePath: /usr/bin/fatrat
MarkForUpload: True
ProcCmdline: fatrat
Signal: 6
SourcePackage: fatrat
StacktraceTop:
 QReadWriteLock::lockForRead() () from /usr/lib/i386-linux-gnu/libQtCore.so.4
 Queue::name() const ()
 MainWindow::queueItemProperties() ()
 QWidget::event(QEvent*) () from /usr/lib/i386-linux-gnu/libQtGui.so.4
 QFrame::event(QEvent*) () from /usr/lib/i386-linux-gnu/libQtGui.so.4
Title: fatrat crashed with SIGABRT in QReadWriteLock::lockForRead()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: Debian-exim adm admin audio avahi avahi-autoipd backup bin cdrom 
clamav colord couchdb crontab daemon debian-tor dialout dip disk fax floppy 
fuse games gnats haldaemon i2c irc klog kmem libuuid lightdm list lp lpadmin 
mail man messagebus mlocate mysql mythtv netdev news ntp operator pcscd plugdev 
polkituser powerdev proxy pulse pulse-access root rtkit sambashare saned sasl 
scanner shadow src ssh ssl-cert staff sudo sys syslog tape tty users utempter 
utmp uucp vboxusers video voice whoopsie winbindd_priv www-data

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


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

** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198626

Title:
  fatrat crashed with SIGABRT in QReadWriteLock::lockForRead()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198627] [NEW] package libqt4-script 4:4.8.4+dfsg-0: unexpected end of file or stream

2013-07-07 Thread jaya shankar singh
Public bug reported:

I am regularly getting these chrash reports. I wanted to to know thw
real reason or popping up such notices

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: libqt4-script 4:4.8.4+dfsg-0ubuntu9.1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
Date: Wed Jul  3 04:28:14 2013
DuplicateSignature: package:libqt4-script:4:4.8.4+dfsg-0ubuntu9.1:cannot copy 
extracted data for './usr/lib/i386-linux-gnu/libQtScript.so.4.8.4' to 
'/usr/lib/i386-linux-gnu/libQtScript.so.4.8.4.dpkg-new': unexpected end of file 
or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/i386-linux-gnu/libQtScript.so.4.8.4' to 
'/usr/lib/i386-linux-gnu/libQtScript.so.4.8.4.dpkg-new': unexpected end of file 
or stream
InstallationDate: Installed on 2013-04-26 (72 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: qt4-x11
Title: package libqt4-script 4:4.8.4+dfsg-0ubuntu9.1 failed to install/upgrade: 
cannot copy extracted data for './usr/lib/i386-linux-gnu/libQtScript.so.4.8.4' 
to '/usr/lib/i386-linux-gnu/libQtScript.so.4.8.4.dpkg-new': unexpected end of 
file or stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198627

Title:
  package libqt4-script 4:4.8.4+dfsg-0: unexpected end of file or stream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198626] ThreadStacktrace.txt

2013-07-07 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1198626/+attachment/3728031/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1198626/+attachment/3728014/+files/CoreDump.gz

** Changed in: fatrat (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- fatrat crashed with SIGABRT in QReadWriteLock::lockForRead()
+ fatrat crashed with SIGABRT in QReadWriteLock::tryLockForRead()

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198626

Title:
  fatrat crashed with SIGABRT in QReadWriteLock::tryLockForRead()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198626] Stacktrace.txt

2013-07-07 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1198626/+attachment/3728030/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198626

Title:
  fatrat crashed with SIGABRT in QReadWriteLock::tryLockForRead()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198626]

2013-07-07 Thread Apport retracing service
StacktraceTop:
 QReadWriteLock::tryLockForRead (this=0x40) at thread/qreadwritelock.cpp:201
 relock (this=synthetic pointer) at 
/usr/include/qt4/QtCore/qreadwritelock.h:111
 QReadLocker (areadWriteLock=0x40, this=synthetic pointer) at 
/usr/include/qt4/QtCore/qreadwritelock.h:130
 Queue::name (this=0x0) at /build/buildd/fatrat-1.2.0~beta2/src/Queue.cpp:429
 MainWindow::queueItemProperties (this=0x94dbd48) at 
/build/buildd/fatrat-1.2.0~beta2/src/MainWindow.cpp:747

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198626

Title:
  fatrat crashed with SIGABRT in QReadWriteLock::tryLockForRead()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 859600] Re: Please convert gnome-keyring to multiarch

2013-07-07 Thread Graham Inggs
Marking 'new' in Quantal and Precise.

** Changed in: gnome-keyring (Ubuntu Precise)
   Status: In Progress = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859600

Title:
  Please convert gnome-keyring to multiarch

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198632] [NEW] bleachbit breaks firefox

2013-07-07 Thread cat
Public bug reported:

Firefox 21-22 stores cache files in home/user/.cache/mozilla. Bleachbit
cleans the cache and removes the mozilla folder, which causes firefox
unable to start.

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


** Tags: bleachbit firefox ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198632

Title:
  bleachbit breaks firefox

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189085] Re: ibus-cangjie missing dependency gir1.2-ibus-1.0

2013-07-07 Thread Mathieu Bridon
Note: I'm the upstream developer of IBus Cangjie.

There's not much I can do about the packaging bug (I'm confident Anthony will 
fix it as soon as he finds the time :-) ), but for now I added instructions to 
work around the problem on the upstream website:
http://ibus-cangjie.opensource.hk/install.html#ubuntu

I'll remove them once the bug is fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189085

Title:
  ibus-cangjie missing dependency gir1.2-ibus-1.0

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1187665] Re: package grass (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient aussi au paquet grass-core 6.4.2~upstream2-3

2013-07-07 Thread Graham Inggs
*** This bug is a duplicate of bug 1086406 ***
https://bugs.launchpad.net/bugs/1086406

** This bug has been marked a duplicate of bug 1086406
   package grass (not installed) failed to install/upgrade: próba nadpisania 
/usr/lib/grass64/bin/db.columns, który istnieje także w pakiecie grass-core 
6.4.2~upstream2-3~precise3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1187665

Title:
  package grass (not installed) failed to install/upgrade: tentative de
  remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient
  aussi au paquet grass-core 6.4.2~upstream2-3~precise4

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1086406] Re: package grass (not installed) failed to install/upgrade: próba nadpisania /usr/lib/grass64/bin/db.columns, który istnieje także w pakiecie grass-core 6.4.2~upstream2-3~precise3

2013-07-07 Thread Graham Inggs
** Changed in: grass (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086406

Title:
  package grass (not installed) failed to install/upgrade: próba
  nadpisania /usr/lib/grass64/bin/db.columns, który istnieje także w
  pakiecie grass-core 6.4.2~upstream2-3~precise3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1086406] Re: package grass (not installed) failed to install/upgrade: próba nadpisania /usr/lib/grass64/bin/db.columns, który istnieje także w pakiecie grass-core 6.4.2~upstream2-3~precise3

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086406

Title:
  package grass (not installed) failed to install/upgrade: próba
  nadpisania /usr/lib/grass64/bin/db.columns, który istnieje także w
  pakiecie grass-core 6.4.2~upstream2-3~precise3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1171321] Re: package grass (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient aussi au paquet grass-core 6.4.2~upstream2-3

2013-07-07 Thread Graham Inggs
*** This bug is a duplicate of bug 1086406 ***
https://bugs.launchpad.net/bugs/1086406

** This bug has been marked a duplicate of bug 1086406
   package grass (not installed) failed to install/upgrade: próba nadpisania 
/usr/lib/grass64/bin/db.columns, który istnieje także w pakiecie grass-core 
6.4.2~upstream2-3~precise3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1171321

Title:
  package grass (not installed) failed to install/upgrade: tentative de
  remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient
  aussi au paquet grass-core 6.4.2~upstream2-3~precise4

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1192869] Re: package grass (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient aussi au paquet grass-core 6.4.2~upstream2-3

2013-07-07 Thread Graham Inggs
*** This bug is a duplicate of bug 1086406 ***
https://bugs.launchpad.net/bugs/1086406

** This bug is no longer a duplicate of bug 1187665
   package grass (not installed) failed to install/upgrade: tentative de 
remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient aussi au 
paquet grass-core 6.4.2~upstream2-3~precise4
** This bug has been marked a duplicate of bug 1086406
   package grass (not installed) failed to install/upgrade: próba nadpisania 
/usr/lib/grass64/bin/db.columns, który istnieje także w pakiecie grass-core 
6.4.2~upstream2-3~precise3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1192869

Title:
  package grass (not installed) failed to install/upgrade: tentative de
  remplacement de « /usr/lib/grass64/bin/db.columns », qui appartient
  aussi au paquet grass-core 6.4.2~upstream2-3~precise4

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 707749] Re: ValueError: Invalid version string

2013-07-07 Thread Stéphane
Today I tried  to use usb-creator on the following disk images:
kubuntu-13.04-desktop-amd64.iso
debian-live-7.0.0-amd64-kde-desktop.iso

usb-creator worked fine with the Kubuntu image but failed to work with the 
Debian image.
I used the same USB flash drive twice.
The error message with the Debian image was:
Invalid version string 'GNU/Linux'

This is the OS version displayed by usb-creator for 
kubuntu-13.04-desktop-amd64.iso:
Kubuntu 13.04 Raring Ringtail - Release amd64 (20130424)

And this is the OS version displayed by usb-creator for 
debian-live-7.0.0-amd64-kde-desktop.iso:
Debian GNU/Linux 7.0.0 Wheezy - Official Snapshot amd64 LIVE/INSTALL Binary 
20130505-13:41

I have the feeling that usb-creator chokes on slashes in the version
string.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/707749

Title:
  ValueError: Invalid version string

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1135464] Re: Please upgrade to new upstream version 8.1.0 that has updated glxinfo

2013-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa-demos - 8.1.0-0ubuntu1

---
mesa-demos (8.1.0-0ubuntu1) saucy; urgency=low

  * Merge unreleased debian git:
- New upstream release (LP: #1135464)
  * Added package mesa-utils-extra containing the EGL/GLES2 demos
  * debian/patches/properly_defining_default_precision_es2gears.patch:
- Dropped, upstream.
  * Install es2gears_x11 and es2gears_screen, create es2gears symlink
pointing to es2gears_x11 to retain old functionality.
  * Drop quilt usage from debian/rules.

mesa-demos (8.1.0-1) UNRELEASED; urgency=low

  * New upstream release (Closes: #706022).
  * Build-depend on libglew-dev rather than libglew1.5-dev.
 -- Robert Hooker sarv...@ubuntu.com   Wed, 01 May 2013 21:23:58 -0400

** Changed in: mesa-demos (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1135464

Title:
  Please upgrade to new upstream version 8.1.0 that has updated glxinfo

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-07-07 Thread Christopher Barton
The problem I and others highlighted regarding the reduction in height
of windows is becoming a little problematic as it often means I cannot
even click on standard buttons at the bottom of windows (as they've
effectively become hidden), particularly where I am unable to resize
windows to in an attempt to make them visible.

Could someone please inform me on how to correctly remove the ppa (via
terminal commands) and revert back to the stock ubuntu packages for
compiz etc.

It's not that I'm not willing to test things...I just need to know how
to go back to previous settings when things don't work out as hoped!

Thanks in advance and also for the effort put into fixing this problem
in general.

Regards,
Christopher
(Xubuntu 13.04 + compiz as wm)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158267

Title:
  Regression: Broken (click-through) window decoration on some maximized
  windows

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1177895] Re: power manager suspends screen while mplayer2 is playing

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1177895

Title:
  power manager suspends screen while mplayer2 is playing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1177895] Re: power manager suspends screen while mplayer2 is playing

2013-07-07 Thread Jörn Schönyan
I have the same problem with VLC media player (fullscreen).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1177895

Title:
  power manager suspends screen while mplayer2 is playing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1189645] Re: General lag under desktop environments

2013-07-07 Thread Chris Wilson
To clarify, you experience the issue with kernels as far back as 3.4.50?
If you can install a 3.2 that would be good to check.

Indeed that it does not present itself in any logs or as an obvious
effect, is very worrying. If nothing in the kernel/userspace claims
responsibility, then we have to look deeper still - hardware/firmware
system management. Or in other words, I am out of ideas.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1189645

Title:
  General lag under desktop environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1189645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198639] [NEW] Unable to add nodes to MAAS Server running in VirtualBox

2013-07-07 Thread Rigved Rakshit
Public bug reported:

Description:Ubuntu 12.04.2 LTS
Release:12.04

maas-enlist:
  Installed: 0.4-0ubuntu1.3
  Candidate: 0.4-0ubuntu1.3
  Version table:
 *** 0.4-0ubuntu1.3 0
500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.4-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

Expected Outcome: The client node should be enlisted on the maas master.

Actual Outcome:

I have followed the tutorials here
(http://maas.ubuntu.com/docs/install.html) and here
(http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
server (running Ubuntu 12.04 server) is already set up in a VirtualBox
VM. I have not installed DHCP on this server as I already have a DHCP
server on my LAN router. I am also able to access the MAAS web-interface
from my host Ubuntu 12.04 desktop machine's web browser. However, when I
try to add nodes to the MAAS server by using the Multiple Server
Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
not get added to the MAAS server. For clarification, the node is also a
VirtualBox VM.

After the network auto-configuration step of the installation process
has completed, I am presented with the following options:

* ubuntu-maas-master MAAS Server - (192.168.1.105:80)
* Specify MAAS by name or address
* Create a new MAAS on this server

So, I select the first option (ubuntu-maas-master MAAS Server), which is
the correct IP address of my MAAS master server VM.

After this, the client node VM sigkills all processes and shuts down.
The client node is not added on the MAAS master server. On the MAAS
master server, I can see this error message in /var/log/maas/maas.log:

ERROR 2013-06-29 10:26:03,713 maas.maasserver  
Exception: {u'after_commissioning_action': [u'Select a valid choice. 2 is not 
one of the available choices.']} 
ERROR 2013-06-29 10:26:03,723 maas.maasserver Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py, line 
22, in inner_func
response = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 166, in 
__call__
result = self.error_handler(e, request, meth, em_format)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 164, in 
__call__
result = meth(request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 311, in 
dispatch
return function(self, request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 699, in new
return create_node(request)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 675, in 
create_node
raise ValidationError(form.errors)
ValidationError: {u'after_commissioning_action': [u'Select a valid choice. 2 is 
not one of the available choices.']}

** Affects: maas-enlist (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  
  maas-enlist:
-   Installed: 0.4-0ubuntu1.3
-   Candidate: 0.4-0ubuntu1.3
-   Version table:
-  *** 0.4-0ubuntu1.3 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  0.4-0ubuntu1 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
+   Installed: 0.4-0ubuntu1.3
+   Candidate: 0.4-0ubuntu1.3
+   Version table:
+  *** 0.4-0ubuntu1.3 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  0.4-0ubuntu1 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  
  Expected Outcome: The client node should be enlisted on the maas master.
  
  Actual Outcome:
  
  I have followed the tutorials here
  (http://maas.ubuntu.com/docs/install.html) and here
  (http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
  server (running Ubuntu 12.04 server) is already set up in a VirtualBox
  VM. I have not installed DHCP on this server as I already have a DHCP
  server on my LAN router. I am also able to access the MAAS web-interface
  from my host Ubuntu 12.04 desktop machine's web browser. However, when I
  try to add nodes to the MAAS server by using the Multiple Server
  Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
  not get added to the MAAS server. For clarification, the node is also a
  VirtualBox VM.
  
  After the network auto-configuration step of the installation process
  has completed, I am presented with the following options:
  
  * ubuntu-maas-master MAAS Server - (192.168.1.105:80)
  * Specify MAAS by name or address
  * Create a new MAAS on this 

[Bug 919801] Re: Unity dash file search is extremely slow

2013-07-07 Thread Guillaume F
Any progress on this issue? The tips worked to a certain extent, but did
not fix it. The issue is with Unity and not Zeitgeist, since Synapse
works fine and fast. This problem is crucial, because it undermines one
of the main assets of the Dash: finding anything fast. I don't mind
waiting for Amazon results, but not the documents I work on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/919801

Title:
  Unity dash file search is extremely slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-files/+bug/919801/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1035052] Re: Default language should automatically be set to system language

2013-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/rawtherapee

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035052

Title:
  Default language should automatically be set to system language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889123] Re: Music skips when computer is under high strain

2013-07-07 Thread Jeb E.
** Changed in: banshee (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889123

Title:
  Music skips when computer is under high strain

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1116050] Re: software-properties should force the user to reboot after installing nvidia/fglrx

2013-07-07 Thread Robert Roth
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1116050

Title:
  software-properties should force the user to reboot after installing
  nvidia/fglrx

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 945749] Re: Mouse pointer jerky on login screen

2013-07-07 Thread Jeb E.
This issue is still prevalent even in 13.04... Please fix!

** Changed in: lightdm
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945749

Title:
  Mouse pointer jerky on login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-themes-standard/+bug/945749/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1036850] Re: sporadic loss of submenus

2013-07-07 Thread Matthias Klose
seen in raring as well.  This happens usually when the internet
connection is disconnected by my provider. The vpn goes down, and only a
restart in network manager helps.

** Changed in: network-manager-applet (Ubuntu)
   Importance: Undecided = High

** Also affects: network-manager-applet (Ubuntu Saucy)
   Importance: High
   Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036850

Title:
  sporadic loss of submenus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496879] Re: add-apt-repository should return exit code and not adding wrong repositories

2013-07-07 Thread Robert Roth
** Changed in: software-properties (Ubuntu)
   Status: In Progress = Triaged

** Changed in: software-properties (Ubuntu)
 Assignee: Robert Roth (evfool) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/496879

Title:
  add-apt-repository should return exit code and not adding wrong
  repositories

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1163687] Re: Impossible to insert non-Latin characters or diacritics with the keyboard

2013-07-07 Thread David Planella
** Summary changed:

- Impossible to insert any kind of foreign characters with the keyboard
+ Impossible to insert non-Latin characters or diacritics with the keyboard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1163687

Title:
  Impossible to insert non-Latin characters or diacritics with the
  keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1163687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178182] Re: amarok 2.7.0 requires additional plugin: ID3 tag demuxer

2013-07-07 Thread David Matějček
Affects also 2.6.0 on some files (about 1%).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178182

Title:
  amarok 2.7.0 requires additional plugin: ID3 tag demuxer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197879] Re: krusader crashes with BadWindow - invalid Window parameter

2013-07-07 Thread Mahesh Venkata Krishna
The problem is not just over krusader. It affects all KDE apps. I had
the same error for amarok, kile, konsole etc.

QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. 
Application may misbehave.
amarok(12589)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok(12589)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok(12589)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
QWidget::insertAction: Attempt to insert null action
amarok(12589)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes 
(100,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (0,-1) 
are not possible
**
 
** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, 
PLEASE USE: ** 
** amarok --debug   
** 
**
 

The program 'amarok' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 3663 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

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

** Project changed: krusader = amarok

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197879

Title:
  krusader crashes with BadWindow - invalid Window parameter

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178182] Re: amarok 2.7.0 requires additional plugin: ID3 tag demuxer

2013-07-07 Thread David Matějček
And EasyTag cannot parse MP3 headers (bitrate, frequency, etc.) too, but other 
headers (Author, Title, etc.) can.
Also VLC and Kaffeine cannot play it.
Even Irfanview under Windows cannot.

The file is in cca 200kbps VBR MPEG1 Layer3, but it seems it was always
broken (I found the song on youtube and did not know it). Old versions
of Amarok silently skipped this file, so I did not notice it, but now
reports this message, that is not correct.

It should say that the file simply cannot be played because it does not
contain any stream.

I will check later if the same situation is with other files ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178182

Title:
  amarok 2.7.0 requires additional plugin: ID3 tag demuxer

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198556] Re: The module asus-nb-wmi and its dependency asus-wmi are incompatible

2013-07-07 Thread Eyal Lotem
The specific version of linux-image-extra-3.8.0-26-generic is 3.8.0-26.38
This is Linux Mint olivia (Ubuntu raring), updated from nadia (Ubuntu quantal).


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198556

Title:
  The module asus-nb-wmi and its dependency asus-wmi are
  incompatible

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1009549] Re: Syntax errors in units(1) manpage

2013-07-07 Thread Bug Watch Updater
** Changed in: units (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009549

Title:
  Syntax errors in units(1) manpage

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198651] Re: Can not upgrade from quantal to precise not supported with this tool

2013-07-07 Thread eric
A distribution volume with software packages has been detected.

Would you like to try to upgrade from it automatically?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198651

Title:
  Can not upgrade from quantal to precise not supported with this tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198651] [NEW] Can not upgrade from quantal to precise not supported with this tool

2013-07-07 Thread eric
Public bug reported:

12.10
Intel i3 530
64 bit
74 GB HDD
90 GB Swap (necessary for app I use)

Ran synaptic to select upgrades after installing 12-4 to 12-10 upgrade
that yielded errors. Selected 31 or so upgrades so I just allowed all...

Please tell me where to find logs so I can post.

When reboot - got error message telling me to upgrade file system - then
the tool breaks with the above error

Any thoughts?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198651

Title:
  Can not upgrade from quantal to precise not supported with this tool

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1172487] Re: quickfix: FTBFS: QuickfixRuby.cpp:3904:20: fatal error: config.h: No such file or directory

2013-07-07 Thread Bug Watch Updater
** Changed in: quickfix (Debian)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172487

Title:
  quickfix: FTBFS: QuickfixRuby.cpp:3904:20: fatal error: config.h: No
  such file or directory

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 906784] Re: GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src

2013-07-07 Thread kaefert
I've repeatedly ran into this issue in the last few hours.
I'm running:
PiTiVi 0.15.2 (package pitivi version 0.15.2-0ubuntu1 )
Ubuntu 12.10 (Linux Mint 14)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/906784

Title:
  GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5
  video.src

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198653] [NEW] It is not possible to drag drop and pin icon to launch bar when auto-hiding is turned on

2013-07-07 Thread Łukasz Maniak
Public bug reported:

When you have auto-hiding of launch bar turned on, you can not drag an
application from search, because when you just put mouse with icon over
the bar, it hides all the time and if you want to add it though, you
have to disable auto-hiding first.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Sun Jul  7 13:23:45 2013
InstallationDate: Installed on 2013-06-20 (16 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 raring

** Description changed:

  When you have auto-hiding of launch bar turned on, you can not drag an
  application from search, because when you just put mouse with icon over
- the bar it hides all the time and if you want to add it though, you have
- to disable auto-hiding first.
+ the bar, it hides all the time and if you want to add it though, you
+ have to disable auto-hiding first.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic i686
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Jul  7 13:23:45 2013
  InstallationDate: Installed on 2013-06-20 (16 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MarkForUpload: True
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=pl_PL.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=pl_PL.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198653

Title:
  It is not possible to drag  drop and pin icon to launch bar when
  auto-hiding is turned on

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1154599] Re: getaddrinfo() returns -11 (EAI_SYSTEM) instead of -2

2013-07-07 Thread Thomas Hood
** Attachment added: getaddrinfo() test program
   
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1154599/+attachment/3728130/+files/x.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1154599

Title:
  getaddrinfo() returns -11 (EAI_SYSTEM) instead of -2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1154599] Re: getaddrinfo() returns -11 (EAI_SYSTEM) instead of -2

2013-07-07 Thread Thomas Hood
(Copied here from a post by me to debian-devel.)

Executive summary: The getaddrinfo() returns different values
depending on the OS and on nsswitch.conf settings, making it
very difficult to use getaddrinfo() return values to deciding how
to handle an error.

Here are the results of further experiments with getaddrinfo().
I am using the attached x.c program.  It tries to look up the
valid domain name 'www.google.com' and an invalid name
four times:
* once with empty /etc/resolv.conf (in which case the resolver tries 
127.0.0.1:53)
* once with /etc/resolv.conf pointing to a working nameserver on my LAN
* once with empty /etc/resolv.conf (again)
* once with /etc/resolv.conf pointing to an IP address where there is no 
working nameserver

OS is Debian 7.0.


# ./a.out
Making resolv.conf empty
Results of looking up www.google.com: status = -2, errno = 2
Results of looking up a bogus name: status = -2, errno = 2
Writing nameserver option to resolv.conf
Results of looking up www.google.com: status = 0, errno = 101
Results of looking up a bogus name: status = -2, errno = 2
Making resolv.conf empty
Results of looking up www.google.com: status = -2, errno = 2
Results of looking up a bogus name: status = -2, errno = 2
Writing incorrect nameserver option to resolv.conf
Results of looking up www.google.com: status = -2, errno = 2
Results of looking up a bogus name: status = -2, errno = 2


As I saw before, status is always -2 (EAI_NONAME).  The manpage
doesn't say that errno is significant in that case. (It is significant
when status is -11.)

Helmut got different results. Is the difference between my machine
and Helmut's machine attributable to some diff in nsswitch.conf,
perhaps?  I have:

hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

I tested next with

hosts: dns

and got different results.


Making resolv.conf empty
Results of looking up www.google.com: status = -2, errno = 111
Results of looking up a bogus name: status = -2, errno = 111
Writing nameserver option to resolv.conf
Results of looking up www.google.com: status = 0, errno = 101
Results of looking up a bogus name: status = -2, errno = 101
Making resolv.conf empty
Results of looking up www.google.com: status = -2, errno = 111
Results of looking up a bogus name: status = -2, errno = 111
Writing incorrect nameserver option to resolv.conf
Results of looking up www.google.com: status = -2, errno = 111
Results of looking up a bogus name: status = -2, errno = 111


Now errno for empty or incorrect resolv.conf is 111 (ECONNREFUSED ).
And with correct resolv.conf and bogus domain name errno is 101
(ENETUNREACH).  That doesn't make too much sense but as I
said I don't think we are supposed to pay attention to errno if
status is -2.

Next I ran the program on Ubuntu 13.04 with hosts: dns.


Making resolv.conf empty
Results of looking up www.google.com: status = -11, errno = 111
Results of looking up a bogus name: status = -11, errno = 111
Writing nameserver option to resolv.conf
Results of looking up www.google.com: status = 0, errno = 101
Results of looking up a bogus name: status = -2, errno = 101
Making resolv.conf empty
Results of looking up www.google.com: status = -11, errno = 111
Results of looking up a bogus name: status = -11, errno = 111
Writing incorrect nameserver option to resolv.conf
Results of looking up www.google.com: status = -11, errno = 110
Results of looking up a bogus name: status = -11, errno = 110


This is different in two ways. First the status is -11 (EAI_SYSTEM)
instead of -2 (EAI_NONAME) when no nameserver can be reached.
Second, there is now a difference between the empty-resolv.conf
case and the resolv.conf-with-bogus-address case. In the latter
case errno is 110 (ETIMEDOUT) instead of 111 (ECONNREFUSED).
This is better.

Debian 7.0 has libc6 version 2.13-37.
Ubuntu 13.04 has libc6 version 2.17-0ubuntu5.

What's behind all this?  [google, google...]  I see that in
November 2012 a change was made upstream

http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=cfde9b463d63092ff0908d4c2748ace648e2ead8

in response to a complaint that the wrong status was returned
in the case of an internal error (out-of-fds).

  http://sourceware.org/bugzilla/show_bug.cgi?id=14719

This is possibly the reason that I get status -11 instead of
-2 on Ubuntu.

But the result of the change was that getaddrinfo() returned
EAI_SYSTEM in too many cases.

  http://sourceware.org/bugzilla/show_bug.cgi?id=15339

This has recently (May 2013) been fixed

  http://sourceware.org/bugzilla/show_bug.cgi?id=15635
  
http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=3d04f5db20c8f0d1ba3881b5f5373586a18cf188

such that (IIUC) now getaddrinfo() should return different
status/errno combinations for internal errors, network errors
and name resolution failures. I 

[Bug 1035052] Re: Default language should automatically be set to system language

2013-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package rawtherapee - 4.0.11+dfsg-1

---
rawtherapee (4.0.11+dfsg-1) unstable; urgency=low

  * New upstream release (closes: #681952, #710534; LP: #1035052):
- Add build dependency libcanberra-gtk-dev
- Remove debian/rawtherapee.1 as it's shipped upstream
  * Bump Standards-Version to 3.9.4 (no changes necessary).
  * Update package description (closes: #682657).
  * Refresh debian/patches/01-AboutThisBuild.patch to apply cleanly.
  * Add debian/watch as recommended by Debian Policy Manual section 4.11.
- Repack the source and document it in debian/README.source

 -- Philip Rinn ri...@gmx.net  Wed, 26 Jun 2013 17:57:39 +0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035052

Title:
  Default language should automatically be set to system language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1106908] Re: Sound Recorder does not allow function Record As

2013-07-07 Thread Dinçer Kavraal
It says (except the first time pushing red record button) each time,
(gnome-sound-recorder:21604): GStreamer-WARNING **: Element 'gconfaudiosource' 
already has parent

# gnome-sound-recorder --gst-version
GStreamer Core Library version 0.10.36

# uname -a
Linux hostname 3.8.0-25-lowlatency #17-Ubuntu SMP PREEMPT Sat Jun 8 15:59:57 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION=Ubuntu 13.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1106908

Title:
  Sound Recorder does not allow function Record As

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1198659] [NEW] PCI/internal sound card not detected

2013-07-07 Thread Pallab Ghosh
Public bug reported:

Hi I have intalled ubuntu 13.04 recently. But sound not working. In sound 
settings. output is showing : Dummy Output. Tried few things but no result. 
aplay shows - no sound card.
sudo aplay -l
aplay: device_list:252: no soundcards found...

lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI Radeon Xpress 200 
Host Bridge (rev 01)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RS480 PCI Bridge
00:11.0 IDE interface: Advanced Micro Devices [AMD] nee ATI IXP SB400 Serial 
ATA Controller (rev 80)
00:12.0 IDE interface: Advanced Micro Devices [AMD] nee ATI IXP SB400 Serial 
ATA Controller (rev 80)
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI IXP SB400 USB Host 
Controller (rev 80)
00:13.1 USB controller: Advanced Micro Devices [AMD] nee ATI IXP SB400 USB Host 
Controller (rev 80)
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI IXP SB400 USB2 
Host Controller (rev 80)
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI IXP SB400 SMBus Controller 
(rev 82)
00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI IXP SB400 IDE 
Controller (rev 80)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI IXP SB4x0 High 
Definition Audio Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI IXP SB400 PCI-ISA 
Bridge (rev 80)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI IXP SB400 PCI-PCI 
Bridge (rev 80)
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RC410 
[Radeon Xpress 200/1100]
02:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)


I have also tried to reinstall sound. but still not working.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Mon Jul  8 00:07:54 2013
InstallationDate: Installed on 2013-07-07 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/15/2006
dmi.bios.vendor: Award BIOS for Intel
dmi.bios.version: GC11010N.86A.0313.2006.0915.1840
dmi.board.name: D101GGC
dmi.board.vendor: Intel Corporation
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardBIOSforIntel:bvrGC11010N.86A.0313.2006.0915.1840:bd09/15/2006:svn:pn:pvr:rvnIntelCorporation:rnD101GGC:rvr:cvn:ct3:cvr:

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1198659

Title:
  PCI/internal sound card not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1169904] Re: Save screenshot dialog window has wrong focus

2013-07-07 Thread Graham Inggs
Upstream commit 046f57ea426f911459a9e85b02476ce8a9e25663 [1] backported
for Raring.

[1] https://git.gnome.org/browse/gnome-
screenshot/commit/?id=046f57ea426f911459a9e85b02476ce8a9e25663


** Patch added: gnome-screenshot-raring.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screenshot/+bug/1169904/+attachment/3728157/+files/gnome-screenshot-raring.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169904

Title:
  Save screenshot dialog window has wrong focus

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1148033] Re: GDBus.Error:org.openobex:Error.Failed: Unable to request session

2013-07-07 Thread chrmhoffmann
I am not sure why this works, but if I open shell and then run bluez-
simple-agent, the file transfer works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148033

Title:
  GDBus.Error:org.openobex:Error.Failed: Unable to request session

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   >