Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-27-2003, 12:18 PM
|
#1
|
LQ Newbie
Registered: Jan 2003
Distribution: RedHat 9
Posts: 5
Rep:
|
switchdesk.png
Lately, when logging into Gnome 2.2 (Redhat9) I get an error message "switchdesk.png" not found. Details: file doesn't exist. I can't remember deleting such a file, I didn't even know it existed. This happened after quite some reorganisation of panels, drawers etc and doesn't happen when I loogin as root or another user.
Can anyone give me some advise on what this file is and where it belongs (maybe post it) ?
Thanks it advance
George
Alternatively, is there a way to change permissions for a whole folder, including all subdirectories and files ? If so, please tell me, I could just copy all the stuff over and have *relatively* little work to make everything working again.
|
|
|
04-27-2003, 03:24 PM
|
#2
|
LQ Newbie
Registered: Jan 2003
Location: Rhode Island
Distribution: Debian, Gentoo
Posts: 23
Rep:
|
To change permissions on a whole directory use this command:
chown -R user.group directory
The -R means recursive.
As for the switchdesk.png file, it's probably an image needed by one of your applications. I don't use RH or Gnome so I can't give you a definite fix for the problem. But this is what I would do if it were me.
Search your computer's config files to see what config file is calling it and where it expects to find it:
grep -r switchdesk.png /*
This will probably take a long time and might return a lot of results. If you want, you can pipe the output of this to a file so you can go through it easily.
grep -r switchdesk.png /* > locate_switchdesk.txt
If that tells you where the file should be located, you can search your computer to see if it still exists using:
find / -name switchdesk.png
and copy it to where it needs to be to launch Gnome.
I'm sure some of the other guys here will be able to help you a lot more than I can on this.
Last edited by davisfactor; 04-27-2003 at 03:30 PM.
|
|
|
04-27-2003, 08:20 PM
|
#3
|
Senior Member
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Rep:
|
could be an icon image it's looking for
|
|
|
04-27-2003, 09:12 PM
|
#4
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Switchdesk is a redhat program to change desktops, from gnome to kde for example, if you don't use switchdesk then you won't need to worry about the missing image file.
|
|
|
04-29-2003, 01:26 PM
|
#5
|
LQ Newbie
Registered: Jan 2003
Distribution: RedHat 9
Posts: 5
Original Poster
Rep:
|
Thanks for your replies.
The problem decided to dissapear (again, don't know why), it probably will stay an unsolved mystery.
George
|
|
|
04-29-2003, 05:02 PM
|
#6
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Try switchdesk and see if it works ok.
|
|
|
08-08-2003, 03:02 AM
|
#7
|
LQ Newbie
Registered: Aug 2003
Distribution: redhat 9
Posts: 17
Rep:
|
Im having same problem....Im assuming from what I have read here that it is a redhat 9 thing, which is my distro as well.
trying the fix posted right now, will give more details later.
personally...I dont like it when problems go away on their own..usually that means something just got worse, and the problem didnt go away it actually got worse. but that may just be the paranoid in me.
edit:
actually it turns out that the grep -r switchdesk.png /* command returns null for me. nothing happens. blink blink blink. my fault, Im sure, but ....
hmmmm.
did you hear that?
Last edited by Brutal; 08-08-2003 at 03:04 AM.
|
|
|
All times are GMT -5. The time now is 02:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|