summarylogtreecommitdiffstats
path: root/nixnote2.desktop
blob: 630e5f76eebbf088790c27c576d4374cc2ac493f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Desktop Entry]
Name=NixNote2
Comment=Use with Evernote to remember everything
GenericName=Evernote-clone
Exec=env "LD_PRELOAD=libcurl.so.3" /usr/bin/nixnote2
Icon=/usr/share/nixnote2/images/windowIcon.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;
MimeType=x-scheme-handler/evernote;

Actions=NewNote;
[Desktop Action NewNote]
Name=New Note
Exec=env "LD_PRELOAD=libcurl.so.3" /usr/bin/nixnote2 --newNote
OnlyShowIn=Unity;