[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2018-01-08 Thread obrow
I don't know if it is supposed to be fixed in snapd version 2.29.4.2+17.10 but 
I have no access on snap applications through gnome-shell.
The only way to start an application is via the terminal doing a snap run 
command.

Notice that I upgraded from 17.04 and that it doesn't work with the x
session neither.

It works ok when I run the unity desktop.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-12-08 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: New => Fix Released

** Changed in: snappy
   Status: Fix Committed => 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/1718026

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-19 Thread Olivier Tilloy
Fix:
https://github.com/snapcore/snapd/commit/2f55619677810a4872145b8ccbbe2bdc1ba364fa

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-19 Thread Zygmunt Krynicki
This is already fixed in snapd master and should be out with the 2.28
release.

** Also affects: snappy
   Importance: Undecided
   Status: New

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

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
This is clearly not a gnome-shell bug, tentatively re-targetting to
snapd, although it might have to be addressed somewhere else.

** Package changed: gnome-shell (Ubuntu) => snapd (Ubuntu)

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
https://lwn.net/Articles/709769/ seems to indicate there's no Wayland
equivalent to /etc/X11/Xsession.d/

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
Ah, in fact this works in an X session, but not under Wayland. This is
because the file that adds that path to XDG_DATA_DIRS is
/etc/X11/Xsession.d/65snappy.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
It looks like appending /var/lib/snapd/desktop to XDG_DATA_DIRS would
make g_app_info_get_all() consider desktop files under
/var/lib/snapd/desktop/applications.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
I guess unity was made to look for desktop files in
/var/lib/snapd/desktop/applications/ (which is where snapd installs
them), and gnome-shell would need to be patched to do the same.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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

[Bug 1718026] Re: Applications from installed snaps don't appear in activities overview

2017-09-18 Thread Olivier Tilloy
And hopefully that would make the ubuntu dash-to-dock extension display
the right icon for the running app.

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

Title:
  Applications from installed snaps don't appear in activities overview

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

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