You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/tdefile-plugins/lnk
Slávek Banko cc7c2a4bfb
Add CMakeL10n rules.
6 years ago
..
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Fix typo. 11 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
lnkforward.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
lnkforward.desktop Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
lnkforward.h Rename common header files for consistency with class renaming 12 years ago
read_lnk.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
read_lnk.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
tdefile_lnk.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
tdefile_lnk.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdefile_lnk.h Rename a few build variables for overall consistency 12 years ago
x-win-lnk.desktop Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago

README

29.May 2004, Martin Koller, m.koller@surfeu.at

This package shall help a better integration of KDE/Linux into a Windows environment
by providing tools to work with Windows .lnk files

This package contains 2 tools:

- a KFile plugin, tdefile_lnk, which gives metadata information for a .lnk file (where does it point to)

- a small tool, lnkforward, to start an associated application for which the path is in a .lnk file
  (e.g. when you double-click a file in konqueror)

The .lnk file is registered as MIME type application/x-win-lnk

If you have a dual-boot machine, and you have your Windows partition(s) mounted,
then you should adapt where konqi can find the corresponding C:, D: or other drives.
For this you have to adapt the used commandline arguments for lnkforward, which you
can do in konqis file-associations for the MIME type application/x-win-lnk

The lnkforward tool shall get a commandline option like this:

-map C=/mnt/winC -map D=/mnt/winD

NOTE: both tools work with .lnk files which are either readable via the local filesystem
(smbfs mounted filesystems) or also via URLs on the network, e.g. smb://something

Have fun.

Martin