Search Results - JustLinux Forums


Search:

Type: Posts; User: x_Ray

Page 1 of 9 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    777

    Check my post here......

    Check my post here...
    http://justlinux.com/forum/showthread.php?s=&threadid=131035
  2. Replies
    0
    Views
    730

    Desktop specific menus in fluxbox

    Ever wanted to have specific menus for specific desktops in flux? I did, and after a little tinkering I found out fluxbox already has everything needed to do it.

    First you'll need to create a menu...
  3. Replies
    29
    Views
    2,287

    username@hostname dirname % root@hostname ...

    username@hostname dirname %

    root@hostname dirname %
  4. Thread: stop making PNGs

    by x_Ray
    Replies
    23
    Views
    2,271

    /me tries to care...fails miserably...begins...

    /me tries to care...fails miserably...begins using tiff's instead
  5. Replies
    3
    Views
    706

    $! will always be set to the pid of last command...

    $! will always be set to the pid of last command executed. So you could do something like:



    some_prog &
    echo $! > /tmp/some_prog.pid


    And later fi youd need it again
  6. Replies
    506
    Views
    75,229

    They just make the contract, its up to you to...

    They just make the contract, its up to you to agree to and sign it. What kind of fool would actually sign such a thing though is beyond me...
  7. Replies
    6
    Views
    809

    Keep in mind that SDL is currently limited to one...

    Keep in mind that SDL is currently limited to one top level window, so if your app is gonna need more than that your gonna have to look for other solutions. Also think about any other libraries you...
  8. Replies
    6
    Views
    809

    I've grown fond of SDL in the last couple months....

    I've grown fond of SDL in the last couple months. With it and a couple add on libs(SDL_Image, SDL_TTF, etc), I have everything I need. I've used mingw in windows to build the programs without...
  9. Thread: gdb question(s)

    by x_Ray
    Replies
    11
    Views
    898

    There may be a switch to enable debugging from...

    There may be a switch to enable debugging from the configure script, try `./configure --help' and see if you see anything.

    Or, configure should pickup the CFLAGS variable, so do the following...
  10. Replies
    35
    Views
    6,237

    1GB

    1GB
  11. Replies
    7
    Views
    967

    Also: $(echo $filename | tr '_' ' ')

    Also:



    $(echo $filename | tr '_' ' ')
  12. Replies
    30
    Views
    2,674

    I think theres plenty of easy to install, easy to...

    I think theres plenty of easy to install, easy to setup distros out there already.

    The thing is, a *nix based os is just vastly different from its windows counterpart(thank god). You simply cannot...
  13. Thread: writing a script

    by x_Ray
    Replies
    2
    Views
    823

    The whole deal has to be on one line? try: ...

    The whole deal has to be on one line?

    try:

    if [[ "$(who -q|grep \#|cut -d'=' -f2)" -lt "10" ]]; then RUN_COMMAND; fi

    replacing RUN_COMMAND with the command of course...
  14. Replies
    5
    Views
    1,402

    http://www.csh.rit.edu/~benjamin/programs/program....

    http://www.csh.rit.edu/~benjamin/programs/program.php?program=KAudioCreator
  15. I have this in my ~/.vimrc, so I can then just...

    I have this in my ~/.vimrc, so I can then just use F6 to toggle paste on and off.

    map <F6> :set paste!<CR>
  16. Thread: winex3 window

    by x_Ray
    Replies
    3
    Views
    738

    Edit your ~/.transgaming/config file, under...

    Edit your ~/.transgaming/config file, under [x11drv], uncomment the "Desktop" option and change it to the size you want(usually res your game is set at).

    Its better to do this on an appdefault...
  17. Replies
    2
    Views
    548

    You can do it like this. # vars.sh ...

    You can do it like this.



    # vars.sh

    foo="bar"
    bar="hello world"
  18. Replies
    31
    Views
    7,257

    Try -lqt-mt instead of -lqt. Being as -lqt-mt is...

    Try -lqt-mt instead of -lqt. Being as -lqt-mt is Qt with threading support, which is almost certainly what you have installed. My distro creates symlinks for libqt.so which point to the real...
  19. Replies
    3
    Views
    435

    ImageMagick (http://www.imagemagick.org/) might...

    ImageMagick might be of interest to you.
  20. Replies
    18
    Views
    1,579

    I almost sat down and wrote a long boring...

    I almost sat down and wrote a long boring response to explain further, but then I realized it would be, well, long and boring. So in short...


    I guess I'm not your average nerd, damn and I try so...
  21. Replies
    31
    Views
    7,257

    Also as a quick fix you could add the path to the...

    Also as a quick fix you could add the path to the qt headers on the INCLUDEPATH line of your .pro file and rerun qmake to update the makefile.

    INCLUDEPATH += /path/to/headers
  22. Replies
    31
    Views
    7,257

    Check and make sure the QTDIR environment...

    Check and make sure the QTDIR environment variable is set and correctly points to the qt installation. Thats the only thing I can think of off the top of my head.
  23. Thread: Show Ur Specs

    by x_Ray
    Replies
    94
    Views
    14,379

    Main box: Asus A7M266-D mobo 2 x AMD...

    Main box:

    Asus A7M266-D mobo
    2 x AMD Athlon MP 1600+
    2 x 512mb corsair ram
    60 GB Western Digital
    Onboard sound
    TDK cdrw
    Logitech Cordless TrackMan FX
    Logitech elite keyboard
  24. On what a 486? :D $ ./configure...

    On what a 486? :D



    $ ./configure -qt-imgfmt-{jpeg,png,mng} -system-libmng -system-libpng -system-libjpeg -sm \
    -thread -ldl -lpthread -xft -platform linux-g++ -xplatform linux-g++ -xrender...
  25. Replies
    18
    Views
    1,579

    I don't think it's a time frame kinda thing, just...

    I don't think it's a time frame kinda thing, just because someone may have the talent and skill to a accomplish such a task doesn't they would be interested in actually doing it. It could take a...
Results 1 to 25 of 218
Page 1 of 9 1 2 3 4