Does Trinity support any methods for configuring
autostart apps?
I came across this applet but the links to the sources
are dead:
http://kde-apps.org/content/show.php?content=45975&forumpage=0&PHPSE...
With that said, looks like the applet might still exist:
http://packages.ubuntu.com/search?keywords=kcontrol-autostart
Source code: http://kcontrol-autostart.sourcearchive.com/documentation/0.5/dir_832320ed3c... (links at bottom).
However, if you check toward the end of the comments on kde-apps, there are some complaints about crashing and compile failures with KDE 3.5.10, so it may not be usable.
Thanks! Yes, I saw the complaints too. :) That makes me curious about the Debian/Ubuntu package for KDE3. Possibly one and the same, possibly not.
I think the module would be a nice addition once we debugged the code. :)
Ok --- I grabbed the sources. After I sanitize them for the TQt layer, how do I merge them with a parent package? Or would we host the module in the applications sources?
Darrell
Files would go in tdebase/kcontrol/autostart/ Copy a CMakeLists.txt file from any other folder in the tdebase/kcontrol/ directory into your new tdebase/kcontrol/autostart/ directory. Then edit tdebase/kcontrol/autostart/CMakeLists.txt so that the source file names, .desktop file name, and library name are all correct for the new autostart module. Finally, edit tdebase/kcontrol/CMakeLists.txt and add a new line "add_subdirectory( autostart )" where it makes sense.
Tim