Ever since I upgraded to 11.04 and started to use Unity I've been bothered by the time it takes to load Gnote. In 10.10 I used Gnome and the Gnote plugin for the Gnome panel which had Gnote loaded in the background so that e.g. opening a new note in Gnote took no time at all.
What I'm looking for in Unity is a way to make Gnote load faster or a way to make Gnote behave as if it loaded faster. I can think of two ways to do this:
- Preload Gnote so that it starts faster whenever I decide to start it.
- Automatically start Gnote minimized every time Unity starts.
cd .config/autostart/
,cp gnote.desktop gnote.desktop.old
,cp /usr/share/applications/gnote.desktop ./
,gsettings set com.canonical.Unity.Panel systray-whitelist "$(gsettings get com.canonical.Unity.Panel systray-whitelist | sed -e "s/]$/, 'gnote']/")
. – N.N. Jun 14 '11 at 11:37