You are not logged in.
Pages: 1
I discovered that if I open Thunar and go to usr/bin, I can right click an icon to send that item (as a link) to the desktop. This can be done as the user. However, when I did that with Top, I discovered that it wouldn't open. As it turns out, it won't open if I click it from the original location either. So now I want to remove it from the desktop. When I right click the desktop icon so I can remove it, delete is grayed out.
-> How do I get the right click menu to show delete?
I thought I might need to do it as root. However, I cannot login as root at the GUI login. I assumed that the username was root and the password was the same as the user, it works with sudo.
-> How do I log in as root?
Thank You for any help you can give.
version 4.3.99.1 (Xfce 4.4 BETA2)
Offline
Logging in as root is not a good idea, and it appears unnecessary.
Open a terminal and type
-------------------------------------
cd Desktop
ls
-------------------------------------
You will see a list of the links you have made.
For each link you wish to delete type
-------------------------------------
rm <linkname>
-------------------------------------
This allows it to be removed (rm).
Obviously you should be able to right click but I don't know why it's greyed out, I tried here and it's exactly as you described.
Simon. (^_^)
TIP: Proofread carefully to see if you any words out.
=====================================================================
Offline
Thanks! BTW, this isn't my first barbecue, just my first experience with XFce.
I know about the pitfalls with root. On a regular distro. ie non Ubuntu based, it's no problem logging in as root.
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 521.79 KiB (Peak: 528.63 KiB) ]