LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-18-2016, 06:16 AM   #1
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Rep: Reputation: Disabled
Question help me delete an icon on my desktop ubuntu mate


I made an icon on my desktop. i was trying to make an icon I could click that would take me to software place. the place to view software on my pc.

Anyway the icon don't work and i can't delete it?

how do i get rid of it?

aslo I would like to get both my monitors to work in debian if anyone would like to help here is the post..

http://www.linuxquestions.org/questi...-a-4175563992/
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	77
Size:	266.6 KB
ID:	20568   Click image for larger version

Name:	Screenshot-1.jpg
Views:	43
Size:	262.2 KB
ID:	20569  
 
Old 01-18-2016, 06:59 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,930

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
would be nice to see those "more details". Probably it is a simple permission related issue.
How did you create it exactly?
 
Old 01-18-2016, 07:45 AM   #3
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
would be nice to see those "more details". Probably it is a simple permission related issue.
How did you create it exactly?
ok thanks here is the other details( look in the screen shot)...

also if you could help or anyone looking at this can help I need to get both my monitors to work in debian, I know this is a long post and hard to follow but if you have time try to help, thanks the link is below...

http://www.linuxquestions.org/questi...-a-4175563992/
Attached Thumbnails
Click image for larger version

Name:	Screenshot-2.jpg
Views:	61
Size:	264.9 KB
ID:	20570  
 
Old 01-18-2016, 07:49 AM   #4
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Double posting again, reported...
 
Old 01-18-2016, 07:50 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,930

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
looks like that icon does not point to anything. You may try to open a shell, cd into ~/Desktop and execute an ls -l.
you will see that icon file and probably you will be able to remove it by simply rm <filename>
 
Old 01-18-2016, 07:55 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 1redto View Post
I made an icon on my desktop. i was trying to make an icon I could click that would take me to software place. the place to view software on my pc.

Anyway the icon don't work and i can't delete it?

how do i get rid of it?

aslo I would like to get both my monitors to work in debian if anyone would like to help here is the post..

http://www.linuxquestions.org/questi...-a-4175563992/
isn't desktop icons / folder kept in a hidden folder on Home Dir? or in .config somewhere? I don't use them personally, I try to stay away from Windows like stuff as much as possiable.
 
Old 01-18-2016, 08:05 AM   #7
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
isn't desktop icons / folder kept in a hidden folder on Home Dir? or in .config somewhere? I don't use them personally, I try to stay away from Windows like stuff as much as possiable.
I have no idea where desktop icons are stored. all I know is when i try to delete the one in question mentioned above, I get an error and the icon doesn't go away! Thank you very much!!
 
Old 01-18-2016, 08:12 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 1redto View Post
I have no idea where desktop icons are stored. all I know is when i try to delete the one in question mentioned above, I get an error and the icon doesn't go away! Thank you very much!!
take a breath and calm down I know that feeling, do you know how to open up a filemanager then select show hidden files? try doing that frist, then look through your home directory for the dot file/ directories .config or .Desktop for example then look inside of them looking for anything that might lead you to it and see if you can find that nasty desktop icon short cut file stashed somewhere in a hidden dierctoy so you can delete it. if right click on the icon doesn't give you a delete me option.

Last edited by BW-userx; 01-18-2016 at 08:15 AM.
 
Old 01-18-2016, 08:17 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 1redto View Post

also if you could help or anyone looking at this can help I need to get both my monitors to work in debian, I know this is a long post and hard to follow but if you have time try to help, thanks the link is below...
it is better to post more then one question in seperate post one question per post that is... it helps save a bit of confusion ... FYI
 
Old 01-18-2016, 08:23 AM   #10
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
take a breath and calm down I know that feeling, do you know how to open up a filemanager then select show hidden files? try doing that frist, then look through your home directory for the dot file/ directories .config or .Desktop for example then look inside of them looking for anything that might lead you to it and see if you can find that nasty desktop icon short cut file stashed somewhere in a hidden dierctoy so you can delete it. if right click on the icon doesn't give you a delete me option.
Thanks uhm I am trying to do what you say , i think, uhm i took a screen shot of it..
Attached Thumbnails
Click image for larger version

Name:	Screenshot-3.jpg
Views:	114
Size:	269.6 KB
ID:	20571  
 
Old 01-18-2016, 08:50 AM   #11
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
It's a permissions problem. Try

Code:
sudo rm /home/pawn57/Desktop/software.desktop.3A3XAY
This may leave a small associated file (a few hundred bytes) somewhere.
But this won't matter.
 
Old 01-18-2016, 08:57 AM   #12
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JeremyBoden View Post
It's a permissions problem. Try

Code:
sudo rm /home/pawn57/Desktop/software.desktop.3A3XAY
This may leave a small associated file (a few hundred bytes) somewhere.
But this won't matter.


thanks I like what you say it try and this is the screenshot...
Thanks soo much for helping you ar great.
Attached Thumbnails
Click image for larger version

Name:	Screenshot-4.jpg
Views:	77
Size:	274.9 KB
ID:	20572  
 
Old 01-18-2016, 09:22 AM   #13
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 1redto View Post
thanks I like what you say it try and this is the screenshot...
Thanks soo much for helping you ar great.
I will reboot and see if it goes away!!
 
Old 01-18-2016, 09:29 AM   #14
1redto
Member
 
Registered: Jan 2016
Distribution: ubuntu, debian
Posts: 128

Original Poster
Rep: Reputation: Disabled
cool beens!!!!!!!!!!!

I dont know why i had to rebot, but it is gone!!!!!!!
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	33
Size:	259.2 KB
ID:	20573  
 
Old 01-18-2016, 09:31 AM   #15
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 1redto View Post
cool beens!!!!!!!!!!!

I dont know why i had to rebot, but it is gone!!!!!!!
logged out , logged back in might have worked -- it takes apps out of memory and reloads files and stuff needed to be updated in that manner.
 
  


Reply

Tags
desktop, icons



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop sharing (remote desktop) Ubuntu Mate 14.10 taylorkh Ubuntu 5 06-03-2015 10:31 AM
LXer: Ubuntu MATE 15.04 Arrives With MATE Desktop 1.8.2 and MATE Tweak LXer Syndicated Linux News 0 05-15-2015 09:30 AM
Putting the filesystem icon on the MATE desktop buginprogram Linux Mint 2 08-13-2014 02:53 PM
how can I delete an icon on the desktop? peterpan0307 Fedora 8 09-24-2006 06:10 AM
How do i delete my home directory icon on the desktop BajaNick Linux - General 2 08-18-2003 07:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration