did you have wazapp in your shortcut bar ? try moving one icon down there . that was the issue when i had two icons on my home screen
I have been using QuickBarControl nearly all time after PR1.2 and all was OK. Today I decided to change places of 2 shortcuts and encountered some weird effects: 1. One apllication is stuck on leftmost position. I can not change.Although /home/user/.local/share/applications/quicklaunchbar0.desktop shows entry for different app, I still get this one there. 2. The stuck at pos. 0 application went missing from app launcher grid, replaced by camera-ui app. There is no entry for it in /home/user/.config/meegotouchhome.nokia/launcherbuttons.data. But there is correct entry in /home/user/.local/share/applications/ Any body more familiar with the structure of this can give me a hint how to restore missing shortcut in app launcher grid? I am thinking of creating entry in /home/user/.config/meegotouchhome.nokia/launcherbuttons.data, but I wonder what the digits between slashes mean? EDIT:OK, I got it - digits between slashes are level and position. So /0/12/ is the app in main menu row 4, leftmost. First digit 0 - main level, and the you start counting from 0 being the app in top left corner. EDIT2:Solved it - edited launcherbuttons.data file, rebooted the device, now everything looks and works OK. So basically changing your quicklaunchbar buttons by hand without the need of any apps comes to following 4 simple steps: 1. Delete all existing symlinks to quicklaunchbar buttons in /home/user/.local/share/applications/ Code: rm -f /home/user/.local/share/applications/quicklaunchbar* 2. Create correct links like: Code: ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar0.desktop 3. Edit /home/user/.config/meegotouchhome.nokia/launcherbuttons.data Entries there must look like: home\user\.local\share\applications\quicklaunchbar 0.desktop=quicklaunchbar/0 quicklaunchbar0.desktop is the symlink to real application we created in step 2, quicklaunchbar/0 is the position(0,1,2,3) in launchbar. 4. Reboot.
rm -f /home/user/.local/share/applications/quicklaunchbar*
ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar0.desktop