Latest version of Raspbian - everything working fine - right up - until!
Using "startx" to get into the GUI and using the GUI pretty much exclusively - mostly light browsing (using Epiphany).
After running for a while (a few weeks), all of a sudden, all the desktop icons are gone - no way to start anything up - not even a terminal. All you see on the screen is a Trash Can and the big raspberry (background). Right clicking just gets a menu of things like cutting and pasting and new folders.
The only way to get a terminal going (so that you can run stuff) is to go to another tty (e.g., another virtual console or ssh in) and launch lxterminal with the DISPLAY set to :0.
Anyway to quickly fix this - get the icons back - without re-imaging?
Note: This happened after a power cut, so it could be some form of SD card corruption.
Also note: The implication here is that it is probably not worth re-imaging - it is actually workable as is - but if there is some easy fix, I'd like to try it.
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
All my icons are gone!
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: All my icons are gone!
Have you got a taskbar ? If not has it moved off the screen ?, if you move the mouse cursor near the edge does it appear ?
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: All my icons are gone!
Is there some way to re-install the "desktop" ?
That is, some sort of:
sequence...?
That is, some sort of:
Code: Select all
apt-get remove ...
apt-get install ...
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
- DougieLawson
- Posts: 40821
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: All my icons are gone!
Re-install raspberrypi-ui-mods
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: All my icons are gone!
Thanks. Yeah, I thought that it was something like that.DougieLawson wrote:Re-install raspberrypi-ui-mods
I'll let you know if it works...
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: All my icons are gone!
Pressing Alt-F2 should bring up the "Run command" dialogue box, so you can start a terminal from there until you get it fixed. (At least I think this works on lxde, it is pretty standard across DEs).
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: All my icons are gone!
Yes, that works. Thanks.rpdom wrote:Pressing Alt-F2 should bring up the "Run command" dialogue box, so you can start a terminal from there until you get it fixed. (At least I think this works on lxde, it is pretty standard across DEs).
BTW, here's another thing that's funny. Normally, the right click menu In GUIs gives you a way to run stuff, but here (in the Raspbian GUI), the right click menu is useless (some stupid stuff about "folders", whatever that means...). But, interestingly, there is an option buried in that (otherwise useless) menu that brings up a "configuration" menu, and, amazingly, there is an option buried somewhere in that "configuation" menu that switches the "right click" menu to something useful. That "something useful" allows you to run stuff (Terminal, web browser). So, doing all that turned out to be my "quick fix" to this problem.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: All my icons are gone!
I tried this, but it didn't change anything.DougieLawson wrote:Re-install raspberrypi-ui-mods
Alas...
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: All my icons are gone!
An update. I finally got around to fixing this (this is on a client machine - somehow the client managed to f*** it up)Joe Schmoe wrote:I tried this, but it didn't change anything.DougieLawson wrote:Re-install raspberrypi-ui-mods
Alas...
Anyway, the fix is to refresh (from a working machine) this file:
Code: Select all
~/.config/lxpanel/LXDE-pi/panels/panel
I figured this out from "man lxpanel" and a lot of trial-and-error.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: All my icons are gone!
Allo,
Lost my icons too. The pi was running for a few days and suddenly all the icons disapear. I rebooted and they came back. This happens 2015-06-12. The PI2 was updated the day before.
Lost my icons too. The pi was running for a few days and suddenly all the icons disapear. I rebooted and they came back. This happens 2015-06-12. The PI2 was updated the day before.
-
- Posts: 59
- Joined: Mon Jul 29, 2013 4:37 pm
Re: All my icons are gone!
And ifr you havent got a working machine to copy from?
-
- Posts: 59
- Joined: Mon Jul 29, 2013 4:37 pm
Re: All my icons are gone!
Ah worked it out.
In a terminal:
sudo adduser temp
fill in details as reqd
You then need to log in as temp and go into LXDE destop so it creates the default panels file
you may need to sudo raspi-config
so you can login as temp
then login to your normal user and copy the new one over
sudo cp /home/temp/.config/lxpanel/LXDE-pi/panels/panel ~/.config/lxpanel/LXDE-pi/panels/panel
then set yourself as owner of the file
sudo chown pi ~/.config/lxpanel/LXDE-pi/panels/panel
if you've set an easy password on temp then use sudo deluser temp to clear it out or set it to something secure.
In a terminal:
sudo adduser temp
fill in details as reqd
You then need to log in as temp and go into LXDE destop so it creates the default panels file
you may need to sudo raspi-config
so you can login as temp
then login to your normal user and copy the new one over
sudo cp /home/temp/.config/lxpanel/LXDE-pi/panels/panel ~/.config/lxpanel/LXDE-pi/panels/panel
then set yourself as owner of the file
sudo chown pi ~/.config/lxpanel/LXDE-pi/panels/panel
if you've set an easy password on temp then use sudo deluser temp to clear it out or set it to something secure.
Re: All my icons are gone!
Help pls. How do i enter into LXDE? When i use "startx" i get errors.
I have the same issue all icons are gone and startup scripts do not initiate.
I have the same issue all icons are gone and startup scripts do not initiate.
Re: All my icons are gone!
tried what madtom1999 said but i still cant get the + - X in the corner of each client windows to come back. any sugestions? what is this called anyways if i had teh term i could maybe google it
Re: All my icons are gone!
Hello,
me happened the same, i just ran a to fix the packages.
If to you it don't works, try to run And, if necessary, run again
I hope it works
IanPP
me happened the same, i just ran a
Code: Select all
sudo dpkg --configure -a
If to you it don't works, try to run
Code: Select all
sudo apt update
Code: Select all
sudo apt upgrade
Code: Select all
sudo dpkg --configure -a
I hope it works

IanPP