[Bug 1655754] Re: ubuntu_app_launch_start_application doesn't change focus for a snap

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-app-launch (Ubuntu) Assignee: (unassigned) => Ted Gould (ted) -- You received this bug notification be

[Bug 1651474] Re: App Drawer does not refresh

2017-02-03 Thread Ted Gould
*** This bug is a duplicate of bug 1630997 *** https://bugs.launchpad.net/bugs/1630997 ** This bug has been marked a duplicate of bug 1630997 Provide a way to listen to registry changes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1649876] Re: [unity8][desktop] snaps don't start

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649876 Title: [unity8][desktop] snaps don't start To manage

[Bug 1518935] Re: When an application is suspended or closed it causes a large UI stutter

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1518935 Title: When an application is suspended or closed it

[Bug 1590448] Re: Create an X11 environment for unity7 snaps

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590448 Title: Create an X11 environment for unity7 snaps To manage

[Bug 1659955] Re: Not possible to launch apps in xenial using unity8-session.ubuntu-app-launch command using the unity8 session snap

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1659955 Title: Not possible to launch apps in xenial using

[Bug 1661072] Re: mir 0.26 - spinner loading animation, minimize, maximize too fast

2017-02-02 Thread Ted Gould
Also noticing that with Mir 0.26 I'm seeing large CPU usage by XMir applications. Firefox on the start page (no animations or anything) is seeing U8 using 50% CPU and Xmir 20% CPU. It could be these are the same issue? Machine is an i7, xenial-overlay up-to-date. -- You received this bug

Re: [Bug 652978] Re: Notifications should be suppressed when indicators open

2017-01-31 Thread Ted Gould
On Thu, 2017-01-12 at 16:00 +, Rodney Dawes wrote: > Moving this to unity. The indicators just export menu structure, and > don't have knowledge of when the menu on the renderer side is open, > or > what the position would be. The indicators get an action that is fired when the indicator is

[Bug 1659386] [NEW] Ubuntu keyboard hides on keypress in applications

2017-01-25 Thread Ted Gould
Public bug reported: Using Unity8 with Xenial+Overlay. When I click on the text field in the app drawer I can use the keyboard and it behaves as expected. When I click on the text field to search in the apps scope the keyboard seems to hide and show on each keypress. They key press is not sent

[Bug 1659388] [NEW] maliit-server.conf isn't in a useful package

2017-01-25 Thread Ted Gould
Public bug reported: Not quite sure where this should go exactly, but the maliit-server Upstart config is in ubuntu-touch-session package. That's not a good place for it, is ubuntu-keyboard? Let's reassign this bug to the right place. ** Affects: ubuntu-keyboard (Ubuntu) Importance:

[Bug 1590442] Re: Add C++ signal interfaces

2017-01-04 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/app-object-signals -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590442 Title: Add C++ signal interfaces To manage notifications about this bug go

[Bug 1589637] Re: Unable to open multiple instances of the same app

2017-01-04 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/signal-instances -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589637 Title: Unable to open multiple instances of the same app To manage notifications

[Bug 1637917] Re: rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer

2016-12-22 Thread Ted Felix
Confirmed that 4.8.0-32-lowlatency fixes this issue. Thanks guys. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637917 Title: rosegarden 16.06 plays only first note, locks up PC when trying to

[Bug 1637917] Re: rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer

2016-12-14 Thread Ted Felix
Confirmed in Ubuntu 16.10 with kernel 4.8.0-30. ted@teds-laptop:~$ uname -a Linux teds-laptop 4.8.0-30-lowlatency #32-Ubuntu SMP PREEMPT Fri Dec 2 04:38:54 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ted@teds-laptop:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description

[Bug 1637917] Re: rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer

2016-12-14 Thread Ted Felix
I've switched this back to confirmed since upstream is aware of the issue and the exact patch to the kernel that is required to fix it has been provided in this bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1637917] Re: rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer

2016-12-13 Thread Ted Felix
Upstream dev here. There is a bug in the ALSA drivers that causes the playback problem you describe. Kernel bug 177571 is the one: https://bugzilla.kernel.org/show_bug.cgi?id=177571. That patch needs to be added to Ubuntu's kernel to fix this. The relevant patch in the linux kernel 4.8.y tree:

