[Bug 1282542] Re: (synaptic:3405): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid 0' failed

2014-05-01 Thread David Michael Spencer
I also get this from a fresh install of 14.04 (ubuntu). It didn't seem
to be doing this when I first installed things, but today it is every
time.

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

Title:
  (synaptic:3405): GLib-CRITICAL **: g_child_watch_add_full: assertion
  'pid  0' failed

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

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


[Bug 1304034] [NEW] onDestruction() not called when closing an app from the Apps scope

2014-04-07 Thread Michael Spencer
Public bug reported:

It seems that onDestruction() isn't being called when closing an app
from the Apps scope. It is called when the app is closed from the HUD.

Here is the bug that was reported in my app:
https://github.com/iBeliever/project-dashboard/issues/93

** Affects: unity-scope-click (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/1304034

Title:
  onDestruction() not called when closing an app from the Apps scope

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

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


[Bug 1289695] Re: Title for all Core apps should be improved/localized for Desktop

2014-04-06 Thread Michael Spencer
This works great for pages, but not when the app uses a Tabs component.
In that case it defaults back to the app package name, i.e
com.ubuntu.clock. Could we have it that it defaults to the app's title,
like Clocks or File Manager (both of those use Tabs)?

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

Title:
  Title for all Core apps should be improved/localized for Desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropping-letters/+bug/1289695/+subscriptions

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


[Bug 1289300] Re: Not easy to have popover headers similar to pages ones

2014-03-11 Thread Michael Spencer
Regarding the header color, and the general ugliness of the Sheet
component, I've purposed a merge request that greatly improves the look
of the Sheet component:

https://code.launchpad.net/~mdspencer/ubuntu-ui-
toolkit/themeImprovements/+merge/210508

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

Title:
  Not easy to have popover headers similar to pages ones

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

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


[Bug 1289300] Re: Not easy to have sheet headers similar to pages ones

2014-03-11 Thread Michael Spencer
** Summary changed:

- Not easy to have popover headers similar to pages ones
+ Not easy to have sheet headers similar to pages ones

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

Title:
  Not easy to have sheet headers similar to pages ones

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

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


[Bug 1202277] Re: [MainView] positioning clipping don't take into account ListView.header's height at startup

2013-11-23 Thread Michael Spencer
Tim, I've added a desktop/tablet mode with a sidebar, and the problem
does not occur when the sidebar is visible. It only occurs when the
sidebar is hidden (when the app's with is small enough).

I'm still able to reproduce this with the sidebar hidden.

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

Title:
  [MainView] positioning  clipping don't take into account
  ListView.header's height at startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1202277/+subscriptions

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


[Bug 1224126] Re: qtdeclarative5-u1db1.0 should not use ~/.local/share/Qt Project for db files

2013-09-14 Thread Michael Spencer
I've tried setting the correct path
(~/.local/share/com.ubuntu.developer.mdspencer.ubuntu-tasks/ubuntu-
tasks.db) for U1db, but it doesn't work. The ~ is not turned into my
user directory, but instead the whole path is created as a directory
structure under ~/.local/share/Qt Project/QtQmlViewer.

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

Title:
  qtdeclarative5-u1db1.0 should not use ~/.local/share/Qt Project for db
  files

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

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


[Bug 1187850] Re: Page stack header within a tab should be displayed instead of tabs

2013-08-11 Thread Michael Spencer
I get this too when I have a dark Suru gradient. Here is a very simple
hack that fixes it - in the Tabs component, add this:

onVisibleChanged: tabBar.visible = visible

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

Title:
  Page stack header within a tab should be displayed instead of tabs

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

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


[Bug 1201094] Re: App content visible behind tab header

2013-07-16 Thread Michael Spencer
For the File Manager app, there is more to the problem than just content
being visible on top of the header. When the app starts, the list
doesn't start scrolled fully to the top. The list header starts on top
of the header, when it should start just below the header.

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

Title:
  App content visible behind tab header

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

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


[Bug 1116561] [NEW] Mounting device from launcher fails silently

2013-02-05 Thread Michael Spencer
Public bug reported:

I have an NTFS partition from Windows on my main hard drive. When I
click on it in the launcher to mount it, nothing happens, no error
message or anything. When I try to mount it from Nautilus, I get an
error message explaining why it can't be mounted.

What should happen:
When a device can't be mounted, an error message should be shown explaining 
that it can't and perhaps why.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.12.0-0ubuntu0.2
ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Tue Feb  5 12:43:10 2013
InstallationDate: Installed on 2013-02-04 (1 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=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 quantal 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/1116561

Title:
  Mounting device from launcher fails silently

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

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


[Bug 657275] Re: ubuntu-bug should save reports offline automatically rather than giving a cryptic error message

2013-01-18 Thread Michael Spencer
** Changed in: apport (Ubuntu)
 Assignee: Michael Spencer (mdspencer) = (unassigned)

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

Title:
  ubuntu-bug should save reports offline automatically rather than
  giving a cryptic error message

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

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


[Bug 657275] Re: ubuntu-bug should save reports offline automatically rather than giving a cryptic error message

2013-01-18 Thread Michael Spencer
Sorry I've taken so long on this and haven't fixed it. I haven't add
much time and I'm still trying to learn Gtk. If no one else fixes this
first, I'll still keep working on it, though. I'll also continue to work
on the UI to display unreported bugs in Contributor Console. Sorry again
that I've not been able to fix this yet.

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

Title:
  ubuntu-bug should save reports offline automatically rather than
  giving a cryptic error message

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

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


[Bug 1097874] [NEW] Needs larger icon in package info and desktop launcher

2013-01-09 Thread Michael Spencer
Public bug reported:

Ubuntu 12.10, AQEMU 0.8.2-2

AQEMU needs a larger icon for the package information shown in Software
Center and the desktop launcher shown in the dash.

It appears that a larger icon already exists in the form of
aqemu_48x48.png or aqemu_64x64.png.

** Affects: aqemu (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/1097874

Title:
  Needs larger icon in package info and desktop launcher

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

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


[Bug 1097098] [NEW] gnome-fallback-mount-helper runs on system resume

2013-01-07 Thread Michael Spencer
Public bug reported:

When I have an SD Card in the internal SD Card reader, and the system
resumes from the lid being closed, gnome-fallback-mount-helper runs
saying, You have just inserted a medium with digital photos. ... But
it didn't just get inserted and it doesn't make sense to prompt the user
to open an application when he chose what to do when the card was
actually inserted. The user should only be prompted when the card
actually gets inserted, not when the system resumes.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-settings-daemon 3.4.2-0ubuntu14
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
Date: Mon Jan  7 18:54:27 2013
ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
InstallationDate: Installed on 2012-11-19 (49 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 quantal 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/1097098

Title:
  gnome-fallback-mount-helper runs on system resume

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

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


[Bug 1035880] Re: corrupted font and icons in GNOME Shell with Nouveau graphic driver

2012-12-20 Thread Michael Spencer
With Ubuntu 12.10 and kernel 3.5.0, sometimes (but not all the time) the
icons and font are messed up.

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

Title:
  corrupted font and icons in GNOME Shell with Nouveau graphic driver

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

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


[Bug 657275] Re: ubuntu-bug should save reports offline automatically rather than giving a cryptic error message

2012-12-10 Thread Michael Spencer
** Changed in: contributor-console
   Status: New = Triaged

** Changed in: contributor-console
   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/657275

Title:
  ubuntu-bug should save reports offline automatically rather than
  giving a cryptic error message

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

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


[Bug 1081868] Re: Unable to configure button content

2012-12-03 Thread Michael Spencer
Also, when I set 'Use action appearance' to No and restart Glade, it
gets changed back to Yes.

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

Title:
  Unable to configure button content

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

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


[Bug 1085320] [NEW] White borders around *.desktop files on the desktop

2012-11-30 Thread Michael Spencer
Public bug reported:

Ubuntu 13.04, Nautilus 1:3.6.3-0ubuntu2

Desktop launcher files are drawn on the desktop with a heavy white
border and very thin border in Home Folder.

This only happens with *.desktop files. Links, folders, and files
display normally.

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

** Attachment added: Picture of bug
   
https://bugs.launchpad.net/bugs/1085320/+attachment/3448705/+files/White%20borders%20on%20desktop.png

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

Title:
  White borders around *.desktop files on the desktop

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

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


[Bug 1085320] Re: White borders around *.desktop files on the desktop

2012-11-30 Thread Michael Spencer
The same problem was noticed using Nautilus 3.6.x and the GNOME3 PPA in
this question on Ask Ubuntu:

http://askubuntu.com/questions/221601/white-border-around-icons/

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

Title:
  White borders around *.desktop files on the desktop

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

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


[Bug 1081868] [NEW] Unable to configure button content

2012-11-21 Thread Michael Spencer
Public bug reported:

Ubuntu 12.10, glade 3.14.0-0ubuntu1

I am unable to configure the content of a button because it is set to
use the action's configuration. However, the 'Use action appearance'
setting can not be turned off if no action is set. The only way to fix
this is to set the action, turn off the setting, and then remove the
action.

What should happen:

The content for a button should be configurable if no action is set,
regardless of the 'Use action appearance' setting.

** Affects: glade (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/1081868

Title:
  Unable to configure button content

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

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


[Bug 1078895] Re: Importing an image sequence messes up GUI

2012-11-15 Thread Michael Spencer
*** This bug is a duplicate of bug 505578 ***
https://bugs.launchpad.net/bugs/505578

** This bug has been marked a duplicate of bug 505578
   Icons etc. disappearing

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

Title:
  Importing an image sequence messes up GUI

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

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


[Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2012-11-14 Thread Michael Spencer
** Changed in: unity (Ubuntu)
 Assignee: Michael Spencer (mdspencer) = (unassigned)

** Changed in: unity (Ubuntu)
   Status: In Progress = Confirmed

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1078895] [NEW] Importing an image sequence messes up GUI

2012-11-14 Thread Michael Spencer
Public bug reported:

What happens:
Every time I import an image sequence, The toolbar, Project Files/etc tabs, 
and Project Files filter buttons disappear. They reappear when the mouse is 
moved over where they should be shown.

I'm using the GNOME Shell, so I'm not sure if this happens under other
desktop environments.

Also, I've only noticed this when importing image sequences, not when
adding regular images.

What should happen:
The controls should not disappear.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openshot 1.4.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Wed Nov 14 14:38:34 2012
ExecutablePath: /usr/bin/openshot
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
InterpreterPath: /usr/bin/python2.7
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openshot
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

** Attachment added: Picture of problem
   
https://bugs.launchpad.net/bugs/1078895/+attachment/3433554/+files/Screenshot%20from%202012-11-14%2014%3A53%3A39.png

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

Title:
  Importing an image sequence messes up GUI

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

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


Re: [Bug 1058059] Re: Menus are misaligned: When there are other updates and Notify me of a new Ubuntu version

2012-11-09 Thread Michael Spencer
On 11/09/2012 07:11 AM, Sebastien Bacher wrote:
 Thank you for your work, that fixes the alignement of the combos indeed
 but the text is still left aligned and that makes weird spacing between
 the right of the text and the combos ... the design document on the bug
 (https://wiki.ubuntu.com/SoftwareUpdates#settings) has text right
 aligned against the combo, did you try to do that?

Sorry about that, I saw the design but somehow missed that the labels
were supposed to be right aligned. I've uploaded the branch with the
labels right aligned, so this is ready for review again.

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

Title:
  Menus are misaligned: When there are other updates and Notify me of
  a new Ubuntu version

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

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


[Bug 1058059] Re: Menus are misaligned: When there are other updates and Notify me of a new Ubuntu version

2012-11-09 Thread Michael Spencer
** Changed in: software-properties (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Menus are misaligned: When there are other updates and Notify me of
  a new Ubuntu version

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

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


[Bug 657275] Re: ubuntu-bug should save reports offline automatically rather than giving a cryptic error message

2012-11-09 Thread Michael Spencer
I think the message should also state that it can't send the report
because there is no Internet connection.

How about merging the original and Martin Pitt's suggestion:

Cannot connect to crash database, please check your Internet connection.
Do you want to save the report into a file for reporting later?

[Save] [Cancel]

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

Title:
  ubuntu-bug should save reports offline automatically rather than
  giving a cryptic error message

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

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


[Bug 657275] Re: ubuntu-bug should save reports offline automatically rather than giving a cryptic error message

2012-11-09 Thread Michael Spencer
** Changed in: apport (Ubuntu)
 Assignee: (unassigned) = Michael Spencer (mdspencer)

** Changed in: apport (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  ubuntu-bug should save reports offline automatically rather than
  giving a cryptic error message

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

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


[Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2012-11-06 Thread Michael Spencer
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
DistroRelease: Ubuntu 13.04
InstallationDate: Installed on 2012-11-02 (5 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
Package: unity 6.8.0-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Tags:  raring running-unity
Uname: Linux 3.5.0-17-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo


** Tags added: apport-collected raring 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/1019457

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1019457] Dependencies.txt

2012-11-06 Thread Michael Spencer
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1019457/+attachment/3426362/+files/Dependencies.txt

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1019457] GconfCompiz.txt

2012-11-06 Thread Michael Spencer
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1019457/+attachment/3426363/+files/GconfCompiz.txt

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1019457] Re: The Dash closes when trying to switch to the Command lens (Alt+F2)

2012-11-06 Thread Michael Spencer
** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Michael Spencer (mdspencer)

** Changed in: unity (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  The Dash closes when trying to switch to the Command lens (Alt+F2)

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

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


[Bug 1058059] Re: Menus are misaligned: When there are other updates and Notify me of a new Ubuntu version

2012-11-03 Thread Michael Spencer
** Changed in: software-properties (Ubuntu)
 Assignee: (unassigned) = Michael Spencer (mdspencer)

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

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

Title:
  Menus are misaligned: When there are other updates and Notify me of
  a new Ubuntu version

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

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