Next Previous Table of Contents
Next Previous Table of Contents
Next PreviousTable of Contents
To create a program object (shortcut) is sometimes kinda difficult: First you have to
create the object from "New->Program" - then get the correct filename and fill out the
other settings. Often you will just create a symbolic link on the desktop instead but
then you cannot customize it with commandline switches etc.
This small utility gives you an easy and intuitive way to create new program objects.
Next PreviousTable of Contents
Next Previous Table of Contents
To create a kdelnk file simply open the folder containing the executable or
shell script - right-click on the file and select "Create object". Then a new object which points to the file
will be created on the desktop. Also the settings will open to let you customize
the settings.
There is also a commandline interface to let you create objects. The syntax is very
simple:
mkkdelnk <target> <destination>Where <target> is the file for which you want to make an object and <destination> is the resulting kdelnk file or the directory where you want to place it.
Next Previous Table of Contents