[Bug 1198714] Re: Switching between tabs cumbersome

2013-07-08 Thread Adolfo Jayme Barrientos
** Changed in: webbrowser-app (Ubuntu)
   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/1198714

Title:
  Switching between tabs cumbersome

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1198714/+subscriptions

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


[Bug 1199210] Re: lp:mir FTBFS: surface_info.h:52:13: error: looser throw specifier for ‘virtual mir::input::SurfaceInfoController::~SurfaceInfoController()’

2013-07-08 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043.

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


On 2011-08-11T09:23:21+00:00 Paolo-carlini wrote:

... let's try this new Bugzilla ;)

This is an internal reminder that it would be nice to have implemented
quite soon the resolution of core/1123:

  http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#1123

For sure the library would immediately benefit, no more explicitly
noexcept destructors in a lot of places.

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/0


On 2012-02-21T11:51:14+00:00 Mimomorin wrote:

Created attachment 26711
A testcase for N3204

Attached a testcase for N3204 ;)

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/1


On 2012-02-21T12:05:40+00:00 Redi wrote:

We don't want front-end testcases that rely on  and need to
check what gets printed. A better test would use static_assert, but
would also test cases with both throwing and non-throwing base class and
members.

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/2


On 2012-02-22T02:43:30+00:00 Mimomorin wrote:

Created attachment 26721
A updated testcase

OK, here is a take two!

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/3


On 2012-03-23T01:05:26+00:00 Paolo-carlini wrote:

Jason, I'm glad to work on this (if you don't have anything better to do
;) Any tips for me? Shouldn't be so hard but I'm still a bit lost...

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/4


On 2012-03-23T01:07:00+00:00 Paolo-carlini wrote:

Of course I meant "if you have something better to do ;)"

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/5


On 2012-03-23T17:59:05+00:00 Paolo-carlini wrote:

I'm making some progress understanding these parts of the front-end.

For example the following trivial patchlet passes the testcase ;) But,
seriously, I'm not sure whether we really need a full fledged
build_exception_variant, whether we have to do something about LAZY_*
things, and much, much, more.


Index: class.c
===
--- class.c (revision 185722)
+++ class.c (working copy)
@@ -1001,6 +1001,10 @@ add_method (tree type, tree method, tree using_dec
   "destructor",
   type);
}
+  else if (cxx_dialect >= cxx0x
+  && !TYPE_RAISES_EXCEPTIONS (TREE_TYPE (method)))
+   TREE_TYPE (method) = build_exception_variant (TREE_TYPE (method),
+ noexcept_true_spec);
 }
   else
 {

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/6


On 2012-03-23T18:17:56+00:00 Paolo-carlini wrote:

This doesn't compile, for example:

struct B
{
  ~B();
};

B::~B() { }

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/7


On 2012-03-23T22:48:59+00:00 Paolo-carlini wrote:

The latter issue could be addressed by something like:

Index: decl.c
===
--- decl.c  (revision 185715)
+++ decl.c  (working copy)
@@ -1136,7 +1136,10 @@ check_redeclaration_exception_specification (tree
   if ((pedantic || ! DECL_IN_SYSTEM_HEADER (old_decl))
   && ! DECL_IS_BUILTIN (old_decl)
   && flag_exceptions
-  && !comp_except_specs (new_exceptions, old_exceptions, ce_normal))
+  && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)
+  && !(DECL_DESTRUCTOR_P (new_decl)
+  && cxx_dialect >= cxx0x
+  && !new_exceptions && TYPE_NOEXCEPT_P (old_type)))   
 {
   error ("declaration of %qF has a different exception specifier",
 new_decl);

Reply at: https://bugs.launchpad.net/mir/+bug/1199210/comments/8


On 2012-04-02T00:13:35+00:00 Paolo-k wrote:

Author: paolo
Date: Mon Apr  2 00:13:30 2012
New Revision: 186058

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186058
Log:
/cp
2012-04-01  Paolo Carlini  

PR c++/50043
* class.c (deduce_noexcept_on_destructor

[Bug 1173349]

2013-07-08 Thread Christoph-maxiom
*** Bug 322036 has been marked as a duplicate of this bug. ***

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1199123] Re: GList leak in unity_gtk_menu_shell_get_items()

2013-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/unity-gtk-module

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

Title:
  GList leak in unity_gtk_menu_shell_get_items()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-gtk-module/+bug/1199123/+subscriptions

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


[Bug 1174146] [NEW] .,hkv 'i ji oojou''io oiuoiu

2013-07-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

/,j kl b'jol
'oj'lijui'o uj'iljuhiky'iyuiouyio

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.16
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
Uname: Linux 3.2.0-23-generic-pae i686
ApportVersion: 2.0.1-0ubuntu5
Architecture: i386
CasperVersion: 1.315
Date: Sun Apr 28 23:04:54 2013
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-bug i386 precise ubiquity-2.10.16
-- 
.,hkv 'i ji oojou''io oiuoiu 
https://bugs.launchpad.net/bugs/1174146
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1194342] Re: Update to 1.58

2013-07-08 Thread Matthew Fischer
I think we'd possibly need some server-side changes to support the new
fields that it reports too, I'll ask mhall119 when I get a chance.

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

Title:
  Update to 1.58

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

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


[Bug 1157318] Re: Login error in CUPS when adding a printer (or other admin procedure)

2013-07-08 Thread berry
I have 1.6.2-1ubuntu5.  I see the changelog:
cups (1.6.2-1ubuntu5) raring; urgency=low

  * debian/patches/usb-backend-more-quirk-rules.patch: Added quirk rule for the
QinHeng CH340S USB->Parallel adapter (LP: #1000253).

 -- Till Kamppeter   Mon, 15 Apr 2013 15:13:01
+0200

cups (1.6.2-1ubuntu4) raring; urgency=low

  * debian/local/apparmor-profile: Allow "audit_write" capability.
(LP: #1157318).

I assume I have the fix but I still see app armor denied  in
/var/log/kern.log


Let me know your thoughts.  I am trying proposed package 7 for.

Regards
Matt

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

Title:
  Login error in CUPS when adding a printer (or other admin procedure)

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

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


[Bug 1190170] Re: no gui shutdown in lubuntu

2013-07-08 Thread Arthur Borsboom
Hi Erick,

I have fixed the issue manually, by changing the following files.

/usr/share/applications/lubuntu-logout.desktop (Fixed logout/power button on 
the taskbar on the right)
/home/arthur/.config/lxpanel/Lubuntu/config (Fixed logout button in the start 
menu on the left)
/usr/share/lxpanel/profile/Lubuntu (no effect for current user)
/usr/share/lubuntu/openbox/menu.xml (no effect for current user)
/usr/share/lubuntu/openbox/rc.xml (no effect for current user)
/usr/share/lubuntu/openbox/qt-rc.xml (no effect for current user)

Find and replace
- Find: lxsession-default quit
- Replace: lxsession-logout

I hope this helps to speed up the official release of Lubuntu 13.10.
If I can help somewhere else, let me know.

Greetings,
Arthur.

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

Title:
  no gui shutdown in lubuntu

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

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


[Bug 1199214] Re: Updating Krita installs unnecessary software

2013-07-08 Thread Thomas Sisson
This is not an upstream bug. Calligra does not require Krita or Karbon
or vice versa.

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

Title:
  Updating Krita installs unnecessary software

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

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


[Bug 1199214] [NEW] Updating Krita installs unnecessary software

2013-07-08 Thread Thomas Sisson
Public bug reported:

I already have Krita and Karbon installed. I don't have Calligra
installed. When I try to update Krita or Karbon, it selects several
Calligra packages and libraries. I don't want to install all of those.
They are not dependencies. This is wrong. This makes no sense. Please
fix unnecessarily marked dependencies. I have seen this issue several
times before.

** Affects: calligra (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/1199214

Title:
  Updating Krita installs unnecessary software

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

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


[Bug 1198450] Re: Please Upload Upstream Update 2.1.8 to Saucy

2013-07-08 Thread Adolfo Jayme Barrientos
** Changed in: easytag (Ubuntu)
   Status: New => Triaged

** Changed in: easytag (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Please Upload Upstream Update 2.1.8 to Saucy

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

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


[Bug 1181431] Re: unity's files icon not working well

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

** Changed in: unity (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/1181431

Title:
  unity's files icon not working well

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Micah Gersten
** Also affects: ibus-cangjie (Ubuntu Raring)
   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/1189083

Title:
  Make "Preferences" button work in "IBus Preferences"

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

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


[Bug 1199210] Re: lp:mir FTBFS: surface_info.h:52:13: error: looser throw specifier for ‘virtual mir::input::SurfaceInfoController::~SurfaceInfoController()’

2013-07-08 Thread Daniel van Vugt
** Also affects: gcc-defaults (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gcc-defaults (Ubuntu)
   Status: New => Fix Released

** Changed in: gcc-defaults (Ubuntu)
   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/1199210

Title:
  lp:mir FTBFS: surface_info.h:52:13: error: looser throw specifier for
  ‘virtual mir::input::SurfaceInfoController::~SurfaceInfoController()’

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

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

[Bug 1181431] Re: unity's files icon not working well

2013-07-08 Thread Adolfo Jayme Barrientos
** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

** Package changed: unity (Ubuntu) => bamf (Ubuntu)

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

Title:
  unity's files icon not working well

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Howard Chan
** Changed in: ibus-cangjie (Ubuntu Raring)
 Assignee: (unassigned) => Howard Chan (smartboyhw)

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

Title:
  Make "Preferences" button work in "IBus Preferences"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1189083/+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-08 Thread Micah Gersten
** Also affects: ibus-cangjie (Ubuntu Raring)
   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/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 1198721] Re: [Ubuntu 13.04] Nautilus problem with unity bar

2013-07-08 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 1181431 ***
https://bugs.launchpad.net/bugs/1181431

** This bug has been marked a duplicate of bug 1181431
   unity's files icon not working well

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

Title:
  [Ubuntu 13.04] Nautilus problem with unity bar

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

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


[Bug 1170503] Re: VirtualBox references are outdated

2013-07-08 Thread Jackson Doak
** Changed in: testdrive (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/1170503

Title:
  VirtualBox references are outdated

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Howard Chan
** Description changed:

  This bug is specific to Raring as we can introduce newer upstream
  version in Saucy.
  
  The fix is simple, backport a patch from upstream
  
https://github.com/bochecha/ibus-cangjie/commit/a85d297bb395f38c4ec5022acc6d641a695b4ab4.patch
  
  It adds  tags to the XML files so ibus-setup can find them.
  
  == SRU request ==
  [Impact]
  Users are unable to find "Preferences" button for Cangjie and Quick input 
methods in the "IBus" -> "Preferences" dialog -> "Input method" tab. This is 
rather annoying for the user if the user wants to adjust relavant settings for 
the above two input methods. This SRU has been requested by upstream.
  [Test Case]
  
  1. Install ibus-cangjie in Raring.
  2. Start IBus.
  3. Click the keyboard icon on the top of the desktop (i.e. the IBus button)
  4. Click "Preferences". An "IBus Preferences" window should appear.
  5. Click on the "Input method" tab.
  6. Tick "Customize active input methods"
  7. In the drag-down list, select "Chinese" ->  "Cangjie" or "Quick"
  8. Select "Chinese - Cangjie" and/or the "Chinese - Quick" item and click 
"Add"
  9. The Preference window cannot be selected in the old version.
  10. With this patch, the "Preference" window should be available.
  
  [Regression Potential]
  
  This patch is provided by upstream and works in Saucy development release.
  Regression should not easily happen. However, the patch might cause issues
  to IBus if not correctly copied and filled. The SRU will be based on the 
version
  uploaded to Saucy for convenience.
  
  [Other Info]
  
  Q: What bug fixes will this SRU come along with?
- A: LP: #1189085 (adding a hard dependency of gir1.2-ibus-1.0) and LP: 
#1167265 (Changing the maintainer to fit Ubuntu rules) will be included in this 
SRU.
+ A: LP: #1189085 (adding a hard dependency of 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/1189083

Title:
  Make "Preferences" button work in "IBus Preferences"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1189083/+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-08 Thread Howard Chan
** Description changed:

  Without gir1.2-ibus-1.0, ibus-cangjie would just crash.
  
  == SRU request ==
  
  [Impact]
  
  Users cannot use ibus-cangjie without gir1.2-ibus-1.0, so it is only a
  trivial fix.
  
  [Test Case]
  1. Install ibus-cangjie.
  2. Run "ibus-setup-cangjie quick" in the terminal.
  3. If in the version of raring-release, this tracebook would happen!
  ERROR:root:Could not find any typelib for IBus
  Traceback (most recent call last):
  File "/usr/bin/ibus-setup-cangjie", line 36, in 
  from gi.repository import IBus
  ImportError: cannot import name IBus
  4. Install gir1.2-ibus-1.0
  5. Run the command in step 3 again. It shouldn't fail.
  
  [Regression Potential]
  
  This is just a added dependency, so unless if gir1.2-ibus-1.0 itself has 
problems,
  it shouldn't be a regression at all.
  
  [Other Info]
-  
- 
  
  Q: What bug fixes will this SRU come along with?
- A: LP: #1189083 (adding a patch to enable Preferences) and LP: #1167265 
(Changing the maintainer to fit Ubuntu rules) will be included in this SRU.
+ A: LP: #1189083 (adding a patch to enable Preferences)

-- 
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 1095432] Re: powerpc should be included in testdrive

2013-07-08 Thread Jackson Doak
** Changed in: testdrive (Ubuntu)
   Status: Confirmed => Opinion

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

Title:
  powerpc should be included in testdrive

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

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


[Bug 1167265] Re: Please set maintainers to Ubuntu Developers instead of Anthony Wong

2013-07-08 Thread Howard Chan
** Description changed:

  According to the Ubuntu Packaging Guide "Basic Overview of the debian/ 
directory" Section 2 "The control file" 
(http://developer.ubuntu.com/packaging/html/debian-dir-overview.html#the-control-file)
  it says:
  
  Note that in Ubuntu, we set the Maintainer field to a general address
  because anyone can change any package (this differs from Debian where
  changing packages is usually restricted to an individual or a team).
  Packages in Ubuntu should generally have the Maintainer field set to
  Ubuntu Developers . If the
  Maintainer field is modified, the old value should be saved in the XSBC-
  Original-Maintainer field. This can be done automatically with the
  update-maintainer script available in the ubuntu-dev-tools package. For
  further information, see the Debian Maintainer Field spec on the Ubuntu
  wiki.
  
  However in ibus-cangjie, pycangjie and libcangjie the Maintainer Field
  is set to "Anthony Wong" , which doesn't comply
  with the rules.
  
  Please fix this trivial bug.
  
- == SRU request ==
- 
- [Impact]
- 
- This is just to fix a Debian packaging bug. The maintainer should be
- Ubuntu Developers instead of Anthony Wong.
- 
- [Test Case]
- 
- No method for users to test the bug except to visit the Launchpad pages.
- [Regression Potential] 
- 
- This bug itself will not regress at all (since it's a simple maintainer
- packaging fix) but bug fixes accompanying this SRU may introduce
- regressions.
- 
- [Other Info]
- 
- Q: What bug fixes will this SRU come along with?
- A: LP: #1189083 (adding a patch to enable Preferences) and LP: #1189085 
(Adding a hard dependency on gir1.2-ibus-1.0) will be included in this SRU.
+ dependency on gir1.2-ibus-1.0) will be included in this SRU.

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

Title:
  Please set maintainers to Ubuntu Developers instead of Anthony Wong

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

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


[Bug 1187236] Re: cannot setup indicator-weather

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

** Changed in: indicator-weather (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/1187236

Title:
  cannot setup indicator-weather

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

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


[Bug 285696] Re: Update patches for hebrew browser-startpage

2013-07-08 Thread Adolfo Jayme Barrientos
** No longer affects: ubuntu-docs (Ubuntu Hardy)

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

Title:
  Update patches for hebrew browser-startpage

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

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


[Bug 188391] Re: vmware tools dont compile with hardy

2013-07-08 Thread Adolfo Jayme Barrientos
** No longer affects: linux (Ubuntu Hardy)

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

Title:
  vmware tools dont compile with hardy

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

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


[Bug 122645] Re: manual partitioning hangs indefinitely

2013-07-08 Thread Adolfo Jayme Barrientos
** No longer affects: ubiquity (Ubuntu Hardy)

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

Title:
  manual partitioning hangs indefinitely

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

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


[Bug 327754] Re: update mpd to version 0.14.2 (ac3 support)

2013-07-08 Thread Adolfo Jayme Barrientos
** No longer affects: mpd (Ubuntu Hardy)

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

Title:
  update mpd to version 0.14.2 (ac3 support)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hardy-backports/+bug/327754/+subscriptions

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


[Bug 320470] Re: duplicate Mime-Version header

2013-07-08 Thread Adolfo Jayme Barrientos
** No longer affects: mailman (Ubuntu Hardy)

** No longer affects: mailman (Ubuntu Intrepid)

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

Title:
  duplicate Mime-Version header

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

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


[Bug 1166017] Re: I can't change the default web browser

2013-07-08 Thread Adolfo Jayme Barrientos
** Changed in: ubuntu
   Status: Incomplete => New

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

Title:
  I can't change the default web browser

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Howard Chan
** Description changed:

  This bug is specific to Raring as we can introduce newer upstream
  version in Saucy.
  
  The fix is simple, backport a patch from upstream
  
https://github.com/bochecha/ibus-cangjie/commit/a85d297bb395f38c4ec5022acc6d641a695b4ab4.patch
  
  It adds  tags to the XML files so ibus-setup can find them.
+ 
+ == SRU request ==
+ [Impact] 
+ Users are unable to find "Preferences" button for Cangjie and Quick input 
methods in the "IBus" -> "Preferences" dialog -> "Input method" tab. This is 
rather annoying for the user if the user wants to adjust relavant settings for 
the above two input methods.
+ [Test Case]
+ 
+ 1. Install ibus-cangjie in Raring.
+ 2. Start IBus.
+ 3. Click the keyboard icon on the top of the desktop (i.e. the IBus button)
+ 4. Click "Preferences". An "IBus Preferences" window should appear.
+ 5. Click on the "Input method" tab.
+ 6. Tick "Customize active input methods"
+ 7. In the drag-down list, select "Chinese" ->  "Cangjie" or "Quick"
+ 8. Select "Chinese - Cangjie" and/or the "Chinese - Quick" item and click 
"Add"
+ 9. The Preference window cannot be selected in the old version.
+ 10. With this patch, the "Preference" window should be available.
+ 
+ [Regression Potential]
+ 
+ This patch is provided by upstream and works in Saucy development release.
+ Regression should not easily happen. However, the patch might cause issues
+ to IBus if not correctly copied and filled. The SRU will be based on the 
version 
+ uploaded to Saucy for convenience.
+ 
+ [Other Info]
+  
+ Q: What bug fixes will this SRU come along with?
+ A: LP: #1189085 (adding a hard dependency of gir1.2-ibus-1.0) and LP: 
#1167265) will be included in this SRU.

** Description changed:

  This bug is specific to Raring as we can introduce newer upstream
  version in Saucy.
  
  The fix is simple, backport a patch from upstream
  
https://github.com/bochecha/ibus-cangjie/commit/a85d297bb395f38c4ec5022acc6d641a695b4ab4.patch
  
  It adds  tags to the XML files so ibus-setup can find them.
  
  == SRU request ==
- [Impact] 
+ [Impact]
  Users are unable to find "Preferences" button for Cangjie and Quick input 
methods in the "IBus" -> "Preferences" dialog -> "Input method" tab. This is 
rather annoying for the user if the user wants to adjust relavant settings for 
the above two input methods.
  [Test Case]
  
  1. Install ibus-cangjie in Raring.
  2. Start IBus.
  3. Click the keyboard icon on the top of the desktop (i.e. the IBus button)
  4. Click "Preferences". An "IBus Preferences" window should appear.
  5. Click on the "Input method" tab.
  6. Tick "Customize active input methods"
  7. In the drag-down list, select "Chinese" ->  "Cangjie" or "Quick"
  8. Select "Chinese - Cangjie" and/or the "Chinese - Quick" item and click 
"Add"
  9. The Preference window cannot be selected in the old version.
  10. With this patch, the "Preference" window should be available.
  
  [Regression Potential]
  
  This patch is provided by upstream and works in Saucy development release.
  Regression should not easily happen. However, the patch might cause issues
- to IBus if not correctly copied and filled. The SRU will be based on the 
version 
+ to IBus if not correctly copied and filled. The SRU will be based on the 
version
  uploaded to Saucy for convenience.
  
  [Other Info]
-  
+ 
  Q: What bug fixes will this SRU come along with?
- A: LP: #1189085 (adding a hard dependency of gir1.2-ibus-1.0) and LP: 
#1167265) will be included in this SRU.
+ A: LP: #1189085 (adding a hard dependency of gir1.2-ibus-1.0) and LP: 
#1167265 (Changing the maintainer to fit Ubuntu rules) will be included in this 
SRU.

** Description changed:

  This bug is specific to Raring as we can introduce newer upstream
  version in Saucy.
  
  The fix is simple, backport a patch from upstream
  
https://github.com/bochecha/ibus-cangjie/commit/a85d297bb395f38c4ec5022acc6d641a695b4ab4.patch
  
  It adds  tags to the XML files so ibus-setup can find them.
  
  == SRU request ==
  [Impact]
- Users are unable to find "Preferences" button for Cangjie and Quick input 
methods in the "IBus" -> "Preferences" dialog -> "Input method" tab. This is 
rather annoying for the user if the user wants to adjust relavant settings for 
the above two input methods.
+ Users are unable to find "Preferences" button for Cangjie and Quick input 
methods in the "IBus" -> "Preferences" dialog -> "Input method" tab. This is 
rather annoying for the user if the user wants to adjust relavant settings for 
the above two input methods. This SRU has been requested by upstream.
  [Test Case]
  
  1. Install ibus-cangjie in Raring.
  2. Start IBus.
  3. Click the keyboard icon on the top of the desktop (i.e. the IBus button)
  4. Click "Preferences". An "IBus Preferences" window should appear.
  5. Click on the "Input method" tab.
  6. Tick "Customize active input methods"
  7. In the drag-down list, select "Chinese" ->  "Cangjie" or "Quick"
  8. Select "Chi

[Bug 324215] Re: hwtest-gtk fails to uninstall if hwtest is no longer installed

2013-07-08 Thread Adolfo Jayme Barrientos
** Changed in: checkbox (Ubuntu Hardy)
   Status: New => Won't Fix

** Changed in: checkbox (Ubuntu Intrepid)
   Status: Invalid => Won't Fix

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

Title:
  hwtest-gtk fails to uninstall if hwtest is no longer installed

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

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


[Bug 1167265] Re: Please set maintainers to Ubuntu Developers instead of Anthony Wong

2013-07-08 Thread Howard Chan
** Description changed:

  According to the Ubuntu Packaging Guide "Basic Overview of the debian/ 
directory" Section 2 "The control file" 
(http://developer.ubuntu.com/packaging/html/debian-dir-overview.html#the-control-file)
  it says:
  
  Note that in Ubuntu, we set the Maintainer field to a general address
  because anyone can change any package (this differs from Debian where
  changing packages is usually restricted to an individual or a team).
  Packages in Ubuntu should generally have the Maintainer field set to
  Ubuntu Developers . If the
  Maintainer field is modified, the old value should be saved in the XSBC-
  Original-Maintainer field. This can be done automatically with the
  update-maintainer script available in the ubuntu-dev-tools package. For
  further information, see the Debian Maintainer Field spec on the Ubuntu
  wiki.
  
  However in ibus-cangjie, pycangjie and libcangjie the Maintainer Field
  is set to "Anthony Wong" , which doesn't comply
  with the rules.
  
  Please fix this trivial bug.
+ 
+ == SRU request ==
+ 
+ [Impact]
+ 
+ This is just to fix a Debian packaging bug. The maintainer should be
+ Ubuntu Developers instead of Anthony Wong.
+ 
+ [Test Case]
+ 
+ No method for users to test the bug except to visit the Launchpad pages.
+ [Regression Potential] 
+ 
+ This bug itself will not regress at all (since it's a simple maintainer
+ packaging fix) but bug fixes accompanying this SRU may introduce
+ regressions.
+ 
+ [Other Info]
+ 
+ Q: What bug fixes will this SRU come along with?
+ A: LP: #1189083 (adding a patch to enable Preferences) and LP: #1189085 
(Adding a hard dependency on gir1.2-ibus-1.0) will be included in this SRU.

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

Title:
  Please set maintainers to Ubuntu Developers instead of Anthony Wong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1167265/+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-08 Thread Howard Chan
** Description changed:

  Without gir1.2-ibus-1.0, ibus-cangjie would just crash.
+ 
+ == SRU request ==
+ 
+ [Impact]
+ 
+ Users cannot use ibus-cangjie without gir1.2-ibus-1.0, so it is only a
+ trivial fix.
+ 
+ [Test Case]
+ 1. Install ibus-cangjie.
+ 2. Run "ibus-setup-cangjie quick" in the terminal.
+ 3. If in the version of raring-release, this tracebook would happen!
+ ERROR:root:Could not find any typelib for IBus
+ Traceback (most recent call last):
+ File "/usr/bin/ibus-setup-cangjie", line 36, in 
+ from gi.repository import IBus
+ ImportError: cannot import name IBus
+ 4. Install gir1.2-ibus-1.0
+ 5. Run the command in step 3 again. It shouldn't fail.
+ 
+ [Regression Potential]
+ 
+ This is just a added dependency, so unless if gir1.2-ibus-1.0 itself has 
problems,
+ it shouldn't be a regression at all.
+ 
+ [Other Info]
+  
+ 
+ 
+ Q: What bug fixes will this SRU come along with?
+ A: LP: #1189083 (adding a patch to enable Preferences) and LP: #1167265 
(Changing the maintainer to fit Ubuntu rules) will be included in this SRU.

-- 
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 1199208] Re: [Acer Aspire 4330] suspend/resume failure

2013-07-08 Thread blazerw
I marked as invalid. I hope that's enough to close this.

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

Title:
  [Acer Aspire 4330] suspend/resume failure

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

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


[Bug 1199208] [NEW] [Acer Aspire 4330] suspend/resume failure

2013-07-08 Thread blazerw
Public bug reported:

This is not a bug, the resume failed because the computer was unplugged
for a week and simply ran out of power to stay suspended.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-2-generic 3.10.0-2.9
ProcVersionSignature: Ubuntu 3.10.0-2.9-generic 3.10.0
Uname: Linux 3.10.0-2-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.10.2-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  randy  2211 F pulseaudio
Date: Mon Jul  8 21:26:09 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=b727ba54-e3a2-4c91-a1c6-e1084a11b8c1
InstallationDate: Installed on 2011-03-06 (855 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110302)
InterpreterPath: /usr/bin/python3.3
MachineType: Acer Aspire 4330
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-2-generic 
root=UUID=38782ae6-2c56-4f8f-8b8c-3335692b02c4 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-2-generic N/A
 linux-backports-modules-3.10.0-2-generic  N/A
 linux-firmware1.110
SourcePackage: linux
Title: [Acer Aspire 4330] suspend/resume failure
UpgradeStatus: Upgraded to saucy on 2013-07-03 (5 days ago)
UserGroups:
 
dmi.bios.date: 10/13/2008
dmi.bios.vendor: Acer
dmi.bios.version: V1.15
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 4330
dmi.board.vendor: Acer
dmi.board.version: V1.15
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.15
dmi.modalias: 
dmi:bvnAcer:bvrV1.15:bd10/13/2008:svnAcer:pnAspire4330:pvrV1.15:rvnAcer:rnAspire4330:rvrV1.15:cvnAcer:ct1:cvrV1.15:
dmi.product.name: Aspire 4330
dmi.product.version: V1.15
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume saucy suspend

** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  [Acer Aspire 4330] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1199208/+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-08 Thread PS Jenkins bot
Fix committed into lp:compiz at revision None, scheduled for release in
compiz, milestone 0.9.10.0

** Changed in: compiz
   Status: In Progress => 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/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 968308]

2013-07-08 Thread Marc-andre-laperle
Created attachment 233150
Crash after fix

Unfortunately, I got this crash again using 4.4.0-I20130702-1230.

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

Title:
  Opening Eclipse workbench causes SIGSEGV

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

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


[Bug 551790] Re: lucid update-grub wrong root=UUID=

2013-07-08 Thread Phillip Susi
Stas, you only showed the entries for one system ( sda3 ).  Please show
the entries for the duplicate system as well.


** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  lucid update-grub wrong root=UUID=

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

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


[Bug 968308]

2013-07-08 Thread Grant Gayed
(In reply to comment #35)
> Unfortunately, I got this crash again using 4.4.0-I20130702-1230.

I've taken a look and see that the fix is not in there.  It's in the
latest nightly builds, but I-builds require an explicit submit from the
component, and it looks like SWT did not do this for
4.4.0-I20130702-1230.  I'll ensure that we submit for the next I-build.

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

Title:
  Opening Eclipse workbench causes SIGSEGV

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

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


[Bug 1198846] Re: [efi boot to unexpected media] plug in live usb and DVD at the same time, try to boot from DVD but it comes to usb

2013-07-08 Thread Phillip Susi
This isn't really a bug.  Given two identical install images on
different media, the system can't figure out which one you intended to
use.  Instead of giving it both, just give it the one you intend to use.


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

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

Title:
  [efi boot to unexpected media] plug in live usb and DVD at the same
  time, try to boot from DVD but it comes to usb

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

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


[Bug 1131640] Re: ldd : minor German translation issue

2013-07-08 Thread Bug Watch Updater
** Changed in: eglibc
   Status: Confirmed => Incomplete

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

Title:
  ldd : minor German translation issue

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ibus-cangjie -
0.0.1~git20130325-0ubuntu2

---
ibus-cangjie (0.0.1~git20130325-0ubuntu2) saucy; urgency=low

  * Fix maintainers field in debian/control to
Ubuntu Developers. (LP: #1167265)
  * Add an dependency of gir1.2-ibus-1.0 (LP: #1189085)
  * Cherry-pick patch setup: Declare the setup in the XML components
(upstream commit no.: a85d297bb395f38c4ec5022acc6d641a695b4ab4)
requested by upstream. (LP: #1189083)
 -- Howard ChanMon, 08 Jul 2013 21:24:42 +0800

** Changed in: ibus-cangjie (Ubuntu)
   Status: In Progress => 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/1189083

Title:
  Make "Preferences" button work in "IBus Preferences"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-cangjie/+bug/1189083/+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-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ibus-cangjie -
0.0.1~git20130325-0ubuntu2

---
ibus-cangjie (0.0.1~git20130325-0ubuntu2) saucy; urgency=low

  * Fix maintainers field in debian/control to
Ubuntu Developers. (LP: #1167265)
  * Add an dependency of gir1.2-ibus-1.0 (LP: #1189085)
  * Cherry-pick patch setup: Declare the setup in the XML components
(upstream commit no.: a85d297bb395f38c4ec5022acc6d641a695b4ab4)
requested by upstream. (LP: #1189083)
 -- Howard ChanMon, 08 Jul 2013 21:24:42 +0800

** Changed in: ibus-cangjie (Ubuntu)
   Status: In Progress => 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/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 1167265] Re: Please set maintainers to Ubuntu Developers instead of Anthony Wong

2013-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ibus-cangjie -
0.0.1~git20130325-0ubuntu2

---
ibus-cangjie (0.0.1~git20130325-0ubuntu2) saucy; urgency=low

  * Fix maintainers field in debian/control to
Ubuntu Developers. (LP: #1167265)
  * Add an dependency of gir1.2-ibus-1.0 (LP: #1189085)
  * Cherry-pick patch setup: Declare the setup in the XML components
(upstream commit no.: a85d297bb395f38c4ec5022acc6d641a695b4ab4)
requested by upstream. (LP: #1189083)
 -- Howard ChanMon, 08 Jul 2013 21:24:42 +0800

** Changed in: ibus-cangjie (Ubuntu)
   Status: In Progress => 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/1167265

Title:
  Please set maintainers to Ubuntu Developers instead of Anthony Wong

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

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


[Bug 1199201] Re: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2013-07-08 Thread Akshay Bhat
** Summary changed:

- Display freezes, restarts display subsystem and is unusable
+ [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

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

Title:
  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU
  hung

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

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


[Bug 1198686] Re: Freshly-installed system won't boot on Eee PC

2013-07-08 Thread Phillip Susi
It seems the EFI firmware boot entries are not taking hold.  Please
attach /var/log/syslog to this bug report ( don't use a pastebin, as
they go away eventually ), after the installation has finished.

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

Title:
  Freshly-installed system won't boot on Eee PC

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

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


[Bug 1198341] Re: package linux-image-2.6.32-49-generic 2.6.32-49.111 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2013-07-08 Thread Phillip Susi
You seem to have created a malformed devices.map file.  You will need to
delete it.


** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  package linux-image-2.6.32-49-generic 2.6.32-49.111 failed to
  install/upgrade: il sottoprocesso vecchio script di post-installation
  ha restituito lo stato di errore 1

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

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


[Bug 1189083] Re: Make "Preferences" button work in "IBus Preferences"

2013-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/saucy/ibus-cangjie/saucy-
proposed

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

Title:
  Make "Preferences" button work in "IBus Preferences"

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

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


[Bug 1167265] Re: Please set maintainers to Ubuntu Developers instead of Anthony Wong

2013-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/saucy/ibus-cangjie/saucy-
proposed

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

Title:
  Please set maintainers to Ubuntu Developers instead of Anthony Wong

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

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


[Bug 1199201] [NEW] Display freezes, restarts display subsystem and is unusable

2013-07-08 Thread Akshay Bhat
Public bug reported:

Issue has happened twice in the week now.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
Uname: Linux 3.2.0-48-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,resize,animation,workarounds,move,gnomecompat,imgpng,mousepoll,grid,snap,wall,place,vpswitch,unitymtgrabhandles,expo,session,ezoom,staticswitcher,fade,scale,unityshell]
CompositorRunning: None
Date: Mon Jul  8 21:43:08 2013
DistUpgraded: 2012-04-27 04:49:48,715 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes,
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21ce]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
MachineType: LENOVO 4177CTO
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-48-generic 
root=UUID=478a278b-dcf5-4f8b-8e3a-3d04f592c44a ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-04-27 (437 days ago)
dmi.bios.date: 05/17/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 83ET57WW (1.27 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4177CTO
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:bvr83ET57WW(1.27):bd05/17/2011:svnLENOVO:pn4177CTO:pvrThinkPadT420:rvnLENOVO:rn4177CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4177CTO
dmi.product.version: ThinkPad T420
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.7.12-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.39-0ubuntu0.2
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.13
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build3

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


** Tags: amd64 apport-bug precise running-unity ubuntu

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

Title:
  Display freezes, restarts display subsystem and is unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1199201/+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-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/saucy/ibus-cangjie/saucy-
proposed

-- 
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 1167449] Re: Add support for instagram

2013-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package friends -
0.2.0+13.10.20130708.3-0ubuntu1

---
friends (0.2.0+13.10.20130708.3-0ubuntu1) saucy; urgency=low

  [ Robert Bruce Park ]
  * Fix Instagram's avatar logic.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 221
 -- Ubuntu daily releaseMon, 08 Jul 2013 
22:06:08 +

** Changed in: friends (Ubuntu)
   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/1167449

Title:
  Add support for instagram

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1167449/+subscriptions

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


[Bug 1198590] Re: Can't install (L)Ubuntu 13.04 on 64-bit UEFI-enabled system alongside Windows 8 (grub-efi failed to install)

2013-07-08 Thread Phillip Susi
The relevant errors, after translating via google, appear to be here,
though I have no idea how this could possibly be, especially when it
works in English.

The package grub-efi do not it is not available, but à © referenced by another 
package.
This may mean that the package is ¡missing, has been obsoleted, or
¡is only available from another source
However, the following packages replace it:
   grub2-common grub-common
E: The package 'grub-efi' does not have a candidate for instalaà § à £ o

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

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

Title:
  Can't install (L)Ubuntu 13.04 on 64-bit UEFI-enabled system alongside
  Windows 8 (grub-efi failed to install)

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

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

[Bug 1196363] Re: wireless quits passing traffic soon after association getting an IP address

2013-07-08 Thread Brad Figg
** Changed in: linux (Ubuntu)
   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/1196363

Title:
  wireless quits passing traffic soon after association getting an IP
  address

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

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


[Bug 1131106] Re: Expo key stops working once Expo is terminated by clicking on a draggable window (only if unityshell is *not* enabled)

2013-07-08 Thread PS Jenkins bot
Fix committed into lp:compiz at revision None, scheduled for release in
compiz, milestone 0.9.10.0

** Changed in: compiz
   Status: In Progress => 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/1131106

Title:
  Expo key stops working once Expo is terminated by clicking on a
  draggable window (only if unityshell is *not* enabled)

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

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


[Bug 1198325] Re: Huawei K3770 failed to connect

2013-07-08 Thread Islam
** Attachment added: "modem.log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1198325/+attachment/3729920/+files/modem.log.txt

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

Title:
  Huawei K3770 failed to connect

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

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


[Bug 1198325] Re: Huawei K3770 failed to connect

2013-07-08 Thread Islam
** Attachment added: "nm.log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1198325/+attachment/3729919/+files/nm.log.txt

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

Title:
  Huawei K3770 failed to connect

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

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


[Bug 1199199] [NEW] emacs dependency inhibits using latest version

2013-07-08 Thread David A. Cobb
Public bug reported:

Several emacs-related packages (list attached) depend on "emacs-
snapshot".  There is no longer any such package!

The packages alternately depend on meta-package "emacs", but that claims
to pull in the recommended emacs, today emacs23.

I want to have only emacs24, but I don't want to give up on all the add-ons; 
"mmm-mode" is a very useful.  
But, having two versions of emacs (23 and 24) is not only wasteful, but also a 
potential source of trouble -- having two potential targets for an "info" 
request, for example.  

So, I Not-So-Humbly recommend the following.

Rename the package that pulls in the recommended version "emacs-default".  [ Or 
some other similar name ]
KEEP "emacs" as a virtual package name.  

Have "emacs23-nox", "emacs23-lucid", ... PROVIDES "emacs23", and "emacs23" 
PROVIDES "emacs".
Likewise "emacs24-nox", "emacs24-whatever" PROVIDES "emacs24", and "emacs24" 
PROVIDES "emacs".

Then, have the add-ons like "mmm-mode" DEPENDS ON "emacs" if they are 
version-agnostic, or -- as is done for Python (e.g.)  -- 
DEPENDS ON "emacs >=23.1" AND "emacs <24".

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


** Tags: packaging

** Attachment added: "Listing from aptitude search '?debends(emacs-snapshot)'"
   
https://bugs.launchpad.net/bugs/1199199/+attachment/3729918/+files/Depends_emacs-snapshot.txt

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

Title:
  emacs dependency inhibits using latest version

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

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


[Bug 1199128] Re: linux: 3.8.0-27.40 -proposed tracker

2013-07-08 Thread Brad Figg
** Summary changed:

- linux: 3.8.0-27.39 -proposed tracker
+ linux: 3.8.0-27.40 -proposed tracker

** Description changed:

- This bug is for tracking the 3.8.0-27.39 upload package. This bug will
+ This bug is for tracking the 3.8.0-27.40 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 08. July 2013 20:05 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Monday, 08. July 2013 20:05 UTC

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

Title:
  linux: 3.8.0-27.40 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199128/+subscriptions

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


[Bug 1163147] Re: Please run dnsmasq in such a way that it can also be used on the host — to look up the VMs' names

2013-07-08 Thread Seth Arnold
I believe the 192.168.122.1 comes first due to the
/etc/dhcp/dhclient.conf configuration: prepend domain-name-servers
192.168.122.1;

It might also have come first as a result of my previous debugging
efforts. (Sorry. :)

I think the .local VM FQDN lookups are using mDNS -- at least, wireshark
showed a fair amount of mDNS traffic but no DNS traffic when I just now
tested.

I've made some changes to my /etc/init/lxc-net script, stolen the
dnsmasq package's resolvconf hook script -- I'll test it shortly.
Thanks!

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

Title:
  Please run dnsmasq in such a way that it can also be used on the host
  — to look up the VMs' names

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

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

[Bug 795239] Re: eject: unable to find or open device for: `cdrom' - but my cd is /dev/cdrom1

2013-07-08 Thread eviljoel
Hey Ankit,

First, I am no Ubuntu expert but I am sure it is fine if you should just
go ahead and take it.

I stopped working on it because I started playing around with the Doom 3
source code when it was released.  The problem hasn't been fixed because
it isn't exactly an easy problem to solve.  I don't remember all the
details but except for /proc/sys/dev/cdrom/info, the Kernel does not
appear to provide a way to figure out what cdrom drives are available.
I would probably go about using the information from
/proc/sys/dev/cdrom/info as that file doesn't appear to be going
anywhere very soon.

Be sure to try to fix the issue upstream.  If not, I would try to submit
it here.

I remember I posted more detailed information above.  You should
definitely read that.

Good luck, 
eviljoel

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

Title:
  eject: unable to find or open device for: `cdrom' - but my cd is
  /dev/cdrom1

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

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


[Bug 1199137] Re: crash during installation

2013-07-08 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Jul  8 20:16:40 kubuntu /plugininstall.py: Traceback (most recent call last):
Jul  8 20:16:40 kubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 261, in run
Jul  8 20:16:40 kubuntu /plugininstall.py: self.apt_clone_restore()
Jul  8 20:16:40 kubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 1527, in apt_clone_restore
Jul  8 20:16:40 kubuntu /plugininstall.py: restore_cmd, 
preexec_fn=install_misc.debconf_disconnect)
Jul  8 20:16:40 kubuntu /plugininstall.py:   File 
"/usr/lib/python3.3/subprocess.py", line 544, in check_call
Jul  8 20:16:40 kubuntu /plugininstall.py: raise 
CalledProcessError(retcode, cmd)
Jul  8 20:16:40 kubuntu /plugininstall.py: subprocess.CalledProcessError: 
Command '['apt-clone', 'restore-new-distro', 
'/target/ubiquity-apt-clone/apt-clone-state-kubuntu.tar.gz', 'raring', 
'--destination', '/target']' returned non-zero exit status 1
Jul  8 20:16:40 kubuntu /plugininstall.py: 


** Tags added: installer-crash

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

Title:
  crash during installation

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

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


[Bug 1199149] Re: linux: 3.5.0-37.58 -proposed tracker

2013-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => 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/1199149

Title:
  linux: 3.5.0-37.58 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199149/+subscriptions

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


[Bug 1199017] Re: [needs-packaging] ubuntuone-credentials

2013-07-08 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: ubuntu
   Importance: Undecided => Wishlist

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

Title:
  [needs-packaging] ubuntuone-credentials

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

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


[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-07-08 Thread papukaija
@Paul: I think it's already covered by the indicator-appmenu task.

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

Title:
  [Libreoffice] Mnemonics do not work in Unity

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

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


[Bug 1131099] Re: Can not edit or add new bookmarks/places to nautilus

2013-07-08 Thread Larry Wells
I cannot add bookmarks through the cog menu.  So still think this is a
bug

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

Title:
  Can not edit or add new bookmarks/places to nautilus

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

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


[Bug 1199185] [NEW] should use ofono (upstream change required)

2013-07-08 Thread Sebastien Bacher
Public bug reported:

The current saucy version is built without ofono support, it leads to
missing features like get the IMEI number from devices

This upstream commit allows to enable the option and fixes the build issue of 
our current version:
http://qt.gitorious.org/qt/qtsystems/commit/484c917490381cc9884b7cae613ccf5568496e3c
(the documentation part is not needed)

Once the change backported the option need to be enabled in
debian/rules:

 override_dh_auto_configure:
-   qmake
+   qmake "CONFIG+=ofono"

** Affects: qtsystems-opensource-src (Ubuntu)
 Importance: High
 Assignee: Timo Jyrinki (timo-jyrinki)
 Status: Confirmed

** Changed in: qtsystems-opensource-src (Ubuntu)
   Importance: Undecided => High

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

Title:
  should use ofono (upstream change required)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtsystems-opensource-src/+bug/1199185/+subscriptions

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


[Bug 1167018] Re: blurred dash distorted in ubuntu 13.04 with ATI Radeon Xpress X1250 RS690

2013-07-08 Thread Treviño
** Also affects: nux
   Importance: Undecided
   Status: New

** Changed in: nux
   Importance: Undecided => Critical

** Changed in: nux
   Status: New => Triaged

** Changed in: nux
Milestone: None => 4.0.3

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

Title:
  blurred dash distorted in ubuntu 13.04 with ATI Radeon Xpress X1250
  RS690

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

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


[Bug 1172906] Re: Nova-Compute-kvm fails in ubuntu server 13.04

2013-07-08 Thread davisvictor
I have the same problem.

I am using your step-by-step, Msekni.

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

Title:
  Nova-Compute-kvm fails in ubuntu server 13.04

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

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


[Bug 1199185] Re: should use ofono (upstream change required)

2013-07-08 Thread Sebastien Bacher
Timo, could you either update the snapshot or include that patch? I can
do that tomorrow if you want (or sponsor an update if you do it)

** Changed in: qtsystems-opensource-src (Ubuntu)
   Status: New => Confirmed

** Changed in: qtsystems-opensource-src (Ubuntu)
 Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)

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

Title:
  should use ofono (upstream change required)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtsystems-opensource-src/+bug/1199185/+subscriptions

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


[Bug 1199186] [NEW] Back and foward keys doesn't work in Software Center

2013-07-08 Thread Louis
Public bug reported:

When I browse in Ubuntu Software it possible by going back and foward in
my operations by clicking on the back and forward keys on the left side
in the topbar.

I can olso navigate using Alt + Left or Right allow key, but when I try
to use the speciel keys on my Thinkpad for Go back and go forward
nothing happens. They work in most other applications like Firefox,
Chromium, Opera and more.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: software-center 5.2.9
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Tue Jul  9 01:31:51 2013
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
   Back and foward keys doesn't work in Software Center

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

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


[Bug 1163107] Re: Wacom calibration results are off (wrong area)

2013-07-08 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown => New

** Changed in: gnome-control-center
   Importance: Unknown => Medium

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

Title:
  Wacom calibration results are off (wrong area)

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

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


[Bug 1195687] Re: system fails to boot with kernel 3.10.0 when using radeon.audio=1

2013-07-08 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=66714.

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


On 2013-07-08T22:02:39+00:00 Marco Trevisan (Treviño) wrote:

If I enable the HDMI audio using the Mobility Radeon HD 5650 card with
kernel 3.10.0 (or newer), I get a kernel oops that prevents me to boot.

This is a regression, since everything is fine with kernel 3.9.0.

Also, when I enable the switchable graphics in the bios, the notebook
boots but as soon as I use vgaswitcheroo to switch to the discrete card,
I still get a black screen and the system can't be used (when restoring
the integrate card, it goes back to work).

This is the kernel failure I've found:
Jul 8 23:23:03 tricky kernel: [ 30.386559] BUG: unable to handle kernel NULL 
pointer dereference at (null)
Jul 8 23:23:03 tricky kernel: [ 30.386626] IP: [] 
evergreen_hdmi_enable+0x20/0x90 [radeon]
Jul 8 23:23:03 tricky kernel: [ 30.386715] PGD 0
Jul 8 23:23:03 tricky kernel: [ 30.386731] Oops:  [#1] SMP
Jul 8 23:23:03 tricky kernel: [ 30.387209] CPU: 2 PID: 2184 Comm: Xorg Not 
tainted 3.10.0-996-generic #201307020454
Jul 8 23:23:03 tricky kernel: [ 30.387260] Hardware name: Acer Aspire 
4820TG/JM41_CP, BIOS V1.25 03/16/2011
Jul 8 23:23:03 tricky kernel: [ 30.387306] task: 88022c33ddc0 ti: 
88022f3d2000 task.ti: 88022f3d2000
Jul 8 23:23:03 tricky kernel: [ 30.387354] RIP: 0010:[] 
[] evergreen_hdmi_enable+0x20/0x90 [radeon]
Jul 8 23:23:03 tricky kernel: [ 30.387447] RSP: 0018:88022f3d3b68 EFLAGS: 
00010246
Jul 8 23:23:03 tricky kernel: [ 30.387482] RAX: 88022b02de00 RBX: 
88022b02ea00 RCX: 0007
Jul 8 23:23:03 tricky kernel: [ 30.387529] RDX:  RSI: 
 RDI: 88022b02ea00
Jul 8 23:23:03 tricky kernel: [ 30.387575] RBP: 88022f3d3b78 R08: 
0023 R09: 0022
Jul 8 23:23:03 tricky kernel: [ 30.387621] R10: 88022b724880 R11: 
 R12: 88022b1f
Jul 8 23:23:03 tricky kernel: [ 30.387667] R13: 88022bb13000 R14: 
88022bb13000 R15: 8802307e6000
Jul 8 23:23:03 tricky kernel: [ 30.387716] FS: 7f34c3505980() 
GS:88023bc8() knlGS:
Jul 8 23:23:03 tricky kernel: [ 30.387768] CS: 0010 DS:  ES:  CR0: 
80050033
Jul 8 23:23:03 tricky kernel: [ 30.387807] CR2:  CR3: 
00022ed44000 CR4: 07e0
Jul 8 23:23:03 tricky kernel: [ 30.387854] DR0:  DR1: 
 DR2: 
Jul 8 23:23:03 tricky kernel: [ 30.387901] DR3:  DR6: 
0ff0 DR7: 0400
Jul 8 23:23:03 tricky kernel: [ 30.387947] Stack:
Jul 8 23:23:03 tricky kernel: [ 30.387963] 88022b1f 88022bb13000 
88022f3d3ba8 a0252f3f
Jul 8 23:23:03 tricky kernel: [ 30.388016] 88022b02ea00 88022bb13478 
88022bb13000 ffde
Jul 8 23:23:03 tricky kernel: [ 30.388070] 88022f3d3bd8 a010ab3a 
88022e4b7cf0 8802307e6000
Jul 8 23:23:03 tricky kernel: [ 30.388122] Call Trace:
Jul 8 23:23:03 tricky kernel: [ 30.388173] [] 
radeon_atom_encoder_disable+0x15f/0x170 [radeon]
Jul 8 23:23:03 tricky kernel: [ 30.388231] [] 
drm_helper_disable_unused_functions+0x14a/0x190 [drm_kms_helper]
Jul 8 23:23:03 tricky kernel: [ 30.388295] [] 
drm_crtc_helper_set_config+0x95e/0xb50 [drm_kms_helper]
Jul 8 23:23:03 tricky kernel: [ 30.388357] [] ? 
ttm_bo_vm_fault+0x288/0x3f0 [ttm]
Jul 8 23:23:03 tricky kernel: [ 30.388420] [] ? 
radeon_ttm_fault+0x5c/0x70 [radeon]
Jul 8 23:23:03 tricky kernel: [ 30.388482] [] 
drm_mode_set_config_internal+0x5c/0xe0 [drm]
Jul 8 23:23:03 tricky kernel: [ 30.388540] [] 
drm_mode_setcrtc+0x2e8/0x540 [drm]
Jul 8 23:23:03 tricky kernel: [ 30.388589] [] ? 
handle_pte_fault+0x96/0x230
Jul 8 23:23:03 tricky kernel: [ 30.388639] [] 
drm_ioctl+0x50a/0x650 [drm]
Jul 8 23:23:03 tricky kernel: [ 30.388689] [] ? 
drm_mode_setplane+0x3f0/0x3f0 [drm]
Jul 8 23:23:03 tricky kernel: [ 30.390589] [] ? 
account_user_time+0x9c/0xb0
Jul 8 23:23:03 tricky kernel: [ 30.392510] [] 
do_vfs_ioctl+0x88/0x340
Jul 8 23:23:03 tricky kernel: [ 30.394435] [] 
SyS_ioctl+0x91/0xb0
Jul 8 23:23:03 tricky kernel: [ 30.396255] [] 
tracesys+0xe1/0xe6
Jul 8 23:23:03 tricky kernel: [ 30.397670] Code: d6 de ff eb 9b e8 91 d0 e0 e0 
90 66 66 66 66 90 55 48 89 e5 48 83 ec 10 48 8b 87 50 01 00 00 40 84 f6 48 8b 
90 08 01 00 00 75 20 <80> 3a 00 74 5c c6 02 00 48 8b 80 08 01 00 00 49 c7 c0 69 
b4 2c
Jul 8 23:23:03 tricky kernel: [ 30.400952] RIP [] 
evergreen_hdmi_enable+0x20/0x90 [radeon]
Jul 8 23:23:03 tricky kernel: [ 30.402658] RSP 
Jul 8 23:23:03 tricky kernel: [ 30.404355] CR2: 
Jul 8 23:23:03 tricky ker

[Bug 1163147] Re: Please run dnsmasq in such a way that it can also be used on the host — to look up the VMs' names

2013-07-08 Thread Thomas Hood
Having re-read your original description I have a couple of questions
for you.

1. How did it come to pass that  "nameserver 192.168.122.1" is first in
your resolv.conf, as given in the description? Does libvirt add that
line, or did you customize something?

2. You say that you can resolve the VM FQDNs ending in ".local". Does
this go via mDNS or via dnsmasq?

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

Title:
  Please run dnsmasq in such a way that it can also be used on the host
  — to look up the VMs' names

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

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

[Bug 1194626] Re: Installation of Kubuntu 13.04 from CD fails (ubiquity / partman error 141)

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

** Changed in: ubiquity (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/1194626

Title:
  Installation of Kubuntu 13.04 from CD fails (ubiquity / partman error
  141)

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

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


[Bug 1159862] Re: instant crashed with SIGSEGV

2013-07-08 Thread Dmitrijs Ledkovs
i got same crash again...

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

Title:
  instant crashed with SIGSEGV

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

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


[Bug 1098732] Re: menu-cached crashed with SIGSEGV in malloc()

2013-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/menu-cache

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

Title:
  menu-cached crashed with SIGSEGV in malloc()

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

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


[Bug 1199180] [NEW] lsb_release crashed with SIGABRT in raise()

2013-07-08 Thread Rainer Rohde
Public bug reported:

This just happened after restarting my laptop. Not sure what might have
triggered it.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: lsb-release 4.1+Debian11ubuntu3
ProcVersionSignature: Ubuntu 3.9.0-7.15-generic 3.9.7
Uname: Linux 3.9.0-7-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.10.2-0ubuntu4
Architecture: amd64
Date: Sat Jul  6 15:55:37 2013
ExecutablePath: /usr/bin/lsb_release
InterpreterPath: /usr/bin/python3.3
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: /usr/bin/python3 -Es /usr/bin/lsb_release -i -s
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: lsb
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 Py_FatalError ()
 _Py_InitializeEx_Private ()
 Py_Main ()
Title: lsb_release crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash need-amd64-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/1199180

Title:
  lsb_release crashed with SIGABRT in raise()

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

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


[Bug 1199149] Re: linux: 3.5.0-37.58 -proposed tracker

2013-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-lbm
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-lbm
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.5.0-37.58 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199149/+subscriptions

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


[Bug 1199128] Re: linux: 3.8.0-27.39 -proposed tracker

2013-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: In Progress => 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/1199128

Title:
  linux: 3.8.0-27.39 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199128/+subscriptions

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


[Bug 1163147] Re: can't resolve lan hosts (regression)

2013-07-08 Thread Thomas Hood
>> You need to configure things such that each nameserver listed in resolv.conf
>> can resolve all names you want resolved.

> This requirement feels impossible to meet; the dnsmasq spawned by libvirt
> on my laptop knows only the VMs running on my laptop. It is not possible
> for this dnsmasq to know the hosts on my LAN

That instance of dnsmasq, call it DV, provides services to VMs. If the
VMs are going to access the LAN or the Internet then DV needs to forward
DNS queries for which it isn't authoritative to a nameserver on the LAN
or on the Internet.

> I have a standard consumer router on my network to provide DHCP
> and dynamic DNS services. I do not want to require my laptop to be
> on and connected to my LAN for other hosts to continue using the LAN.

Agreed. Your laptop should ultimately send DNS queries to the nameserver
on the router, just as any other machine on the LAN does.

You want to be able to resolve VM names on your laptop as well as LAN
and Internet names. In that case you will have to use DV as your
laptop's nameserver and configure DV to forward DNS queries to the
router and not use the nameserver that the laptop is using (which is DV
itself — that would be a loop).

This should be implemented cleanly using resolvconf. Here is an outline
of how that should be done, blindly assuming a few things such as that
the "dnsmasq" package is not installed on your machine. I blindly
assume, that is, that libvirt runs an instance of dnsmasq using the
binary in the dnsmasq-base package.

Basically, DV should behave similarly to how the server instance of
dnsmasq (from the "dnsmasq" package) behaves with respect to resolvconf.

1. DV should register with resolvconf a loopback address at which it
listens.

Configure it to listen at 127.0.0.1 on the laptop and modify its control
script to run

echo "nameserver 127.0.0.1" | resolvconf -a lo.dnsmasq

on start and

resolvconf -d lo.dnsmasq

on stop.

2. DV should have a hook script in /etc/resolvconf/update.d/ which
generates a list of forwarders for DV to use.  The resolvconf hook
script from the dnsmasq package can be used verbatim for this purpose;
simply put the file in update.d/ and configure DV to use
/var/run/dnsmasq/resolv.conf as its only forwarders-list file.  If you
want details I can help you, or you can follow the good example of the
dnsmasq package.

** Summary changed:

- can't resolve lan hosts (regression)
+ Can't resolve both VM names and LAN names

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

Title:
  Please run dnsmasq in such a way that it can also be used on the host
  — to look up the VMs' names

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

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

[Bug 1163147] Re: Can't resolve both VM names and LAN names

2013-07-08 Thread Thomas Hood
I think that this is ultimately an enhancement request for libvirt.

** Package changed: dnsmasq (Ubuntu) => libvirt (Ubuntu)

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

** Summary changed:

- Can't resolve both VM names and LAN names
+ Please run dnsmasq in such a way that it can also be used on the host — to 
look up the VMs' names

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

Title:
  Please run dnsmasq in such a way that it can also be used on the host
  — to look up the VMs' names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1163147/+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-08 Thread Alan Pater
Do all the "Bad" things in this screen mean anything?

** Attachment added: "PowerTop tunables"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189645/+attachment/3729842/+files/PowerTop2013-07-08.png

-- 
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 1156704] Re: Virtualenv breaks if python-configparser is installed

2013-07-08 Thread Barry Warsaw
Crap.  Now that python-configparser is required by configglue, which is
required by ubuntuone, I guess I have to actually fix this now.   Note
how Software Center got equally broken in LP: #1038429

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

Title:
  Virtualenv breaks if python-configparser is installed

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

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


Re: [Bug 1197395] Re: /run/user/$ID/pulse owned by root and not by the user

2013-07-08 Thread Davide Depau
Ok, I'm adding it. I didn't have the problem again. I'll try to play music
every time I turn on the PC, and if I won't have problem for almost a week,
I will report it here.


2013/7/9 Luke Yelavich 

> Ok then, could you please try testing Pulseaudio 4.0 from ppa:ubuntu-
> audio-dev/pulse-testing? I must say I am not seeing any such problem
> similar to this here locally, although I am running Pulse 4.0.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1197395
>
> Title:
>   /run/user/$ID/pulse owned by root and not by the user
>
> Status in “pulseaudio” package in Ubuntu:
>   New
>
> Bug description:
>   I'm experiencing this problem with Ubuntu Saucy. Some times, when I
> start a media player (I use Musique), it freezes, as it finds that it
> cannot write into /run/user/$ID/pulse.
>   If I change the owner of that directory to me, the media player starts
> as usual and is able to play music.
>   I've never had this problem with previous versions of Ubuntu.
>   Someone says that running PulseAudio with the -D argument changes the
> owner of that directory, but I didn't try.
>
>   This is before manually changing the owner of that directory:
>   $ musique
>   Failed to create secure directory (/run/user/1000/pulse): Permission
> denied+
>
>   ... # it doesn't crash, it keeps waiting
>
>   If needed:
>   (dmesg attached)
>   lspci:
>   00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory
> Controller Hub (rev 07)
>   00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series
> Chipset Integrated Graphics Controller (rev 07)
>   00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
> Integrated Graphics Controller (rev 07)
>   00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #4 (rev 03)
>   00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #5 (rev 03)
>   00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #6 (rev 03)
>   00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
> Controller #2 (rev 03)
>   00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
> Controller (rev 03)
>   00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
> Port 1 (rev 03)
>   00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
> Port 2 (rev 03)
>   00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
> Port 3 (rev 03)
>   00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
> Port 5 (rev 03)
>   00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express
> Port 6 (rev 03)
>   00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #1 (rev 03)
>   00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #2 (rev 03)
>   00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
> Controller #3 (rev 03)
>   00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
> Controller #1 (rev 03)
>   00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
>   00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller
> (rev 03)
>   00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E)
> 4 port SATA Controller [AHCI mode] (rev 03)
>   02:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network
> Adapter (PCI-Express) (rev 01)
>   85:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8072 PCI-E
> Gigabit Ethernet Controller (rev 10)
>
>   From /var/log/syslog:
>   Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio]
> core-util.c: Failed to create secure directory (/run/user/1000/pulse):
> Permission denied
>   Jul  3 14:44:12 Davideddu-Laptop pulseaudio[11387]: [pulseaudio] main.c:
> User-configured server at
> {781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native,
> refusing to start/autospawn.
>   Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio]
> core-util.c: Failed to create secure directory (/run/user/1000/pulse):
> Permission denied
>   Jul  3 14:46:08 Davideddu-Laptop pulseaudio[11443]: [pulseaudio] main.c:
> User-configured server at
> {781995e0a8db2617790d55ca51c37499}unix:/run/user/1000/pulse/native,
> refusing to start/autospawn.
>
>   This is a fresh installation, I haven't updated it from a previous
> version. I'm using Ubuntu with Unity, not a derivative.
>   These are my PPAs:
>   canonical-qt5-edgers-qt5-proper-saucy.list
>   dropbox.list
>   dukto.list
>   google-earth.list
>   jd-team-jdownloader-saucy.list
>   kivy-team-kivy-saucy.list
>   mitya57-ppa-saucy.list
>   numix-icon-theme-dev-utouch-saucy.list
>   otto-kesselgulasch-gimp-saucy.list
>   phablet-team-desktop-deps-saucy.list
>   satyajit-happy-themes-saucy.list
>   steam.list
>   ubuntu-sdk-team-ppa-saucy.list
>   ubuntutrucchi.list
>   ubuntut

[Bug 990765] Re: "Save" button always greyed out when creating openvpn connection

2013-07-08 Thread Levy
With the command nm-connection-editor, I have three time the message : 
** (nm-connection-editor:4907): WARNING **: Invalid setting VPN: ca

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

Title:
  "Save" button always greyed out when creating openvpn connection

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

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


[Bug 990765] Re: "Save" button always greyed out when creating openvpn connection

2013-07-08 Thread Levy
In the active commands, during the creation of a VPN connection, I have seen 
nm-connection-editor.
And with this command, I was unable to create a VPN connection (with the button 
Saved in grey).
Actually, the Saved button is the "enregistrer" button, because I uses a french 
version.

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

Title:
  "Save" button always greyed out when creating openvpn connection

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

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


[Bug 1197395] Re: /run/user/$ID/pulse owned by root and not by the user

2013-07-08 Thread Luke Yelavich
Ok then, could you please try testing Pulseaudio 4.0 from ppa:ubuntu-
audio-dev/pulse-testing? I must say I am not seeing any such problem
similar to this here locally, although I am running Pulse 4.0.

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

Title:
  /run/user/$ID/pulse owned by root and not by the user

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

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


[Bug 1168526] Re: race condition causing lxc to not detect container init process exit

2013-07-08 Thread Serge Hallyn
Ok, for the record I cannot reproduce this no precise - I've tried with
both an 8 core fast precise host, and a 4 core precise kvm guest - but
using the same lxc version from the daily ubuntu-lxc ppa.

So it appears to be a kernel regression between 3.2 and 3.8.

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

Title:
  race condition causing lxc to not detect container init process exit

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

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


[Bug 1190170] Re: no gui shutdown in lubuntu

2013-07-08 Thread Erick Brunzell
This is actually a new bug, now the tree-view menu does not even appear
when you click on "logout".

I mentioned it to Julien here:

https://lists.launchpad.net/lubuntu-qa/msg03068.html

And he responded privately but I've not had time to follow up :^(

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

Title:
  no gui shutdown in lubuntu

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

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


[Bug 1198822] Re: software-center crashed with TypeError in __init__(): must be type, not classobj

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

** Changed in: software-center (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/1198822

Title:
  software-center crashed with TypeError in __init__(): must be type,
  not classobj

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

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


[Bug 471129] Re: x61 tablet acpi event ibm hotkey HKEY 00000080 00005009 not mapped to keypress

2013-07-08 Thread Manhu Wunderlich
This bug now affects me as well, I just upgraded to 13.04 on a X60t.

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

Title:
  x61 tablet acpi event ibm hotkey HKEY 0080 5009 not mapped to
  keypress

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

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


[Bug 1175666] Re: Scroll widget appears even though there's nothing to scroll

2013-07-08 Thread PS Jenkins bot
Fix committed into lp:unity at revision None, scheduled for release in
unity, milestone 7.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/1175666

Title:
  Scroll widget appears even though there's nothing to scroll

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

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


[Bug 1199157] Re: proposed should be disabled on upgrade to development release

2013-07-08 Thread Andrew Starr-Bochicchio
** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: (unassigned) => Andrew Starr-Bochicchio (andrewsomething)

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-release-upgrader (Ubuntu)
   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/1199157

Title:
  proposed should be disabled on upgrade to development release

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

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


[Bug 1199157] Re: proposed should be disabled on upgrade to development release

2013-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~andrewsomething/ubuntu-release-upgrader/lp1199157

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

Title:
  proposed should be disabled on upgrade to development release

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

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


[Bug 1199172] [NEW] Java Runtime error

2013-07-08 Thread Alicia E. Mastella
Public bug reported:

unable to run a ".pps" slideshow in Libre Office Impress, I can open the
file but when I want to run it Impress closes automatically and I get
the error message that I'm attaching

** Affects: openjdk-7 (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/1199172

Title:
  Java Runtime error

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

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


[Bug 1199128] Re: linux: 3.8.0-27.39 -proposed tracker

2013-07-08 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Brad Figg 
(brad-figg)

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

Title:
  linux: 3.8.0-27.39 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1199128/+subscriptions

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


[Bug 1198071] Re: mouse pointer disappears when reaching the right-most zone of the screen

2013-07-08 Thread joseangelmadrid
** Package changed: ubuntu => compiz (Ubuntu)

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

Title:
  mouse pointer disappears when reaching the right-most zone of the
  screen

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

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


[Bug 1195687] Re: system fails to boot with kernel 3.10.0 when using radeon.audio=1

2013-07-08 Thread Treviño
** Bug watch added: freedesktop.org Bugzilla #66714
   https://bugs.freedesktop.org/show_bug.cgi?id=66714

** Also affects: linux via
   https://bugs.freedesktop.org/show_bug.cgi?id=66714
   Importance: Unknown
   Status: Unknown

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

Title:
  system fails to boot with kernel 3.10.0 when using radeon.audio=1

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

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


<    1   2   3   4   5   6   7   8   9   10   >