aniket-deole/notes

How to run/make .desktop file after install?

Opened this issue · 3 comments

Hello, I am able to run the app with make test, however...
I'd like to make a .desktop icon for this, but I'm not sure what even executes it?
In "src" there's a plain text file called "notify.o" that opens with "Run-Software" which seems to be the most likely candidate, however it doesn't run upon double click. Any help appreciated.

I think you can use

LD_LIBRARY_PATH=libevernote/ ./notes

in a shell script. Change the directories to make them non-relative. (These are relative to src/ right now)

LD_LIBRARY_PATH is just setting the environment variable for the library(libevernote) location as I do not want to move it to the default library path just yet.
Not tested, but you use something like below in your .desktop file.

Exec=LD_LIBRARY_PATH=/home/user/../../../libevernote/ /home/user/../../../notes