[Touch-packages] [Bug 1611078] Re: Support snaps inside of lxd containers

2017-02-09 Thread Nicholas Skaggs
I can confirm this works on xenial after installing squashfuse. root@clean-lark:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.04.1 LTS Release:16.04 Codename: xenial root@clean-lark:~# uname -a Linux clean-lark 4.4.0-63-generic

[Touch-packages] [Bug 1552773] Re: _optionselector.py looks for Label delegates instead of UCLabel

2016-03-03 Thread Nicholas Skaggs
To confirm the fix, checkout rev 763 of lp:ubuntu-calendar-app, and run the calendar_app.tests.test_new_event.NewEventTestCase.test_new_event_must_start_with_default_values. It's a short test, and should fail without the change, and work with it. -- You received this bug notification because you

[Touch-packages] [Bug 1552773] [NEW] _optionselector.py looks for Label delegates instead of UCLabel

2016-03-03 Thread Nicholas Skaggs
Public bug reported: The autopilot helper for optionselector seeks Label delegates, rather than UCLabel delegates. -- def get_selected_text(self): """gets the text of the currently selected item""" option_selector_delegate = self.select_single(

[Touch-packages] [Bug 1534807] Re: Cannot run "sudo chroot ." in Terminal

2016-02-25 Thread Nicholas Skaggs
Jamie, I thought we had dropped all the fakeenv rules for autopilot? Indeed we did switch to the notion of having dedicated devices that we manually curate into known states before testing. So all rules that support faking envs or mocking for autopilot can be removed. -- You received this bug

[Touch-packages] [Bug 1536361] Re: When using the sdk helper for the keyboard to type in autopilot, it reports "Keyboard is not on screen"

2016-02-09 Thread Nicholas Skaggs
See also: https://bugs.launchpad.net/ubuntu/+source/ubuntu- keyboard/+bug/1542224 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1536361 Title: When using the

[Touch-packages] [Bug 1524000] Re: PyGIWarning: UbuntuAppLaunch was imported without specifying a version first

2015-12-08 Thread Nicholas Skaggs
** Branch linked: lp:~canonical-platform- qa/autopilot/fix_vuild_for_x_incl_datetime ** Also affects: autopilot Importance: Undecided Status: New ** Changed in: autopilot Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1435324] Re: qtbase5-dev not installable on Ubuntu 14.04 LTS

2015-09-11 Thread Nicholas Skaggs
For those who might come across this issue, I was able to workaround it and install things by manually specifying all the needed dependencies. sudo apt-get install libgles2-mesa-dev libegl1-mesa-dev libwayland-dev qtbase5-dev Should this occur in the future, you likely can build a similar

[Touch-packages] [Bug 1464341] Re: Denial when running binaries in terminal app

2015-06-12 Thread Nicholas Skaggs
** Branch linked: lp:~nskaggs/dbus-property-service/remove-fakeenv -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1464341 Title: Denial when running

[Touch-packages] [Bug 1464341] Re: Denial when running binaries in terminal app

2015-06-12 Thread Nicholas Skaggs
None of the coreapps are using this; tests work fine without it. We should be safe to remove. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1464341 Title:

[Touch-packages] [Bug 1464341] Re: Denial when running binaries in terminal app

2015-06-11 Thread Nicholas Skaggs
The apparmor click rules have moved from under autopilot-touch to dbus- property-service. I believe the old fakenv rules can be removed completely. I'll test this to be sure. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1433370] Re: Autopilot helpers documentation is blank

2015-05-18 Thread Nicholas Skaggs
** Changed in: developer-ubuntu-com Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1433370 Title: Autopilot helpers

[Touch-packages] [Bug 1433370] Re: Autopilot helpers documentation is blank

2015-04-09 Thread Nicholas Skaggs
It seems a further update has corrected this issue. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Invalid ** Changed in: developer-ubuntu-com Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1433370] Re: Autopilot helpers documentation is blank

2015-04-09 Thread Nicholas Skaggs
** Also affects: developer-ubuntu-com Importance: Undecided Status: New ** Changed in: developer-ubuntu-com Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1437047] Re: Scopes API Import missing some testing docs

2015-04-09 Thread Nicholas Skaggs
** Changed in: developer-ubuntu-com Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-scopes-api in Ubuntu. https://bugs.launchpad.net/bugs/1437047 Title: Scopes API Import missing

[Touch-packages] [Bug 1409778] Re: autopilot and autopilot sdk helper documentation needs API website integration

2015-03-17 Thread Nicholas Skaggs
** Changed in: autopilot (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to autopilot in Ubuntu. https://bugs.launchpad.net/bugs/1409778 Title: autopilot and autopilot sdk helper

[Touch-packages] [Bug 1433370] [NEW] Autopilot helpers documentation is blank

2015-03-17 Thread Nicholas Skaggs
Public bug reported: The ubuntu-ui-toolkit-autopilot package now generates json and html documentation as part of package creation. However, the resulting files are missing the actual API methods they intend to document. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1423342] Re: SDCard fake needed for filemanager autopilot tests

