LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-16-2005, 11:59 AM   #1
Oh Cisco
Member
 
Registered: Jul 2004
Location: Phoenix
Distribution: debian etch
Posts: 95

Rep: Reputation: 15
Icewm won't shutdown with Nautilus


I have built a Linux from scratch system to learn. I am using kernel 2.6.8 with icewm, I have been using command line to do the file manipulation so far. Here is my problem, this computer will eventually be a family computer so it needs a desktop file manager that is similar to windows, so everyone else in the house doesn't have a heart attack. I have tried rox-filer, dfm, idesk and nautilus, dfm and idesk won't work for my purposes so that leaves rox and nautilus. Rox works well and does not interfere with icewm, Nautilus is the closest to windows but will not allow icewm to shutdown or reboot (I have to do this thru command line). From what I have read Icewm will only shutdown if all the other programs will shutdown, so I guess Nautilus will not give up easily. Does anyone have a solution.
 
Old 01-16-2005, 07:09 PM   #2
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
"I have built a Linux from scratch system to learn. I am using kernel 2.6.8 with icewm, I have been using command line to do the file manipulation so far."


Do you mean you're launching Nautilus from the command line?


"Here is my problem, this computer will eventually be a family computer so it needs a desktop file manager that is similar to windows, so everyone else in the house doesn't have a heart attack."

Using Nautilus defeats the purpose of using IceWM, it's heavy and slow. Install 'xfe' it doesn't get any more 'windows-esque' than that, it is fast as lightning and after you configure it and change the base, background colors plus the size of the fonts, looks pretty spiffy.


"I have tried rox-filer, dfm, idesk and nautilus, dfm and idesk won't work for my purposes so that leaves rox and nautilus."


IIRC, dfm and idesk are programs to place icons on the desktop, not file managers, is that what you are trying to do?

You can place icons on the taskbar with 'iceme', or launch them with the Fn keys, see the sticky on Debian Configuration.

"Rox works well and does not interfere with icewm, Nautilus is the closest to windows but will not allow icewm to shutdown or reboot (I have to do this thru command line)."

Please elaborate, what does Nautilus have to do with shutting down the machine, i'm confused. If you look at the icewm preferences, the shutdown command is 'sudo /sbin/shutdown -h now' or halt. Install 'sudo' and follow the instructions from the sticky above mentioned.


"From what I have read Icewm will only shutdown if all the other programs will shutdown,"

Not true. At least not on Debian, i don't use LFS, so...

"so I guess Nautilus will not give up easily. Does anyone have a solution."

Install xfe and under View, enable 'hidden files', configure the looks to your liking, and install sudo, read the sticky. In there, there is a posting by yours truly (IceWM Tips)

Happy trails...


..

Last edited by macondo; 01-16-2005 at 07:23 PM.
 
Old 01-16-2005, 08:02 PM   #3
Oh Cisco
Member
 
Registered: Jul 2004
Location: Phoenix
Distribution: debian etch
Posts: 95

Original Poster
Rep: Reputation: 15
I guess I need to post more info, I am trying to make the system as familiar as possible to everyone that wil be using it and it be totally linux. I am currently using xfe and command line to add and change things to the way I want, please don't yell at me, i.e look and behave similar to M$ windows, so Nautilus and Rox have desktop icons and the ability to drag and drop.

I launch (nautilus or Rox) and icewm from .xsession

I do have sudo installed and running correctly to shutdown and reboot, until nautilus is running and then the shutdown and reboot stop working. If I kill nautilus first then the shutdown and reboot work again. That is what I am wondering about.

I am going to look into xfe more it sounds like I am not using it to the fullest.

I will also go and read what you wrote about icewm.

Thanks, macondo
 
Old 01-17-2005, 04:09 AM   #4
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Xfe is nice. For desktop icons use idesk. First install idesk and xdialog using apt-get. Then go to this page: http://users.netwit.net.au/~pursang/idesk-extras.html to download the tarball that contains the idesktool script and some pretty icons plus the instructions on how to use idesktool. Soon you'll have your Windows-like desktop -- only better, of course, because it's GNU/Linux.
 
Old 01-17-2005, 07:56 AM   #5
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
"please don't yell at me, i.e look and behave similar to M$ windows,"

A man has to do, what a man has to do. Ultimately, no Linux nazi, is gonna be there when your folks start complaining and asking the same questions over and over.
In addition to the regular apps, i also use Opera and Pine, that's what i like, and the few times that somebody has started pontificating, he has been subject to my self-righteous wrath.

XFE: during the configuration do it in stages, first the colors, say yes, it shut off, and it will come back with the new colors, then the fonts and size. If you do everything at once, it won't work.

Here's part of my ~/.icewm/keys:

key "F1" aterm
key "F2" xfe
key "F3" xchat
key "F4" mozilla-firefox
key "F5" opera
key "F6" oowriter

once i discovered this, there was no need for icons.

As for closing all the apps before shutting down the box completely, i guess i do it automatically, one by one, with Alt + F4 in IceWM and then press F1 and once in aterm, use sudo, it's faster, but that's just me.

Last edited by macondo; 01-17-2005 at 08:04 AM.
 
Old 08-11-2009, 02:01 AM   #6
chungjoe
LQ Newbie
 
Registered: Aug 2009
Posts: 1

Rep: Reputation: 0
Thumbs up

I am using icewm/nautilus in a lab setting, mostly because nautilus comes the closest to a "familiar" experience for most users (newbies) when it comes to auto-mounting usb devices. (I'll probably go to the lighter rox solution when I can figure out halevt.)

I start nautilus through the icewm 'startup' script (/etc/X11/icewm/startup):

#!/bin/sh
# start nautilus on icewm startup
nautilus &


I have a custom /usr/local/bin/icewm-exit script that does the following:

pkill -u $USER nautilus; pkill -u $USER icewm


I set up the /usr/local/bin/icewm-exit script to be called through the icewm 'preferences' file (/etc/X11/icewm/preferences):

...
# Command to start logout
# jchung set this:
LogoutCommand="/usr/local/bin/icewm-exit"
...


Quote:
Originally Posted by Oh Cisco View Post
I have built a Linux from scratch system to learn. I am using kernel 2.6.8 with icewm, I have been using command line to do the file manipulation so far. Here is my problem, this computer will eventually be a family computer so it needs a desktop file manager that is similar to windows, so everyone else in the house doesn't have a heart attack. I have tried rox-filer, dfm, idesk and nautilus, dfm and idesk won't work for my purposes so that leaves rox and nautilus. Rox works well and does not interfere with icewm, Nautilus is the closest to windows but will not allow icewm to shutdown or reboot (I have to do this thru command line). From what I have read Icewm will only shutdown if all the other programs will shutdown, so I guess Nautilus will not give up easily. Does anyone have a solution.

Last edited by chungjoe; 08-11-2009 at 02:02 AM.
 
Old 08-11-2009, 06:06 AM   #7
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
If you want a quick fix for usb mounting, why don't you just make a quick scrip they could run, that way you wouldn't have to deal with nautilus? Really that's all it is, a script, if you want "windows" like features scripts are easy enough. I could run a mount scrip through init or cron or whatever (it's 4am) for cds and if i had the mount folders set up in thunar as soon as i pop in a disc and it's mounted it would show up in thunar. I think there's an automount for debian somewhere... Or, if it's for home, you could make a shutdown scrip to kill nautilus before it shuts down. Really idk, that might be part of the problem that it's not terminating running processes for shutdown.
 
  


Reply



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
I want to be able to shutdown IceWM walterbyrd Linux - Software 1 03-19-2005 05:25 PM
Gnome Nautilus compile failed in [nautilus-printer.lo] chunlee Linux - Software 5 01-24-2005 04:57 PM
IceWM reboot and shutdown Dasc Linux - General 4 12-19-2004 04:22 PM
Running Nautilus on IceWM GT_Onizuka Linux - Software 0 05-06-2004 06:32 PM
shutdown from icewm zokik Linux - General 8 02-06-2004 08:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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