Skip to content

Instantly share code, notes, and snippets.

@xsoodeh
Last active May 4, 2022 08:57
Show Gist options
  • Save xsoodeh/074782b326a69bdd64dfb8d50242bbbb to your computer and use it in GitHub Desktop.
Save xsoodeh/074782b326a69bdd64dfb8d50242bbbb to your computer and use it in GitHub Desktop.
configure RemNote Desktop for ubuntu
1. mkdir ~/appImage/application-name and move file application here
2. create /usr/share/applications/example.Desktop and change with your name-application and path
[Desktop Entry]
Type=Application
Name=application-name
StartupWMClass=application-name
Comment=application-name
Icon=/home/xsoodeh/appImage/favicon-application.png
Exec=/home/xsoodeh/appImage/applicatoin-name.AppImage
Terminal=false
Categories=Multimedia
3. logout & login search application-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment