|
2012-03-29
, 07:14
|
Posts: 52 |
Thanked: 33 times |
Joined on Oct 2011
@ Poland, Tricity
|
#12
|
|
2012-04-12
, 13:52
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#13
|
rm -f /home/user/.local/share/applications/quicklaunchbar*
ln -s /usr/share/applications/browser.desktop /home/user/.local/share/applications/quicklaunchbar0.desktop
|
2012-04-18
, 08:43
|
Posts: 359 |
Thanked: 322 times |
Joined on Jun 2010
|
#14
|
|
2012-07-11
, 17:42
|
Posts: 64 |
Thanked: 4 times |
Joined on Jan 2010
|
#15
|
My device developed this issue for the first time after I had to reflash earlier today. I completely agree that this should be a configuration choice that is handled by the settings menu. This could and should be one of the nagging issues handled by the mysterious 1.3 release. Here's hoping.
I suggest the app Mymoves as an immediately available, and in my view, very high quality substitute. I have assigned a gesture for each of my quick launch apps, and voila, anywhere at all on the device, whether in an app, homescreen, feed, or multitasker, the app activates.
That said, I like the quick launch feature a lot and would like to see it repaired and improved. Heck, how about a different Mymoves gesture to scroll through different quick app configurations? Just kidding, let's just stick to what we're best at--the swipe.
|
2012-07-12
, 06:41
|
Posts: 90 |
Thanked: 163 times |
Joined on Jan 2012
|
#16
|
Mine develop this error soon after "PR1.3" update. After uninstalling the "Nightly Beta 15" version of "Firefox" and installing the more recent "Firefox 13" from the "Nokia Store," I notice "2 Firefox Icons" on the dashboard. So I uninstalled, reinstalled and rebooted but no success. Then I decided to move one of the double Firefox icons to the Shortcut App (or quick lunch) Bar where the previous Nightly Firefox was (to the far right) and solved the double firefox icon issue. So now I've notice a bug with the shortcut app when you put in a icon wherever the blank shortcut icon is you get a blank or just a missing icon.The same is true even after you uninstall it. My blank/missing icon is missing in the same place as the "Nightly Firefox" version (to the far left) after uninstalling shortcut app. I'm a noob with few apps form the store by the way. Any help would be much appriciated.Thanks for time...
|
2012-07-12
, 16:41
|
Posts: 64 |
Thanked: 4 times |
Joined on Jan 2010
|
#17
|
Open this file in a text editor
/home/user/.config/meegotouchhome-nokia/launcherbuttons.data
Look for a lines like this
home\user\.local\share\applications\quicklaunchbar 0.desktop=quicklaunchbar/0
there should be four with the numbers being 0,1,2 and 3, one for each shortcut.
When i had the issue one of the lines looked.like this
home\user\.local\share\applications\quicklaunchbar 0.desktop=launcher/0/45
so i just corrected it.
edit
just noticed zlatko's earlier post which describes this a lot better.
|
2012-07-12
, 16:58
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#18
|
The Following User Says Thank You to zlatko For This Useful Post: | ||
|
2012-07-12
, 18:28
|
Posts: 64 |
Thanked: 4 times |
Joined on Jan 2010
|
#19
|
@bobaseth
"Text editor" is any application you use for editing text files, e.g Notes on N9 or Notepad, MS Word on Windows. Just transfer the file to your PC and edit it there. You can post it here, so we can take a look and guide you. Or even edit it for you.
|
2012-07-12
, 18:35
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#20
|
ln -s /usr/share/applications/YOUR_DESIRED_APP.desktop /home/user/.local/share/applications/quicklaunchbar0.desktop
The Following User Says Thank You to zlatko For This Useful Post: | ||
Then after putting permissions back to normal (u+rw) and reboot everything was back to normal.
I think quicklaunchbar.data under user profile is being used to read data in or "out" it for other processes, but not to store it. Eg. it is just one way placeholder for data.
This type of one way access files suits aegis locking ethos; you need to get things locked, but you often need some media to transfer information other than just memory.