On Sun, Oct 08, 2006 at 23:40:30 -0700, Peter Easthope wrote: > At Sun, 8 Oct 2006 15:11:51 -0400 Roberto C. Sanchez wrote, > > vncserver backgrounds itself by default. > > ... > > Thanks for answering all my questions. > > rs> Modify the script to run startxfce. > > OK ... but "which startxfce" finds nothing and > startxfce is not visible in the dselect package > list. Where is it? Do I write it?
The package "apt-file" is very useful, especially if you are new to Debian. It can do this: $ apt-file search startxfce xfce4-utils: usr/bin/startxfce4 xfce4-utils: usr/share/man/man1/startxfce4.1.gz So you will need to install (at least) the "xfce4-utils" package. To find commands that are already installed on your system you can use locate startxfce dpkg -S startxfce dlocate -S startxfce (The dlocate command is in package "dlocate". dlocate queries are considerably faster than their dpkg analogues.) -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]