Jump to content

ezroller

Members
  • Posts

    877
  • Joined

  • Last visited

Everything posted by ezroller

  1. This is the function that contains that. Its at the end, but part of something else. when I replace this, I get errors: # If you are not using ddd, gdb and know of a way to convey the arguments # over to the prog then add that here- Gagan Saksena 03/15/00 case `basename $debugger` in gdb) echo "$debugger $prog -x /tmp/mozargs$$" $debugger "$prog" -x /tmp/mozargs$$ exitcode=$? ;; ddd) echo "$debugger --debugger "gdb -x /tmp/mozargs$$" $prog" $debugger --debugger "gdb -x /tmp/mozargs$$" "$prog" exitcode=$? ;; *) echo "$debugger $prog ${1+"$@"}" $debugger "$prog" ${1+"$@"} exitcode=$? ;; esac /bin/rm /tmp/mozargs$$ else echo "Could not find a debugger on your system." fi }
  2. ezroller

    clock applet

    you could also just run the gnome taskbar in kde...I forget what its called, but its just like any other app. You can call the taskbars up regardless of what WM you are using. That way, you could still be in KDE, and have both of the clocks.
  3. I'll tell you what...you get that .muttrc up and running...I want a copy. you see.... I unlike everyone else on this thread...is not all about the term... :roll: :roll: :roll:
  4. OK. got it. I have a class I have to get to, but I'll be out in 2 hours and I'll try this some more.
  5. I think in effect, you would have to set up X so that it had dual head support. but I could be wrong. I have an extra laptop here at work. I'll see if I can't reproduce the problem and make some sense of it. Let me understand this: you wanna use the keyboard on the laptop and the trackpad right? its just the monitor you wanted.
  6. :lol: :lol: :lol: too late tyme...ya already lost!!! have some dignity!!! :lol: :lol: :lol:
  7. oh. here it is!! ls -d */. hmmm...that almost makes sense.
  8. these aren't exactly easy on the keyboard, but you can do: ls -l|grep "^d" or find * -maxdepth 0 -type d -exec ls -dal {}; i dunno why the -d option only shows the "." kinda a PITA if you ask me.
  9. well the man entry just says this for the -d switch -d If an argument is a directory, list only its name (not its contents); often used with -l to get the status of a directory. I'll poke around
  10. here's my whole thing from 9.1 # /etc/profile -*- Mode: shell-script -*- # (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> loginsh=1 # Users generally won't see annoyng core files [ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1 if ! echo ${PATH} |grep -q /usr/X11R6/bin; then PATH="$PATH:/usr/X11R6/bin" fi if [ "$UID" -ge 500 ] && ! echo ${PATH} |grep -q /usr/games; then export PATH=$PATH:/usr/games fi umask 022 USER=`id -un` LOGNAME=$USER MAIL="/var/spool/mail/$USER" HISTCONTROL=ignoredups HOSTNAME=`/bin/hostname` HISTSIZE=1000 if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then INPUTRC=/etc/inputrc fi # some old programs still use it (eg: "man"), and it is also # required for level1 compliance for LI18NUX2000 NLSPATH=/usr/share/locale/%l/%N export PATH PS1 USER LOGNAME MAIL HOSTNAME INPUTRC NLSPATH export HISTCONTROL HISTSIZE for i in /etc/profile.d/*.sh; do if [ -x $i ]; then . $i fi done unset i
  11. HAHAHA! sorry. "TTT" is a forum term for "To The Top." its a free bump back to the top of the list so more people see it.
  12. yinyeti: add the whole thing in place of the one line?
  13. bvc, I know I can set it like that, but I like it to also open up my mail application at the same time. Moz 1.3 never did this, and I am just looking for the way to get my old functionality back.
  14. an honest question. actually, the icon I'm clicking is the mailwatch thingy in gkrellm. I need to click it so it resets the remote message count. but it also tries to open the app.
  15. I'm running the new rc3 version of mozilla and here is my problem. When I have a navigator winodw open, and try to run the mail app from another icon on my desktop, it pops the mozilla profile manager. how can I get it to stop doing this and just give me my damn mozilla mail?
  16. have you tried superkaramba? you can find it at www.kde-look.org
  17. isn't it sopmething like startx :--fluxbox i know its something like that.
  18. are you using ext2 or fat on the floppy. either way, MDK should read it.
  19. when you untar it add the -p option. as in: tar -xvzpf filename.tar any luck?
×
×
  • Create New...