2015-02-19 Thread Nicholas Skaggs
It's unclear to me where this helper should lie; presumably it's above both autopilot and the toolkit, but ? ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Tags added: autopilot-helper -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1417718] [NEW] Autopilot helper documentation is hidden inside chroot

2015-02-03 Thread Nicholas Skaggs
Public bug reported: Currently the autopilot helper documentation is shipped in the ubuntu- ui-toolkit-autopilot package. This means the local documentation for developers exists in a chroot behind the SDK tools. This can cause confusion and potential issue as the local installed version (if any)

[Touch-packages] [Bug 1409778] Re: autopilot and autopilot sdk helper documentation needs API website integration

2015-01-28 Thread Nicholas Skaggs
** Changed in: autopilot Status: New = In Progress ** Changed in: ubuntu-api-website Status: New = In Progress ** Changed in: autopilot Assignee: (unassigned) = Nicholas Skaggs (nskaggs) ** Branch linked: lp:~nskaggs/autopilot/add-json-build -- You received this bug

[Touch-packages] [Bug 1410477] Re: ubuntu-ui-toolkit-autopilot documentation is not buildable

2015-01-14 Thread Nicholas Skaggs
** Branch linked: lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs-staging -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1410477 Title: ubuntu-ui-toolkit-autopilot

[Touch-packages] [Bug 1409778] Re: autopilot and autopilot sdk helper documentation needs API website integration

2015-01-14 Thread Nicholas Skaggs
** Branch linked: lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs-staging ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Description changed: autopilot and autopilot sdk helper documentation currently lives as static html pages on the site here:

[Touch-packages] [Bug 1410477] [NEW] ubuntu-ui-toolkit-autopilot documentation is not buildable

2015-01-13 Thread Nicholas Skaggs
Public bug reported: The current ubuntu-ui-toolkit-autopilot documentation for the SDK autopilot helpers is written using sphinx. However, it is not built during package creation and is thus unavailable. This was due to main archive policy (packages in main must not require a package outside of

[Touch-packages] [Bug 1410477] Re: ubuntu-ui-toolkit-autopilot documentation is not buildable

2015-01-13 Thread Nicholas Skaggs
** Branch linked: lp:~nskaggs/ubuntu-ui-toolkit/aphelperdocs -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1410477 Title: ubuntu-ui-toolkit-autopilot

[Touch-packages] [Bug 1398104] [NEW] Support multi-arch click build (single fat click package)

2014-12-01 Thread Nicholas Skaggs
Public bug reported: It should be possible for click build to target more than one architecture so that I can build a single package that will support multi-architectures. This is useful for providing a single package in the click store instead of maintaining separate packages. ** Affects: click

[Touch-packages] [Bug 1396611] Re: Can't install click packages with pkcon

2014-11-26 Thread Nicholas Skaggs
As a workaround for now, you install the packages using click install as suggested. You will also then need to use click register to register them under your user. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in

[Touch-packages] [Bug 1311370] Re: One or more needed GStreamer elements are missing: cluttervideosink

2014-11-26 Thread Nicholas Skaggs
Seb, this seems to me like cheese itself is simply missing a declared dependency on gstreamer1.0-clutter. Cheese doesn't work without it, and installing it fixes the issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1394063] [NEW] Inspiron 3137 brightness keys aren't recognized

2014-11-18 Thread Nicholas Skaggs
Public bug reported: Hardware keys on an inspirion 3137 for brightness don't work. Manually setting the backlight via /sys/class/backlight/intel_backlight/brightness works properly. This worked properly in vivid and has been broken since upgrade. Xev doesn't show a keypress event. Scan codes

[Touch-packages] [Bug 1394063] Re: intel_backlight brightness keys fail

2014-11-18 Thread Nicholas Skaggs
** Attachment added: lsinput.log https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1394063/+attachment/4263449/+files/lsinput.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1394063] Re: intel_backlight brightness keys fail

2014-11-18 Thread Nicholas Skaggs
** Attachment added: xkbmap.txt https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1394063/+attachment/4263451/+files/xkbmap.txt ** Summary changed: - intel_backlight brightness keys fail + Inspiron 3137 brightness keys aren't recognized -- You received this bug notification because

[Touch-packages] [Bug 1394063] Re: Inspiron 3137 brightness keys aren't recognized

2014-11-18 Thread Nicholas Skaggs
Looks like potentially another bug, as apport things I upgraded on my original install date; UpgradeStatus: Upgraded to vivid on 2014-06-04 (167 days ago) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1394063] Re: intel_backlight brightness keys fail

2014-11-18 Thread Nicholas Skaggs
** Attachment added: xkbcomp.txt https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1394063/+attachment/4263450/+files/xkbcomp.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1394063] Re: intel_backlight brightness keys fail

2014-11-18 Thread Nicholas Skaggs
** Attachment added: dmesg.log https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1394063/+attachment/4263448/+files/dmesg.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1394063] Re: Inspiron 3137 brightness keys aren't recognized

2014-11-18 Thread Nicholas Skaggs
Ahh, that's https://bugs.launchpad.net/ubuntu/+source/apport/+bug/788936 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1394063 Title: Inspiron 3137 brightness keys

[Touch-packages] [Bug 1327419] Re: Infographic's language not updated until the metric value is changed

2014-11-07 Thread Nicholas Skaggs
This is still in effect. I noticed this without the music application, but changing language causes the infographic to stay in the original language (seemingly until it's value would be changed) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1383479] [NEW] Remove autopilot from touch images

2014-10-20 Thread Nicholas Skaggs
Public bug reported: Autopilot should be removed from the image. We intend to ship a consumer image, testing and debugging packages such as autopilot should not be needed. The ramfications affect app developers and CI who depend and assume autopilot exists on the image. To fix this, CI will

[Touch-packages] [Bug 1383479] Re: Remove autopilot from touch images

2014-10-20 Thread Nicholas Skaggs
** Tags removed: rtm-14 ** Tags added: rtm14 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-touch-meta in Ubuntu. https://bugs.launchpad.net/bugs/1383479 Title: Remove autopilot from touch images Status in

[Touch-packages] [Bug 1379836] Re: dialer and messaging app show unlocked pin as locked

2014-10-10 Thread Nicholas Skaggs
** Summary changed: - dialer and messaging app say pin locked when it isn't on mako + dialer and messaging app show unlocked pin as locked -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-network in Ubuntu.

[Touch-packages] [Bug 1378927] [NEW] Applications that fail to launch persist in right edge app switcher

2014-10-08 Thread Nicholas Skaggs
Public bug reported: Applications that fail to launch are still shown in the app switcher. They currently displays as blank screens, with the spinner animation. It's been over 10 minutes and the console log shows clearly the application failed to launch. This was encountered during testing, so I

[Touch-packages] [Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-22 Thread Nicholas Skaggs
** Changed in: ubuntu-filemanager-app Assignee: (unassigned) = Nicholas Skaggs (nskaggs) ** Branch linked: lp:~ubuntu-filemanager-dev/ubuntu-filemanager-app /force-authentication-parameter -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-15 Thread Nicholas Skaggs
** Also affects: ubuntu-docviewer-app Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1341681 Title: Autopilot tests should

[Touch-packages] [Bug 1365336] Re: Lightdm update=No desktop

2014-09-08 Thread Nicholas Skaggs
** Also affects: xserver-xorg-video-vesa (Ubuntu) Importance: Undecided Status: New ** Changed in: xserver-xorg-video-vesa (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1358413] Re: Emulator locks up 30 seconds after boot

2014-09-05 Thread Nicholas Skaggs
As of today this is working again. I'll file a new bug if it regresses. ** Changed in: mir (Ubuntu) Status: New = Invalid ** Changed in: android (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-05 Thread Nicholas Skaggs
** Branch linked: lp:~nskaggs/ubuntu-calculator-app/ap-fix-missing- keypress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1341681 Title: Autopilot tests should stop

[Touch-packages] [Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-05 Thread Nicholas Skaggs
** Changed in: ubuntu-terminal-app Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1341681 Title: Autopilot tests should

[Touch-packages] [Bug 1341681] Re: Autopilot tests should stop using deprecated emulators module

2014-09-04 Thread Nicholas Skaggs
** Changed in: ubuntu-calendar-app Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1341681 Title: Autopilot tests should

[Touch-packages] [Bug 1317639] Re: Add /home patching to autopilot helper

2014-09-02 Thread Nicholas Skaggs
I'll note that the music implementation does not give apparmor errors, and properly mocks on both the desktop and the device. I think we can utilize it for the helper. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1358436] [NEW] Indicator sound missing

2014-08-18 Thread Nicholas Skaggs
Public bug reported: Indicator sound is missing from the panel. Restarting the panel service doesn't bring it up. Neither does a reboot. The menu reappeared only after toggling the dconf setting: gsettings set com.canonical.indicator.sound visible false gsettings set

[Touch-packages] [Bug 1358436] Re: Indicator sound missing from unity panel

2014-08-18 Thread Nicholas Skaggs
** Summary changed: - Indicator sound missing + Indicator sound missing from unity panel -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-sound in Ubuntu. https://bugs.launchpad.net/bugs/1358436 Title: Indicator

[Touch-packages] [Bug 1317639] Re: Add /home patching to autopilot helper

2014-07-15 Thread Nicholas Skaggs
** Tags added: autopilot-helper -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1317639 Title: Add /home patching to autopilot helper Status in Ubuntu UI