Re: command line workspace switch

2003-09-19 Thread Torsten Reuss
Neo wrote: On Thu, 2003-09-18 at 12:24, Torsten Reuss wrote: Neo wrote: Hi All, anybody know of a way to switch workspaces in gnome/ any windowmanager? (on Debian of course ;-) ) The enlightenment window manager comes with a utility called eesh whish is used to send

Re: sed, bash script

2003-09-18 Thread Torsten Reuss
csj wrote: At Tue, 16 Sep 2003 17:08:51 +0200, Matthias Czapla wrote: On Tue, Sep 16, 2003 at 07:39:39AM -0700, Ric Otte wrote: Hi, I would like to run all of the files in some directories through sed, in order to edit the files. I can do it for individual files by typing: cat

Re: command line workspace switch

2003-09-18 Thread Torsten Reuss
Neo wrote: Hi All, anybody know of a way to switch workspaces in gnome/ any windowmanager? (on Debian of course ;-) ) Background: I want a central monitoring station in a 24x7 monitoring environment to cycle automatically through each workspace which each contains a monitoring app.

Re: how do i switch languages with ispell??

2003-09-16 Thread Torsten Reuss
Bruno Boettcher wrote: Hello i have to check texts in my 3 motherlanguages (de,fr,it)... at the moment i reinstall the package ispell each time i have a bunch in another language to check.. this isn't very practical $ man ispell [...] -d file Specify

Re: No sourcing of ~/.profile at login

2003-09-16 Thread Torsten Reuss
I do not have a ~/.profile, but rather a ~/.bash_profile. Perhaps that is what you're looking for? .profile is not parsed if a .bash_profile exists. I don't know with what bash version this behavior was introduced, but you can get normal behavior by just ensuring there is no .bash_profile.

Re: gnome-terminal title

2003-09-16 Thread Torsten Reuss
Dave Howorth wrote: Is there a way to change the title of a gnome-terminal window? I see that some programs (e.g. vim) do it but others (e.g. mysql) do not and it would be nice to know which was which in a list of icons. Thanks, Dave Have a look at the XTerm title mini howto $ apt-get install

Re: No sourcing of ~/.profile at login

2003-09-16 Thread Torsten Reuss
David List wrote: I tried both suggestions: 1) Copying the contents of ~/.profile into ~/.bash_profile. No effect. 2) Removing ~/.bash_profile and /etc/skel/.bash_profile. Still no effect. Hmm. Two more ideas: - Are you sure you are actually using bash as your shell (check in /etc/passwd) ? -

Re: Internet connections on windows machines

2003-09-16 Thread Torsten Reuss
Tom Badran wrote: That sounds much better, Do these work with services that need username/ password combos to get access? I really didnt want to have to administer a windows box if possible and this sounds like a good plan. The username and password sounds like pppoe (PPP over Ethernet), so

Mounting iso images read-write (rw)

2003-09-15 Thread Torsten Reuss
Hi, I've been searching the Net for quite a while to find an answer to this, but I found quite different answers (and often enough no answers). Can Linux mount an iso image read-write via a loopback device? Here is what I am trying and what doesn't work: dogbert:/# ls -l /tmp/test.iso

Re: Where is the file /usr/include/linux/modversions.h ?

2003-09-15 Thread Torsten Reuss
jjluza wrote: hi all. I try to compile a driver (nvnet) which includes the file /usr/include/linux/module.h. This file should include the file /usr/include/linux/modversions.h, but it desn't exist anymore :/ where is this file debian installs a generic set of linux include files in

Re: Compiling Mozilla 1.4 on Debian Woody

2003-09-15 Thread Torsten Reuss
./conftest: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory This might be too obvious, but do you have /usr/local/lib in your /etc/ld.so.conf ? Have you tried setting LD_LIBRARY_PATH to /usr/local/lib? You should also find your

Re: Compiling Mozilla 1.4 on Debian Woody

2003-09-15 Thread Torsten Reuss
This might be too obvious, but do you have /usr/local/lib in your /etc/ld.so.conf ? No, only these: /usr/X11R6/lib /usr/lib/atlas I tried putting /usr/lib /usr/local/lib into the file and that made no difference. You should run ldconfig after making changes to the file. /usr/lib does