Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Forked from chris-jamieson/setup.md
Last active August 1, 2017 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FerPerales/7bbcbadab0e413224eb0d6ba56405721 to your computer and use it in GitHub Desktop.
Save FerPerales/7bbcbadab0e413224eb0d6ba56405721 to your computer and use it in GitHub Desktop.
Set up Franz for Ubuntu
  • Download Franz for your distribution from MeetFranz.com
  • sudo mkdir /opt/franz
  • change into the same directory as the downloaded file, then sudo tar -xf Franz-linux-x64-4.9.4.tgz -C /opt/franz
  • sudo touch /usr/share/applications/franz.desktop then sudo vim /usr/share/applications/franz.desktop

paste the following lines into the file, then save the file:

[Desktop Entry]
Name=Franz
Comment=
Exec=/opt/franz/Franz
Icon=/opt/franz/resources/app.asar.unpacked/assets/franz.svg
Terminal=false
Type=Application
Categories=Messaging,Internet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment