Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug report: Snap applications missing
- X-seq: zsh-workers 50478
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Jonas Paczia <j.paczia@xxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: Bug report: Snap applications missing
- Date: Mon, 15 Aug 2022 09:16:23 -0700
- Archived-at: <https://zsh.org/workers/50478>
- In-reply-to: <CA+vEgEY2=x8_PT8J2FHw6xTTR+echgcaMMCdxRwHQCGuyPwOOw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CA+vEgEY2=x8_PT8J2FHw6xTTR+echgcaMMCdxRwHQCGuyPwOOw@mail.gmail.com>
On Mon, Aug 15, 2022 at 7:08 AM Jonas Paczia <j.paczia@xxxxxxxxx> wrote:
>
> I did not find any official bug report, altough I found some posts on reddit and blogs (e.g. here).
> When ZSH is set as the default shell Snap applications are missing under Kubuntu 22.04 in the launcher (fresh install) but found via the terminal.
This is a Ubuntu (and/or Kubuntu) bug, not a zsh bug, and needs to be
reported to whoever maintains the zsh package for Ubuntu.
This appears to have been a problem at least since Ubuntu 17.04,
although usually it's the other way around (shells in terminal lack
the correct path).
A solution may be as simple as adding
path+=(/snap/bin)
to /etc/zshenv, but I am not familiar with how kubuntu builds its launcher.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author