unity-dev team mailing list archive
-
unity-dev team
-
Mailing list archive
-
Message #00687
Re: FW: my first unity hack
> That's is handled by unity-setttings-daemon.
>
> However, are you doing this in trusty?
> In this case, you need to apply this patch [1].
No I am not using trusty I am using Vivid 15.04.
> Unity is loaded as compiz plugin, thus the entry-point is not a "main",
> but when loading UnityScreen class (so UnityScreen::UnityScreen in
> unityshell.cpp), although the UI and controllers are mostly loaded in
> the callback function UnityScreen::initUnity (and actually i
> UnityScreen::initLauncher() ... Yeah that's a legacy name, we should fix
> it).
>
> Hope this helps.
> Cheers
Thanks, I think I should read about compiz plugins and how they are loaded, this must help me understand the structure of unity source code.
References