Jump to content

beesea

Members
  • Posts

    219
  • Joined

  • Last visited

Posts posted by beesea

  1. I would like if I could change the behavior to something more like MS Windows or Gnome, where the most recently used application will be switched to by hitting Alt+Tab (mapped to NextWindow 0 in fluxbox).

    as far as i know there is no way to do this in fluxbox. i'd like to see this behavior as well so if anyone knows if this is possible, please share!

  2. after playing around with it for a few days i finally got it to configure correctly (and compile). it seems that configure wasn't looking in the correct places for includes, which is why it complained about not finding gtk.h. so i ran configure like this:

     CPPFLAGS="-I/usr/include/gtk-2.0 -I/usr/include/gtk-2.0/gtk -I/usr/include/glib-2.0 -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0" LIBS="-lgtk-x11-2.0" ./configure

    i'm not sure how many -I flags were actually needed because i added whatever I thought would need.

  3. i also use a HP 722C. here's how to fix the update problem: after you install the updates edit the file /etc/pnm2ppa.conf and comment out the line that reads:

    version 0

    you can uncomment the line for your actual model, but i never did and that doesn't seem to cause any problems

  4. you have to set the run action for those particular types. when you right-click on the file, there should be some option called "set run action". just on that and set it. see the manual for more info

  5. Hmmmmm...I have gvim in my toolbar in Gnome and I added the command line switch to the command to start it (using "Properties"), but when I booted into Windows and back, it was reverted back to its original state. Can I avoid that?

     

    i figured out how to set the color scheme in .gvimrc. just add the line:

    colorscheme elflord

    substitute elflord for whatever scheme you want, of course

    which advantages do you see of using gvim over plain text vim

    as bvc said, you don't have to remember every command because there's a toolbar and menu. also, i turn off word wrapping in the gui and that makes things much easier to read

  6. here's the error message from .configure:

    checking for GTK+ - version >= 2.0.0... no
    
    *** Could not run GTK+ test program, checking why...
    
    *** The test program failed to compile or link. See the file config.log for the
    
    *** exact error that occured. This usually means GTK+ is incorrectly installed.
    
    configure: error:
    
    *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
    
    *** development headers installed. The latest version of GTK+ is
    
    *** always available at http://www.gtk.org/.

    here's the section of config.log that states the error:

    configure:12539: checking for GTK+ - version >= 2.0.0
    
    configure:12680: result: no
    
    configure:12716: gcc -o conftest -g -O2 -I/opt/include -I$(top_srcdir)    confte
    
    st.c -lnsl   >&5
    
    configure:12696:21: gtk/gtk.h: No such file or directory
    
    configure: In function `main':
    
    configure:12708: `gtk_major_version' undeclared (first use in this function)
    
    configure:12708: (Each undeclared identifier is reported only once
    
    configure:12708: for each function it appears in.)
    
    configure:12708: `gtk_minor_version' undeclared (first use in this function)
    
    configure:12708: `gtk_micro_version' undeclared (first use in this function)
    
    configure:12719: $? = 1
    
    configure: failed program was:
    
    #line 12694 "configure"
    
    #include "confdefs.h"
    
    
    
    #include <gtk/gtk.h>
    
    #include <stdio.h>
    
    
    
    #ifdef F77_DUMMY_MAIN
    
    #  ifdef __cplusplus
    
        extern "C"
    
    #  endif
    
      int F77_DUMMY_MAIN() { return 1; }
    
    #endif
    
    int
    
    main ()
    
    {
    
    return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
    
    ;
    
     return 0;
    
    }

     

     

    i know i have the gtk2 devel package installed. i can locate gtk.h. when i first got this error message i figured the latest commit was bad. i waited a few days, updated, and i still get this message.

     

    i've successfully compiled gaim cvs numerous times in the past, anyone know why this is failing?

  7. for some reason mozilla started again. i don't know why it all of a sudden works again, but its all good now

    The latest Mozilla is 1.3a, might want to upgrade

    yeah i know, but up until this mishap i was perfectly happy with 1.1. if it turns out that this little problem isn't just an oddball occurrence, then i'll probably upgrade

  8. last night i was looking at a web page, and i went to find something on that page. so i hit ctrl-f to bring up the search dialog and mozilla (1.1) crashed on me. now it doesn't start up at all. starting mozilla from the command line yields no error messages. anyone know whats wrong?

  9. There's is not a gvim rpm, it's part of vim-X11.....on the CD's.

     

    install the vim-X11 package. although if you're having this much trouble just getting it installed, maybe vi isn't your type of editor. its not exactly the most user-friendly app out there

  10. it happened again! i have no idea what causes this, but its really annoying. anyway, i tried doing what i did last time and everything else suggested last time this happened but nothing works. now i'm left with an opera (uses qt) that doesn't have windows fonts available to it. can anyone help?

×
×
  • Create New...