Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
|
|
11-19-2010, 10:11 AM
|
#1
|
Member
Registered: Aug 2010
Posts: 41
Rep:
|
Desktop icons missing, right click doesn't work, Places-connect to network missing
Desktop icons missing, right click doesn't work, the Places menu is missing the "connect to server", " Network Servers" links.
Many things were done yesterday, uninstalled-reinstalled samba, uninstalled-reinstalled java, (had to do for patch releases to install properly) installed multiple patch releases so I'm not sure what caused the issue. Another user has the same issue with the desktop.
I'm still in a Linux learning process so if someone has a place for me to check or something to try I'd be grateful.
|
|
|
11-19-2010, 11:53 AM
|
#2
|
Member
Registered: Aug 2009
Location: London North West
Distribution: x86_64 Slack 13.37 current : +others
Posts: 459
Rep:
|
You don't say what distribution you are using or what desktop... ? and stuff like that... LOL
|
|
|
11-19-2010, 12:43 PM
|
#3
|
Member
Registered: Aug 2010
Posts: 41
Original Poster
Rep:
|
Sorry. Using Redhat Enterprise Linux Server 5.5
|
|
|
11-23-2010, 10:08 AM
|
#4
|
Senior Member
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094
Rep:
|
So I assume you're using GNOME. In which case sounds like maybe some nautilus packages are missing and/or nautilus isn't working properly. Whilst logged in try opening a terminal and typing.
If there is no output from that command nautilus is not running. In that case try typing
and see what happens. Post any output here.
(Don't type the $ that represents your command prompt)
|
|
|
11-24-2010, 05:38 AM
|
#5
|
Member
Registered: Aug 2010
Posts: 41
Original Poster
Rep:
|
Yes I'm pretty sure it's GNOME
pidof nautilus returns
a blank line
and
nautilus returns
-bash: nautilus: command not found
Also did rpm -qa | grep nautilis
installed-
nautilus-extensions-2.16.2-7.el5
nautilus-cd-burner-2.16.2-7.el5
nautilus-extensions-2.16.2-7.el5
nautilus-open-terminal-0.6-7.el5
nautilus-cd-burner-2.16.2-7.el5
Last edited by BlackCrowe; 11-24-2010 at 05:41 AM.
|
|
|
11-24-2010, 05:43 AM
|
#6
|
Senior Member
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094
Rep:
|
In that case I suggest installing nautilus. Not sure what the relevant package is called in Red Hat Enterprise but it should be easy enough to determine. It might very well just be called 'nautilus'.
|
|
1 members found this post helpful.
|
11-24-2010, 10:02 AM
|
#7
|
Member
Registered: Aug 2010
Posts: 41
Original Poster
Rep:
|
I went ahead and installed nautilus-2.16.2-7.el5.x86_64.rpm which did the trick.
Thanks.
|
|
|
11-24-2010, 10:14 AM
|
#8
|
Senior Member
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094
Rep:
|
I just noticed your edit to your earlier post listing various nautilus related packages you had installed. This makes me think you should look for other packages that should be installed but aren't. The nautilus-whatever packages you list will have nautilus as a dependency. So if you were to ask for one of them to be installed and nautilus wasn't already installed, nautilus would get installed. That they were installed and nautilus wasn't means your dependencies were broken. Which is Bad. That situation should not have occurred.
I'm afraid I don't actually know how you go about verifying dependencies on Red Hat. on SuSE distros you can use 'zypper verify' which will check that all dependencies for all packages installed are actually installed. The closest I can see for Red Hat is 'yum deplist'. But I'm not convinced that's equivalent.
One trick that should work to make sure you have all dependencies for a package installed would be to forcefully remove it then ask yum to install it again.
Code:
$ rpm -e --nodeps nautilus-extensions
$ yum install nautilus-extensions
You obviously can't do that for every package though.
|
|
|
11-26-2010, 07:23 AM
|
#9
|
Member
Registered: Aug 2010
Posts: 41
Original Poster
Rep:
|
I got it working after installing "nautilus-2.16.2-7.el5.x86_64.rpm". Everything seems to be working ok now.
|
|
|
All times are GMT -5. The time now is 10:02 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
|
|