View Single Post
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#368
Originally Posted by LippiVan View Post
ukki, i tried to figure out a way to have the knots2 server autostarted in my suse 11.1 machine. i'm pretty new to the linux world, so i don't really have a clue how to do that.

is there a way to accomlish that? (if you already explained that, i'm sorry, i didn't get through all the 37 pages (yet))

thy a lot in advance!
I'm guessing you're running KDE in SuSe? If I remember correctly, KDEs 'systemsettings' has a submenu for autostarting. You should be able to just make a new entry and stick /your/path/to/knots.rb in there. This should make it autostart. If this doesn't work - I noticed that knots needs the parent shell to be in the directory where knots.rb is located - you can try to stick this into the autostart entry instead:
Code:
cd /your/path/to/the/dir/that/contains/knots.rb/; ./knots.rb
Originally Posted by ukki View Post
Well it's still work in progress so I haven't even thought about such things yet.
(...) so packagers should be able to create packages for their distribution of choice if they want.
Yeah, I made a PKGBUILD for Arch. Seems to work well. By the way, the server frontend is very slick and nice. Good Job! I don't really like the client frontend though. It looks a bit rough and bold and the icons are very large. It would be nice if the look and feel was just like any of the official apps; more hildonized so to speak.

I'm also noticing that the backend seems to be very slow on indexing the music. :| It's been running for almost an hour now and has managed to index only 4000 files. For larger collections this is taking half an eternety. And during all this time it's using 10% CPU. What the heck is it doing? ^^

Last edited by shapeshifter; 2010-02-14 at 23:56.