[Bug 1637917] Re: rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer

2016-12-13 Thread Ted Felix
** Summary changed: - rosegarden 16.06 plays only first note, locks up PC when trying to use HP timer + rosegarden 16.06 plays only first note, locks up PC when trying to use HR timer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: cups-browsed uses GMainLoop and global variables, how to introduce locks against race conditions?

2016-12-08 Thread Ted Gould
beginning and in the end of > > each > > callback function to acquire and release a lock? Which ones? > > > > - If something of this is not attached to the main loop, how do I > > attach > > it? > > > > I do not explicitly start any new thre

[Bug 1647409] Re: Allow multiple trust prompts to be started per process

2016-12-05 Thread Ted Gould
This also effects URL dispatcher prompts. For instance we have a Bad URL prompt that shows up when someone uses an incorrect URL. It is quite possible for someone to have a bad URL in one app and use another one at the same time. -- You received this bug notification because you are a member of

[Bug 1639051] Re: gnome3 has black screen after upgrade: 304.131-0ubuntu0.14.04.2, 304.132-0ubuntu0.14.04.2

2016-11-10 Thread Ted
Hi, Have a similar issue here, I can no longer use my Blender, FreeCAD and OpenSCAD. I do not get the black screen but Blender and FreeCAD crash and OpenSCAD will not display the model. Running Lubuntu 16.04 with the Nvidia Driver 304.132 Perhaps something about my configuration will be

[Bug 1639952] Re: When running in unity8 desktop snap, icons aren't found

2016-11-09 Thread Ted Gould
So there are a few interesting things going on here. Some things to keep in mind. The FD.o spec doesn't allow for expansion of variables in the Icon entry. We can't let snaps reference items outside of their own snap directory or it is a security issue (someone can mimic another app, which they

[Bug 1639341] [NEW] Installer Crashed

2016-11-04 Thread Ted Mason
Public bug reported: Installer crashed trying to install grub on Lubuntu 16.10 64 bit. tUbuntu and Xubuntu 16.10 64 bit both installed OK on this machine. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.14 ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0 Uname: Linux

[Bug 1628516] Re: Error trying to stop an app with ubuntu-app-stop

2016-10-10 Thread Ted Gould
*** This bug is a duplicate of bug 1626028 *** https://bugs.launchpad.net/bugs/1626028 ** This bug has been marked a duplicate of bug 1626028 ubuntu-app-stop doesn't work with native apps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1590440] Re: Signal appinfo changing

2016-10-06 Thread Ted Gould
*** This bug is a duplicate of bug 1630997 *** https://bugs.launchpad.net/bugs/1630997 ** This bug has been marked a duplicate of bug 1630997 Provide a way to listen to registry changes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1626445] Re: lttng shouldn't be enabled out of the box/ incompatible with snappy confinement

2016-10-06 Thread Ted Gould
It does link to it, but that shouldn't be an issue as it should detect that it's not enabled and/or running and become a no-op. We want to leave it in so that it can be enabled easily. What is your concern, just the AppArmor log message? ** Changed in: ubuntu-app-launch (Ubuntu) Status:

[Bug 1630997] Re: Provide a way to listen to registry changes

2016-10-06 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Confirmed => Triaged ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1629863] Re: snap apps require hardcode --desktop-file-hint to launch

2016-10-04 Thread Ted Gould
So we think this is qtmir resolving the apparmor label incorrectly. Apparmor labels are now "snap.$(pkg).$(app)" instead of "$(pkg)_$(app)" so it isn't getting the AppID of the application correctly. ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir

[Bug 1629863] Re: snap apps require hardcode --desktop-file-hint to launch

2016-10-03 Thread Ted Gould
Revision 3 of the snap, version 0.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629863 Title: snap apps require hardcode --desktop-file-hint to launch To manage notifications about this bug go

[Bug 1629863] Re: snap apps require hardcode --desktop-file-hint to launch

2016-10-03 Thread Ted Gould
Ubuntu Calendar App doesn't have a desktop file that matches the app name in the YAML file. The desktop file is: com.ubuntu.calendar_calendar.desktop And the YAML has a app name of: ubuntu-calendar-app This is an invalid snap. -- You received this bug notification because you are a member of

[Bug 1628096] Re: [MIR] unity-greeter-session-broadcast

2016-09-28 Thread Ted Gould
Added unity-api-team to bugs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628096 Title: [MIR] unity-greeter-session-broadcast To manage notifications about this bug go to:

Re: Hello, I'm Martin

2016-09-27 Thread Ted Gould
except horror. I'm > a podcaster and co-present the Ubuntu Podcast. I like to unwind by > cooking good food :-) Welcome Martin! I was kinda hoping you'd say "cooking good food and enjoying it with some mate" ☺  Hope that desktop issues are easier to decode than black box data. Te

[Bug 1626028] Re: ubuntu-app-stop doesn't work with native apps

2016-09-23 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-app-launch (Ubuntu) Assignee: (unassigned) => Ted Gould (ted) -- You received this bug notification be

Re: [Bug 1617067] Re: [MIR] PolicyKit Unity8

2016-09-22 Thread Ted Gould
Thanks for the review! On Thu, 2016-09-22 at 07:40 +, Seth Arnold wrote: > Please add -- or document here -- negative tests that exercise > failure > and 'cancel' pathways. If they don't yet exist, please have them > checked > into yakkety before release. For the user hitting the cancel button

Re: [Bug 1591342] Re: Complains about bad url on libertine scope urls

2016-09-19 Thread Ted Gould
On Mon, 2016-09-19 at 15:23 +, Tim Süberkrüb wrote: > FWIW, this bug results in users not being able to launch certain apps > on OTA-13. At least Ubuntu Hangups, Liri Browser and YourGUS are > affected by this problem. > Can you give any information about when the fix will land? To be clear,

[Bug 1624573] [NEW] package linux-image-4.4.0-28-generic 4.4.0-28.47 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-09-16 Thread Ted Wojcik
Public bug reported: no further details available. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-34-generic 4.4.0-34.53 ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15 Uname: Linux 4.4.0-34-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia

[Bug 1576977] Re: Lots of GEGL-gegl-operation.c-WARNING on starting gimp

2016-09-15 Thread Ted
I've fully updated all my packages and I am still getting this bug when running gimp from the command line. Has anyone found a fix to this or do I need to revert to an older version of gimp for it to work again? -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1623694] [NEW] Upstart jobs find wrong helpers when included in a Snap

2016-09-14 Thread Ted Gould
-app-launch (Ubuntu) Importance: High Assignee: Ted Gould (ted) Status: In Progress ** Branch linked: lp:~ted/ubuntu-app-launch/install-root -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1623636] [NEW] Icons with full paths don't work

2016-09-14 Thread Ted Gould
to add the container path to those icon paths. ** Affects: ubuntu-app-launch (Ubuntu) Importance: High Assignee: Ted Gould (ted) Status: In Progress ** Branch linked: lp:~ted/ubuntu-app-launch/icon-basepath -- You received this bug notification because you are a member

[Bug 1591192] Re: Unity8 crashes when launching apps without an icon entry in their .desktop file

2016-09-14 Thread Ted Gould
*** This bug is a duplicate of bug 1617348 *** https://bugs.launchpad.net/bugs/1617348 ** This bug has been marked a duplicate of bug 1617348 unity shell is crashing for apps without icon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1612587] Re: Can't run two LibreOffice apps at the same time

2016-09-14 Thread Ted Gould
*** This bug is a duplicate of bug 1589637 *** https://bugs.launchpad.net/bugs/1589637 ** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => High ** This bug has been marked a duplicate of bug 1589637

[Bug 1619254] Re: Make sure debian/{control, rules} files are appropriate for arm64

2016-09-14 Thread Ted Gould
** No longer affects: ubuntu-app-launch (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619254 Title: Make sure debian/{control,rules} files are appropriate for arm64 To manage

[Bug 1617067] Re: [MIR] PolicyKit Unity8

2016-09-07 Thread Ted Gould
The test suite is now fixed with the landing of this MR: https://code.launchpad.net/~ted/policykit-unity8/testsuite- fix/+merge/304284 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617067 Title

[Bug 1618540] Re: Big delay opening apps from launcher

2016-09-02 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1618540 Title: Big delay opening apps from launcher To manage

Re: [Bug 1617067] Re: [MIR] PolicyKit Unity8

2016-08-29 Thread Ted Gould
On Fri, 2016-08-26 at 13:55 +, Michael Terry wrote: > - You say "This package has a test suite." Sure...  but the suite is > explicitly disabled with -Denable_tests=OFF in debian/rules.  We > should > be running tests during build (or in autopkgtests) if we can. Uhg, I didn't realize that. I

[Bug 1616920] Re: Stuck at "Choose from"

2016-08-28 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616920 Title: Stuck at "Choose from" To manage notifications

[Bug 1617067] [NEW] [MIR] PolicyKit Unity8

2016-08-25 Thread Ted Gould
Public bug reported: [Availability] * Available in universe [Rationale] * This package is required by unity8 desktop [Security] * No known security issues at this time. [Quality assurance] * This package has a test suite [Dependencies] * All dependencies are in main [Standards

[Bug 1580236] Re: Password visible by default

2016-08-19 Thread Ted Gould
** Changed in: policykit-unity8 (Ubuntu) Status: New => Confirmed ** Changed in: policykit-unity8 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1370008] Re: URL Dispatcher Should Prompt on Bad URL

2016-08-17 Thread Ted Gould
** Branch linked: lp:~ted/url-dispatcher/bad-url-prompt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370008 Title: URL Dispatcher Should Prompt on Bad URL To manage notifications about this bug

Re: [Bug 1612255] Re: url-dispatcher should use xdg-open as a fallback if not in Touch

2016-08-15 Thread Ted Gould
On Mon, 2016-08-15 at 14:11 +, Michael Terry wrote: > I just ran "url-dispatcher http://yahoo.com; and nothing happens on > my > yakkety-proposed desktop system.  Do I have a bad configuration > somewhere? It works for me, but that is probably because I have ubuntu-webbrowser installed, and

[Bug 1591342] Re: Complains about bad url on libertine scope urls

2016-08-15 Thread Ted Gould
** Branch linked: lp:~larryprice/url-dispatcher/appid-with-dots -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1591342 Title: Complains about bad url on libertine scope urls To manage notifications

[Bug 1612255] Re: url-dispatcher should use xdg-open as a fallback if not in Touch

2016-08-15 Thread Ted Gould
URL dispatcher does open application on a U7 session already. So I'm not sure what the issue would be there. I don't think we need xdg-open for that. Which cases are you seeing it not work? ** Changed in: url-dispatcher (Ubuntu) Status: New => Incomplete -- You received this bug

[Bug 1611786] Re: Automatic formatting rules do not function with builddir != srcdir

2016-08-10 Thread Ted Gould
Marking as a duplicate of bug 1611784 as using the CMake extras rules should fix that as well. ** Changed in: ubuntu-app-launch (Ubuntu) Status: In Progress => New ** Changed in: ubuntu-app-launch (Ubuntu) Assignee: Rodney Dawes (dobey) => (unassigned) ** This bug has been marked a

[Bug 1611784] Re: No validation against coding standards

2016-08-10 Thread Ted Gould
We plan to use the cmake extras tools for this when they can support different targets. That is a planned feature there. ** Changed in: ubuntu-app-launch (Ubuntu) Status: In Progress => Confirmed ** Changed in: ubuntu-app-launch (Ubuntu) Importance: High => Wishlist ** Changed in:

[Bug 1608546] Re: NotShowIn and OnlyShowIn in .desktop files are ignored

2016-08-10 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1591192] Re: Unity8 crashes when launching apps without an icon entry in their .desktop file

2016-08-10 Thread Ted Gould
Seems like a desktop file should always have an Icon. We're throwing an exception because the application desktop file is invalid. I think that's a reasonable thing to do. ** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 1609565] Re: No ABI validation for library

2016-08-10 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/abi-compliance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609565 Title: No ABI validation for library To manage notifications about this bug go

[Bug 1611785] Re: Organization of source tree is prohibitive of productivity

2016-08-10 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-app-launch (Ubuntu) Importance: High => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1611783] Re: Does not follow style guidelines

