[Bug 1628056] Re: content sharing getting in the way of snap removal

2016-09-27 Thread Michael Hall
** Tags added: snapd-interface

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

Title:
  content sharing getting in the way of snap removal

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

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


[Bug 1621961] [NEW] appstream: URL not handled under Unity

2016-09-09 Thread Michael Hall
Public bug reported:

The following command fails under Unity 7:

$ xdg-open appstream:org.gnome.gedit.desktop

gvfs-open: appstream:org.gnome.gedit.desktop: error opening location:
The specified location is not supported

The URI works if you uninstall ubuntu-software.

Perhaps gvfs doesn't know how to handle .desktops in
/usr/share/ubuntu/applications/ ?

** Affects: gnome-software (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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


** Tags: xenial yakkety

** Description changed:

- xdg-open appstream:org.gnome.gedit.desktop
+ The following command failes under Unity 7:
  
- Works under Gnome Shell, but not under Unity 7
+ $ xdg-open appstream:org.gnome.gedit.desktop
+ 
+ gvfs-open: appstream:org.gnome.gedit.desktop: error opening location:
+ The specified location is not supported

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

Title:
  appstream: URL not handled under Unity

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

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


[Bug 1587597] [NEW] Proprietary graphics not available to Snappy packages

2016-05-31 Thread Michael Hall
Public bug reported:

The proprietary nvidia drivers are not accessible from snap packages,
they need to have a bind mount made to a location where snaps can use
them. Please see the conversation below for more details:

10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
works here now, there are two issue: a) we do not auto-bind-mount the
right nvidia directory, this needs to get fixed in our nvidia drive pkg,
as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
/var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides our
LD_LIBRARY_PATH, trivial fix is to just ensure that before the actual
launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" is set, this
ensures that the right gl library (the nvidia one) wins over mesa. if
there is a git repo or anything like this I can provide a patch for
bin/qt5-launch

10:24 < mvo> mhall119: do you think you could chase our nvidia packagers
to include a systemd bind mount unit from "sudo mount -o bind
/usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?

10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd
into 16.04's archives, it's not something that gets fixed in ubuntu-core
images

10:32 < mvo> mhall119: yeah, we need to get this SRUed

10:32 < mvo> mhall119: not something we can fix in the image

** Affects: nvidia-graphics-drivers-361 (Ubuntu)
 Importance: Undecided
 Assignee: Alberto Milone (albertomilone)
 Status: New

** Changed in: nvidia-graphics-drivers-361 (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Description changed:

  The proprietary nvidia drivers are not accessible from snap packages,
  they need to have a bind mount made to a location where snaps can use
  them. Please see the conversation below for more details:
  
- 10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it works 
here 
-  now, there are two issue: a) we do not auto-bind-mount the right 
-  nvidia directory, this needs to get fixed in our nvidia drive 
pkg, 
-  as a workaround we can sudo mount -o bind /usr/lib/nvidia-361 
-  /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides 
our 
-  LD_LIBRARY_PATH, trivial fix is to just ensure that before the 
-  actual launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" 
-  is set, this ensures that the right gl library (the nvidia one) 
-  wins over mesa. if there is a git repo or anything like this I 
can 
-  provide a patch for bin/qt5-launch
- 10:24 < mvo> mhall119: do you think you could chase our nvidia packagers to 
-  include a systemd bind mount unit from "sudo mount -o bind 
-  /usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?
- 10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd into 
-   16.04's archives, it's not something that gets fixed in 
-   ubuntu-core images
+ 10:24 < mvo> mhall119, mattiasw: I looked at the nvidia issue and it
+ works here now, there are two issue: a) we do not auto-bind-mount the
+ right nvidia directory, this needs to get fixed in our nvidia drive pkg,
+ as a workaround we can sudo mount -o bind /usr/lib/nvidia-361
+ /var/lib/snapd/lib/gl/ b) the bin/qt5-launch script overrides our
+ LD_LIBRARY_PATH, trivial fix is to just ensure that before the actual
+ launch of krita "$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" is set, this
+ ensures that the right gl library (the nvidia one) wins over mesa. if
+ there is a git repo or anything like this I can provide a patch for
+ bin/qt5-launch
+ 
+ 10:24 < mvo> mhall119: do you think you could chase our nvidia packagers
+ to include a systemd bind mount unit from "sudo mount -o bind
+ /usr/lib/nvidia-361 /var/lib/snapd/lib/gl/" ?
+ 
+ 10:31 < mhall119> mvo: I assume the nvidia package fix needs to be SRU'd
+ into 16.04's archives, it's not something that gets fixed in ubuntu-core
+ images
+ 
  10:32 < mvo> mhall119: yeah, we need to get this SRUed
+ 
  10:32 < mvo> mhall119: not something we can fix in the image

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

Title:
  Proprietary graphics not available to Snappy packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1587597/+subscriptions

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


[Bug 1556078] Re: Playlist requires QtMultimedia 5.6 but documentation says 5.4

2016-05-17 Thread Michael Hall
** Package changed: ubuntu-ui-toolkit (Ubuntu) => developer-ubuntu-com

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

Title:
  Playlist requires QtMultimedia 5.6 but documentation says 5.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-ubuntu-com/+bug/1556078/+subscriptions

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


[Bug 1582258] [NEW] Capslock light doesn't come on when activated

2016-05-16 Thread Michael Hall
Public bug reported:

Only in Unity 8, when the capslock key is on the indicator light for it
is not illuminated, which makes it impossible to know if it is on when
typing in a password.

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


** Tags: avengers

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

Title:
  Capslock light doesn't come on when activated

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

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


[Bug 1579775] Re: Refresh keyboard shortcuts not working in Unity 8

2016-05-12 Thread Michael Hall
Nothing happens when pressing either shortcut

** Changed in: webbrowser-app (Ubuntu)
   Status: Incomplete => New

** Tags added: avengers

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

Title:
  Refresh keyboard shortcuts not working in Unity 8

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

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


[Bug 1581068] [NEW] Volume controls don't affect USB headset

2016-05-12 Thread Michael Hall
Public bug reported:

When using a USB headset in Unity 8, the audio input and output are
correctly routed through the headset, but the volume controls (in the
indicator and hardware buttons) including mute do not affect the
headset.

This sounds similar to bug #523671 but is for Unity 8

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  Volume controls don't affect USB headset

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

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


[Bug 1581066] [NEW] [desktop] Display doesn't dim or turn off on inactivity

2016-05-12 Thread Michael Hall
Public bug reported:

When leaving my laptop idle, the screen stays at a constant brightness
forever. I have System Settings configured to "Lock when idle" after 2
minutes, but that doesn't happen. Adjusting the screen brightness
manually doesn't do anything.

Expectation:
Screen dims after a short period of time, and turns off (and locks) after the 
configured 2 minutes of inactivity.

Actual:
Screen stays on and at the same brightness indefinitely.

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


** Tags: avengers

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

Title:
  [desktop] Display doesn't dim or turn off on inactivity

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

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


[Bug 1581063] [NEW] Session doesn't lock when resuming from suspend

2016-05-12 Thread Michael Hall
Public bug reported:

Unity 8 doesn't lock the session when suspending/resuming a laptop.


Expectation:
When a password is required for login, the screen should lock after a suspend

Actual:
Laptop resumes from suspend into Unity 8, bypassing the welcome/lock screen

** Affects: unity8 (Ubuntu)
 Importance: High
 Assignee: Lukáš Tinkl (lukas-kde)
 Status: Confirmed


** Tags: avengers

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

Title:
  Session doesn't lock when resuming from suspend

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

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

[Bug 1580602] [NEW] gnome-keyring not unlocked at start of desktop session

2016-05-11 Thread Michael Hall
Public bug reported:

The gnome-keyring not being unlocked is preventing me from downloading
or installing apps from the Ubuntu Store scope.

09:05 < mardy> mhall119: try this: echo "LoggingLevel=2" > 
~/.config/signond.conf
09:05 < mardy> mhall119: then try again, and send me the syslog
09:10 < mhall119> mardy: http://paste.ubuntu.com/16360727/
09:11 < mardy> mhall119: ah, that's terrible
09:11 < mardy> mhall119: there's a signond backend (which we use on unity7) 
which uses 
   the gnome-keyring to store the password
