-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ubuntu 20.04] Installing powershell snap creates incorrect icon/launcher in "Show Applications" #70
Comments
I can reproduce this too. I installed it via Snap in Pop!_OS, and attempting to open the app through the GNOME app menu, shows the same error dialog. Not only it's pointing to I took a look at the installed files, and here is where that
I couldn't find the
The file is a bash script, and it seems to expect an environment variable
The
Notice no variable was found. I was expecting to also see The If the variable existed, then the
Conclusion
But it should be:
I tried to edit the files but snap created the
Environment data
|
@carlossanlop, thanks for confirming that it does not work properly for you either. I should point out that I do not have the environment variable SNAP defined either; the only environment variables that reference "snap" are shown below.
Despite this, the other snaps I have installed (e.g., code, skype, vlc) work fine. In fact, I have installed the powershell-preview snap and that works as expected. This problem is unique to the powershell snap. |
/cc @TravisEz13 for information. |
Hello You should not execute anything in Note that this is unrelated to the issue you saw directly, since running |
Steps to reproduce
On Ubuntu 20.04, install Powershell snap
click on "Show Applications" in the dock. This shows a list of all installed applications.
Expected behavior
Actual behavior
Removing the Powershell snap does remove the incorrect icon from the list of applications, but clicking on "Show Applications" causes the Gnome Shell to crash.
Environment data
Ubuntu Desktop 20.04, PowerShell 7.0.3
The text was updated successfully, but these errors were encountered: