Sonny Piers
Sonny Piers
This is a bit tricky WIP in branch close-window
2-4 seconds seems like a lot. There might be better ways to optimize. What's your disk / CPU ?
Can you open the app -> menu -> About -> System and share ?
The flatpak takes less than a second to launch for me - with the same software. I don't really have an explanation why it would take so long on your...
Before you test the aur version - something else that would be helpful is to compare ``` flatpak run re.sonny.Junction ``` with ``` flatpak run re.sonny.Junction https://github.com ```
Did you get a chance to look at this?
I really think there is something going on with your system. Power state doesn't make a difference on mine. Junction opens pretty much instantly no matter what I do -...
In https://github.com/sonnyp/Junction/commit/0fe671851e0aaf73a5df0a28e598abfd6cb387e0 - I've added an option to measure startup time. Can you please run the following ```sh git clone https://github.com/sonnyp/Junction cd Junction bash time ./re.sonny.Junction --terminate_after_init # twice ```...
Could you record and share a screen-cast where you reproduce the following > there is a waiting period of about 2-4 seconds between clicking a link or file and the...
Can you share this as well - out of curiosity ``` time flatpak run re.sonny.Junction --terminate_after_init xmpp_avatar.png ``` --- `--terminate_after_init` only measures startup/init time - I wanted to see if...