LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-10-2017, 11:58 AM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
How to get desktop icons to show images?


I'm using Xubuntu 16.04 and my desktop is loaded with icons. Sometimes the icons (many are .jpgs) show the images but more often than not they don't. It is very helpful being able to see the images. Is there any way to get the images to appear all the time? Thanks.
 
Old 02-10-2017, 08:37 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
in the desktop manager are the settings to
-- get this it is odd

display thumbnails ?
do not display thumbnails

for the "icon=/usr/share/icons/image.jpg" in the *.desktop file
to be used and NOT!!! the text in the *.desktop file
the folder /home/UserName/Desktop must be set to NOT!!!! display thumbnails

get it ??? it is a bit wonky
 
1 members found this post helpful.
Old 02-10-2017, 08:45 PM   #3
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,250
Blog Entries: 21

Rep: Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499
Screenshot offsite place I use when trying to get a point across is http://www.postmyimage.com/

Then I include the url in my answers to questions. In your case. You post some shots of what, where, and how you tried.

Just a friendly suggestion.

https://forums.linuxmint.com/viewtop...?f=110&t=37798

Last edited by rokytnji; 02-10-2017 at 08:48 PM.
 
1 members found this post helpful.
Old 02-10-2017, 11:16 PM   #4
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by John VV View Post
in the desktop manager are the settings to
-- get this it is odd

display thumbnails ?
do not display thumbnails

for the "icon=/usr/share/icons/image.jpg" in the *.desktop file
to be used and NOT!!! the text in the *.desktop file
the folder /home/UserName/Desktop must be set to NOT!!!! display thumbnails

get it ??? it is a bit wonky
Thanks John. I unchecked the box (see screenshot to make sure I was in the right place) but although the icons are on the desktop I can't see any images. Maybe the computer needs to restart for it to take effect.
Attached Thumbnails
Click image for larger version

Name:	Selection_086.png
Views:	42
Size:	49.9 KB
ID:	24210  
 
Old 02-10-2017, 11:19 PM   #5
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by rokytnji View Post
Screenshot offsite place I use when trying to get a point across is http://www.postmyimage.com/

Then I include the url in my answers to questions. In your case. You post some shots of what, where, and how you tried.

Just a friendly suggestion.

https://forums.linuxmint.com/viewtop...?f=110&t=37798
Thanks rokytnji. I don't have any video files so that synaptic thing wouldn't help me, but the weird thing about it is sometimes it displays the images and sometimes it doesn't.
 
Old 02-10-2017, 11:37 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
there will be a setting to set ALL!! folders to the same setting
or
set every folder by hand and every folder can be different

it is not a single folder setting like you posted but a desktop manager system setting

also make 100% sure that the location toy use is correct

an example for my HP calculator Desktop file
Code:
[Desktop Entry]
Categories=Utility;Calculator;
Comment[en_US]=
Comment=
Encoding=UTF-8
Exec=/DATA/nonpareil/bin/HP11c.sh
GenericName[en_US]=HP-Calculator
GenericName=HP-Calculator
Icon=/DATA/nonpareil/bin/11c.png
MimeType=
Name[en_US]=HP-11c
Name=HP-11c
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
make sure that the icon you use IS in the path
Icon=/DATA/nonpareil/bin/11c.png

and this was not a screenshot
Icon=/DATA/nonpareil/bin/11c.png
but the icon location

Last edited by John VV; 02-10-2017 at 11:38 PM.
 
Old 02-11-2017, 01:25 PM   #7
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by John VV View Post
there will be a setting to set ALL!! folders to the same setting
or
set every folder by hand and every folder can be different

it is not a single folder setting like you posted but a desktop manager system setting

also make 100% sure that the location toy use is correct

an example for my HP calculator Desktop file
Code:
[Desktop Entry]
Categories=Utility;Calculator;
Comment[en_US]=
Comment=
Encoding=UTF-8
Exec=/DATA/nonpareil/bin/HP11c.sh
GenericName[en_US]=HP-Calculator
GenericName=HP-Calculator
Icon=/DATA/nonpareil/bin/11c.png
MimeType=
Name[en_US]=HP-11c
Name=HP-11c
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
make sure that the icon you use IS in the path
Icon=/DATA/nonpareil/bin/11c.png

and this was not a screenshot
Icon=/DATA/nonpareil/bin/11c.png
but the icon location
John, I'm really sorry but I don't know what I'm supposed to do from your instructions.
 
Old 02-11-2017, 03:01 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,250
Blog Entries: 21

Rep: Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499Reputation: 3499
Well. I am finally on my XFCE desktop in my bike shop. So I figured I would just play a little with one data partition icon on my Desktop.

https://s23.postimg.org/voihjsj1n/Screenshot.png

I had to log out and log back in to get it to take. I right clicked on my Data partition icon.
I next picked picked Properties>Emblem. Then I gave it a google/picasa looking emblem as a label of sorts.

If it is not what you want. Oh well. Sorry. I don't read minds well in 92F heat outside here. Signing off to get me some liquid refreshment.

It is freaking hot today.

Last edited by rokytnji; 02-11-2017 at 03:03 PM.
 
Old 02-11-2017, 03:53 PM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i think he means images show up with image thumbnails on the desktop.

not sure why it isn't working for you, but here it works.
Attached Thumbnails
Click image for larger version

Name:	1486849551.png
Views:	31
Size:	34.7 KB
ID:	24220  
 
1 members found this post helpful.
Old 02-12-2017, 01:06 PM   #10
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by rokytnji View Post
Well. I am finally on my XFCE desktop in my bike shop. So I figured I would just play a little with one data partition icon on my Desktop.

https://s23.postimg.org/voihjsj1n/Screenshot.png

I had to log out and log back in to get it to take. I right clicked on my Data partition icon.
I next picked picked Properties>Emblem. Then I gave it a google/picasa looking emblem as a label of sorts.

If it is not what you want. Oh well. Sorry. I don't read minds well in 92F heat outside here. Signing off to get me some liquid refreshment.

It is freaking hot today.
Thanks rokytnji but that's not it. (Hope you cooled off!)
 
Old 02-12-2017, 01:09 PM   #11
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by ondoho View Post
i think he means images show up with image thumbnails on the desktop.

not sure why it isn't working for you, but here it works.
That's what I need, Ondoho. I recognized that top window. (I'd done something with it before.) Thing is, I can figure out how to get to that File Manager Preferences window.
 
Old 02-13-2017, 03:00 PM   #12
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Well, with help, I found the File Manager window but no matter how I configured it, it didn't display the images in the icons. (And I remember doing something there that displayed them.)
 
Old 02-13-2017, 07:00 PM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
open the desktop file in gedit or kate and EDIT it
the file extension .desktop might not be displayed
the "desktop" folder is not treated as a normal folder
 
Old 02-14-2017, 09:49 AM   #14
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 831

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by rokytnji View Post
Well. I am finally on my XFCE desktop
Is this AntiX operating system?
 
Old 02-14-2017, 02:02 PM   #15
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by John VV View Post
open the desktop file in gedit or kate and EDIT it
the file extension .desktop might not be displayed
the "desktop" folder is not treated as a normal folder
John, I've got Kate and use it to edit html pages but doing what you suggest is over my head. If I knew more, I'm sure it would be a snap. Thanks.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Want To Register Images For Desktop Icons In Debian Linux sauravsarkar Linux - Newbie 7 09-26-2015 01:44 PM
Fedora 15 desktop does not show any icons and also right click inactive mostafijurrahaman2013 Linux - Desktop 3 01-04-2014 12:07 PM
LXer: Show/Hide files and icons in your linux desktop LXer Syndicated Linux News 0 01-17-2011 05:20 PM
Damaged Desktop does not show icons for contents jrp Linux - Software 2 04-18-2007 11:08 PM
KDE and Show mount icons on desktop Lokheed Linux - Software 0 12-08-2004 01:52 AM

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

All times are GMT -5. The time now is 07:53 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