Skip to content

Instantly share code, notes, and snippets.

@chris-jamieson
Created April 19, 2016 15:43
Show Gist options
  • Select an option

  • Save chris-jamieson/756728b3ba7c07d7a90f843400af37bb to your computer and use it in GitHub Desktop.

Select an option

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
@rafaelmbs
Copy link
Copy Markdown

On my RHEL 7.4, the franz.desktop likes...
[Desktop Entry]
Name=Franz
Comment=
Exec=/opt/franz/Franz
Icon=/opt/franz/franz-icon.png
Terminal=false
Type=Application
Categories=GNOME;GTK;Network;InstantMessaging;

Just fixing categories for my dist.

tks a lot

@tluanga34
Copy link
Copy Markdown

tluanga34 commented Sep 28, 2017

I found this great application from Youtube video that talks about cool applications in Linux.
Would be great a lot if there is a script file that ships with Franz that install itself to the system.

@cerebrix
Copy link
Copy Markdown

cerebrix commented Oct 6, 2017

I installed via this method but I appear to be having a problem with restoring from the tray. When I close the app with the close window button. If i go to the tray and select "Show Franz" nothing happens. I can close the app from there, but I am unable to show it. Zorin OS 12.2

@chrisl300
Copy link
Copy Markdown

Deleting the directory under /opt does not uninstall the program.
Use:
sudo apt-get --purge remove franz

@1outres
Copy link
Copy Markdown

1outres commented Feb 18, 2018

Thank you, for this.

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