Jump to content

ramfree17

Members
  • Posts

    1835
  • Joined

  • Last visited

Posts posted by ramfree17

  1. DDD is a commandline compiler? Or you mean gcc -g?

     

    ddd is a debugger. i am not sure but i remember it being a graphical front-end to gdb which is the commandline debugger. gcc -g just inserts debugging flags to the compiled code. think of this flags as 'hooks' that the debugger tries to hang on to when you want to stop a process on a specific line and browse its current status.

     

    ciao!

  2. When I 'clicked' on the wine icon (while in the browser Konqueror) in the directory /usr/bin, it stated that it could not find the program wine.

     

    this might be your problem. wine is a commandline app. you need to pass it some parameters (usually the path to the windows program you are trying to launch).

     

    ciao!

  3. Better yet, go to Help>keyboard or mouse. A lot of cool stuff, like ctrl-shift-leftclick, to open a link in the background so you don't have to rt click-open in the background.

    [EDITED] Oh, and another good one is Alt>P....opens Preferences :wink:

     

    mouse gestures. hold right-click on a link, motion down then up and the link is opened in another tab in the background. but that not everything, you could navigate backward and forward, duplicate the current window content, create a new blank window, minimize/restore/maximize or close a window using only mouse gestures.

     

    sheesh, im getting opera withdrawal sickness. :cry:

     

    ciao!

  4. Anyway, did you do a:

    su

    urpmi wine?

     

    I'm pretty sure that 9.0 has Wine 20020804 on one of the cd's

     

    that version is too old by wine standard. best bet is to to use the daily cvs rpm from wine.dataparty.no or even the src.rpm. though i have to admit that doing a cvs build will compile faster. :)

     

    ciao!

  5. I'm pretty much a settled KDE user.  In my case it looks like for some reason no local .bashrc or .bash_profile files were created on the desktop.

     

    sorry but didnt read the whole thread (not much time).

     

    im assuming you are logging straight through runlevel 5 (kdm/gdm)? then your .bash_profile wont be read during bootup.

     

    just want to toss that thing in as it has been covered a few boards ago. :grin:

     

    ciao!

  6. if you are going to go from scratch then it would better to partition only the space to be used by windows, install it, and leave the rest to mandrake to detect and partition the rest of the space on its own.

     

    and linux can live anywhere in the harddrive that you want it to live in. its not a spoiled brat. ;-)

     

    ciao!

  7. oh, so aru's post is what you want. what i meant in my post was adding init=3 in the append line in your lilo.cof so that it goes into run level 3 (which means you get a text login prompt after booting insted of a window manager which is runlevel 5).

     

    ciao!

  8. xosl is the multiple bootloader isnt it? i remember reading a link to a story wherein one guy installed around 30+ operating systems in one pc using that. the number is from the top of my head but the link was to a tech news site.

     

    you could try passing init=3 to the append option of the lilo stanza. :)

     

    but what do you exactly mean by a text-only boot? aru said something thats new to me so im curious. :grin:

     

    ciao!

  9. use urpmf to find the package containing xmessage (if its not libwine) or use rpmfind.net (which is unaccessible at the moment from where i am).

     

    *i read somewhere that urpmf also uses rpmfind.net or something but im not sure and i dont have a linux system to test on.

     

    ciao!

  10. Anyone can access the Mandrake Club site, www.mandrake.com you don't have to be a member though it only costs 20c a day to become one :wink: 

    Mike

     

    i am looking at http://www.mandrakeclub.com/ and found nothing about 'times of miracle'. i have searched for the word miracle but got only this hit -> http://www.mandrakeclub.com/article.php?sid=4 .

     

    the only thing i see updated for 12/19 is the club link at the top left corner box of the page. thats why im asking for a link if there is one available. :smile:

     

    and the value of $0.20 depends on where you are. :smile:

     

    ciao!

  11. that would work. it wont be hidden because its first character is not a period. changes to the file structure contained in it will also reflect on the ~/.wine directory since they point to the same thing.

     

    ciao!

  12. thank you guys!

    Actually I need make just simple actions like change a dir (cd) and execute a program (./)

    In gnome when I click this file it opens like a simple text file. :(

     

    probably it doesnt have the execute permission bits set. right click on it and go to the properties or something and make sure that its execution bits are checked...

     

    or go to a terminal,change to the directory containing the script and issue

    $ chmod +x {script_name}

    .

     

    ciao!

×
×
  • Create New...