Hallo, stringan.
I don't know if you're merely trying to start as fast as you can, or if you're genuinely trying to speed up the 'checking' process.
If it's the former, there
is a 'built-in' workaround, y'know.....and it's very simple. It makes use of one of the multitude of Chromium exec-line 'switches', of which there are hundreds. Have a look here if you're interested:-
https://peter.sh/experiments/chromium-c ... -switches/
Open Geany up (or whatever your favourite text-editor happens to be), and create a wee script, like this:-
Code: Select all
!bin/sh
flashpeak-slimjet --silent-launch &
(Note the space followed by a 'double-dash' in front of 'silent'). Make it executable, and place it wherever you place apps & processes you want to start at boot-time.
--------------------------------------------------
What it does is to start SlimJet in the background, without actually starting the GUI. Hence, when you're ready to open your browser, all you're really doing is to 'maximixe' it.....because it's already running in the background.
I use this in the SlimJet packages I build for the Puppy Linux membership, having 'acquired' it from another member who, in his turn, has been using it for years in Chrome.
Let me know if that helps.
Mike.
