Created
January 22, 2017 21:35
-
-
Save smutek/bfe6ed3451216cc7fd06816db84b6e3c to your computer and use it in GitHub Desktop.
Setup Simplenote on Fedora 25. Assumes Simplenote has been added to /opt/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHORTCUT="[Desktop Entry] | |
Name=SimpleNote | |
Comment=Edit text files | |
Exec=/opt/Simplenote-linux-x64/Simplenote | |
Icon=/opt/Simplenote-linux-x64/Simplenote.png | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Utility;TextEditor;" | |
SCRIPT="#!/bin/sh | |
/opt/Simplenote-linux-x64/Simplenote $@ > /dev/null 2>&1 &" | |
echo "${SCRIPT}" > "/usr/local/bin/simplenote" | |
chmod +x "/usr/local/bin/simplenote" | |
echo "${SHORTCUT}" > "/usr/share/applications/Simplenote.desktop" |
Works like a charm!
3 cheers for the scripts and steps :) +1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps I followed -
sudo tar -xfz Path\To\Your\Download -C /opt/
chmod +x addSimplenote.sh
sudo ./addSimplenote.sh
simplenote
or by pressing the Super key and typing Simplenote...