Thank you for reporting this bug. I can confirm this here.

The cause is launcher is created and gets drawn before the icon size is set 
(though the CCSM options). The fix would most likely be in 
unity/plugin/unityshell/src/unityshell.cpp (its a huge file). Looks for 
launcher_controller_ (line ~3216) and where it gets created (with an 
std::make_shared). You will most likely have to change the launcher_options_ 
icon size right away vs waiting for it to get set. Right after this we should 
most likely try and set the icon size from compiz. We currently are setting it 
here:    
 case UnityshellOptions::IconSize: (about line ~3039).

Hopefully this gives enough info to help get started :).

** Changed in: unity
       Status: New => Triaged

** Changed in: unity
   Importance: Undecided => Low

** Changed in: unity (Ubuntu)
       Status: New => Confirmed

** Tags added: bitesize

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099815

Title:
  Launcher starts with default size then jumps to configured one on
  login

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1099815/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to