Skip to content

Instantly share code, notes, and snippets.

@SAW4
Last active July 25, 2017 22:20
Show Gist options
  • Save SAW4/285d115d9349a1cca7a1550e4f87679f to your computer and use it in GitHub Desktop.
Save SAW4/285d115d9349a1cca7a1550e4f87679f to your computer and use it in GitHub Desktop.
Tips for KDE Plasma Application Menu

Tips: How to start Anaconda Natvigator - Plasma Application Menu

Plasma Application Menu provide flexible, user-friendly interface for modifing apps menu, user can run shell script, python script, lua script, binary by one click.
However Plasma Applicaiton Menu do not pass any environment variable by default, you need to do if by yourself :(
Here is a example for launching Anaconda Natvigator.

source /home/user/.zshrc && zsh -c "/home/user/anaconda3/bin/anaconda-navigator"    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment