Page 1 of 1

LXAutorun, a simple autostart management app

Posted: Fri Dec 10, 2010 10:30 pm
by jgillich
Hello,

Sometimes newbies ask how they can manage their autostart entries within LXDE. I've written a small Tool to do this very easy, called "LXAutorun".

Thats how it looks:
Image

Its in an early alpha state, but no critical bugs are known. It's mainly missing translations, only English and German are available. You can get the Source Code from Launchpad via bzr:

Code: Select all

bzr branch lp:lxautorun
Or download a deb, but atm there is no i386 build.

Please report Bugs to Launchpad.

Thanks to everyone who will test & sorry for bad english.

Re: LXAutorun, a simple autostart management app

Posted: Sat Dec 11, 2010 10:09 pm
by maces
Hi,

I wrote something like this more than a year ago for the LXDE autostart-file in python. Nice work.
Thanks for all the comments in the source, even I don't know C++ I get the idea how it's working :)

maces

PS: a question: you are using Geany?

Re: LXAutorun, a simple autostart management app

Posted: Sat Dec 11, 2010 11:26 pm
by jgillich
maces wrote:Hi,

I wrote something like this more than a year ago for the LXDE autostart-file in python. Nice work.
Thanks for all the comments in the source, even I don't know C++ I get the idea how it's working :)
Thanks. But the comments? Uhm, some of them are in German and many are missing. :D
maces wrote: PS: a question: you are using Geany?
No, I love Geany but I had to use Anjuta because of autotools. Currently, I'm not familiar with makefiles and these things. What gives you that idea?

Re: LXAutorun, a simple autostart management app

Posted: Sun Dec 12, 2010 8:29 pm
by maces
1. Well I'm speaking German ;)

2. They way the GPL-part looked like. But I'm not good at guessing the editor from the source code ;)

maces