Forum LiberKey


https://www.liberkey.com/forum/

[Solved] Problem with LiberKey shortcuts

https://www.liberkey.com/forum/viewtopic.php?f=29&t=6374

Page 1 sur 1

[Solved] Problem with LiberKey shortcuts

MessagePosté: 08 Janvier 2013, 20:46
de Bojan
How can I add some shortcuts to computer's desktop (shortcuts should be removed after USB has been removed),
using LiberKey Portable Desktop Shortcut. When I click on Add Portable Shortcuts nothing happens...
Also in LiberKey when I go to configuration/autorun on the right there are some small icons(Info, shortcuts...), all of those icons are grey and unclickable. How can I make them clickable?

P.S.
I have translated LIberKey into Serbian and I was wondering when will be a new LK update so anyone can use my translation?

Re: Problem whit LiberKey

MessagePosté: 09 Janvier 2013, 00:42
de JP4U
Hello and welcome on forums.

To add some shortcuts to computer desktop, simply drag and drop icon of these apps from menus to the desktop.

For add and remove it when the Liberkey start or close, you must have checked the lines :

Adds portable shortcuts when the menu starts or Remove portable shortcuts when the menu close in Liberkey Tools => Configuration => Liberkey Tools.

Config.png
(79.75 Kio) Pas encore téléchargé

At the moment, if you want delete one of them, but not all these portable shortcuts you must edit the file PDS.xml in L:\LiberKey\LiberKeyTools\PDS\PDS.xml (L is your letter's drive ) and remove manualy the lines Shortcut name=yourappLKL.exe to /shortcut in DesktopShorcuts section like :

Code: Tout sélectionner
<DesktopShortcuts>
      <Shortcut name="FastStoneCaptureLKL">
         <Description><![CDATA[]]></Description>
         <Path>FastStoneCapture\FastStoneCaptureLKL.exe</Path>
         <BasePath>..\..\Apps</BasePath>
         <ShowCmd>1</ShowCmd>
         <WorkDir>FastStoneCapture</WorkDir>
         <Position x="510" y="2"/>
      </Shortcut>
      <Shortcut name="XnView">
         <Description><![CDATA[XnView est un navigateur d'images, convertisseur et éditeur. Il intègre de nombreuses fonctions: visualisation, gestion, comparaison, anti-yeux rouge, email, redimensionnement, découpe, ajustement des couleurs, etc. Il supporte les principaux formats de...]]></Description>
         <Icon Index="0">XnView\XnViewLKL.exe</Icon>
         <Path>XnView\XnViewLKL.exe</Path>
         <BasePath>..\..\Apps</BasePath>
         <ShowCmd>1</ShowCmd>
         <WorkDir>XnView</WorkDir>
         <Position x="1110" y="125"/>
      </Shortcut>
</DesktopShortcuts>


For your translation work, I hope vagabond could integrate it quickly.

JP4U

Re: Problem whit LiberKey

MessagePosté: 09 Janvier 2013, 09:10
de Dji
JP4U a écrit:At the moment, if you want delete one of them, but not all these portable shortcuts

Or simply manually delete the shortcut on your desktop and use:
Remove portable shortcuts then Adds portable shortcuts in Liberkey Tools.

Re: Problem whit LiberKey

MessagePosté: 09 Janvier 2013, 15:54
de Bojan
Thanks, It works now...