Hi ive just recently installed nicotine on my system and I can only start it by browsing to the folder in terminal and then executing a command to start it. I tried to create an RPM as advised by the install help document that came with it but it only created a new install tree rather than an RPM. The question is can I make a script that will execute these 2 commands
cd /usr/bin/nicotine+-1.2.2
python ./nicotine
for me and then link it to an item on my menu so I dont have to go into terminal and run the commands everytime I want to start the program?
Or does anyone know what it takes to create an RPM from the source tree?