09:11 < mardy> *passwords
09:12 < mardy> mhall119: it seems that in unity8 the gnome-keyring does not get 
   unlocked, that's why we have this problem
09:12 < mhall119> ah, so maybe it needs my local credentials?
09:13 < mardy> mhall119: do you run unity7 in the same machine?
09:13 < mhall119> yes
09:13 < mhall119> it's my normal laptop
09:14 < mardy> mhall119: so, a solution could be removing the 
signon-keyring-expension, 
   but that would mess your unity7 env
09:14 < mardy> mhall119: the long term solution is to have the gnome-keyring 
unlocked 
   when you login into the unity8 session

** Affects: unity8-desktop-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  gnome-keyring not unlocked at start of desktop session

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

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


[Bug 1579817] [NEW] Hangouts tab is killed to free memory

2016-05-09 Thread Michael Hall
Public bug reported:

The browser will kill non-focused tab processes when it needs to free up
memory, which is usually fine, but when I have a hangout tab (or any
video-conference, music streaming, etc) tab open I want to be able to
navigate to other tabs without those being killed. Could tabs that are
actively using the microphone, camera, or streaming either video or
audio, be given an exception to the memory-killer, or at least given a
different priority than static-content tabs?

** Affects: webbrowser-app (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/1579817

Title:
  Hangouts tab is killed to free memory

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

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


[Bug 1579775] [NEW] Refresh keyboard shortcuts not working in Unity 8

2016-05-09 Thread Michael Hall
Public bug reported:

Neither the F5 nor Ctrl+R keyboard shortcuts for refreshing a page work
under a Unity 8 session. They both work under Unity 7. Other shortcuts,
such at Ctrl+T and Ctrl+W, work fine under Unity 8.

Nothing appears in when pressing F5 or Ctrl+R ~/.cache/upstart
/application-legacy-webbrowser-app-.log

** Affects: webbrowser-app (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/1579775

Title:
  Refresh keyboard shortcuts not working in Unity 8

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

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


[Bug 1563440] [NEW] Add ContentHub text import option to text field context menu

2016-03-29 Thread Michael Hall
Public bug reported:

It would be nice to have an "Import" option to a text field's context
menu, next to cut/copy/paste, that will open a ContentPeerPicker for
apps that can share Text.

Currently you can open another app, and copy text from it if it supports
copying, then paste it into the text field. But we have a nice
ContentHub service that supports sharing chunks of text, and it would
streamline the user experience if we could enable this by default for
text inputs.

Bonus points if we could send some context along with the import
request, such as what app or website it's going to, but I don't think
the ContentHub API supports that.

** Affects: ubuntu-ui-toolkit (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/1563440

Title:
  Add ContentHub text import option to text field context menu

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

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


[Bug 1557587] Re: Please update to 0.6.1 (and add an AppStream-applicable icon)

2016-03-19 Thread Michael Hall
** Tags added: appstream

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

Title:
  Please update to 0.6.1 (and add an AppStream-applicable icon)

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

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


[Bug 1557983] Re: AppStream icon for convertall.desktop

2016-03-19 Thread Michael Hall
*** This bug is a duplicate of bug 1557587 ***
https://bugs.launchpad.net/bugs/1557587

** This bug has been marked a duplicate of bug 1557587
   Please update to 0.6.1 (and add an AppStream-applicable icon)

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

Title:
  AppStream icon for convertall.desktop

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

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


[Bug 1557675] Re: AppStream icon for xpdf.desktop

2016-03-15 Thread Michael Hall
A cropped and resized version of
http://www.foolabs.com/xpdf/center_logo.png would probably suffice, if
something better can't be found

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

Title:
  AppStream icon for xpdf.desktop

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

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


[Bug 1557675] Re: AppStream icon for xpdf.desktop

2016-03-15 Thread Michael Hall
Or, heck, making an SVG of this should be pretty simple

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

Title:
  AppStream icon for xpdf.desktop

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

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


[Bug 1557475] Re: Online documentation is missing "List all members link"

2016-03-15 Thread Michael Hall
Added the project developer-ubuntu-com which provides the online API
docs, marked as invalid for ubuntu-ui-toolkit because it doesn't need to
be fixed there

** Also affects: developer-ubuntu-com
   Importance: Undecided
   Status: New

** Changed in: developer-ubuntu-com
 Assignee: (unassigned) => Michael Hall (mhall119)

** Changed in: developer-ubuntu-com
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Online documentation is missing "List all members link"

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-ubuntu-com/+bug/1557475/+subscriptions

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


[Bug 1549605] Re: Wi-Fi Displays page fails to load on Nexus 4

2016-02-25 Thread Michael Hall
Looking at my phone, I see no 'aethercast' directory in
/usr/share/ubuntu/settings/system/qml-plugins/wifi/

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

Title:
  Wi-Fi Displays page fails to load on Nexus 4

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

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


[Bug 1549605] [NEW] Wi-Fi Displays page fails to load on Nexus 4

2016-02-24 Thread Michael Hall
Public bug reported:

Selecting Wi-Fi Displays leads to a blank page. Below is the app's log
when this happens. It appears to be missing some QML components which
causes the page to fail to load.

http://paste.ubuntu.com/15194257/

** Affects: ubuntu-system-settings (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/1549605

Title:
  Wi-Fi Displays page fails to load on Nexus 4

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

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


[Bug 1464754] Re: Support for Device aliases

2016-01-26 Thread Michael Hall
** Branch linked: lp:~mariogrip/ubuntu-system-image/device-alias

** Also affects: goget-ubuntu-touch (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:~mariogrip/goget-ubuntu-touch/device-alias

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

Title:
  Support for Device aliases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-image/+bug/1464754/+subscriptions

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


[Bug 1534681] [NEW] [AdaptivePageLayout] Add signal for when a page is added

2016-01-15 Thread Michael Hall
Public bug reported:

Add a signal for when a page is added to the AdaptivePageLayout that
incudes the page and column index as parameters

Suggestion:

pageAdded(page, columnIndex)

Use Case:

In uReadIt I want to respond to an ArticlePage being added to the 2nd
column by adding a CommentsPage to the 3rd column (only when in a 3+
column layout). But that must be done *after* the ArticlePage is added
to the AdaptivePageLayout. Both the ArticlePage.onCompleted callback, or
the incubator's onStatusChanged to Component.Ready are called *before*
the page is added to the AdaptivePageLayout.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 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/1534681

Title:
  [AdaptivePageLayout] Add signal for when a page is added

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

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


[Bug 1534684] [NEW] [AdaptivePageLayout] Only reserve space for columns with a Page in them

2016-01-15 Thread Michael Hall
Public bug reported:

When you have a PageColumnsLayout and one PageColumn has fillWidth:
true, that column should be able to consume the space of any other
column that does not have a Page in it, even if it has set minimumWidth
or preferredWith

Use Case:

uReadIt will use up to 3 columns if there is space of it, as
[SubredditPage][ArticlePage][CommentsPage]. The second column has
fillWidth:true. However, opening the [CommentsPage] is optional, and for
non-link Reddits posts it will only use [SubredditPage][CommentsPage].

So there are 2 cases where the 3rd column would not have any Page added
to it. In those cases, I would like the second column to use the space
otherwise reserved for the 3rd column, because fillWidth:true on the
second column. Once a Page is added to the 3rd column, then the 2nd
column should give up it's space based on the minimumWidth and
preferredWidth of the 3rd column.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 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/1534684

Title:
  [AdaptivePageLayout] Only reserve space for columns with a Page in
  them

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

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


[Bug 1534674] [NEW] [AdaptivePageLayout] Add function to return the top Page of a PageColumn

2016-01-15 Thread Michael Hall
Public bug reported:

Add a function that will return a reference to the top Page object in a
specific PageColumn.

Suggestion:

getPageInColumn(int columnIndex)

Use Case:

In uReadIt I have at most a 3-column layout. I would like a user action
on an item in the first column to add a Page to the 3rd column. This
requires knowing the current page in the 2nd column in order to call
pageStack.addPageToNextColumn(secondPage, "SourcePage.qml").

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 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/1534674

Title:
  [AdaptivePageLayout] Add function to return the top Page of a
  PageColumn

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

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


[Bug 1534673] [NEW] [AdaptivePageLayout] Add function to clear higher columns of pages

2016-01-15 Thread Michael Hall
Public bug reported:

Please add a function that will allow the developer to remove pages from
any higher-numbered columns than itself. This is similar to
removePages(targetPage) except that it does not remove the targetPage or
any pages in it's column.

Suggestion:

removeChildPages(targetPage)

Use Case:

in uReadIt I have a SubredditGalleryPage, which allows the user to swipe
back and forth through images from a subreddit like /r/funny. This will
occupy the 2nd column in my layout. Each image can have a CommentsPage
for it's comments opened in the 3rd column. When a CommentsPage is
opened for an image in SubredditGalleryPage, and the user changes to
another image, I would like to close the CommentsPage and any child of
it (such as a PostMessagePage)

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 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/1534673

Title:
  [AdaptivePageLayout] Add function to clear higher columns of pages

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

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


[Bug 1534877] [NEW] [AdaptivePageLayout] Allow adding a Page on the stack of the next column

2016-01-15 Thread Michael Hall
Public bug reported:

Add a new function to add a page on top of any existing page in the next
column

Suggestion:

appendPageToNextColumn(page, sourcePage, properties)
or
pushPageToNextColumn(page, sourcePage, properties)

Use Case:

uReadIt uses the URL Dispatcher API to open links to Reddit from other
apps, and also handles any Reddit links clicked within the app, by
opening them in the appropriate column. But I don't want to remove
whatever the user might have already had open in that column, just place
the new page on top of it, so they can get back to where they were with
the backAction.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Wishlist
 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/1534877

Title:
  [AdaptivePageLayout] Allow adding a Page on the stack of the next
  column

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

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


[Bug 1510144] [NEW] desktop mousewheel scrolling is erratic

2015-10-26 Thread Michael Hall
Public bug reported:

When scrolling web pages on the desktop using the scrollwheel (or two-
finger scrolling on a trackpad) the page will often jump up or down the
page before performing the scroll in the size and direction of the
scroll event. My guess is that the scroll position isn't being updated
properly somewhere, so the scroll event tries to start at a different
location from where the content currently is.

** Affects: webbrowser-app (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/1510144

Title:
  desktop mousewheel scrolling is erratic

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

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


[Bug 1510146] [NEW] missing tooltips

2015-10-26 Thread Michael Hall
Public bug reported:

When mouseover on an image or link, there is no tooltip to display the
"title" attribute text

** Affects: webbrowser-app (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/1510146

Title:
  missing tooltips

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

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


[Bug 1506508] [NEW] Browser crash on Wily, Unity 7 desktop

2015-10-15 Thread Michael Hall
Public bug reported:

Console output:

Failed to open BO for returned DRI2 buffer (1366x744, dri2 back buffer, named 
113).
This is likely a bug in the X Server that will lead to a crash soon.
Segmentation fault (core dumped)

** Affects: webbrowser-app (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/1506508

Title:
  Browser crash on Wily, Unity 7 desktop

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

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


[Bug 1506508] Re: Browser crash on Wily, Unity 7 desktop

2015-10-15 Thread Michael Hall
** Information type changed from Private to Public

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

Title:
  Browser crash on Wily, Unity 7 desktop

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

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


[Bug 1500561] [NEW] Mode switching not automatic if previously set

2015-09-28 Thread Michael Hall
Public bug reported:

If the Unity 8 mode was previously toggled between 'Staged' and
'Windowed' using gsettings or an app like TweakGeek, it will not
automatically switch when a mouse is connected.

Manual fix:
gsettings set com.canonical.Unity8 usage-mode 'Automatic'

** Affects: qtmir (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/1500561

Title:
  Mode switching not automatic if previously set

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

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


[Bug 1499819] [NEW] Add keyboard shortcut for alt+# tab switching

2015-09-25 Thread Michael Hall
Public bug reported:

Add keyboard shortcuts to go directly to a tab by number, like Chrome
and Firefox do

** Affects: webbrowser-app (Ubuntu)
 Importance: Wishlist
 Status: New

** Branch linked: lp:~mhall119/webbrowser-app/alt-num-shortcut

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

Title:
  Add keyboard shortcut for alt+# tab switching

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

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


[Bug 113338] Re: Cannot close a tab in Gedit by middle clicking the tab bar

2015-09-01 Thread Michael Hall
Upstream bug report for this:
https://bugzilla.gnome.org/show_bug.cgi?id=687267

If/when this is done in upstream, it will find it's way into Ubuntu.

** Bug watch added: GNOME Bug Tracker #687267
   https://bugzilla.gnome.org/show_bug.cgi?id=687267

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

Title:
  Cannot close a tab in Gedit by middle clicking the tab bar

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

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


[Bug 1481631] Re: Feedback Package name is missing

2015-08-05 Thread Michael Hall
The problem is in the docs source in the package qtfeedback5-doc-html,
once it is fixed there and uploaded into the vivid archive it will
appear on the devportal

** Also affects: qtfeedback-opensource-src (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/1481631

Title:
  Feedback Package name is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-ubuntu-com/+bug/1481631/+subscriptions

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


[Bug 1456328] Re: Need a development framework on Vivid overlay

2015-06-29 Thread Michael Hall
We have decided on the following framework names for the current
development cycle:

ubuntu-sdk-15.10-dev1
ubuntu-sdk-15.10-qml-dev1
ubuntu-sdk-15.10-html-dev1
ubuntu-sdk-15.10-papi-dev1

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

Title:
  Need a development framework on Vivid overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1456328/+subscriptions

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


[Bug 1456328] Re: Need a development framework on Vivid overlay

2015-06-29 Thread Michael Hall
Please also update the ubuntu-touch-meta package to include these in
/usr/share/click/frameworks

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

Title:
  Need a development framework on Vivid overlay

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1456328/+subscriptions

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


[Bug 1449622] [NEW] APP_ID backwards in Makefile

2015-04-28 Thread Michael Hall
Public bug reported:

When creating a new project, the shortened APP_ID in the Makefile is
given as developer.project when it should be project.developer

** Affects: qtcreator-plugin-ubuntu (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/1449622

Title:
  APP_ID backwards in Makefile

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

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


[Bug 1449068] [NEW] Accessing Camera API in QML doesn't require the camera policy group

2015-04-27 Thread Michael Hall
Public bug reported:

I wrote an app that uses the QML Camera API to display a live video feed
from the device's camera in my app's UI. I would have assumed that this
would require adding the camera policy group and would give the user
the ability to deny access if they chose, but neither was the case.
Instead the camera feed was properly displayed in my app.

My app which shows this is http://bazaar.launchpad.net/~level-app-devs
/level-app/trunk/files

** Affects: apparmor-easyprof-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  I wrote an app that uses the QML Camera API to display a live video feed
  from the device's camera in my app's UI. I would have assumed that this
  would require adding the camera policy group and would give the user
  the ability to deny access if they chose, but neither was the case.
  Instead the camera feed was properly displayed in my app.
+ 
+ My app which shows this is http://bazaar.launchpad.net/~level-app-devs
+ /level-app/trunk/files

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

Title:
  Accessing Camera API in QML doesn't require the camera policy group

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

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


[Bug 1447113] [NEW] Page.theme property introduced in 1.2 conflicts with app properties

2015-04-22 Thread Michael Hall
Public bug reported:

My app uses Ubuntu.Components 1.1 and one of my Page sub-classes has
it's own 'theme' property. When I upgraded my device (mako) to the
latest daily release it brought in the new header styles, which
introduced a new 'theme' property on Page. Because this new property is
marked at FINAL, and my sub-class was trying to redfine it, my app would
crash on startup.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Zsombor Egri (zsombi)
 Status: 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/1447113

Title:
  Page.theme property introduced in 1.2 conflicts with app properties

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

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


[Bug 1443424] [NEW] Header blocks key press events from reaching it's Page

2015-04-13 Thread Michael Hall
Public bug reported:

The Header component added to a Page in a PageStack will prevent key
press events from reaching the underlying Page when it is the component
that has keyboard focus.

08:35  zsombi_ mhall119: key events should also go to non-focused items...
08:36  zsombi_ mhall119: they don't seem to...
08:36  mhall119 zsombi_: what I'm trying to do is catch an F5 key press on a 
  page to refresh it's content, but if I clicked on the header 
  instead of the content of the Page, it won't work
08:37  zsombi_ mhall119: right, as keys seem to go only to the focused item, 
 in which case it'll be the header...
08:37  mhall119 zsombi_: currently my code looks like 
  http://paste.ubuntu.com/10815509/
08:39  zsombi_ mhall119: we should have sthing in the header, like 
 Keys.forwardTo: []

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Tim Peeters (tpeeters)
 Status: Triaged


** Tags: convergence

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Tim Peeters (tpeeters)

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

Title:
  Header blocks key press events from reaching it's Page

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

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


[Bug 1260016] Re: Add an API to allow defining custom URL scheme delegates

2014-08-29 Thread Michael Hall
** Also affects: oxide-qt (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/1260016

Title:
  Add an API to allow defining custom URL scheme delegates

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

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


[Bug 1329918] Re: 14.04 scopes api docs use missing aa template

2014-07-30 Thread Michael Hall
The devportal has the correct information in the 14.10 API docs:
http://developer.ubuntu.com/api/scopes/sdk-14.10/index/

** Changed in: ubuntudeveloperportal
   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/1329918

Title:
  14.04 scopes api docs use missing aa template

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1329918/+subscriptions

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


[Bug 1341127] [NEW] Sort apps by recently published

2014-07-12 Thread Michael Hall
Public bug reported:

With the new changes to the Ubuntu store scope it's no longer possible
to see which apps have most recently been added.  Please add the ability
to change the order in which apps are sorted, with the date they were
first published as one of the options.

** Affects: unity-scope-click (Ubuntu)
 Importance: Wishlist
 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/1341127

Title:
  Sort apps by recently published

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

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


[Bug 1324970] [NEW] Can't upload photos to status

2014-05-30 Thread Michael Hall
Public bug reported:

When trying to upload a photo to a status update, the webapp will launch
ContentHub's picker, but no apps are displayed as being able to fulfill
the request.

Steps to reproduce:

1) Open G+ app
2) Tap Photo button at the top of the page
3) Tab Choose File button to pick a photo to upload
4) Note the Choose from ContentHub screen with empty Apps section.

** Affects: unity-webapps-googleplus (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/1324970

Title:
  Can't upload photos to status

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

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


[Bug 1324970] Re: Can't upload photos to status

2014-05-30 Thread Michael Hall
This if on the phone, if this isn't the right project can you please re-
assign it?

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

Title:
  Can't upload photos to status

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

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


[Bug 1312344] [NEW] Unity 8 crash on application launch

2014-04-24 Thread Michael Hall
Public bug reported:

I clean flashed my Nexus 4 with r303, I was watcing the unity8.log when
I tried to open GMail and it crashed.  Below is what was written to the
log starting at the time it crashed.

WARNING: QApplication was not created in the main() thread.
unity::action::ActionManager::ActionManager(QObject*):
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/Tabs.qml:335: 
TypeError: Cannot call method 'indexOf' of undefined
QQmlExpression: Expression file:///usr/share/unity8/Hud/Hud.qml:431:36 depends 
on non-NOTIFYable properties:
HudClient::results
QQmlExpression: Expression file:///usr/share/unity8/Hud/Hud.qml:342:32 depends 
on non-NOTIFYable properties:
HudClient::toolBarModel
file:///usr/share/unity8/Shell.qml:628:5: QML Binding: Binding loop detected 
for property target

(process:13660): GLib-GIO-CRITICAL **: g_bus_watch_name: assertion 
'g_dbus_is_name (name)' failed
file:///usr/share/unity8/Hud/HudParametrizedActionsPage.qml:138:5: QML Item: 
Binding loop detected for property width
file:///usr/share/unity8/Stages/PhoneStage.qml:51: TypeError: Cannot read 
property 'screenshot' of null

(process:13660): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/MainView.qml:198:5:
 QML StyledItem: Binding loop detected for property style
file:///usr/share/unity8/Shell.qml:646:18: Unable to assign [undefined] to bool
callbacks 0xae5605f9 0xae5605a5
creating surface at (0, 0) with size (768, 1280) with title 'Qml Phone Shell'
(process:13660): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed

(process:13660): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(process:13660): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)' failed

(process:13660): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/Themes/Ambiance/TabBarStyle.qml:303:
 TypeError: Property 'select' of object QQuickRepeater(0xa7b3eb98) is not a 
function
QQmlContext: Cannot set context object on invalid context.
QQmlComponent: Cannot create a component in an invalid context
Detectable autorepeat not supported. 
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive
file:///usr/share/unity8/Panel/MenuContent.qml:88:21: QML Loader: Binding loop 
detected for property indexActive

** (process:13660): WARNING **: Unable to register app:
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application
ID

** Affects: unity8 (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/1312344

Title:
  Unity 8 crash on application launch

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

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


[Bug 1303858] [NEW] Recent apps labels don't support Unicode

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

When running an app with a unicode character in the name, the text is
displayed properly under Installed section, but not in the Recent
apps section. I noticed this while running Trojitá, screenshot is
attached below.

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

** Attachment added: Example of Trojitá running
   
https://bugs.launchpad.net/bugs/1303858/+attachment/4072079/+files/screenshot-20140407-102329.png

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

Title:
  Recent apps labels don't support Unicode

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

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

[Bug 1302812] [NEW] Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Michael Hall
Public bug reported:

When explicitly setting an identity, either via the -i commandline
parameter or IdentityFile in the ssh config, these files are used only
after any other identity files found in ~/.ssh/ have failed pubkey
authentication.

When the remote host limits the number of pubkey authentication failures
before disconnecting, this can lead to a situation where the explicit
identity file is not even used when connecting to that host.

** Affects: openssh
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: OpenSSH Portable Bugzilla #2221
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221
   Importance: Unknown
   Status: Unknown

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

Title:
  Explicit identity files are being used after implicit files are
  attempted

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

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


[Bug 1302812] [NEW] Explicit identity files are being used after implicit files are attempted

2014-04-04 Thread Michael Hall
Public bug reported:

When explicitly setting an identity, either via the -i commandline
parameter or IdentityFile in the ssh config, these files are used only
after any other identity files found in ~/.ssh/ have failed pubkey
authentication.

When the remote host limits the number of pubkey authentication failures
before disconnecting, this can lead to a situation where the explicit
identity file is not even used when connecting to that host.

** Affects: openssh
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: OpenSSH Portable Bugzilla #2221
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2221
   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/1302812

Title:
  Explicit identity files are being used after implicit files are
  attempted

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

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


[Bug 1299658] [NEW] Remove qimo-* packages from Universe

2014-03-29 Thread Michael Hall
Public bug reported:

The following packages should be removed from the archives, as they are
no longer compatible with their dependency:

qimo-session
qimo-wallpaper
qimo-games

** Affects: 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/1299658

Title:
  Remove qimo-* packages from Universe

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

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


[Bug 1295894] Re: Animations flicker in browser

2014-03-21 Thread Michael Hall
** Changed in: webbrowser-app (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/1295894

Title:
  Animations flicker in browser

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

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


[Bug 1294203] Re: [backgrounds] Provide UI for handling click installed wallpaper sets

2014-03-18 Thread Michael Hall
In addition, the user will need a way to uninstall these packages, since
the current mechanism only works for apps that install a .desktop file
that can be displayed in the Installed Apps section of the dash.

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

Title:
  [backgrounds] Provide UI for handling click installed wallpaper sets

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

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


[Bug 1243248] Re: javascript lacks classes for many widgets

2014-02-24 Thread Michael Hall
Also missing component docs:

Checkbox - http://design.ubuntu.com/apps/building-blocks/toggles
Switch - http://design.ubuntu.com/apps/building-blocks/toggles
Progress Bar - 
http://design.ubuntu.com/apps/building-blocks/progress-and-activity
Activity Indicator - 
http://design.ubuntu.com/apps/building-blocks/progress-and-activity
Slider - http://design.ubuntu.com/apps/building-blocks/slider
Text Field - http://design.ubuntu.com/apps/building-blocks/text-field

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

Title:
  javascript lacks classes for many widgets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1243248/+subscriptions

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


[Bug 1284247] [NEW] Storage reports inaccurate information

2014-02-24 Thread Michael Hall
Public bug reported:

The Storage screen appears to show all space on the drive, but in
reality it's not all available to the user.  When /home/ runs out of
space, the Storage screen still reports Free space, even though it's on
a partition the user can't use for files.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  Storage reports inaccurate information

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

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


[Bug 1284255] [NEW] dailer-app doesn't work when /home/ is out of space

2014-02-24 Thread Michael Hall
Public bug reported:

I recently ran out of space the my /home/ partition on my Nexus 4, and
when that happened I couldn't use the dialer at all, the ubuntu-system-
settings app couldn't show the Carrier in Cellular settings, or IMEI
number in About this phone.

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  dailer-app doesn't work when /home/ is out of space

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

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


[Bug 1283302] Re: No way to update apps from store

2014-02-21 Thread Michael Hall
** Tags added: avengers

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

Title:
  No way to update apps from store

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

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


[Bug 1276167] Re: Clock freezes seconds after load

2014-02-04 Thread Michael Hall
Deleting items out of the 'Alarms' database in EDS prevents the freeze
and errors

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

Title:
  Clock freezes seconds after load

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

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


[Bug 1257791] Re: Enter and backspace broken in terminal

2014-02-02 Thread Michael Hall
** Changed in: qtdeclarative-opensource-src (Ubuntu)
 Assignee: (unassigned) = Daniel d'Andrada (dandrader)

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

Title:
  Enter and backspace broken in terminal

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

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


[Bug 1241029] Re: Cannot generate API web docs from source

2014-01-17 Thread Michael Hall
Trying the steps above on 13.10 I run into the following error:

mhall@mhall-thinkpad:~/projects/Ubuntu/sdk/ubuntu-html5-theme/0.1/ambiance/js$ 
yuidoc -c yuidoc.json .
/usr/bin/env: node: No such file or directory

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

Title:
  Cannot generate API web docs from source

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1241029/+subscriptions

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


[Bug 1194550] Re: [gallery] Gallery should not be fullscreen on thumbnail view

2014-01-08 Thread Michael Hall
** Tags added: avengers

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

Title:
  [gallery] Gallery should not be fullscreen on thumbnail view

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

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


[Bug 1247694] Re: screen brighness adjusts itself constantly

2014-01-08 Thread Michael Hall
Still happens to me on r116

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

Title:
  screen brighness adjusts itself constantly

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

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


[Bug 1257880] Re: Runaway init --user consuming CPU and RAM

2013-12-09 Thread Michael Hall
** Changed in: upstart (Ubuntu)
   Status: Incomplete = New

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

Title:
  Runaway init --user consuming CPU and RAM

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

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


[Bug 1257880] Re: Runaway init --user consuming CPU and RAM

2013-12-08 Thread Michael Hall
I don't have strace installed, and I'm using the system-image so I can't
apt-get install it.  Bug I ran the rest and have attached the output.

** Attachment added: bug1257880.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1257880/+attachment/3925491/+files/bug1257880.tar.gz

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

Title:
  Runaway init --user consuming CPU and RAM

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

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


[Bug 1257880] Re: Runaway init --user consuming CPU and RAM

2013-12-05 Thread Michael Hall
No crash report, since the process never actually crashed.  This is at
least the second time this has happened, so if it happens again I'll try
kill -ABRT.  The device had been running for maybe a full day, I hadn't
done anything with apt since I'm using the system-image.

Can you provide instructions for what to do with strace?  I know nothing
about that.

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

Title:
  Runaway init --user consuming CPU and RAM

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

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


[Bug 1257880] [NEW] Runaway init --user consuming CPU and RAM

2013-12-04 Thread Michael Hall
Public bug reported:

My Unity 8 froze on my Nexus 4.  After connecting it to USB and adb
shell, I found that 'init --user' was using 100% CPU and 60% RAM ( 1g).
I ran ubuntu-bug upstart while it was still running to try and gather
any information about what it was doing.

root@ubuntu-phablet:/# system-image-cli -i
current build number: 32
device name: mako
channel: trusty
last update: 2013-11-27 13:22:03
version version: 32
version ubuntu: 20131126.2
version device: 20131126

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: upstart 1.11-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.7-0ubuntu1
Architecture: armhf
Date: Wed Dec  4 14:08:43 2013
InstallationDate: Installed on 2013-11-26 (8 days ago)
InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20131126.2)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 SHELL=/bin/bash
SourcePackage: upstart
UpgradeStatus: No upgrade log present (probably fresh install)
UpstartBugCategory: Session
UpstartRunningSessionCount: 2
UpstartRunningSystemVersion: init (upstart 1.11)
upstart.tty1.override: manual
upstart.tty2.override: manual
upstart.tty3.override: manual
upstart.tty4.override: manual
upstart.tty5.override: manual
upstart.tty6.override: manual

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


** Tags: apport-bug armhf avengers trusty

** Attachment added: top running over adb shell
   
https://bugs.launchpad.net/bugs/1257880/+attachment/3923302/+files/Screenshot%20from%202013-12-04%2014%3A01%3A01.png

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

Title:
  Runaway init --user consuming CPU and RAM

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

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


[Bug 1239884] [NEW] Show visual feedback when a settings section is selected

2013-10-14 Thread Michael Hall
Public bug reported:

When you tap on a settings section (such as Updates) there is no
visual feedback that the tap was recognized.  For some sections (again
like Updates) there is a long enough delay between tap event and
screen changes that the user often begins to wonder if the tap was
recognized or not.  Flashing a background highlight on the section
icon/button when the tap happens, and before the process of loading the
next screen begins, will assure the user that their selection was
recognized.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Wishlist
 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/1239884

Title:
  Show visual feedback when a settings section is selected

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

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


[Bug 1217865] Re: /usr/bin/brcm_patchram_plus chews 100% cpu on nexus 7

2013-10-09 Thread Michael Hall
** Tags added: avengers

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

Title:
  /usr/bin/brcm_patchram_plus chews 100% cpu on nexus 7

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

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


[Bug 1229827] [NEW] Launching click installed apps from the dash runs multiple instances

2013-09-24 Thread Michael Hall
Public bug reported:

If you open a click-installed app from the Dash, it will initially
launch 2 instances of the app.  Subsequent clicks on the Dash launcher,
rather than switching to one of the running instances, will instead
launch another instance of the app.

Steps to reproduce:

1) Install uReadIt from the Click store
2) Click on uReadIt in the Installed section of the apps lens
3) Notice 2 thumbnails in Recent apps and 2 processes in ps aux |grep -i 
ureadit
4) Click on uReadIt again in the Installed section of the apps lens
5) Notice 3 thumbnails in Recent apps and 3 processes in ps aux |grep -i 
ureadit
6) Repeat steps 4  5 to add more processes and thumbnails

** Affects: unity-lens-applications (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: avengers

** Attachment added: multiple-app-instances.png
   
https://bugs.launchpad.net/bugs/1229827/+attachment/3838481/+files/multiple-app-instances.png

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

Title:
  Launching click installed apps from the dash runs multiple instances

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

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


[Bug 1229267] [NEW] ERROR:phablet-flash:local variable 'recovery_path' referenced before assignment

2013-09-23 Thread Michael Hall
Public bug reported:

INFO:phablet-flash:Restarting device... wait
INFO:phablet-flash:Restarting device... wait complete
ERROR:phablet-flash:local variable 'recovery_path' referenced before assignment
Removing directory /tmp/tmp1UBOk8
mhall@mhall-thinkpad:~/projects/Ubuntu/api-website/udn$ adb reboot recovery
error: device not found

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: phablet-tools 1.0+13.10.20130904.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0
Uname: Linux 3.11.0-7-generic i686
ApportVersion: 2.12.1-0ubuntu4
Architecture: i386
Date: Mon Sep 23 11:58:55 2013
InstallationDate: Installed on 2012-06-04 (475 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: phablet-tools
UpgradeStatus: Upgraded to saucy on 2013-06-08 (106 days ago)

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


** Tags: apport-bug i386 saucy

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

Title:
  ERROR:phablet-flash:local variable 'recovery_path' referenced before
  assignment

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

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


[Bug 1225017] Re: Messaging indicator missing from indicator bar

2013-09-13 Thread Michael Hall
** Tags added: avengers

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

Title:
  Messaging indicator missing from indicator bar

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

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


[Bug 1224938] Re: Click apps listed twice on home screen in installed apps

2013-09-13 Thread Michael Hall
** Tags added: avengers

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

Title:
  Click apps listed twice on home screen in installed apps

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

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


[Bug 1219057] Re: volume up/down key is not working anymore with the new indicator-sound

2013-09-13 Thread Michael Hall
** Tags added: avengers

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

Title:
  volume up/down key is not working anymore with the new indicator-sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/touch-preview-images/+bug/1219057/+subscriptions

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


[Bug 1221643] Re: Icons of installed apps sometimes(?) don't show up after reboot/reflash

2013-09-12 Thread Michael Hall
** Tags added: avengers

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

Title:
  Icons of installed apps sometimes(?) don't show up after
  reboot/reflash

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

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


[Bug 1221444] [NEW] Empty categories in Applications lens

2013-09-05 Thread Michael Hall
Public bug reported:

I installed a new application from the Click scope, tried to search for
it after the installation and ended up with no results showing in the
Applications categories on the Unity 8 dash, even though there appears
to be room set aside for them.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: unity8 7.81.3+13.10.20130904.1-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.1-0ubuntu3
Architecture: armhf
Date: Thu Sep  5 21:15:25 2013
InstallationDate: Installed on 2013-09-05 (0 days ago)
InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20130905.1)
MarkForUpload: True
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf saucy

** Attachment added: Screenshot of empty categories
   
https://bugs.launchpad.net/bugs/1221444/+attachment/3804752/+files/empty_apps_lens.png

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

Title:
  Empty categories in Applications lens

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

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


[Bug 1221444] Re: Empty categories in Applications lens

2013-09-05 Thread Michael Hall
** Attachment added: /home/phablet/.cache/upstart/unity8.log
   
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1221444/+attachment/3804755/+files/unity8.log

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

Title:
  Empty categories in Applications lens

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

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


[Bug 1219912] [NEW] Allow excluding specific files or directories when building a click package

2013-09-02 Thread Michael Hall
Public bug reported:

click build should have an option for specifying files or folders that
should not be included in the package, either using command-fline flags
( -I.bzr) or in the manifest.json, or both.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: click 0.4.0
ProcVersionSignature: Ubuntu 3.11.0-3.8-generic 3.11.0-rc6
Uname: Linux 3.11.0-3-generic i686
ApportVersion: 2.12.1-0ubuntu2
Architecture: i386
Date: Mon Sep  2 12:38:46 2013
InstallationDate: Installed on 2012-06-04 (454 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: click
UpgradeStatus: Upgraded to saucy on 2013-06-08 (85 days ago)

** Affects: click (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  Allow excluding specific files or directories when building a click
  package

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

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


[Bug 1211956] [NEW] File download conflicts when phablet-flashing more than one device

2013-08-13 Thread Michael Hall
Public bug reported:

After successfully running phablet-flash ubuntu-system on my Nexus 4,
I ran the same against my Nexus 7 and got the following:

INFO:phablet-flash:Downloading 
https://system-image.ubuntu.com//daily/grouper/version-20130815.tar.xz to 
/home/mhall/Downloads/phablet-flash/imageupdates/20130815/version-20130815.tar.xz
--2013-08-13 15:52:12--  
https://system-image.ubuntu.com//daily/grouper/version-20130815.tar.xz
Resolving system-image.ubuntu.com (system-image.ubuntu.com)... 91.189.88.35
Connecting to system-image.ubuntu.com 
(system-image.ubuntu.com)|91.189.88.35|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

ERROR:phablet-flash:Checksum does not match after download for
/home/mhall/Downloads/phablet-
flash/imageupdates/20130815/version-20130815.tar.xz and hash
cf359e47eb8ecbf7dfbe67535eeb200b1cf8d09fd7ec998b0992514999d6bd73

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: phablet-tools 1.0+13.10.20130813-0ubuntu1
ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
Uname: Linux 3.10.0-6-generic i686
ApportVersion: 2.12-0ubuntu3
Architecture: i386
Date: Tue Aug 13 15:53:56 2013
InstallationDate: Installed on 2012-06-04 (435 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: phablet-tools
UpgradeStatus: Upgraded to saucy on 2013-06-08 (65 days ago)

** Affects: phablet-tools (Ubuntu)
 Importance: Undecided
 Assignee: Sergio Schvezov (sergiusens)
 Status: Confirmed


** Tags: apport-bug i386 saucy

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

Title:
  File download conflicts when phablet-flashing more than one device

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

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


[Bug 1166132] Re: New windows placed under unity menu bar

2013-04-10 Thread Michael Hall
** Also affects: qtchooser (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: qtchooser (Ubuntu)

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

Title:
  New windows placed under unity menu bar

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

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


[Bug 1154229] Re: [FFE] New Unity Dash

2013-03-15 Thread Michael Hall
** Summary changed:

- [FFE] New Unity stack
+ [FFE] New Unity Dash

** Description changed:

- A new version of Unity, libunity APIs, the default and new 100 scopes,
- with a target date of March 25th for landing in Raring.
+ A new version of Unity's Dash, libunity APIs, the default and new 100
+ scopes, with a target date of March 25th for landing in Raring.  The
+ rest of Unity (Launcher, Indicators, HUD, etc) will not be affected.
  
  For reference, the new smart scope service and corresponding Unity
  changes was discussed here: http://fridge.ubuntu.com/2013/01/30/smart-
  scopes/
  
  The spec for the smart scope service is here:
  https://wiki.ubuntu.com/SmartScopes1304Spec
  
  The goal is to have everything ready by the 25th March. Until then, a
  ppa will be updated everyday for testing the feature by a group of 5
  people (the ppa will be: https://launchpad.net/~ubuntu-unity/+archive
  /experimental-certified). Existing tests will be run as per of the daily
  release process. That + the manual testing, we'll have a good pick on
  the quality status before flipping the switch.
  
  All packages will be prereviewed for NEWing and MIRing.
- 
  
  Code:
  
  * Existing packages:
  Unity:
  lp:~unity-team/unity/trunk (will be merged in lp:unity)
  
  Libunity:
  lp:~unity-team/libunity/libunity-7.0 (will be merged in lp:libunity)
  
  Apps scope:
  lp:~unity-team/unity-lens-applications/libunity7-compatible
  
  Files scope:
  lp:~unity-team/unity-lens-files/libunity7-compatible
  
  Gdrive scope:
  lp:~submarine/unity-scope-gdrive/libunity-7-compatible
  
  Gwibber scope:
  pending Ken
  
  Music scope:
  lp:~unity-team/unity-lens-music/libunity7-compatible
  
  Shopping scope:
  porting in progress
  
  Video scope:
  lp:~unity-team/unity-lens-video/libunity7-compatible
- 
  
  * New packages:
  Home scope:
  lp:~unity-team/unity-scope-home/trunk (new package, will need a MIR as well 
as installed by default)
  
  100 Scopes:
  New packages, will need MIR as well as installed by default:
  lp:~submarine/ubuntu-scopes/tomboy
  lp:~submarine/ubuntu-scopes/yahoostock
  lp:~submarine/ubuntu-scopes/colourlovers
  lp:~submarine/ubuntu-scopes/googlenews
  lp:~submarine/ubuntu-scopes/calculator
  lp:~submarine/ubuntu-scopes/yelp
  lp:~submarine/ubuntu-scopes/imdb
  lp:~submarine/ubuntu-scopes/deviantart
  lp:~submarine/ubuntu-scopes/github
  lp:~submarine/ubuntu-scopes/virtualbox
  lp:~submarine/ubuntu-scopes/launchpad
  lp:~submarine/ubuntu-scopes/soundcloud
  lp:~submarine/ubuntu-scopes/manpages
  lp:~submarine/ubuntu-scopes/gallica
  lp:~submarine/ubuntu-scopes/devhelp
  lp:~submarine/ubuntu-scopes/audacious
  lp:~submarine/ubuntu-scopes/chromiumbookmarks
  lp:~submarine/ubuntu-scopes/clementine
  lp:~submarine/ubuntu-scopes/firefoxbookmarks
  lp:~submarine/ubuntu-scopes/gmusicbrowser
  lp:~submarine/ubuntu-scopes/guayadeque
  lp:~submarine/ubuntu-scopes/musique
  lp:~submarine/ubuntu-scopes/texdoc
  lp:~submarine/ubuntu-scopes/openweathermap
  lp:~submarine/ubuntu-scopes/gourmet
  lp:~submarine/ubuntu-scopes/openclipart
  lp:~submarine/ubuntu-scopes/themoviedb
  lp:~submarine/ubuntu-scopes/zotero
  
  This is the list I've been communicated as of 13.03.15
  
  * Discussion on what to do for existing scopes in universe is under progress 
(which one/how can we port them in time):
  unity-lens-help - Help Lens for Unity
  unity-lens-radios - Unity Radios lens
  unity-lens-sshsearch - SSH search lens for unity
  unity-lens-vm - Lens to search/start available VirtualBox VMs
  unity-lens-pypi - Lens to search pypi modules

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

Title:
  [FFE] New Unity Dash

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

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


[Bug 1154229] [NEW] [FFE] New Unity stack

2013-03-12 Thread Michael Hall
Public bug reported:

A new version of Unity, libunity APIs, the default and new 100 scopes.

For reference, the new smart scope service and corresponding Unity
changes was discussed here: http://fridge.ubuntu.com/2013/01/30/smart-
scopes/

The spec for the smart scope service is here:
https://wiki.ubuntu.com/SmartScopes1304Spec

Code:

Unity:
lp:~unity-team/unity/trunk

Libunity:
lp:~unity-team/libunity/libunity-7.0

Home scope:
lp:~stolowski/unity-scope-home/trunk

Apps scope:
lp:~unity-team/unity-lens-applications/libunity7-compatible

100 Scopes:
lp:~submarine/ubuntu-scopes/tomboy
lp:~submarine/ubuntu-scopes/yahoostock
lp:~submarine/ubuntu-scopes/colourlovers
lp:~submarine/ubuntu-scopes/googlenews
lp:~submarine/ubuntu-scopes/calculator
lp:~submarine/ubuntu-scopes/yelp
lp:~submarine/ubuntu-scopes/imdb
lp:~submarine/ubuntu-scopes/deviantart
lp:~submarine/ubuntu-scopes/github
lp:~submarine/ubuntu-scopes/virtualbox
lp:~submarine/ubuntu-scopes/launchpad
lp:~submarine/ubuntu-scopes/soundcloud
lp:~submarine/ubuntu-scopes/manpages
lp:~submarine/ubuntu-scopes/gallica
lp:~submarine/ubuntu-scopes/devhelp
lp:~submarine/ubuntu-scopes/audacious
lp:~submarine/ubuntu-scopes/chromiumbookmarks
lp:~submarine/ubuntu-scopes/clementine
lp:~submarine/ubuntu-scopes/firefoxbookmarks
lp:~submarine/ubuntu-scopes/gmusicbrowser
lp:~submarine/ubuntu-scopes/guayadeque
lp:~submarine/ubuntu-scopes/musique
lp:~submarine/ubuntu-scopes/texdoc
lp:~submarine/ubuntu-scopes/openweathermap
lp:~submarine/ubuntu-scopes/gourmet
lp:~submarine/ubuntu-scopes/openclipart
lp:~submarine/ubuntu-scopes/zotero

** Affects: 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/1154229

Title:
  [FFE] New Unity stack

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

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


[Bug 1154229] Re: [FFE] New Unity stack

2013-03-12 Thread Michael Hall
** Description changed:

- A new version of Unity, libunity APIs, the default and new 100 scopes.
+ A new version of Unity, libunity APIs, the default and new 100 scopes,
+ with a target date of March 25th for landing in Raring.
  
  For reference, the new smart scope service and corresponding Unity
  changes was discussed here: http://fridge.ubuntu.com/2013/01/30/smart-
  scopes/
  
  The spec for the smart scope service is here:
  https://wiki.ubuntu.com/SmartScopes1304Spec
  
  Code:
  
  Unity:
- lp:~unity-team/unity/trunk
+ lp:~unity-team/unity/trunk (should land in this branch by March 22nd)
  
  Libunity:
  lp:~unity-team/libunity/libunity-7.0
  
  Home scope:
  lp:~stolowski/unity-scope-home/trunk
  
  Apps scope:
  lp:~unity-team/unity-lens-applications/libunity7-compatible
  
  100 Scopes:
  lp:~submarine/ubuntu-scopes/tomboy
  lp:~submarine/ubuntu-scopes/yahoostock
  lp:~submarine/ubuntu-scopes/colourlovers
  lp:~submarine/ubuntu-scopes/googlenews
  lp:~submarine/ubuntu-scopes/calculator
  lp:~submarine/ubuntu-scopes/yelp
  lp:~submarine/ubuntu-scopes/imdb
  lp:~submarine/ubuntu-scopes/deviantart
  lp:~submarine/ubuntu-scopes/github
  lp:~submarine/ubuntu-scopes/virtualbox
  lp:~submarine/ubuntu-scopes/launchpad
  lp:~submarine/ubuntu-scopes/soundcloud
  lp:~submarine/ubuntu-scopes/manpages
  lp:~submarine/ubuntu-scopes/gallica
  lp:~submarine/ubuntu-scopes/devhelp
  lp:~submarine/ubuntu-scopes/audacious
  lp:~submarine/ubuntu-scopes/chromiumbookmarks
  lp:~submarine/ubuntu-scopes/clementine
  lp:~submarine/ubuntu-scopes/firefoxbookmarks
  lp:~submarine/ubuntu-scopes/gmusicbrowser
  lp:~submarine/ubuntu-scopes/guayadeque
  lp:~submarine/ubuntu-scopes/musique
  lp:~submarine/ubuntu-scopes/texdoc
  lp:~submarine/ubuntu-scopes/openweathermap
  lp:~submarine/ubuntu-scopes/gourmet
  lp:~submarine/ubuntu-scopes/openclipart
  lp:~submarine/ubuntu-scopes/zotero

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

Title:
  [FFE] New Unity stack

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

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


[Bug 1090955] [NEW] Kernel Panic

2012-12-16 Thread Michael Hall
Public bug reported:

I had a good old-fashioned kernel panic this morning.  By god it's been
a while.

I hope this includes enough information.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-21-generic 3.5.0-21.32
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mhall  2243 F pulseaudio
CRDA:
 country EC:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 20), (3, 17)
(5250 - 5330 @ 20), (3, 23), DFS
(5735 - 5835 @ 20), (3, 30)
Date: Sun Dec 16 12:22:00 2012
HibernationDevice: RESUME=UUID=100def35-c0b4-4d3b-9933-a3601f2e0ccc
InstallationDate: Installed on 2012-06-04 (194 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MachineType: LENOVO 4286CTO
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=bb5e9b02-6e69-4d88-ba30-a99db6fea651 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-21-generic N/A
 linux-backports-modules-3.5.0-21-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-08-17 (120 days ago)
dmi.bios.date: 04/25/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET61WW (1.31 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4286CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET61WW(1.31):bd04/25/2012:svnLENOVO:pn4286CTO:pvrThinkPadX220:rvnLENOVO:rn4286CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4286CTO
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 package-from-proposed 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/1090955

Title:
  Kernel Panic

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

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


[Bug 1087873] Re: lens privacy feature does not work on all lenses

2012-12-10 Thread Michael Hall
Adolfo, that is not possible, lenses and scopes are independent
processes that can perform whatever actions they want.  There is no way
for the Dash code to restrict their access to the network.

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

Title:
  lens privacy feature does not work on all lenses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1087873/+subscriptions

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


[Bug 1077474] Re: Top Rated widget is a few (vertical) pixels too close to the others.

2012-11-10 Thread Michael Hall
** Description changed:

  Ubuntu Software Center 5.4.1.2, Ubuntu 12.10
  
- On the All Software home, the Top Rated panel is a tad to close to
- the ones above it; the spacing is not consistent.
+ On the All Software home, the vertical spacing between Recommended
+ For You and Top Rated sections should be the same distance as between
+ What's New and Recommended For You sections.

** Tags added: pixel-perfect

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

Title:
  Top Rated widget is a few (vertical) pixels too close to the others.

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

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


[Bug 1040259] Re: FFE: libmessaging-menu transitions for quantal

2012-10-15 Thread Michael Hall
Generated Python docs are now available here: 
http://developer.ubuntu.com/api/ubuntu-12.10/python/MessagingMenu-1.0.html
C docs are here: http://developer.ubuntu.com/api/ubuntu-12.10/c/messaging-menu/

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

Title:
  FFE: libmessaging-menu transitions for quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/skype-wrapper/+bug/1040259/+subscriptions

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


[Bug 1066108] Re: Photo taken by the webcam as part of the account creation process repeatedly uploaded to Gmail as icon.

2012-10-14 Thread Michael Hall
** Also affects: pidgin
   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/1066108

Title:
  Photo taken by the webcam as part of the account creation process
  repeatedly uploaded to Gmail as icon.

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

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


[Bug 939542] Re: package python-unity-singlet (not installed) failed to install/upgrade: provo anstataŭigi '/usr/share/pyshared/singlet/__init__.py', kiu ankaŭ estas en la pako unity-singlet 0.2.1

2012-10-11 Thread Michael Hall
Where did you guys get a binary package named 'unity-singlet'?  It was
changed to 'python-unity-singlet' before being accepted into Universe
for Precise.

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

Title:
  package python-unity-singlet (not installed) failed to
  install/upgrade: provo anstataŭigi
  '/usr/share/pyshared/singlet/__init__.py', kiu ankaŭ estas en la pako
  unity-singlet 0.2.1

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

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

[Bug 938405] Re: searching the dash for 'email' does not display Thunderbird

2012-04-05 Thread Michael Hall
*** This bug is a duplicate of bug 973394 ***
https://bugs.launchpad.net/bugs/973394

** This bug has been marked a duplicate of bug 973394
   Typing email into dash gives no results.

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

Title:
  searching the dash for 'email' does not display Thunderbird

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

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


[Bug 950752] Re: Add keywords in the .desktop file

2012-04-05 Thread Michael Hall
*** This bug is a duplicate of bug 973394 ***
https://bugs.launchpad.net/bugs/973394

** This bug has been marked a duplicate of bug 973394
   Typing email into dash gives no results.

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

Title:
  Add keywords in the .desktop file

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

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


[Bug 955330] Re: Update quickly-unity-lens-template to version 0.0.3

2012-03-17 Thread Michael Hall
It just that bug fix

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

Title:
  Update quickly-unity-lens-template to version 0.0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly-lens-templates/+bug/955330/+subscriptions

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


[Bug 955330] Re: Update quickly-unity-lens-template to version 0.0.3

2012-03-15 Thread Michael Hall
** Package changed: ubuntu = quickly-lens-templates (Ubuntu)

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

Title:
  Update quickly-unity-lens-template to version 0.0.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly-lens-templates/+bug/955330/+subscriptions

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


[Bug 955317] [NEW] Update unity-singlet to version 0.2.2

2012-03-14 Thread Michael Hall
Public bug reported:

I have fixed a bug and removed functions that have now been implemented
in quickly-unity-lens-template.

https://launchpad.net/singlet/trunk/0.2.2

Source Branch: lp:singlet
Package Branch: lp:~mhall119/singlet/precise-package
PPA: 
https://launchpad.net/~scopes-packagers/+archive/ppa/+sourcepub/2306037/+listing-archive-extra

** Affects: 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/955317

Title:
  Update unity-singlet to version 0.2.2

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

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


[Bug 955330] [NEW] Update quickly-unity-lens-template to version 0.0.3

2012-03-14 Thread Michael Hall
Public bug reported:

I have an update to quickly-unity-lens-template that fixes the uninstall
command.

https://launchpad.net/unity-quickly-templates/+milestone/0.0.3

Source Branch: lp:unity-quickly-templates
Package Branch: lp:~mhall119/unity-quickly-templates/precise-package
PPA: 
https://launchpad.net/~scopes-packagers/+archive/ppa/+sourcepub/2306059/+listing-archive-extra

** Affects: 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/955330

Title:
  Update quickly-unity-lens-template to version 0.0.3

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

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


[Bug 937989] Re: Application needs hi-res or SVG icon

2012-03-13 Thread Michael Hall
** Also affects: calibre
   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/937989

Title:
  Application needs hi-res or SVG icon

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

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


[Bug 953560] [NEW] xword doesn't come with any puzzles

2012-03-12 Thread Michael Hall
Public bug reported:

A user is not able to begin playing xword immediately after installing
because it does not come with any puzzles.  Instead the user must find
out what kind of files they need (Across Lite), find some online,
download them, and then tell xword to open them.

It would be much better if xword came with even just a handful of
starter puzzles, and either provided up-front instructions for what the
user must do to get more, or better still provide an interface for
searching multiple online sources for installable puzzles.

** Affects: xword (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/953560

Title:
  xword doesn't come with any puzzles

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

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


[Bug 947180] [NEW] edit-patch should not unapply quilt patches

2012-03-05 Thread Michael Hall
Public bug reported:

edit-patch will currently unapply all quilt patches before committing
changes.  However, when some of those patches are applied to the branch
already, running edit-patch will unapply those as well, resulting in
more changes in the commit than the developer is actually applying.

== IRC #ubuntu-devel ==
09:50  mhall119 so the question is, when there are applied patches on the 
branch, 
  should they be unapplied in a separate revision from the 
actual 
  change, or as part of the same revision
09:50  dholbach :)
09:50  mhall119 not so much if as when
09:50  cjwatson absolutely not in a separate revision
09:50  mhall119 cjwatson: why?
09:50  cjwatson because each revision should be self-contained
09:51  cjwatson if there are applied patches on the branch, then you should 
leave 
  the branch that way
09:51  cjwatson if there are unapplied patches on the branch, then you should 
  leave the branch that way
09:51  mhall119 cjwatson: ok, but edit-patch unapplies all patches
09:51  cjwatson edit-patch shouldn't be changing the branch handling policy
09:51  mhall119 so should edit-patch not be used?
09:51  cjwatson surely it should be fixed
09:53  mhall119 so that's a bug in edit-patch?  If so, I'll file a bug report
09:55  cjwatson sounds like it; it should try as hard as possible to leave 
stuff 
  the way it found it ...

** Affects: devscripts (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/947180

Title:
  edit-patch should not unapply quilt patches

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

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


[Bug 947180] Re: [edit-patch] should not unapply quilt patches

2012-03-05 Thread Michael Hall
** Changed in: devscripts (Ubuntu)
 Assignee: (unassigned) = Michael Hall (mhall119)

** Changed in: devscripts (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/947180

Title:
  [edit-patch] should not unapply quilt patches

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

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


[Bug 947180] Re: [edit-patch] should not unapply quilt patches

2012-03-05 Thread Michael Hall
Reported upstream: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=662689

** Bug watch added: Debian Bug tracker #662689
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662689

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

Title:
  [edit-patch] should not unapply quilt patches

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

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


[Bug 942154] Re: Add Keywords to geany's .desktop file

2012-02-29 Thread Michael Hall
Upstream has both a bug report and a git pull request.

https://sourceforge.net/tracker/?func=detailaid=3495064group_id=153444atid=787794
https://github.com/geany/geany/pull/31

** Bug watch added: SourceForge.net Tracker #3495064
   http://sourceforge.net/support/tracker.php?aid=3495064

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

Title:
  Add Keywords to geany's .desktop file

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

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


[Bug 942782] [NEW] Add unity-quickly-lens-template package to Universe

2012-02-28 Thread Michael Hall
Public bug reported:

This package contains an additional template for Quickly to generate
Unity lens projects

Package source is in bzr at lp:unity-quickly-templates

** Affects: 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/942782

Title:
  Add unity-quickly-lens-template package to Universe

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

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


  1   2   >