View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#13
I will also try to find solution to this. It all looks quite straightforward, so we might be able to figure out a way to change the shortcuts.
I haven't tried rebooting, 'cause it is last resort when you have no ideas
EDIT: Below are all my shortcuts:
Code:
lrwxrwxrwx    1 user     users           44 Feb 22 08:35 quicklaunchbar0.desktop -> /usr/share/applications/call-history.desktop
lrwxrwxrwx    1 user     users           36 Feb 22 08:35 quicklaunchbar1.desktop -> /usr/share/applications/mail.desktop
lrwxrwxrwx    1 user     users           41 Feb 22 08:35 quicklaunchbar2.desktop -> /usr/share/applications/camera-ui.desktop
lrwxrwxrwx    1 user     users           39 Feb 22 08:35 quicklaunchbar3.desktop -> /usr/share/applications/browser.desktop
And here is the quicklauncbar0.desktop file:
Code:
[Desktop Entry]
Type=Application
Name=Phone
Exec=/usr/bin/invoker --type=m /usr/bin/call-history
Icon=icon-l-telephony
X-MeeGo-Logical-Id=qtn_comm_appname_call
X-Maemo-Service=com.nokia.telephony.callhistory
OnlyShownIn=X-MeeGo;
It is the original one, I have just renamed it. Everything seems like it was before.

And here is the /usr/share/applications/call-history.desktop file that the symlink is pointing to:

Code:
[Desktop Entry]
Type=Application
Name=Phone
Exec=/usr/bin/invoker --type=m /usr/bin/call-history
Icon=icon-l-telephony
X-MeeGo-Logical-Id=qtn_comm_appname_call
X-Maemo-Service=com.nokia.telephony.callhistory
OnlyShownIn=X-MeeGo;
Identical with quicklauncbar0.desktop entry.

EDIT1: It looks that quicklaunchbarX.desktop entries I try to create appear as normal desktop entries in launcher. Currently I have 2 (functioning!) "Phone" icons in launcher. Obviously one is from /usr/share/applications/call-history.desktop entry and the other is from ./local/share/applications/quicklaunchbar0.desktop entry. So quicklaunchbarX.desktop edited entries are not recognised as such. We have to find a way to make them so.

EDIT2: I rebooted device hoping that may be quicklauncher will be re-initialised and will recognise "Phone" entry correctly - alas, issue still present.

Last edited by zlatko; 2012-03-14 at 18:01.
 

The Following User Says Thank You to zlatko For This Useful Post: