Skip to content

Instantly share code, notes, and snippets.

@bergercookie
Forked from chris-jamieson/setup.md
Created September 14, 2017 19:21
Show Gist options
  • Save bergercookie/789b8c78769454300cd25404907e6b06 to your computer and use it in GitHub Desktop.
Save bergercookie/789b8c78769454300cd25404907e6b06 to your computer and use it in GitHub Desktop.
Set up Franz for Ubuntu
  • Download Franz for your distribution from MeetFranz.com
  • change into the same directory as the downloaded file, then sudo tar -xf Franz-linux-x64-0.9.10.tgz -C /opt/franz
  • (optional) wget "https://cdn-images-1.medium.com/max/360/1*v86tTomtFZIdqzMNpvwIZw.png" -O franz-icon.png then sudo cp franz-icon.png /opt/franz
  • (optional) 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/franz-icon.png
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