Re: [ubuntu-uk] Symlink?

2007-03-06 Thread Tez
alan c wrote:
> I am in the foothills of links.
> In KDE, say, on the desktop, a right click produces a context menu 
> which includes
>
> Create new:
> link to location (URL)
> link to application
> link to device
>
> Are any of these a symlink?
>   
No, those links are just .desktop files[1] and are handled by the file 
manager.
I don't know if Konqueror can create symlinks graphically. That doesn't 
mean that it can't, just that I don't know if it can or not.

Tez

[1] Example of a Link to Location (URL) file, linking to your home dir:
[Desktop Entry]
Encoding=UTF-8
Icon=folder
Type=Link
URL=$HOME



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.kubuntu.org/UKTeam/


Re: [ubuntu-uk] Symlink?

2007-03-05 Thread Ben Thorp
[EMAIL PROTECTED] wrote on 05/03/2007 12:10:22:
> Create new:
> link to location (URL)
> link to application
> link to device
> 
> Are any of these a symlink?

I'm not a KDE user, but I suspect that none of them are actually symlinks. 
They will probably all create some sort of file with link information in 
them. 

mrben






Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU





-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.kubuntu.org/UKTeam/


Re: [ubuntu-uk] Symlink?

2007-03-05 Thread Eamonn Sullivan
i'm not sure (I don't use KDE), but an easy way to check is to create
one and then open a terminal and run:

ls -l ~/Desktop

A symlink will show up as a oddly-coloured filename with a -> symbol
showing the original file it points to.

You create a symlink in the terminal with:

ln -s original linked-file-name

for example:

ln -s ~/test.txt ~/Desktop/test.txt

That would create a symlink on my desktop to a "test.txt" in my home directory.

I'm doing this blind, on Windows at work, so I may have some of the
syntax wrong.

-Eamonn


On 3/5/07, alan c <[EMAIL PROTECTED]> wrote:
> I am in the foothills of links.
> In KDE, say, on the desktop, a right click produces a context menu
> which includes
>
> Create new:
> link to location (URL)
> link to application
> link to device
>
> Are any of these a symlink?
> --
> alan cocks
> Kubuntu user#10391
>
> --
> ubuntu-uk@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
> https://wiki.kubuntu.org/UKTeam/
>

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.kubuntu.org/UKTeam/