Skip to content

Instantly share code, notes, and snippets.

@chris-jamieson
Created April 19, 2016 15:43
Show Gist options
  • Star 78 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save chris-jamieson/756728b3ba7c07d7a90f843400af37bb to your computer and use it in GitHub Desktop.
Save chris-jamieson/756728b3ba7c07d7a90f843400af37bb 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
@denizssch
Copy link

https://gist.github.com/denizssch/b5e264d44900d511bd505888f70b38a3

I've wrote a script for install franz4-bin in Ubuntu and derivates (Debian), this not require to signup/in. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment