[Bug 723911] Re: deauthorize does not remove sources.list

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 3.1.26.3

---
software-center (3.1.26.3) natty; urgency=low

  [ Michael Vogt ]
  * softwarecenter/db/reviews.py:
- do not crash on multiple origins for the same version
  (LP: #756415)
  * softwarecenter/db/application.py:
- ensure docid is updated on database reopen() (LP: #757054)
  * softwarecenter/models/appstore.py:
- refresh docids in active searches if the database is reopend
  (LP: #710920)
  * softwarecenter/backend/aptd.py:
- do not run update-apt-xapian-index in --update mode to avoid
  in-place database modfications (LP: #507836)
  * test/test_load_icons.py:
- add test for the icon loader
  * merged lp:~glatzor/software-center/force-bad-quality, this
fixes the missing ability to override the lintian warning
(LP: #712377)
  * don't show reviews if we can't determine the origin
  * fix crash when enabling new components (LP: #636429)
  * fix missing details when a channel or a component just got added

  [ Gary Lasker ]
  * softwarecenter/app.py:
- temporarily disable the deauth option until we have support
  for remove repository in aptdaemon (see LP: #723911)
  * softwarecenter/backend/aptd.py :
- fix empty error dialog for the case where aptdaemon returns
  an error code with no value (LP: #747172)
- fix intermittent crash when updating the a-x-i (LP: #657494)
  * softwarecenter/models/viewswitcherlist.py:
- mark string "In Progress..." for translation, many thanks to
  Hendrik Knackstedt and Florian Greinus for finding this
  (LP: #759240)
  * softwarecenter/view/catview_gtk.py:
- fix broken translation string (LP: #758656)
  * refresh .pot file
  * softwarecenter/db/update.py:
- fix crash when reinstalling previous purchases (LP: #760353)
 -- Michael VogtThu, 14 Apr 2011 19:59:42 +0200

** Changed in: software-center (Ubuntu Natty)
   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/723911

Title:
  deauthorize does not remove sources.list

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


[Bug 712377] Re: Opening a known good *.deb with software centre, fails to install as lintian errors cannot be overidden

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 3.1.26.3

---
software-center (3.1.26.3) natty; urgency=low

  [ Michael Vogt ]
  * softwarecenter/db/reviews.py:
- do not crash on multiple origins for the same version
  (LP: #756415)
  * softwarecenter/db/application.py:
- ensure docid is updated on database reopen() (LP: #757054)
  * softwarecenter/models/appstore.py:
- refresh docids in active searches if the database is reopend
  (LP: #710920)
  * softwarecenter/backend/aptd.py:
- do not run update-apt-xapian-index in --update mode to avoid
  in-place database modfications (LP: #507836)
  * test/test_load_icons.py:
- add test for the icon loader
  * merged lp:~glatzor/software-center/force-bad-quality, this
fixes the missing ability to override the lintian warning
(LP: #712377)
  * don't show reviews if we can't determine the origin
  * fix crash when enabling new components (LP: #636429)
  * fix missing details when a channel or a component just got added

  [ Gary Lasker ]
  * softwarecenter/app.py:
- temporarily disable the deauth option until we have support
  for remove repository in aptdaemon (see LP: #723911)
  * softwarecenter/backend/aptd.py :
- fix empty error dialog for the case where aptdaemon returns
  an error code with no value (LP: #747172)
- fix intermittent crash when updating the a-x-i (LP: #657494)
  * softwarecenter/models/viewswitcherlist.py:
- mark string "In Progress..." for translation, many thanks to
  Hendrik Knackstedt and Florian Greinus for finding this
  (LP: #759240)
  * softwarecenter/view/catview_gtk.py:
- fix broken translation string (LP: #758656)
  * refresh .pot file
  * softwarecenter/db/update.py:
- fix crash when reinstalling previous purchases (LP: #760353)
 -- Michael VogtThu, 14 Apr 2011 19:59:42 +0200

** Changed in: software-center (Ubuntu Natty)
   Status: Fix Committed => Fix Released

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

Title:
  Opening a known good *.deb with software centre, fails to install as
  lintian errors cannot be overidden

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


[Bug 657494] Re: software-center crashed with DBusException in call_blocking()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 3.1.26.3

---
software-center (3.1.26.3) natty; urgency=low

  [ Michael Vogt ]
  * softwarecenter/db/reviews.py:
- do not crash on multiple origins for the same version
  (LP: #756415)
  * softwarecenter/db/application.py:
- ensure docid is updated on database reopen() (LP: #757054)
  * softwarecenter/models/appstore.py:
- refresh docids in active searches if the database is reopend
  (LP: #710920)
  * softwarecenter/backend/aptd.py:
- do not run update-apt-xapian-index in --update mode to avoid
  in-place database modfications (LP: #507836)
  * test/test_load_icons.py:
- add test for the icon loader
  * merged lp:~glatzor/software-center/force-bad-quality, this
fixes the missing ability to override the lintian warning
(LP: #712377)
  * don't show reviews if we can't determine the origin
  * fix crash when enabling new components (LP: #636429)
  * fix missing details when a channel or a component just got added

  [ Gary Lasker ]
  * softwarecenter/app.py:
- temporarily disable the deauth option until we have support
  for remove repository in aptdaemon (see LP: #723911)
  * softwarecenter/backend/aptd.py :
- fix empty error dialog for the case where aptdaemon returns
  an error code with no value (LP: #747172)
- fix intermittent crash when updating the a-x-i (LP: #657494)
  * softwarecenter/models/viewswitcherlist.py:
- mark string "In Progress..." for translation, many thanks to
  Hendrik Knackstedt and Florian Greinus for finding this
  (LP: #759240)
  * softwarecenter/view/catview_gtk.py:
- fix broken translation string (LP: #758656)
  * refresh .pot file
  * softwarecenter/db/update.py:
- fix crash when reinstalling previous purchases (LP: #760353)
 -- Michael VogtThu, 14 Apr 2011 19:59:42 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  software-center crashed with DBusException in call_blocking()

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


[Bug 636429] Re: software-center crashed with AlreadyCalledDeferred in callback()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 3.1.26.3

---
software-center (3.1.26.3) natty; urgency=low

  [ Michael Vogt ]
  * softwarecenter/db/reviews.py:
- do not crash on multiple origins for the same version
  (LP: #756415)
  * softwarecenter/db/application.py:
- ensure docid is updated on database reopen() (LP: #757054)
  * softwarecenter/models/appstore.py:
- refresh docids in active searches if the database is reopend
  (LP: #710920)
  * softwarecenter/backend/aptd.py:
- do not run update-apt-xapian-index in --update mode to avoid
  in-place database modfications (LP: #507836)
  * test/test_load_icons.py:
- add test for the icon loader
  * merged lp:~glatzor/software-center/force-bad-quality, this
fixes the missing ability to override the lintian warning
(LP: #712377)
  * don't show reviews if we can't determine the origin
  * fix crash when enabling new components (LP: #636429)
  * fix missing details when a channel or a component just got added

  [ Gary Lasker ]
  * softwarecenter/app.py:
- temporarily disable the deauth option until we have support
  for remove repository in aptdaemon (see LP: #723911)
  * softwarecenter/backend/aptd.py :
- fix empty error dialog for the case where aptdaemon returns
  an error code with no value (LP: #747172)
- fix intermittent crash when updating the a-x-i (LP: #657494)
  * softwarecenter/models/viewswitcherlist.py:
- mark string "In Progress..." for translation, many thanks to
  Hendrik Knackstedt and Florian Greinus for finding this
  (LP: #759240)
  * softwarecenter/view/catview_gtk.py:
- fix broken translation string (LP: #758656)
  * refresh .pot file
  * softwarecenter/db/update.py:
- fix crash when reinstalling previous purchases (LP: #760353)
 -- Michael VogtThu, 14 Apr 2011 19:59:42 +0200

** Changed in: software-center (Ubuntu Natty)
   Status: Fix Committed => Fix Released

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

Title:
  software-center crashed with AlreadyCalledDeferred in callback()

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


[Bug 539231] Re: --tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3

2011-04-14 Thread Serge Hallyn
** Also affects: vm-builder (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: vm-builder (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: vm-builder (Ubuntu Lucid)
   Status: New => Confirmed

** Also affects: vm-builder (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: vm-builder (Ubuntu Maverick)
   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/539231

Title:
  --tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3

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


[Bug 507836] Re: [master] software-center crashed with DatabaseModifiedError in _database_gen_postlist_iter()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 3.1.26.3

---
software-center (3.1.26.3) natty; urgency=low

  [ Michael Vogt ]
  * softwarecenter/db/reviews.py:
- do not crash on multiple origins for the same version
  (LP: #756415)
  * softwarecenter/db/application.py:
- ensure docid is updated on database reopen() (LP: #757054)
  * softwarecenter/models/appstore.py:
- refresh docids in active searches if the database is reopend
  (LP: #710920)
  * softwarecenter/backend/aptd.py:
- do not run update-apt-xapian-index in --update mode to avoid
  in-place database modfications (LP: #507836)
  * test/test_load_icons.py:
- add test for the icon loader
  * merged lp:~glatzor/software-center/force-bad-quality, this
fixes the missing ability to override the lintian warning
(LP: #712377)
  * don't show reviews if we can't determine the origin
  * fix crash when enabling new components (LP: #636429)
  * fix missing details when a channel or a component just got added

  [ Gary Lasker ]
  * softwarecenter/app.py:
- temporarily disable the deauth option until we have support
  for remove repository in aptdaemon (see LP: #723911)
  * softwarecenter/backend/aptd.py :
- fix empty error dialog for the case where aptdaemon returns
  an error code with no value (LP: #747172)
- fix intermittent crash when updating the a-x-i (LP: #657494)
  * softwarecenter/models/viewswitcherlist.py:
- mark string "In Progress..." for translation, many thanks to
  Hendrik Knackstedt and Florian Greinus for finding this
  (LP: #759240)
  * softwarecenter/view/catview_gtk.py:
- fix broken translation string (LP: #758656)
  * refresh .pot file
  * softwarecenter/db/update.py:
- fix crash when reinstalling previous purchases (LP: #760353)
 -- Michael VogtThu, 14 Apr 2011 19:59:42 +0200

** Changed in: software-center (Ubuntu Natty)
   Status: Fix Committed => Fix Released

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

Title:
  [master] software-center crashed with DatabaseModifiedError in
  _database_gen_postlist_iter()

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


[Bug 761087] Re: unity-3d-launcher no icon images,

2011-04-14 Thread Daznis
** Attachment added: "Screenshot.png"
   
https://bugs.launchpad.net/bugs/761087/+attachment/2036709/+files/Screenshot.png

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

Title:
  unity-3d-launcher no icon images,

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


[Bug 761087] [NEW] unity-3d-launcher no icon images,

2011-04-14 Thread Daznis
Public bug reported:

Binary package hint: unity

Description:Ubuntu Natty (development branch)
Release:11.04

ubuntu unity should show icon images, instead they are transparent or
black, but functions work as normal.

I attach screenshot of the problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.6-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
Date: Thu Apr 14 23:05:38 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty 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/761087

Title:
  unity-3d-launcher no icon images,

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


[Bug 761084] [NEW] Banshee crashes when accessing Amazon MP3 store

2011-04-14 Thread Chris Gagnon
Public bug reported:

Binary package hint: banshee

Steps to reproduce: 
1. install natty beta 2
2. log in to desktop
3. open banshee
4. go to amazon MP3 store

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

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

Title:
  Banshee crashes when accessing Amazon MP3 store

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


[Bug 761084] Re: Banshee crashes when accessing Amazon MP3 store

2011-04-14 Thread Chris Gagnon
** Attachment added: "banshee.stderr"
   
https://bugs.launchpad.net/bugs/761084/+attachment/2036699/+files/banshee.stderr

** Changed in: banshee (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/761084

Title:
  Banshee crashes when accessing Amazon MP3 store

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


[Bug 761071] Re: Artifacts rendering minutes in gnome-panel

2011-04-14 Thread Luca Ferretti
Forgot to mention, the clock in example screenshot is in 24h format

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

Title:
  Artifacts rendering minutes in gnome-panel

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


[Bug 760902] Re: Banshee's Library Watcher should be disabled by default in Ubuntu 11.04

2011-04-14 Thread Kamus
** Changed in: banshee (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/760902

Title:
  Banshee's Library Watcher should be disabled by default in Ubuntu
  11.04

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


[Bug 760770] Re: Launcher shouldn't hover when being in the dash

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Launcher shouldn't hover when being in the dash

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

[Bug 760728] Re: Launcher displays key shortcuts while holding Super while the dash is open but the shortcuts are unfunctional

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional

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

[Bug 760687] Re: Add ATI Radeon Mobility 7500 to compiz blacklist

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package nux - 0.9.44-0ubuntu1

---
nux (0.9.44-0ubuntu1) natty; urgency=low

  * New upstream release.
- compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()
  (LP: #754461)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- Add ATI Radeon Mobility 7500 to compiz blacklist (LP: #760687)
- Letters cut off at the end in the applications window  (LP: #753083)
 -- Didier RocheThu, 14 Apr 2011 22:02:48 +0200

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

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

Title:
  Add ATI Radeon Mobility 7500 to compiz blacklist

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


[Bug 760003] Re: Numpad 'Enter' does not work on unity launcher when navigating through keyboard

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard

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

[Bug 759763] Re: dropdown box in places search bar does not resize when font size changes

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  dropdown box in places search bar does not resize when font size
  changes

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

[Bug 759682] Re: unity-preferences doesn't load translations

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  unity-preferences doesn't load translations

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

[Bug 758307] Re: compiz crashed on initial load of Java Citrix Client/Inkscape in PrivateWindow::processMap()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap()

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

[Bug 757810] Re: Launcher intellhide stuck after edge reveal

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Launcher intellhide stuck after edge reveal

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

[Bug 757709] Re: compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package nux - 0.9.44-0ubuntu1

---
nux (0.9.44-0ubuntu1) natty; urgency=low

  * New upstream release.
- compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()
  (LP: #754461)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- Add ATI Radeon Mobility 7500 to compiz blacklist (LP: #760687)
- Letters cut off at the end in the applications window  (LP: #753083)
 -- Didier RocheThu, 14 Apr 2011 22:02:48 +0200

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

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

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

Title:
  compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()

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


[Bug 757709] Re: compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

Title:
  compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()

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

[Bug 757663] Re: should list PlacesGroup.cpp in POTFILES.in

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  should list PlacesGroup.cpp in POTFILES.in

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

[Bug 757362] Re: text truncated in Dash. Empty search from Applications or Files lense returns “Your search did not” due to cut off label

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label

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

[Bug 756381] Re: dpkg: confused about installation status of Multi-Arch: foreign packages configured in the current run?

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package dpkg - 1.16.0~ubuntu7

---
dpkg (1.16.0~ubuntu7) natty; urgency=low

  * src/packages.c: fix the check for whether our dependencies are
installed, so that it works correctly for multi-arch: foreign packages
configured during the current dpkg run.  Thanks to Raphaël Hertzog
 for the fix.  LP: #756381.

  [ Raphaël Hertzog ]
  * fddba30d74856e2d5c3f287343569fc259729bc0: Fix regression in dpkg 1.16.0
affecting dpkg R.  Closes: #620636.
 -- Steve LangasekThu, 14 Apr 2011 11:28:51 -0700

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

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

Title:
  dpkg: confused about installation status of Multi-Arch: foreign
  packages configured in the current run?

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

[Bug 754689] Re: [FFE] Centered layout for expo plugin

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  [FFE] Centered layout for expo plugin

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

[Bug 754524] Re: unity-panel-service crashed with SIGSEGV in g_variant_new_va()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-me - 0.2.19-0ubuntu1

---
indicator-me (0.2.19-0ubuntu1) natty; urgency=low

  * New upstream release.
- Pass the username as a g_variant on the UserChanged signal (LP: #754524)
 -- Ken VanDineThu, 14 Apr 2011 13:59:37 -0400

** Changed in: indicator-me (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/754524

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

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


[Bug 754461] Re: compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package nux - 0.9.44-0ubuntu1

---
nux (0.9.44-0ubuntu1) natty; urgency=low

  * New upstream release.
- compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()
  (LP: #754461)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- Add ATI Radeon Mobility 7500 to compiz blacklist (LP: #760687)
- Letters cut off at the end in the applications window  (LP: #753083)
 -- Didier RocheThu, 14 Apr 2011 22:02:48 +0200

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

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

Title:
  compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()

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


[Bug 753083] Re: Letters cut off at the end in the applications window

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package nux - 0.9.44-0ubuntu1

---
nux (0.9.44-0ubuntu1) natty; urgency=low

  * New upstream release.
- compiz crashed with SIGSEGV in nux::WindowCompositor::RenderTopViews()
  (LP: #754461)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- Add ATI Radeon Mobility 7500 to compiz blacklist (LP: #760687)
- Letters cut off at the end in the applications window  (LP: #753083)
 -- Didier RocheThu, 14 Apr 2011 22:02:48 +0200

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

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

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

Title:
  Letters cut off at the end in the applications window

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


[Bug 753083] Re: Letters cut off at the end in the applications window

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

Title:
  Letters cut off at the end in the applications window

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

[Bug 750471] Re: Ensure Unity prioritises icon loading from Unity-icon-theme

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Ensure Unity prioritises icon loading from Unity-icon-theme

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

[Bug 750155] Re: Sometimes dragging down from the panel just stops working

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Sometimes dragging down from the panel just stops working

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

[Bug 749933] Re: Dash should not be fullscreen on a 1360x768 resolution.

2011-04-14 Thread Didier Roche
In fact, everything is only based on the height of the screen: if > 799,
we trigger the desktop mode (partial screen). Otherwise, it's the
netbook mode (full screen). Knowing that the height of panel + dash is
672 (when not resize by a search, 3 lines of results), it's almost the
full height of the screen for those resolutions.

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

Title:
  Dash should not be fullscreen on a 1360x768 resolution.

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


[Bug 747304] Re: the launcher background gets dimmed after icons dnd

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  the launcher background gets dimmed after icons dnd

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

[Bug 745555] Re: Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons need to be rendered correctly

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly

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

[Bug 744795] Re: Unity launcher icons tooltips do not disappear when swiching workspaces

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  Unity launcher icons tooltips do not disappear when swiching
  workspaces

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

[Bug 743149] Re: with second monitor, first monitor does not show nautilus application/global menu when displaying desktop

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop

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

[Bug 743136] Re: grub2 fails to install on md0

2011-04-14 Thread kvv
Colin,
It works with Maverick as well as with Natty. 
Many thanks !

Kees.

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

Title:
  grub2 fails to install on md0

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


[Bug 741804] Re: user-trash.svg and user-trash-full.svg not lens grayscale versions

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  user-trash.svg and user-trash-full.svg not lens grayscale versions

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

[Bug 729074] Re: dynamic quicklists are not working

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

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

Title:
  dynamic quicklists are not working

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

[Bug 703067] Re: Running/active indicators point to space between launcher icons for folded icons

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 3.8.8-0ubuntu1

---
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
- Empty desktop after login (LP: #687660)
- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
  (LP: #757709)
- compiz crashed on initial load of Java Citrix Client/Inkscape in
  PrivateWindow::processMap() (LP: #758307)
- Sometimes dragging down from the panel just stops working (LP: #750155)
- Ensure Unity prioritises icon loading from Unity-icon-theme
  (LP: #750471)
- text truncated in Dash. Empty search from Applications or Files lense
  returns “Your search did not” due to cut off label (LP: #757362)
- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
- Launcher intellhide stuck after edge reveal (LP: #757810)
- unity-preferences doesn't load translations (LP: #759682)
- dynamic quicklists are not working (LP: #729074)
- with second monitor, first monitor does not show nautilus
  application/global menu when displaying desktop (LP: #743149)
- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
  need to be rendered correctly (LP: #74)
- the launcher background gets dimmed after icons dnd (LP: #747304)
- Numpad 'Enter' does not work on unity launcher when navigating through
  keyboard (LP: #760003)
- Launcher shouldn't hover when being in the dash (LP: #760770)
- Launcher displays key shortcuts while holding Super while the dash is
  open but the shortcuts are unfunctional (LP: #760728)
- Running/active indicators point to space between launcher icons for
  folded icons (LP: #703067)
- user-trash.svg and user-trash-full.svg not lens grayscale versions
  (LP: #741804)
- code-cleanup: unregistered any established ubus-interests (LP: #757588)
- dropdown box in places search bar does not resize when font size changes
  (LP: #759763)
- [FFE] Centered layout for expo plugin (LP: #754689)
- Unity launcher icons tooltips do not disappear when swiching workspaces
  (LP: #744795)
- Dash - Update Dash scroll bar (LP: #750374)
- Letters cut off at the end in the applications window  (LP: #753083)
  * debian/control:
- build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
- not needed anymore
 -- Didier RocheThu, 14 Apr 2011 22:03:42 +0200

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

Title:
  Running/active indicators point to space between launcher icons for
  folded icons

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

[Bug 544051] Re: Filesystem start runs fsck on ext4 filesystem

2011-04-14 Thread Rainer Schöpf
Hi,

Test case: set up a cluster drbd, create an ext4 cluster filesystem on a
drbd device. Perform a hard takeover by switching off the active node.

The fsck command is run every time when the Filesystem is started, e.g.
even when a takeover to another cluster node occurs. This can take a
long time and must not happen.

In particular, the comment in lines 424/425 of the script reads

   # NOTE: Some filesystem types don't need this step...  Please modify
#   accordingly

It is line 435 that needs to be changed to include ext4 (and eventually
other journaling filesystems like btrfs)

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

Title:
  Filesystem start runs fsck on ext4 filesystem

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


[Bug 539231] Re: --tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3

2011-04-14 Thread Serge Hallyn
The fix came in as part of bzr commit #37.  Neither lucid nor maverick
have that yet.

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

Title:
  --tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3

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


[Bug 761094] [NEW] "Download updates while installing" checkbox does nothing

2011-04-14 Thread Luca Ferretti
Public bug reported:

Binary package hint: ubiquity

## Description ##

During first steps of installing, ubiquity provides a "Download updates
while installing" checkbox. I don't know what this option was supposed
to do (simply download updated .deb files in apt cache or automatically
install those files too), but restarting the system after a fresh
installation neither package updates were applied, nor .deb files were
downloaded and cached.

Simply, Update Manager shows X packages to update, and clicking the
Update button it downloads and installs them.

So I suppose
 a) checkbox label is wrong (should be "Check for updates while installing")
 b) download (and apply) updates feature doesn't work

## Steps to Reproduce ##

 -- perform a fresh install (for instance a new virtual machine)
 -- check "Download updates while installing" 
 --  reboot the system
 -- launch Update Manager

## Current Result ##

N updates are available to install, if you choose to apply, all packages
will downoaded

## Expected Result ##

Updates should automatically downloaded or applied during operating
system installation

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ubiquity 2.6.5
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu Apr 14 20:02:23 2011
LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110413)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty

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

Title:
  "Download updates while installing" checkbox does nothing

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


[Bug 761094] Re: "Download updates while installing" checkbox does nothing

2011-04-14 Thread Luca Ferretti
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761094

Title:
  "Download updates while installing" checkbox does nothing

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


[Bug 761093] [NEW] Nautilus says "Home Folder" no matter where I am

2011-04-14 Thread loganmc10
Public bug reported:

Binary package hint: nautilus

In Ubuntu Unity, Nautilus shows up as "Home Folder" in the launcher and
in the global menu bar. But if I open it, then go anywhere else in the
file system, it still says "Home Folder" in the global menu bar. It
should either say "File Manager", or the name of the folder I'm
currently looking at.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus 1:2.32.2.1-0ubuntu13
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Thu Apr 14 14:15:48 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
ProcEnviron:
 LANGUAGE=en_CA:en
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi ayatana-scrollbar natty 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/761093

Title:
  Nautilus says "Home Folder" no matter where I am

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


[Bug 761093] Re: Nautilus says "Home Folder" no matter where I am

2011-04-14 Thread loganmc10
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761093

Title:
  Nautilus says "Home Folder" no matter where I am

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


[Bug 761091] [NEW] Additional Drivers dont offer Broadcom driver on Natty 11.04 beta2

2011-04-14 Thread vadimo
Public bug reported:

Binary package hint: jockey-common

I running on fresh Xubuntu Natty 11.04 beta2. On olders version Ubuntu the 
Additional Drivers (third-party) manager offer me the driver for Broadcom 4318. 
But Ubuntu 11.04 dont offer the driver for downloading.
I use Asus A6M laptop

lspci:
04:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 
802.11g Wireless LAN Controller (rev 02)


Michal.

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


** Tags: broadcom driver wirelles

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

Title:
  Additional Drivers dont offer Broadcom driver on Natty 11.04 beta2

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


[Bug 761065] Re: [Sandybridge] Spurious "*ERROR* Hangcheck timer elapsed... blt ring idle" messages in dmesg when using compiz

2011-04-14 Thread Robert Hooker
** Bug watch added: freedesktop.org Bugzilla #36241
   http://bugs.freedesktop.org/show_bug.cgi?id=36241

** Also affects: linux via
   http://bugs.freedesktop.org/show_bug.cgi?id=36241
   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/761065

Title:
  [Sandybridge] Spurious "*ERROR* Hangcheck timer elapsed... blt ring
  idle" messages in dmesg when using compiz

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


[Bug 760769] Re: Desktop stops responding to all keyboard and mouse clicks

2011-04-14 Thread Barry Warsaw
Note that this could be a compiz bug.  If I ssh in and kill -9 compiz,
the latter will restart and I'll regain control of the keyboard and
mouse.

** Also affects: compiz
   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/760769

Title:
  Desktop stops responding to all keyboard and mouse clicks

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


[Bug 759065] Re: Banshee causes video play problems when song paused

2011-04-14 Thread Craig Esterhuizen
After upgrading to :
Linux craig-pc 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 
i686 athlon i386 GNU/Linux

I cannot reproduce this problem any more today, so I suggest closing
this bug report.

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

Title:
  Banshee causes video play problems when song paused

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


[Bug 757682] Re: package libqimageblitz4 1:0.0.4-4build1 failed to install/upgrade: ErrorMessage: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 2 (old post inst

2011-04-14 Thread Fabio Marconi
** Summary changed:

- package libqimageblitz4 1:0.0.4-4build1 failed to install/upgrade: 
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 2
+ package libqimageblitz4 1:0.0.4-4build1 failed to install/upgrade: 
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 2 (old post installation script returned error 2)

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

Title:
  package libqimageblitz4 1:0.0.4-4build1 failed to install/upgrade:
  ErrorMessage: il sottoprocesso vecchio script di post-installation ha
  restituito lo stato di errore 2 (old post installation script returned
  error 2)

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


[Bug 756896] Re: Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r()

2011-04-14 Thread Kamus
*** This bug is a duplicate of bug 529714 ***
https://bugs.launchpad.net/bugs/529714

** This bug is no longer a duplicate of private bug 756314
** This bug has been marked a duplicate of bug 529714
   rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()
 * You can subscribe to bug 529714 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/529714/+subscribe

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

Title:
  Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r()

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


[Bug 755719] Re: Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

2011-04-14 Thread Kamus
This could be a duplicate of bug 749305, however,  this stracktrace is
more completed than the other one

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

Title:
  Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

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


[Bug 754470] Re: syndaemon consumes 100% CPU

2011-04-14 Thread Emmanuel Thomé
This bug annoys me greatly.

Tried your package as well. It remains silent. No debug output at all.

I don't know which changes you tried, but I've tried putting some
printf() hooks within xrecord_callback(), e.g.:

cbres = (struct xrecord_callback_results *)closure;

int check = recorded_data->category != XRecordFromServer;

static int i=0;
printf("event %d [%d]!\n", i++, check);

if (recorded_data->category != XRecordFromServer) {

This code path, under normal operation, is supposed to be called. When
the process is spinning, it seems to not enter xrecord_callback() at
all. The events received are not key events, as is visible from this gdb
extract (I compiled the package with -g):

(gdb) fin
Run till exit from #0  0x7f187e3ab123 in __select_nocancel ()
at ../sysdeps/unix/syscall-template.S:82
0x00401fb2 in record_main_loop (display=0x140b010, idle_time=0.5)
at ../../tools/syndaemon.c:413
413 ret = select(fd+1 /* =(max descriptor in read_fds) + 1 */,
(gdb) n
417 if (FD_ISSET(fd, &read_fds)) {
(gdb) 
419 cbres.key_event = 0;
(gdb) 
420 cbres.non_modifier_event = 0;
(gdb) 
422 XRecordProcessReplies(dpy_data);
(gdb) 
424 if (!ignore_modifier_keys && cbres.key_event) {
(gdb) p cbres
$1 = {modifiers = 0x1418ae0, key_event = 0, non_modifier_event = 0, 
  pressed_modifiers = '\000' }
(gdb) n
428 if (cbres.non_modifier_event &&
(gdb) 
434 if (disable_event) {
(gdb) p disable_event 
$2 = 0
(gdb) p pad_disabled 
$3 = 0

I'll keep hunting a bit.

E.

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

Title:
  syndaemon consumes 100% CPU

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


[Bug 754711] Re: [Dell Studio XPS 1340] Doesn't enter suspend mode

2011-04-14 Thread Daniel Manrique
Thanks for the suggestions Seth, I tested and here's what I got:

1- I tried increasing vmalloc (went as far up as 256M). What I see then
is the system freezing when I do pm-suspend. It doesn't go into
suspension, but the keyboard and mouse stop responding, only remaining
option is to reboot.

2- Same behavior when using the 64-bit kernel (in fact, a whole new
64-bit installation), it freezes, becomes unresponsive and I have to
reboot.

3- I then installed the proprietary nvidia drivers:

[18.486] (II) NVIDIA(0): Creating default Display subsection in Screen 
section
[19.144] (II) NVIDIA(0): NVIDIA GPU GeForce 9400M G (C79) at PCI:3:0:0 
(GPU-0)
[19.168] (II) NVIDIA(0): Assigned Display Device: DFP-0
[19.168] (II) NVIDIA(0): Validated modes:
[19.168] (II) NVIDIA(0): ""nvidia-auto-select""

With these proprietary drivers, the system successfully suspends, and
comes back from restore with some garbling on the screen, what I did was
maximizing the terminal (F11) and that basically "sweeps" the display
and it's usable, although the background itself turns white. So it's
better and possibly usable, it might need some work done, but more
importantly, confirms your diagnosis about nouveau keeping the system
from successfully suspending.

Let me know if more testing is needed.

Thanks again,
- Daniel

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

Title:
  [Dell Studio XPS  1340] Doesn't enter suspend mode

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


[Bug 750251] Re: plymouthd crashed with SIGSEGV in ply_list_get_first_node()

2011-04-14 Thread Nathan Villaescusa
*** This bug is a duplicate of bug 554510 ***
https://bugs.launchpad.net/bugs/554510

Happened to me on startup as well.

** This bug has been marked a duplicate of bug 554510
   plymouthd crashed with SIGSEGV in ply_list_get_first_node()
 * You can subscribe to bug 554510 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/554510/+subscribe

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

Title:
  plymouthd crashed with SIGSEGV in ply_list_get_first_node()

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


[Bug 741385] Re: icons in notification area are broken

2011-04-14 Thread Bálint Dávid
Just updated, and it's working now

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

Title:
  icons in notification area are broken

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


[Bug 685552] Re: Compiz crashes when (en|dis)abling a plugin (ccsm) aka compiz crashed with SIGSEGV in sigc::signal_base::impl()

2011-04-14 Thread cgarre
The most interesting this is that it does error out ... and then compiz
restarts again , we see the effects :) So actually the problem is it
throws error, but if i ignore the error, everything seems to be fine :)

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

Title:
  Compiz crashes when (en|dis)abling a plugin (ccsm) aka compiz crashed
  with SIGSEGV in sigc::signal_base::impl()

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


[Bug 761100] [NEW] package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-14 Thread Dik Allison
Public bug reported:

Binary package hint: python-support

?

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: python-support 1.0.10ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu Apr 14 21:12:47 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: python-support
Title: package python-support 1.0.10ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-03-22 (22 days ago)

** Affects: python-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package python-support 1.0.10ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 761100] Re: package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-14 Thread Dik Allison
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761100

Title:
  package python-support 1.0.10ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 761099] [NEW] liferea not always has appmenu indicator

2011-04-14 Thread Daznis
Public bug reported:

Binary package hint: liferea

Description:Ubuntu Natty (development branch)
Release:11.04

3) liferea rss reader should always have close,minimize, maximize and the menu 
bar
4) instead sometimes it has blank appmenu-indicator

** Affects: liferea (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/761099

Title:
  liferea not always has appmenu indicator

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


[Bug 761096] [NEW] package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-14 Thread Dik Allison
Public bug reported:

Binary package hint: python-support

?

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: python-support 1.0.10ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Thu Apr 14 21:12:47 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: python-support
Title: package python-support 1.0.10ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-03-22 (22 days ago)

** Affects: python-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package python-support 1.0.10ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 761096] Re: package python-support 1.0.10ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-14 Thread Dik Allison
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761096

Title:
  package python-support 1.0.10ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 761071] Re: Artifacts rendering minutes in gnome-panel

2011-04-14 Thread Brian Murray
** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Artifacts rendering minutes in gnome-panel

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


[Bug 759808] Re: Error in english package description (… esaily …)

2011-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package arkose - 0.3.2-0ubuntu1

---
arkose (0.3.2-0ubuntu1) natty; urgency=low

  * New upstream bugfix release.
   - Fix build on Debian
  * Fix typo in package description (LP: #759808)
 -- Stephane GraberThu, 14 Apr 2011 15:36:21 -0400

** Changed in: arkose (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/759808

Title:
  Error in english package description (… esaily …)

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

[Bug 755359] Re: Random freezes of everything but cursor in Unity desktop on HP dv6000

2011-04-14 Thread Yougo
1. running upto date Natty beta on an Acer Aspire 9300 laptop
2. not sure what package to list here
3. was expecting normal operation
4. graphical interface hangs at random points, for no apparent reason. mouse is 
moveable, but nothing is accepting input or interaction with mouse or keyboard. 
can't get to a tty.

i was doing a file search at the time, and judging by HDD activity, the
search continued in the background. the system is still running i
suppose.

i end up pressing CTRL+ALT+SysRQ REISUB. the system responds to that.

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

Title:
  Random freezes of everything but cursor in Unity desktop on HP dv6000

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


[Bug 755451] Re: Banshee.exe crashed with SIGSEGV

2011-04-14 Thread Kamus
Please could you run in a terminal 'banshee --debug' and attach all the
output information (while you are trying to reproduce this issue)?, also
attach your '~/.config/banshee-1/log' file as a separated attach,
Thanks.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/755451/+attachment/2005296/+files/CoreDump.gz

** Visibility changed to: Public

** Changed in: banshee (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Banshee.exe crashed with SIGSEGV

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


[Bug 755320] Re: Banshee.exe crashed with SIGABRT

2011-04-14 Thread Kamus
Please could you run in a terminal 'banshee --debug' and attach all the
output information (while you are trying to reproduce this issue)?, also
attach your '~/.config/banshee-1/log' file as a separated attach,
Thanks.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/755320/+attachment/2004564/+files/CoreDump.gz

** Visibility changed to: Public

** Changed in: banshee (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Banshee.exe crashed with SIGABRT

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


[Bug 755280] Re: Banshee.exe crashed with SIGABRT

2011-04-14 Thread Kamus
Please could you run in a terminal 'banshee --debug' and attach all the
output information (while you are trying to reproduce this issue)?, also
attach your '~/.config/banshee-1/log' file as a separated attach,
Thanks.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/755280/+attachment/2004225/+files/CoreDump.gz

** Visibility changed to: Public

** Changed in: banshee (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Banshee.exe crashed with SIGABRT

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


[Bug 748487] Re: compiz assert failure: compiz: nouveau_context.c:260: nouveau_update_renderbuffers: Assertion `!ret' failed.

2011-04-14 Thread Bryce Harrington
** Description changed:

- Binary package hint: compiz
+ #3  0x00a4d888 in __assert_fail (assertion=0xea156c "!ret", file=0xea155a 
"nouveau_context.c", line=260, function=0xea16b0 
"nouveau_update_renderbuffers") at assert.c:81
+ buf = 0x90fa390 "compiz: nouveau_context.c:260: 
nouveau_update_renderbuffers: Assertion `!ret' failed.\n"
+ #4  0x00e7e24a in nouveau_update_renderbuffers (dri_ctx=0x8c86aa0, 
draw=0x90db6a0) at nouveau_context.c:260
+ rb = 0x90fa770
+ s = 
+ old_name = 3219025240
+ index = 
+ ctx = 0x8c8b398
+ nctx = 0x8c8b398
+ screen = 
+ fb = 0x90fa428
+ nfb = 0x90fa428
+ attachments = {1, 4, 3219025240, 20086002, 152022576, 34037, 0, 
152021168, 12804919, 21290996}
+ buffers = 
+ i = 
+ count = 3
+ ret = 
+ __PRETTY_FUNCTION__ = "nouveau_update_renderbuffers"
+ #5  0x00e85156 in nouveau_set_texbuffer (dri_ctx=0x8c86aa0, target=34037, 
format=8410, draw=0x90db6a0) at nouveau_texture.c:603
+ nctx = 0x8c8b398
+ ctx = 0x8c8b398
+ fb = 
+ rb = 0x90fa2f0
+ t = 0x90fae30
+ ti = 0x90fa8b0
+ s = 0x90fa914
+ #6  0x009710fe in dri2_bind_tex_image (dpy=0x8c0cce0, drawable=14693488, 
buffer=8414, attrib_list=0x0) at dri2_glx.c:706
+ base = 0x90db588
+ dpyPriv = 
+ pdraw = 0x90db588
+ pdp = 
+ psc = 0x8c78fe8
  
- errors
+ 
+ nouveau_context.c (260):
+ 
+ nouveau_bo_ref(NULL, &s->bo);
+ ret = nouveau_bo_handle_ref(context_dev(ctx),
+ buffers[i].name, &s->bo);
+ assert(!ret);
+ 
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: compiz-core 1:0.9.4git20110322-0ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  AssertionMessage: compiz: nouveau_context.c:260: 
nouveau_update_renderbuffers: Assertion `!ret' failed.
  CrashCounter: 1
  Date: Sat Apr  2 23:42:49 2011
  DistroCodename: natty
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
  InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
  ProcCmdline: /usr/bin/compiz
  ProcEnviron:
-  LANGUAGE=ru_RU:en
-  LANG=ru_RU.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru_RU:en
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature_: Ubuntu 2.6.38-7.39-generic 2.6.38
  Signal: 6
  SourcePackage: compiz
  StacktraceTop:
-  __kernel_vsyscall ()
-  raise () from /lib/i386-linux-gnu/libc.so.6
-  abort () from /lib/i386-linux-gnu/libc.so.6
-  __assert_fail () from /lib/i386-linux-gnu/libc.so.6
-  nouveau_update_renderbuffers () from /usr/lib/dri/nouveau_vieux_dri.so
+  __kernel_vsyscall ()
+  raise () from /lib/i386-linux-gnu/libc.so.6
+  abort () from /lib/i386-linux-gnu/libc.so.6
+  __assert_fail () from /lib/i386-linux-gnu/libc.so.6
+  nouveau_update_renderbuffers () from /usr/lib/dri/nouveau_vieux_dri.so
  Title: compiz assert failure: compiz: nouveau_context.c:260: 
nouveau_update_renderbuffers: Assertion `!ret' failed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors:
-  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
-  (jockey-gtk:1387): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 
`g_utf8_validate (text, len, NULL)' failed
-  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
-  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
-  (jockey-gtk:1387): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 
`g_utf8_validate (text, len, NULL)' failed
+  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
+  (jockey-gtk:1387): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 
`g_utf8_validate (text, len, NULL)' failed
+  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
+  (nautilus:1167): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
+  (jockey-gtk:1387): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 
`g_utf8_validate (text, len, NULL)' failed
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu1

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

Title:
  compiz assert failure: compiz: nouveau_context.c:260:
  nouveau_update_renderbuffers: Assertion `!ret' failed.

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

[Bug 573006] Re: Touch screen driver clicks at wrong location

2011-04-14 Thread Chase Douglas
nh2,

Ok, I think I found the last part of this bug :). I've uploaded a new
test package to ppa:utouch-team/unstable. Please install it after it has
built.

As a side note, the ppa includes some new bits under development. If you
do an upgrade of all packages it will upgrade libutouch-grail1 which has
a bug that causes the cursor to lag. I suggest only upgrading xserver-
xorg-input-synaptics:

$ sudo apt-get install xserver-xorg-input-synaptics

Thanks!

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

Title:
  Touch screen driver clicks at wrong location

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


[Bug 761109] Re: WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 dev_watchdog 0x213/0x220()

2011-04-14 Thread Dan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761109

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256
  dev_watchdog 0x213/0x220()

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


[Bug 761109] [NEW] WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 dev_watchdog 0x213/0x220()

2011-04-14 Thread Dan
Public bug reported:

My work in Virtualbox stopped with many errors with kernel

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic 2.6.38-8.42
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dan1403 F pulseaudio
CRDA: Error: [Errno 2] Нет такого файла или каталога
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a002,00100101'
   Controls  : 38
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfdffc000 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Fri Apr 15 00:15:59 2011
Failure: oops
HibernationDevice: RESUME=UUID=9d14a58d-57c4-43e3-a7dd-35489e22ff7d
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 vboxnet0  no wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. GA-MA78GM-UD2H
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=UUID=7709f5de-a34c-425d-b89e-58993d1069c0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic N/A
 linux-backports-modules-2.6.38-8-generic  N/A
 linux-firmware1.50
RfKill:
 
SourcePackage: linux
Title: WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256 
dev_watchdog+0x213/0x220()
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/12/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F7
dmi.board.name: GA-MA78GM-UD2H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF7:bd08/12/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GM-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GM-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA78GM-UD2H
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 kernel-config kernel-oops natty 
needs-upstream-testing

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/net/sched/sch_generic.c:256
  dev_watchdog 0x213/0x220()

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

[Bug 761107] Re: Banshee.exe crashed with SIGABRT in g_main_context_dispatch()

2011-04-14 Thread Pushkin
** Visibility changed 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/761107

Title:
  Banshee.exe crashed with SIGABRT in g_main_context_dispatch()

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


[Bug 761091] Re: Additional Drivers dont offer Broadcom driver on Natty 11.04 beta2

2011-04-14 Thread vadimo
** Tags added: wireless
** Tags removed: wirelles

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

Title:
  Additional Drivers dont offer Broadcom driver on Natty 11.04 beta2

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


[Bug 760842] Re: Natty Narwhal/Sandy Bridge Suspend Fails

2011-04-14 Thread Phillip Susi
** Tags added: suspend

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

Title:
  Natty Narwhal/Sandy Bridge Suspend Fails

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


[Bug 760401] Re: dh_python3 generates incorrect prerm script which cannot remove .pyc files

2011-04-14 Thread Scott Kitterman
** Changed in: python3-defaults (Ubuntu)
   Importance: Undecided => High

** Changed in: python3-defaults (Ubuntu)
   Status: New => In Progress

** Changed in: python3-defaults (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)

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

Title:
  dh_python3 generates incorrect prerm script which cannot remove .pyc
  files

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


[Bug 757800] Re: Banshee.exe crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

2011-04-14 Thread Kamus
*** This bug is a duplicate of bug 754927 ***
https://bugs.launchpad.net/bugs/754927

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

** This bug has been marked a duplicate of bug 754927
   Banshee.exe crashed with SIGABRT in g_main_context_dispatch()
 * You can subscribe to bug 754927 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/754927/+subscribe

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

Title:
  Banshee.exe crashed with SIGSEGV in g_cclosure_marshal_VOID__PARAM()

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


[Bug 756866] Banshee.exe crashed with SIGABRT in raise()

2011-04-14 Thread Kamus
Please could you run in a terminal 'banshee --debug' and attach all the
output information (while you are trying to reproduce this issue)?, also
attach your '~/.config/banshee-1/log' file as a separated attach,
Thanks.

** Changed in: banshee (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Banshee.exe crashed with SIGABRT in raise()

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


[Bug 755703] Re: Banshee.exe crashed with SIGABRT

2011-04-14 Thread Kamus
Please could you run in a terminal 'banshee --debug' and attach all the
output information (while you are trying to reproduce this issue)?, also
attach your '~/.config/banshee-1/log' file as a separated attach,
Thanks.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/755703/+attachment/2006704/+files/CoreDump.gz

** Visibility changed to: Public

** Changed in: banshee (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  Banshee.exe crashed with SIGABRT

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


[Bug 754711] Re: [Dell Studio XPS 1340] Doesn't enter suspend mode

2011-04-14 Thread Seth Forshee
/proc/vmallocinfo shows all the vmalloc mappings. We could take a look
at that to get an idea of what's consuming the address space. The
VmallocTotal, VmallocUsed, and VmallocChunk fields in /proc/meminfo
would also be useful to look at.

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

Title:
  [Dell Studio XPS  1340] Doesn't enter suspend mode

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


[Bug 754470] Re: syndaemon consumes 100% CPU

2011-04-14 Thread JKL
Is this related?

https://bugzilla.redhat.com/show_bug.cgi?id=670039


** Bug watch added: Red Hat Bugzilla #670039
   https://bugzilla.redhat.com/show_bug.cgi?id=670039

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

Title:
  syndaemon consumes 100% CPU

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


[Bug 748487] Re: compiz assert failure: compiz: nouveau_context.c:260: nouveau_update_renderbuffers: Assertion `!ret' failed.

2011-04-14 Thread Bryce Harrington
Given this is failing in bo code and is a recent regression (I presume?)
I wonder if this could be fallout from the
100_intel_remember_named_bo.patch patch we recently backported into
libdrm.

Could you please test downgrading to the version of libdrm prior to when
this patch was introduced, version 2.4.23-1ubuntu5?  You can obtain i386
debs of this version from here:

https://launchpad.net/ubuntu/+source/libdrm/2.4.23-1ubuntu5/+buildjob/2332340

You can go ahead and install all the debs; as a minimum you'll want
libdrm-nouveau1a, libdrm2, and libkms1.  You'll want to logout and log
back in after installing this, for the change to take effect in your X
session.

Boot that and repeat the steps you take to reproduce this bug, and
verify with the -1ubuntu5 version you don't see the issue.

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

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

Title:
  compiz assert failure: compiz: nouveau_context.c:260:
  nouveau_update_renderbuffers: Assertion `!ret' failed.

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


[Bug 582809] Re: Synaptics Clickpad touchpad buttons are not working

2011-04-14 Thread paul candela
Thanks for that tip Chase.  I messed around using synclient and 4100
works great for me too.  By doing that, click and drag functions nearly
perfectly as well.  However, I loose the right physical click feature
introduced by David's patches.  Right click still functions if I tap
with two fingers in the main clickpad area, but I liked having the
physical click like with the left click.

Any ideas?

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

Title:
  Synaptics Clickpad touchpad buttons are not working

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


[Bug 761114] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-04-14 Thread Unkn0qn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761114

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 761113] [NEW] compiz crashed with SIGSEGV in PrivateWindow::processMap()

2011-04-14 Thread Ebermann Roman
Public bug reported:

I had installed an new theme, compiz crashed while the installation..

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: unity 3.8.6-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Thu Apr 14 22:25:35 2011
ExecutablePath: /usr/bin/compiz
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
ProcCmdline: compiz
ProcEnviron:
 LANGUAGE=de_DE:C:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: unity
StacktraceTop:
 PrivateWindow::processMap() ()
 CompScreen::handleEvent(_XEvent*) ()
 PrivateCompositeScreen::handleEvent(_XEvent*) () from 
/usr/lib/compiz/libcomposite.so
 CompScreen::handleEvent(_XEvent*) ()
 PrivateGLScreen::handleEvent(_XEvent*) () from /usr/lib/compiz/libopengl.so
Title: compiz crashed with SIGSEGV in PrivateWindow::processMap()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-crash ayatana-scrollbar i386 natty 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/761113

Title:
  compiz crashed with SIGSEGV in PrivateWindow::processMap()

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


[Bug 761114] [NEW] package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-04-14 Thread Unkn0qn
Public bug reported:

 blcr

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: blcr-dkms 0.8.2-15ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Apr 14 23:33:39 2011
ErrorMessage: blcr kernel module failed to build
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007.1)
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu1
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
UpgradeStatus: Upgraded to natty on 2011-03-26 (19 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 761110] [NEW] vlc becomes unstable and has sound problems

2011-04-14 Thread Daznis
Public bug reported:

Binary package hint: vlc

Description:Ubuntu Natty (development branch)
Release:11.04

whole sistem and vlc sometimes becomes very laggy, sound disappears, and
finaly it crashes. but always sound of music or video frames are
skiping, glitching. also frames becomes laggy when using unity3d and
nvidia fx5200 video card

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

** Description changed:

  Binary package hint: vlc
  
  Description:  Ubuntu Natty (development branch)
  Release:  11.04
  
- vlc sometimes becomes very laggy, sound disappears, and finaly it
- crashes. but always sound of music or video frames are skiping,
- glitching. also frames becomes laggy when using unity3d and nvidia
- fx5200 video card
+ whole sistem and vlc sometimes becomes very laggy, sound disappears, and
+ finaly it crashes. but always sound of music or video frames are
+ skiping, glitching. also frames becomes laggy when using unity3d and
+ nvidia fx5200 video card

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

Title:
  vlc becomes unstable and has sound problems

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


[Bug 761113] Re: compiz crashed with SIGSEGV in PrivateWindow::processMap()

2011-04-14 Thread Ebermann Roman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761113

Title:
  compiz crashed with SIGSEGV in PrivateWindow::processMap()

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


Re: [Bug 760217] Re: Banshee.exe crashed with SIGABRT

2011-04-14 Thread Zum Kuckuck
I use Banshee every day, but the issue never appeared again. Sorry I can't 
reproduce the issue. What shall i do. Should I run in a terminal 'banshee 
--debug' and attach all the output information any way?
___
WEB.DE DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt mit 
gratis Handy-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2

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

Title:
  Banshee.exe crashed with SIGABRT

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


[Bug 760128] Re: Problem with suspend to RAM and resume while using USB Devices.

2011-04-14 Thread Zum Kuckuck
I was suspending to RAM without USB stick. The netbook slept 30 minutes
and resumed fine. I try to find what makes resume fail.

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

Title:
  Problem with suspend to RAM and resume while using USB Devices.

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


[Bug 754491] Re: Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

2011-04-14 Thread Kamus
*** This bug is a duplicate of bug 749305 ***
https://bugs.launchpad.net/bugs/749305

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

** This bug has been marked a duplicate of bug 749305
   Banshee.exe crashed with SIGABRT in __kernel_vsyscall()
 * You can subscribe to bug 749305 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/749305/+subscribe

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

Title:
  Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

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


[Bug 754309] Re: Banshee.exe crashed with SIGSEGV in g_slice_alloc()

2011-04-14 Thread Kamus
Please could you check if this behaviour is still occurring with latest
release of banshee 2.0.0-1ubuntu2 included in Ubuntu Natty?

** Changed in: banshee (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/754309

Title:
  Banshee.exe crashed with SIGSEGV in g_slice_alloc()

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


[Bug 752862] Re: gvfs-gdu-volume-monitor crashed with SIGABRT in raise()

2011-04-14 Thread Chad A. Davis
*** This bug is a duplicate of bug 743724 ***
https://bugs.launchpad.net/bugs/743724

** This bug has been marked a duplicate of bug 743724
   gvfs-gdu-volume-monitor crashed with SIGABRT in raise()
 * You can subscribe to bug 743724 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/743724/+subscribe

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

Title:
  gvfs-gdu-volume-monitor crashed with SIGABRT in raise()

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


[Bug 752210] Re: Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

2011-04-14 Thread Kamus
*** This bug is a duplicate of bug 749305 ***
https://bugs.launchpad.net/bugs/749305

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

** This bug has been marked a duplicate of bug 749305
   Banshee.exe crashed with SIGABRT in __kernel_vsyscall()
 * You can subscribe to bug 749305 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/749305/+subscribe

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

Title:
  Banshee.exe crashed with SIGABRT in __kernel_vsyscall()

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


[Bug 750176] Re: [arrandale] GPU lockup (ESR: 0x00000001 IPEHR: 0x02000024)

2011-04-14 Thread Bryce Harrington
Hmm, ok.  Well I think this is probably a dupe of one another bug, but
since it sounds like no further testing will be possible I'll close this
out.  Go ahead and file a new bug report if the issue pops up again.

** Changed in: xserver-xorg-video-intel (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/750176

Title:
  [arrandale] GPU lockup (ESR: 0x0001 IPEHR: 0x0224)

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


[Bug 649912] Re: SD Card Reader shows Incomplete / Corrupt Files

2011-04-14 Thread martin
Doing a Beta test on 11.04 and have exactly the same behaviour with this
bug. Kernel 2.6.38 7.

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

Title:
  SD Card Reader shows Incomplete / Corrupt Files

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


[Bug 761119] [NEW] Draw Dimension Unit of Measurement Fraction

2011-04-14 Thread Paul Mirowsky
Public bug reported:

Binary package hint: libreoffice

The Draw "Lines and Arrows", "Dimension Lines" does not allow number
format codes to be applied against the text.

When changing units of measurement under Tools/Options/LibreOffice
Draw/General to Inches, the text formatting automatically applies
Engineering Scale and does not make available Architectural Scale.

Under help, the following information is provided in a table for examples.
Number Format Codes 
5.75 as 5 3/4 and 6.3 as 6 3/10   # ???/???

This is available in Calc as a Format on the Numbers Tab.

When right clicking on Dimension Line, under the selection "Dimensions..." it 
would be nice if another tab were added allowing more than one style of unit 
and the variations of those units.
That is, click on 'mm' for 'millimeters' and click on "inches" and then 
"Architectural" for fractional notation.
The dimension would display "31.75mm [1 1/4"]

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


** Tags: dimension draw format fraction inches

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

Title:
  Draw Dimension Unit of Measurement Fraction

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


[Bug 761116] [NEW] bleachbit doesn't start

2011-04-14 Thread Daznis
Public bug reported:

Binary package hint: bleachbit

when typing in terminal: "sudo bleachbit " i get these lines:

info: starting BleachBit version 0.8.7
debug: makedirs(/root/.config/bleachbit)
debug: chown(/root/.config/bleachbit, uid=1000)
Traceback (most recent call last):
  File "/usr/bin/bleachbit", line 40, in 
from Cleaner import backends
  File "/usr/share/bleachbit/bleachbit/Cleaner.py", line 44, in 
import Special
  File "/usr/share/bleachbit/bleachbit/Special.py", line 27, in 
from Options import options
  File "/usr/share/bleachbit/bleachbit/Options.py", line 246, in 
options = Options()
  File "/usr/share/bleachbit/bleachbit/Options.py", line 44, in __init__
self.restore()
  File "/usr/share/bleachbit/bleachbit/Options.py", line 149, in restore
self.set_list('shred_drives', Unix.guess_overwrite_paths())
  File "/usr/share/bleachbit/bleachbit/Options.py", line 195, in set_list
self.__flush()
  File "/usr/share/bleachbit/bleachbit/Options.py", line 50, in __flush
General.makedirs(Common.options_dir)
  File "/usr/share/bleachbit/bleachbit/General.py", line 120, in makedirs
chownself(path)
  File "/usr/share/bleachbit/bleachbit/General.py", line 76, in chownself
assert(path.find('/root') != 0)
AssertionError

// bleachbit doesnt start

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bleachbit 0.8.7-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Thu Apr 14 23:33:47 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bleachbit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty 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/761116

Title:
  bleachbit doesn't start

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