
prelaunch
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Prelaunch is a utility for the Linux desktop which significantly decrease the time needed to launch programs. Prelaunch start the respective program during login, invisible to the user. With this trick the real launch needs no time. During session it is always a new instance ready to show
leftycrupps
12 years ago
One bug seems to be that I cannot give the full path for the app I want, like:
$ prelaunch-add /usr/bin/iceweasel
because that then tries to create the file:
~/.prelaunch//usr/bin/iceweasel
and that fails. With just using 'iceweasel' the file gets created properly and things seem to work, sorta...
But my main question is, nothing happens once I adjust my icons to launch the new prelauncher script/binary/whatever, and I click my icon. I have to click my icon 2 or even 4 times to get an app to launch, and when it does I get 2 or 3 instances of Iceweasel on the screen at once. I am accustomed to clicking things once, being KDE and all, and I'd prefer to not have a lot start at once.
Any tips or suggestions? Thanks for the app, it looks like it will be useful if I can get it going properly, since I am tired of Firefox (Iceweasel) taking so long to launch.
Am I doing something wrong?
Report
IFOC
15 years ago
It was not just the splash screen but the whole app launched.
Report
IFOC
15 years ago
I used
%prelaunch-add "application"
Report
pulp
15 years ago
quanta: work, but open some window on startup (do not know to disable it,
make sure splash window is disabled)
kile: does not work, cause it is not possible to disable the splash window
Report
pulp
15 years ago
prelaunch -r application
prelaunch /usr/bin/application --autostart
prelaunch /usr/bin/application
if this is working, the problem is related to missing ~/.prelaunch in PATH or
enabled session managemnt. i will try it out to night.
Report
tryfan
15 years ago
I'm not dead against Gtk, I use a few Gtk applications myself (like Streamtuner and Grip), but I'm not sure I would like it as a part of the system framework.
Note: I haven't tried prelaunch, so maybe I'm totally off...
Report
patricktrettenbrein
15 years ago
Report
pulp
15 years ago
(automatic system installation/preparation)
without this support you need to do this by hand (PATH settings, scripts...)
Report