I'm currently working on a Banshee plugin and I have it mostly working to display time, volume, artist, album, and title. My problem is I don't know where to put plugins so they load automatically with the g15 daemon, I launch it as a separate program now and it connects to the daemon. I'm sure this is trivial but I thought this would be faster than searching. It is finals week so...
Any help would be great thanks
Bryan
Re: Banshee Plugin
Code plox :D
And is this new plugin in C or C++ (so G15Tools or G15Tools++)
Re: Banshee Plugin
The only way for them to autolaunch with g15daemon is to have written it in c and compiled it as a .so file with specific function names as loadpoints and stuff - not very useful for everyday plugins like banshee, so what you have should be sufficient :)
To just launch it automatically at startup or at login, google it with your distribution (as it differs, especially if you want to have it launched as root or your own user, probably your own user, in which case you can add it to .bash_login/.bash_profile - not sure exactly which as i know .bashrc will execute EVERY time you open a terminal, and one of these should only execute on your absolutely first login - else you will have to write a wrapper to check if it's already running.)