[Bug 1973564] Re: File dialog doesn't return current filter in Ubuntu 20.04

2022-05-25 Thread Ted Gould
I've installed the two packages and Inkscape behaves as expected. Played
around with some other apps and I haven't noticed any ill effects.

Thank you for everyone's help in getting this fixed!

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

Title:
  File dialog doesn't return current filter in Ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1973564/+subscriptions


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

[Bug 1973564] Re: File dialog doesn't return current filter in Ubuntu 20.04

2022-05-16 Thread Ted Gould
Okay, so it turns out that the implementation wrapper also doesn't pass
the value.

** Also affects: xdg-desktop-portal (Ubuntu)
   Importance: Undecided
   Status: New

** Patch added: "xdg-desktop-portal-1.6.0-1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1973564/+attachment/5590110/+files/xdg-desktop-portal-1.6.0-1ubuntu1.debdiff

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

Title:
  File dialog doesn't return current filter in Ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1973564/+subscriptions


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

[Bug 1973564] Re: File dialog doesn't return current filter in Ubuntu 20.04

2022-05-16 Thread Ted Gould
The way that I'm testing this is with the candidate release for
Inkscape. Which is 1.2, you can grab as a snap with: snap install
--candidate inkscape.

In Inkscape if you just draw on the canvas and hit save a save dialog
will appear. There is a selector at the bottom right that adjust which
files you see, but also which format you want to save in. So if you make
your file "test.pdf" and select "Portable Document Format (*.pdf)" in
the selector you should get a PDF file. Before these patches you will
get a file "test.pdf" which is actually an SVG file. After the patches
you'll get a "test.pdf" that is actually a PDF.

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

Title:
  File dialog doesn't return current filter in Ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1973564/+subscriptions


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

[Bug 1973564] Re: File dialog doesn't return current filter in Ubuntu 20.02

2022-05-15 Thread Ted Gould
Attaching a debdiff. For what ever reason this doesn't seem to fix
Inkscape. Though the D-Bus traffic is the same one 20.04 and 22.04 after
this change.

** Patch added: "xdg-desktop-portal-gtk-1.6.0-2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1973564/+attachment/5589943/+files/xdg-desktop-portal-gtk-1.6.0-2.debdiff

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

Title:
  File dialog doesn't return current filter in Ubuntu 20.02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1973564/+subscriptions


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

[Bug 1973564] [NEW] File dialog doesn't return current filter in Ubuntu 20.02

2022-05-15 Thread Ted Gould
Public bug reported:

The file dialog implementation doesn't return the current filter. It is
in the spec and it is fixed in newer versions of the portals. But the
1.6.0 version doesn't return it.

This is an issue for Inkscape which uses the filter to select which file
format someone wishes to save as if they override the defaults. This
works well on Ubuntu 22.04.

** Affects: xdg-desktop-portal-gtk (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: xdg-desktop-portal-gtk (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Also affects: xdg-desktop-portal-gtk (Ubuntu Focal)
   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/1973564

Title:
  File dialog doesn't return current filter in Ubuntu 20.02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1973564/+subscriptions


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

[Bug 1922464] Re: GNOME 40: GTK3 apps crash with: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

2022-03-05 Thread Ted Gould
In our case we're not using either of the gnome snaps but just the
distro packages. We trust @seb128 more than those crazy snap people ;-)

I imagine that the fix for Inkscape is to switch to core22, which will
grab the newer GTK3. The next release for Inkscape is roughly aligned
with when 22.04 is likely to ship. My intention is to start looking at
switching to see if I can get it done before that release.

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

Title:
  GNOME 40: GTK3 apps crash with: Settings schema 'org.gnome.settings-
  daemon.plugins.xsettings' does not contain a key named 'antialiasing'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1922464/+subscriptions


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

[Bug 1922464] Re: GNOME 40: GTK3 apps crash with: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

2021-10-05 Thread Ted Gould
The problem is that snaps that are built on focal don't work on GNOME
40. So in my case I'm concerned about Inkscape, but most Electron apps
will fall into the same boat.

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

Title:
  GNOME 40: GTK3 apps crash with: Settings schema 'org.gnome.settings-
  daemon.plugins.xsettings' does not contain a key named 'antialiasing'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1922464/+subscriptions


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

[Bug 1858065] [NEW] zsys-setup is detecting drive format typing using EFI availability

2020-01-01 Thread Ted Gould
Public bug reported:

Long story short, trying to install 19.10 with ZFS root and it keeps
failing saying that /target is unavailable. I figured out the real
problem under it all was that it was getting an error when running:

/usr/share/ubiquity/zsys-setup init

When that ran it end of the relevant log was:

+ format_disk /dev/sda 2 6 7 4
+ disk=/dev/sda
+ partgrub=2
+ partbpool=6
+ partrpool=7
+ ss=4
+ partswap=5
+ partext=3
+ sfdiskopts=
+ partprefix=/dev/sda
+ echo I: Formatting disk /dev/sda with partitions grub:2 ext:3 bpool:6 rpool:7
I: Formatting disk /dev/sda with partitions grub:2 ext:3 bpool:6 rpool:7
+ [ false = true ]
+ sfdisk -l /dev/sda
+ grep ^/dev/sda2
+ awk {print $2}
+ start=4096
+ cat
+ cat /tmp/sfdisk.cfg
+ sfdisk /dev/sda
Checking that no-one is using this disk right now ... OK

Disk /dev/sda: 7.28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: ST8000DM004-2CX1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 73EEC891-81A8-419C-B45B-E0C3460933F1

Old situation:

Device Start End Sectors  Size Type
/dev/sda1   2048409520481M BIOS boot
/dev/sda2   4096 15628052479 15628048384  7.3T Linux filesystem

>>> Created a new GPT disklabel (GUID: A74BE178-9C6E-7D48-AB35-B50BA323BB9A).
/dev/sda1: Created a new partition 2 of type 'VMware Virsto' and of size 50 MiB.
Partition #2 contains a ext4 signature.
/dev/sda3: Created a new partition 3 of type 'Sony boot partition' and of size 
7.3 TiB.
/dev/sda4: Created a new partition 5 of type 'VMware Virtual SAN' and of size 
512 B.
/dev/sda6: Failed to add #6 partition: Invalid argument
Leaving.

If you look into the zsys-setup source you'll notice that there are two
possible configs that can be passed into sfdisk. One is chosen if there
is EFI detected and the other if not. My machine doesn't have EFI
enabled, but the disk is GPT, so it needs that configuration for the
drive. I believe, and I'm no drive expert, that you need to look for the
label type to make this determination.

For me the output of: sfdisk -d /dev/sda includes a "label: gpt" which I
believe can be used to determine which disk format config should be
used.

** Affects: ubiquity (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/1858065

Title:
  zsys-setup is detecting drive format typing using EFI availability

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

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

[Bug 1748596] Re: inkscape snap can not export dxf files

2018-08-13 Thread Ted Gould
I believe this is fixed in master. If you want to try the snap from the
master branch (there may be other bugs there) you can do:

$ snap refresh --edge inkscape

** Changed in: inkscape
   Status: New => Fix Committed

** Changed in: inkscape
 Assignee: (unassigned) => Ted Gould (ted)

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

Title:
  inkscape snap can not export dxf files

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

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

[Bug 1735363] Re: inkscape: Port to Python 3

2017-12-11 Thread Ted Gould
While I think it is fine for Inkscape to not be in main, there is a snap
for it, if there are those who want to still see it in main another
possible solution is to split out the Python extensions. They're
independent and could be a separate package with a recommends.

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

Title:
  inkscape: Port to Python 3

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

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

[Bug 1176127] Re: GLib Application Registers a DBus name under application confinement

2017-04-11 Thread Ted Gould
** Changed in: glib2.0 (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  GLib Application Registers a DBus name under application confinement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1176127/+subscriptions

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


[Bug 1324848] Re: [Gmail] can't switch to another account

2017-04-11 Thread Ted Gould
** Changed in: url-dispatcher
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  [Gmail] can't switch to another account

To manage notifications about this bug go to:
https://bugs.launchpad.net/url-dispatcher/+bug/1324848/+subscriptions

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


[Bug 1086656] Re: Possible breakage of fallback on other desktops

2017-04-11 Thread Ted Gould
** Changed in: libappindicator
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  Possible breakage of fallback on other desktops

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

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


[Bug 1325695] Re: contact not being matched properly on messaging menu from greeter

2017-04-11 Thread Ted Gould
** Changed in: indicator-messages (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  contact not being matched properly on messaging menu from greeter

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

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


[Bug 1333403] Re: No error reporting in API

2017-04-11 Thread Ted Gould
** Changed in: pay-service (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  No error reporting in API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pay-service/+bug/1333403/+subscriptions

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


[Bug 1387691] Re: Media Player should not be visible in the app scope and launcher

2017-04-11 Thread Ted Gould
** Changed in: mediaplayer-app (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

** Changed in: mediaplayer-app (Ubuntu RTM)
 Assignee: Ted Gould (ted) => (unassigned)

** Changed in: url-dispatcher (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

** Changed in: url-dispatcher (Ubuntu RTM)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  Media Player should not be visible in the app scope and launcher

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

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


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

2017-04-11 Thread Ted Gould
** Changed in: canonical-devices-system-image
   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/1623694

Title:
  Upstart jobs find wrong helpers when included in a Snap

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

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


[Bug 1450108] Re: android usb tethering blocks adb

2017-04-11 Thread Ted Gould
** Changed in: dbus-property-service (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  android usb tethering blocks adb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-property-service/+bug/1450108/+subscriptions

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


[Bug 1628589] Re: Need better session management for apps

2017-04-11 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  Need better session management for apps

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

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


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

2017-04-11 Thread Ted Gould
** Changed in: canonical-devices-system-image
   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/1630997

Title:
  Provide a way to listen to registry changes

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

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


[Bug 1656252] Re: Applications fail to start on the second use

2017-04-11 Thread Ted Gould
** Changed in: canonical-devices-system-image
   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/1656252

Title:
  Applications fail to start on the second use

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

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


[Bug 1670704] Re: No way to discern multiple versions of the same app (from different sources)

2017-04-11 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  No way to discern multiple versions of the same app (from different
  sources)

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

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


[Bug 1670751] Re: Need to set up the app environment properly

2017-04-11 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  Need to set up the app environment properly

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

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


[Bug 1611784] Re: No validation against coding standards

2017-03-30 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: High => Medium

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

Title:
  No validation against coding standards

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

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


[Bug 1611783] Re: Does not follow style guidelines

2017-03-30 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: High => Medium

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

Title:
  Does not follow style guidelines

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

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


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

2017-03-30 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: High => Medium

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

Title:
  Automatic formatting rules do not function with builddir != srcdir

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

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


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

2017-03-30 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/system-app-watch

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

Title:
  Provide a way to listen to registry changes

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

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


[Bug 1363880] Re: show placeholder icon?

2017-03-30 Thread Ted Gould
We're now giving an empty icon string and letting the higher levels
handle this. They typically do show a broken icon or null icon of some
type.

** 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/1363880

Title:
  show placeholder icon?

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

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


[Bug 1659903] Re: apps not consistently appearing in drawer or old scope Zesty unity8

2017-03-30 Thread Ted Gould
So this is "by design" in the unity8 snap. It doesn't have information
on what is stored on the classic system. It will only have either apps
that are in the snap or installed as snaps in the drawer. It can't run
or query the others. This makes sense as the unity8-session-snap is only
expected to be used on core systems that wouldn't have debs installed.

** Changed in: ubuntu-app-launch (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/1659903

Title:
  apps not consistently appearing in drawer or old scope Zesty unity8

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

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


[Bug 1677345] Re: No way to compare two Application::Instance objects

2017-03-30 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/instance-compare

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

Title:
  No way to compare two Application::Instance objects

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

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


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

2017-03-30 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/1611785

Title:
  Organization of source tree is prohibitive of productivity

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

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


[Bug 1644127] Re: libubuntu-app-launchN binary package should depend on or recommend ubuntu-app-launch

2017-03-30 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/1644127

Title:
  libubuntu-app-launchN binary package should depend on or recommend
  ubuntu-app-launch

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

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


[Bug 1671731] Re: [xmir] closing an app while a child window is opened leaves an Xmir process opened eating 100% CPU

2017-03-30 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/1671731

Title:
  [xmir] closing an app while a child window is opened leaves an Xmir
  process opened eating 100% CPU

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

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


[Bug 1672392] Re: Install an app from Ubuntu Terminal and it doesn't show up in the app drawer

2017-03-30 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/system-app-watch

** 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/1672392

Title:
  Install an app from Ubuntu Terminal and it doesn't show up in the app
  drawer

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

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


[Bug 1672693] Re: GTK theme in apps appears different under Unity8 compared to Unity7

2017-03-30 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/1672693

Title:
  GTK theme in apps appears different under Unity8 compared to Unity7

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

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


[Bug 1672118] Re: package ubuntu-app-launch 0.9+16.10.20160928-0ubuntu1 failed to install/upgrade: サブプロセス インストール済みの pre-removal スクリプト はエラー終了ステータス 1 を返しました

2017-03-30 Thread Ted Gould
Thank you for the bug report, there isn't enough info in this automated
report to fix the bug. Please if it happens again resubmit so that
hopefully we can track it down!

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

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

Title:
  package ubuntu-app-launch 0.9+16.10.20160928-0ubuntu1 failed to
  install/upgrade: サブプロセス インストール済みの pre-removal スクリプト はエラー終了ステータス 1
  を返しました

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

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

[Bug 1672950] Re: nautilus launched from Unity8 opens a 'Desktop' window

2017-03-30 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: New => Invalid

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

Title:
  nautilus launched from Unity8 opens a 'Desktop' window

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

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


[Bug 1676390] Re: [unity8] launcher menu breaks launch multiple instances

2017-03-30 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/1676390

Title:
  [unity8] launcher menu breaks launch multiple instances

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

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


[Bug 1677345] Re: No way to compare two Application::Instance objects

2017-03-30 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Triaged => In Progress

** 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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1677345

Title:
  No way to compare two Application::Instance objects

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

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


[Bug 1676361] Re: keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch

2017-03-28 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/registry-cleanup

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

Title:
  keeper-service segfaults inside
  ubuntu::app_launch::helper_impls::Base::launch

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

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


[Bug 1676361] Re: keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch

2017-03-27 Thread Ted Gould
Looks like the jobs variable is not getting assigned before the helper
is launching.

** Changed in: keeper (Ubuntu)
   Status: New => Invalid

** Changed in: ubuntu-app-launch (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/1676361

Title:
  keeper-service segfaults inside
  ubuntu::app_launch::helper_impls::Base::launch

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

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


[Bug 1604260] Re: ubuntu-app-launch dolphin fails [Could not start process Cannot talk to klauncher: The name org.kde.klauncher was not provided by any .service files.]

2017-03-21 Thread Ted Gould
Sounds like dolphin requires an additional package or interface to be
useful. Not an application setup issue.

** Changed in: ubuntu-app-launch (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/1604260

Title:
  ubuntu-app-launch dolphin fails [Could not start process Cannot talk
  to klauncher: The name org.kde.klauncher was not provided by any
  .service files.]

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

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


[Bug 1670704] Re: No way to discern multiple versions of the same app (from different sources)

2017-03-21 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: Undecided => Low

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

Title:
  No way to discern multiple versions of the same app (from different
  sources)

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

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


[Bug 1672983] Re: OSK fails to appear with GTK

2017-03-21 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/1672983

Title:
  OSK fails to appear with GTK

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

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


[Bug 1662400] Re: ubuntu-app-test fails to launch apps at all [CRITICAL **: Unable to get PID for 'ubuntu-app-test' application]

2017-03-20 Thread Ted Gould
This WFM with this silo: https://bileto.ubuntu.com/#/ticket/2577

It was probably the trusted overlay prompts not being ported to systemd,
so you were fighting a Upstart/Systemd battle that would only end in
tears.

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

Title:
  ubuntu-app-test fails to launch apps at all [CRITICAL **: Unable to
  get PID for 'ubuntu-app-test' application]

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

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


[Bug 1671038] Re: Child password dialog doesn't accept password

2017-03-08 Thread Ted Gould
Works for me :-)

The only thing I have on my system that might be different is the UAL
patch to run XMir for legacy applications. It is landing right now, so
please try and see if that fixes xdiagnose for you.

** Changed in: policykit-unity8 (Ubuntu)
   Status: New => Incomplete

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

Title:
  Child password dialog doesn't accept password

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

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


[Bug 1670704] Re: No way to discern multiple versions of the same app (from different sources)

2017-03-07 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: (unassigned) => Ted Gould (ted)

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

Title:
  No way to discern multiple versions of the same app (from different
  sources)

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

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


[Bug 1668429] Re: X apps (LibreOffice, Thunderbird) fail to launch with failure to open display (no Xmir is running)

2017-03-02 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/xmir-by-default

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

Title:
  X apps (LibreOffice, Thunderbird) fail to launch with failure to open
  display (no Xmir is running)

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

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


[Bug 1662145] Re: [regression] Some apps fail to start with [QPA] UbuntuClientIntegration: connection to Mir server failed.

2017-02-10 Thread Ted Gould
The log file makes this look like an app that is exporting the unity7
interface as well as the unity8 one. But the snapd in zesty doesn't have
a unity8 interface. So we're starting it as a unity7 app. It is not
realizing this and trying to connect to Mir, even after we've setup XMir
for it.

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

Title:
  [regression] Some apps fail to start with [QPA]
  UbuntuClientIntegration: connection to Mir server failed.

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

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


[Bug 1611783] Re: Does not follow style guidelines

2017-02-08 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/reformat-all-the-things

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

Title:
  Does not follow style guidelines

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

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


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

2017-02-08 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/reformat-all-the-things

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

Title:
  Automatic formatting rules do not function with builddir != srcdir

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

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


[Bug 1611784] Re: No validation against coding standards

2017-02-08 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/reformat-all-the-things

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

Title:
  No validation against coding standards

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

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


Re: [Bug 1662632] Re: Installing 0.26.1 breaks calendar app (and others)

2017-02-08 Thread Ted Gould
On Wed, 2017-02-08 at 07:11 +, Daniel van Vugt wrote:
> Hmm and apparently no snap named `ubuntu-calendar-app' exists. How do
> I
> install it or any other app that exhibits this bug?
Best way is to use the "unity8-snap-install" script which installs all
of the snaps for the core apps.

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

Title:
  Installing 0.26.1 breaks calendar app (and others)

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

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


[Bug 1635850] Re: package ubuntu-app-launch 0.5+15.10.20150817-0ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package ubuntu-app-launch 0.5+15.10.20150817-0ubuntu3 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1639440] Re: [desktop] apps don't start, missing logs

2017-02-03 Thread Ted Gould
Fix released for UAL we're using systemd now so there's no cgmanager
issue.

** 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/1639440

Title:
  [desktop] apps don't start, missing logs

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

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


[Bug 1644127] Re: libubuntu-app-launchN binary package should depend on or recommend ubuntu-app-launch

2017-02-03 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  libubuntu-app-launchN binary package should depend on or recommend
  ubuntu-app-launch

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

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


[Bug 1654915] Re: [regression] ubuntu-app-launch doesn't launch apps any more

2017-02-03 Thread Ted Gould
ubuntu-app-test will launch a utility under Unity8.

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  [regression] ubuntu-app-launch doesn't launch apps any more

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

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


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655754

Title:
  ubuntu_app_launch_start_application doesn't change focus for a snap

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

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


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1651474

Title:
  App Drawer does not refresh

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1649876/+subscriptions

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


[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 causes a large UI
  stutter

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1590448/+subscriptions

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


[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 unity8-session.ubuntu-app-
  launch command using the unity8 session snap

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

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661072

Title:
  mir 0.26 - spinner loading animation, minimize, maximize too fast

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

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


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 opened
and closed on the root of the menu structure if requested. The sound
indicator does suppress notifications when the menu is open. Easy way
to check is to use the scroll wheel on the sound indicator, and then
open the menu and use the scroll menu on the slider (unity7).

** Package changed: notify-osd (Ubuntu) => indicator-sound (Ubuntu)

** Changed in: indicator-sound (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/652978

Title:
  Notifications should be suppressed when indicators open

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

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


[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 to the application.

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

** Attachment added: "surfacelog.txt"
   
https://bugs.launchpad.net/bugs/1659386/+attachment/4809052/+files/surfacelog.txt

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

Title:
  Ubuntu keyboard hides on keypress in applications

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

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


[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: 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/1659388

Title:
  maliit-server.conf isn't in a useful package

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

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


[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 to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1590442/+subscriptions

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


[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 about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1589637/+subscriptions

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


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1647409

Title:
  Allow multiple trust prompts to be started per process

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

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


[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 could do, but it's worse if they do it locally)

To that end UAL resolves absolute paths in the Icon field as being
relative to the snap directory. In essence that means "/foo/bar.png"
resolves to (effectively, not literally) "${SNAP}/foo/bar.png". It also
means that we resolve "foo/bar.png" to (effectively)
"${SNAP}/foo/bar.png". Which is a form that makes more sense.

The problem is that snapd was broken on Unity7 so everyone encoded their
Icon paths like they were running on a Ubuntu based Deb system, they put
in paths that would only work there (for instance, snapd on other Linux
distros uses different paths) because Unity7 didn't do this
substitution. Now snapd is making illegal desktop files to compensate
and work around that.

The plan to solve this problem is that snapcraft will be setting the
icons and the paths for applications so that they are properly relative
to the snap directory. This will allow application developers to have
predictable results on a variety of distros and icons to work properly
on Unity8. Unfortunately we have a set of apps that are broken today.

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

Title:
  When running in unity8 desktop snap, icons aren't found

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

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


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1628516

Title:
  Error trying to stop an app with ubuntu-app-stop

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

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


[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 Ubuntu.
https://bugs.launchpad.net/bugs/1590440

Title:
  Signal appinfo changing

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

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


[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: New => Incomplete

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

Title:
  lttng shouldn't be enabled out of the box/ incompatible with snappy
  confinement

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

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


[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.
https://bugs.launchpad.net/bugs/1630997

Title:
  Provide a way to listen to registry changes

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

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


[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
   Status: New => Confirmed

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: unity8 (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/1629863

Title:
  snap apps require hardcode --desktop-file-hint to launch

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

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


[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 to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1629863/+subscriptions

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


[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 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 to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1629863/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter-session-broadcast/+bug/1628096/+subscriptions

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


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1626028

Title:
  ubuntu-app-stop doesn't work with native apps

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

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


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 the test is in the
authentication dialog tests:
http://bazaar.launchpad.net/~unity-api-team/policykit-unity8/16.04/view
/head:/tests/authentication-test.cpp#L200
For the agent cancelling:
http://bazaar.launchpad.net/~unity-api-team/policykit-unity8/16.04/view
/head:/tests/agent-test.cpp#L257
To ensure that we cancel on shutdown and free'ing of the internal
objects:
http://bazaar.launchpad.net/~unity-api-team/policykit-unity8/16.04/view
/head:/tests/agent-test.cpp#L320
A cancel at the auth manager level (not really from outside, but more
checking internal logic):
http://bazaar.launchpad.net/~unity-api-team/policykit-unity8/16.04/view
/head:/tests/auth-manager-test.cpp#L203
I think that covers most of the pathways in question, please note if
there's others you think we should cover.

-- 
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:
  [MIR] PolicyKit Unity8

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

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


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, URL Dispatcher hasn't changed except for rebuilds since
November 2015. It's not anything related to OTA13 or any of the last
several OTAs. If those apps worked in OTA12 but not 13, it wasn't URL
Dispatcher's fault.
Not saying this should get fixed and land, but acting like it broke
apps is disingenuous.

-- 
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 about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1591342/+subscriptions

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

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

2016-09-14 Thread Ted Gould
Public bug reported:

The helpers when UAL is included in a Snap aren't found because they're
looked for on absolute paths. We need a way to tell UAL that it isn't
installed in the root directory and should look for helpers and Upstart
jobs stuff in a different subdirectory.

** Affects: ubuntu-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/bugs/1623694

Title:
  Upstart jobs find wrong helpers when included in a Snap

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

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


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

2016-09-14 Thread Ted Gould
Public bug reported:

If the icon entry is a full path name, like:

Icon=/usr/share/my-app/app-icon.png

And the app is installed in a Libertine container or UAL is in a Snap we
don't add the relative paths needed for those containers. It is always
resolved to the root of the host. We need a way 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 of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1623636

Title:
  Icons with full paths don't work

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

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


[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1591192

Title:
  Unity8 crashes when launching apps without an icon entry in their
  .desktop file

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

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


[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
   Need to support multiple instances of applications

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

Title:
  Can't run two LibreOffice apps at the same time

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1619254/+subscriptions

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


[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:
  [MIR] PolicyKit Unity8

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

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


[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 notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1618540/+subscriptions

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


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 will fix it.
> - Is there a team bug subscriber in [1] that fits and could be
> subscribed?  (mentally add phablet-team, unity-ui-team, and unity-api-
> team to that list)
> 

The indicator-applet-developers team is subscribed. Not sure there's a
better/worse team to add, we really need to do an LP team cleanup again
:-(

-- 
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:
  [MIR] PolicyKit Unity8

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

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

[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 about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1616920/+subscriptions

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


[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 compliance]
 * This package uses cmake and is properly translated.

[Maintenance]
 * This package is maintained by Canonical and used by Unity8

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

Title:
  [MIR] PolicyKit Unity8

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

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


[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.
https://bugs.launchpad.net/bugs/1580236

Title:
  Password visible by default

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

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


[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 go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1370008/+subscriptions

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


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 that is what is opened. But it seems that, from the U8
greeter, you'd only be sending application:// and appid:// URLs though,
right? Those are both built in.

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

Title:
  url-dispatcher should use xdg-open as a fallback if not in Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1612255/+subscriptions

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

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libertine-scope/+bug/1591342/+subscriptions

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


[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1612255

Title:
  url-dispatcher should use xdg-open as a fallback if not in Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/url-dispatcher/+bug/1612255/+subscriptions

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


[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 duplicate of bug 1611784
   No validation against coding standards

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

Title:
  Automatic formatting rules do not function with builddir != srcdir

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

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


[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: ubuntu-app-launch (Ubuntu)
 Assignee: Rodney Dawes (dobey) => (unassigned)

** Summary changed:

- No validation against coding standards
+ Should use the CMake Extras Coding Standard rules as tests and reformating

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

Title:
  No validation against coding standards

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

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


[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.
https://bugs.launchpad.net/bugs/1608546

Title:
  NotShowIn and OnlyShowIn in .desktop files are ignored

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

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


  1   2   3   4   5   6   7   8   9   10   >