I noticed on Plasma I can't access to anaconda-navigator from the menu, because anaconda-navigator.desktop
is missing.
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Anaconda
Version=2.0
Type=Application
Exec=<<anaconda_path>>/bin/anaconda-navigator
Icon=<<anaconda_path>>/lib/<<pythonVersion>>/site-packages/anaconda_navigator/static/images/anaconda-icon-256x256.png
Comment=Open Anaconda Navigator
Terminal=false
then copy it into the directory /usr/share/applications
or ~/.local/share/applications
.
Can anybody fix the PKGBUILD script?
Reference: Create shortcut icon for Anaconda
Pinned Comments
carlosal1015 commented on 2022-09-03 23:07 (UTC)
Important note: This is the way how to upgrade.
Suppose that we have this line in
~/.bashrc
or~/.zshrc
or etc.petronny commented on 2020-08-19 10:36 (UTC)
This PKGBUILD is tested with
extra-x86_64-build
.If you get any problem when build this package, you can try the prebuilt binary from the arch4edu repository.
It's also built with
extra-x86_64-build
.