2016-08-10 Thread Ted Gould
The coding standards for this project are encoded in the clang format config. Newer files are using that, older are being retired in time. ** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1584849] Re: Creating a log on a non-default thread causes it to hang

2016-08-08 Thread Ted Gould
Put into a CI Train Silo PPA: https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/landing-061/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584849 Title: Creating a log on a

Re: [Bug 1590445] Re: Backend for snapd

2016-07-25 Thread Ted Gould
On Mon, 2016-07-25 at 07:13 +, dinamic wrote: > i need this, i think? to launch snaps For the most part, yes. Some my work a little using the legacy backend, but that would only work via happenstance not engineering. -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1535058] Re: applications close instantly when launched from the launcher or dash

2016-07-14 Thread Ted Gould
On Thu, 2016-07-14 at 16:51 +, Serge Hallyn wrote: > I'm sorry, I'm as context-swapped as you are...  can you remind me > why > it is needed, versus simply having libpam-cgfs setup to give you > cgroups > upon login? We put applications in cgroups to ensure that their PIDs don't escape and we

[Bug 1597473] Re: [MIR] Indicator Transfer

2016-06-30 Thread Ted Gould
Adjusted the description to include that the two deps are build deps and subscribed indicator-applet-developers to bugs. Yes, this is part of the effort to get Unity8 into main. (just a very small part, the list of packages is huge, which is why it's starting early) ** Description changed:

[Bug 1597473] [NEW] [MIR] Indicator Transfer

2016-06-29 Thread Ted Gould
Public bug reported: [Availability] * Available in universe [Rationale] * This package is required by unity8 [Security] * No known security issues at this time. It has been reviewed by security in the past for use on the phone. [Quality assurance] * This package has both unit tests and

[Bug 1579837] Re: Issue after wizard with policykit

2016-06-20 Thread Ted Gould
Marking as low since we don't need the PK tools on the phone today, backporting them to vivid is of low priority. We'll get them by default when migrating to Xenial. ** Changed in: policykit-unity8 (Ubuntu) Importance: Undecided => Low ** Changed in: policykit-unity8 (Ubuntu) Status:

Re: [Bug 1593943] Re: Touchpad not working in 'ACER ASPIRE ES 15' after fresh install ubuntu 16.04

2016-06-20 Thread MANGA Willy Ted
Hello, Le 20/06/2016 16:39, Joseph Salisbury a écrit : > Was there a prior kernel version where you were not having this > particular problem? No. > Would it be possible for you to test the latest upstream kernel? Refer > to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest

[Bug 1593943] [NEW] Touchpad not working in 'ACER ASPIRE ES 15' after fresh install ubuntu 16.04

2016-06-18 Thread MANGA Willy Ted
Public bug reported: After a fresh install of ubuntu 16.04 I noticed my touchpad is not working at all. If I plug a mouse I'm enabled to use the pointer. Exact model : Aspire ES 15 / ES1-521-63DV ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-25-generic 4.4.0-25.44

[Bug 1591342] Re: Complains about bad url on libertine scope urls

2016-06-10 Thread Ted Gould
Pretty sure this is a URL Dispatcher bug. It isn't using the new UAL API's so it can't detect Libertine apps well. ** Changed in: url-dispatcher (Ubuntu) Importance: Undecided => High ** Changed in: url-dispatcher (Ubuntu) Status: New => Triaged ** Changed in: libertine-scope (Ubuntu)

[Bug 1589637] Re: Need to support multiple instances of libertine applications

2016-06-08 Thread Ted Gould
** Summary changed: - Need to support multiple instances of applications + Need to support multiple instances of libertine applications ** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1590440] [NEW] Signal appinfo changing

2016-06-08 Thread Ted Gould
Public bug reported: We need to be able to watch for AppInfo changes either from the underlying desktop files or other data sources. We just need to detect it and signal higher level functions. ** Affects: ubuntu-app-launch (Ubuntu) Importance: High Status: Triaged ** Changed in:

[Bug 1590448] [NEW] Create an X11 environment for unity7 snaps

2016-06-08 Thread Ted Gould
Public bug reported: For unity7 snaps we need to setup the environment using libertine. ** Affects: ubuntu-app-launch (Ubuntu) Importance: Medium Status: Triaged ** Changed in: ubuntu-app-launch (Ubuntu) Importance: High => Medium -- You received this bug notification because

[Bug 1590442] [NEW] Add C++ signal interfaces

2016-06-08 Thread Ted Gould
Public bug reported: Current the observers haven't been ported to the C++ interface. Also need to refine the manager interface as proposed in the headers. ** Affects: ubuntu-app-launch (Ubuntu) Importance: High Status: Triaged -- You received this bug notification because you are

[Bug 1590445] [NEW] Backend for snapd

2016-06-08 Thread Ted Gould
Public bug reported: Talk to snapd, do snapd things. ** Affects: ubuntu-app-launch (Ubuntu) Importance: High Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1590445

[Bug 1230064] Re: Sound must stop playing when an application is unfocused

2016-06-02 Thread Ted Gould
This was fixed a while back. Cleaning up the bug list. ** Changed in: unity8 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1230064 Title: Sound

[Bug 1588426] [NEW] Switcher doesn't show splash screens

2016-06-02 Thread Ted Gould
Public bug reported: When an application is loading and showing the splash screen the switcher doesn't render anything for it except the drop shadow. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Tags: avengers ** Attachment added: "Screenshot"

[Bug 1588424] Re: Headers let events through to lower windows

2016-06-02 Thread Ted Gould
** 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/1588424 Title: Headers let events through to lower windows To manage notifications about this bug go to:

[Bug 1588424] [NEW] Headers let events through to lower windows

2016-06-02 Thread Ted Gould
Public bug reported: If you right click on a header bar, that event is sent to the window under the current window. The same for scrolling with a mouse wheel. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1578393] Re: Uninstalled running apps not terminated

2016-05-24 Thread Ted Gould
Adding Unity8 because realizing that it'll need to clean up the launcher and switcher as well. ** Also 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.

[Bug 1560020] Re: Corrupt QML cache - Apps Fail to start

2016-05-24 Thread Ted Gould
Thinking about this more, we can get the status code that is returned by the utility. If we wanted to return a custom status code for "delete the QML cache" we could do that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1578393] Re: Uninstalled running apps not terminated

2016-05-23 Thread Ted Gould
Thought that Click was handling this, but if not, we can add it to the UAL desktop hook pretty easily. ** Package changed: unity-scope-click (Ubuntu) => ubuntu-app-launch (Ubuntu) ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => Low ** Changed in: ubuntu-app-launch (Ubuntu)

[Bug 1584849] [NEW] Creating a log on a non-default thread causes it to hang

2016-05-23 Thread Ted Gould
Public bug reported: When creating a Log object it creates a mainloop to wait on the proxy object. It unfortunately does this with NULL has its context which means it uses the main thread's context instead of the thread it is running on. This causes a hang as no one gets events then. ** Affects:

[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-19 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/lp1579799-oom-adjust -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579799 Title: Need API to allow shell to choose custom OOM killer scores To manage

[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-18 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579799 Title: Need API to allow shell to choose custom OOM killer

[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-18 Thread Ted Gould
Spent a bit of time going back and forth on this with tvoss. We don't want to have a ton of application states, that'll make insanity, but it does make sense for qtmir to drive policy for applications. We don't know completely what that policy is today. Long story short, the plan is to provide an

[Bug 1583209] Re: OOM killer score calculations should be improved

2016-05-18 Thread Ted Gould
*** This bug is a duplicate of bug 1579799 *** https://bugs.launchpad.net/bugs/1579799 I'm going to go ahead and mark this as a duplicate of bug 1579799, what I think is important is mentioned there; we need to enumerate the states that we want applications in. I don't think putting magic

[Bug 1583209] Re: OOM killer score calculations should be improved

2016-05-18 Thread Ted Gould
Agree that this would be a good feature, along with others, if we were to write our own OOM killer algorithm. For reference, here is the code in the kernel: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/mm/oom_kill.c#n155 (I think we're also using the lowmemory driver from

[Bug 1580916] Re: LIstitem dividers not shown for new items.

2016-05-12 Thread Ted Gould
I think that my behavior is slightly different, but perhaps the same bug. I have an infinite scrolling list, but connects to a webservice that sends items in groups of six. So the model starts out with zero entries, gets 6 more, then gets 6 more, etc. I see dividers between the items in the group

[Bug 1580092] Re: Playing a video crashes unity8

2016-05-10 Thread Ted Gould
OTA11 Silo: https://requests.ci-train.ubuntu.com/#/ticket/1401 Gathering branches for the OTA12 version here: https://requests.ci-train.ubuntu.com/#/ticket/1400 ** Branch linked: lp:~ted/mediaplayer-app/url-overlays -- You received this bug notification because you are a member of Ubuntu

[Bug 1580092] Re: Playing a video crashes unity8

2016-05-10 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/disable-only-show-in ** Branch linked: lp:~ted/ubuntu-app-launch/reenable-only-show-in -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580092 Title

[Bug 1579837] Re: Issue after wizard with policykit

2016-05-10 Thread Ted Gould
So I think what we're gonna do is use this bug for tracking the fixes and landings for the touch images. This will be for OTA12, OTA11 will not see the PK agent on it, we're just going to keep these bugs swept under the rug like they were in OTA10. At the root of it all the issue seems to be bug

[Bug 1580086] Re: Random password prompt popping up

2016-05-10 Thread Ted Gould
*** This bug is a duplicate of bug 1579837 *** https://bugs.launchpad.net/bugs/1579837 ** This bug has been marked a duplicate of bug 1579837 Issue after wizard with policykit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1580092] Re: Playing a video crashes unity8

2016-05-10 Thread Ted Gould
** Also affects: mediaplayer-app 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/1580092 Title: Playing a video crashes unity8 To manage notifications

[Bug 1580092] Re: Playing a video crashes unity8

2016-05-10 Thread Ted Gould
Discussion from IRC. We're going to disable throwing the exception (and only print a warning) for the OTA. Then for the next release we'll get all strict again and migrate media player to a URL overlay. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1580086] Re: Random password prompt popping up

2016-05-10 Thread Ted Gould
The reason we seeded it was just to start getting ready for the multi- user convergence cases, figuring it was mostly a no-op. Seeming like that isn't the case... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-09 Thread Ted Gould
would their scores be relative to one another? ** Changed in: ubuntu-app-launch (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Incomplete ** Changed in: ubuntu-app-launch (Ubuntu) Assignee: (unassigned) => Ted G

[Bug 1396611] Re: Cannot install click packages on ISO installs of Ubuntu

2016-05-06 Thread Ted Gould
** Package changed: click (Ubuntu) => policykit-unity8 (Ubuntu) ** Changed in: policykit-unity8 (Ubuntu) Status: In Progress => Fix Released ** Also affects: unity8-desktop-session (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are

[Bug 1578331] Re: Support additional parameters for the command-line tool

2016-05-04 Thread Ted Gould
To support the use-case of developers who want to run utilities we have ubuntu-app-test which will take a command line argument and run it. We don't want to support that in the main tools as we want to run "applications" which are defined by the meatadata in their package. So if devs are

[Bug 1578112] Re: Camera display rotated in camera-app

2016-05-04 Thread Ted Gould
** Changed in: ubuntu-app-launch (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/1578112 Title: Camera display rotated in camera-app To manage

[Bug 1515821] Re: Recurring Evolution events not shown as coming events in clock's menu

2016-05-03 Thread Ted Gould
Here is an event that causes this behavior for me. BEGIN:VEVENT UID:20151108T020045Z-4971-1001-2621-1@roku DTSTAMP:20160401T184310Z CREATED:20151108T020045Z RRULE:FREQ=WEEKLY;UNTIL=20160630;BYDAY=WE LAST-MODIFIED:20160401T184310Z SUMMARY:Rotary DTSTART;TZID=America/Chicago:20150701T12

[Bug 1439525] Re: icon-path-unhandled

2016-05-02 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439525 Title: icon-path-unhandled To manage notifications about this

[Bug 1506070] Re: Make it easier to change Xmir command line switches without having to recompile

2016-05-02 Thread Ted Gould
The environment variable seems to be working and provides more flexibility. Marking as Invalid. ** Changed in: ubuntu-app-launch (Ubuntu) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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