Jump to content

Peep

Members
  • Posts

    195
  • Joined

  • Last visited

Posts posted by Peep

  1. i've associated writer documents with OOo until i'm blue in the face, but they never seem to stick. is there a trick i'm missing? (this is in gnome 2.4) i forever click on the icon and it tells me there is nothing associated with the file. :cry:

  2. Does anyone know of a good tutorial or reference on how to search logs to troubleshoot particular problems? the tool in MCC->SYSTEM looks useful, but i'm never able to figure out what exactly i want to search for.

     

    like today, my laptop keyboard has stopped working on me twice, and i had to turn off the computer both times (wouldn't reboot by itself). it might have been something to do with my wireless network card (i reinserted it soon before the lockups) or perhaps urpmi trying to access a cdrom that wasn't attached. where would i go to see what the deal is?

     

    thanks.

  3. I usually suggest giving people a knoppix cd so they can just play around before installing anything, but lately i've been handing out MEPIS cds. mepis looks cool but isn't quite as loud as knoppix. it also installs onto hard disk MUCH easier, if/when they decide to make the leap.

     

    once someone's really wanting to stick with linux i suggest mandrake, but that's probably just because that's what i'm familiar with, and it seems to have the friendliest support board around :)

  4. it sounds like LILO isn't loading at all. have you tried reinstalling lilo using the mdk install cd?

     

    (boot with the cd, at the prompt: RESCUE and then when the menu comes up, you can restore the bootloader.)

     

    it may also be an issue if you recently added a new partition, maybe lilo is looking for operating systems in the wrong partition? (ie, mdk used to be hda5, but after adding a new partition it is hdb1, so you'll need to edit lilo.conf by hand). if you post a bit more info about what modifications you've done lately, i'm sure lots of ppl can chime in with helpful info.

  5. yeah, i'm using your rpms :( first i got the you need a newer version of pygtk, now i get errors like no module named gnome.ui.

     

    i'm just going to give up for now, maybe in 6 months i'll try again and my laptop will magically have all the dependencies :)

  6. I can't remember from 9.1, but i just installed 9.2rc2 on another partition and allowed it to do the default for everything. Upon rebooting, I have a pretty-well functioning system, but not a single terminal program! (no konsole, xterm, gnome-terminal, nothing). why would it even allow you to install without one?? I suppose you could exit X and get a prompt that way, but that seems a bit extreme.

  7. along the lines of what chris z said, i put an icon for aumix on the toolbar whether i'm in KDE, Gnome, or IceWM (I switch quite frequently). Gnome also has its own volume applet, but I prefer aumix because it allows you to change many more settings than just the main volume. gnome: right click on the taskpanel, pick "add to panel" -> multimedia -> volume control (for gnome's volume control) or "add to panel" -> "launcher from menu" -> "multimedia" -> "aumix"

  8. ok. This page says that I should:

     

    try setting the PYTHONPATH environment variable to the location where pygtk 2.0 is installed...

     

    Update: This should get you past the PyGTK error... but this does not guarantee that the stuff will work...

    I am really peeved off with python... dont like it....

    maybe we need a pure c version of gDesklets...

     

    Update 2: Finally got it working....

    Just a few notes:

    1. Stick to the requirements as specified.

    python 2.3

    pygtk, pyorbit and gnome-python 2.0

    2. Upon installing pygtk, pyorbit and gnome-python ensure that python will find it... if its in a non standard path (like I have it in ... /usr/local/gnome2/lib/python2.3/site-packages/) then ensure that the PYTHONPATH environment variable points to this directory...

    3. Installing the sensors is a two step process...

    i. run the Install.bin that usually comes with the sensors...

    ii. the sensors package should have a .display file... make note of this file...

    4. Start the desklet program by typing "gdesklets &"...

    5. Now if all is fine it will come up with a message like " this is the first time you are running gDesk.. blah blah "...

    6. To show a sensor type gdesklets <complete path to the sensor ".display" file> &

     

    How do I set an environment variable? Seems like one of those basic things I should be able to do, but the only thing i could come up with was "putenv" but that didn't seem to work and i don't want to fuxor things up more than i have to :) anyone wanna point me in the right direction?

  9. i don't know gtoaster, but it sounds like you're just burning the wav files to cd, not making an audio cd. is there somewhere in gnome-toaster that you need to specify what type of disk you're making? (i couldn't find it!) maybe you'd have better luck with k3b or another program, making sure to pick "audio cd"?

  10. # gdesklets<!--QuoteEBegin--><!--QuoteEBegin-->Python 2.3 is recommended.<!--QuoteEBegin--><!--QuoteEBegin-->Python 2.2 might result in unexpected behavior!<!--QuoteEBegin--><!--QuoteEBegin--> <!--QuoteEBegin--><!--QuoteEBegin-->Traceback (most recent call last):<!--QuoteEBegin--><!--QuoteEBegin-->  File "/usr/bin/gdesklets", line 4, in ?<!--QuoteEBegin--><!--QuoteEBegin-->    from main import HOME<!--QuoteEBegin--><!--QuoteEBegin-->  File "/usr/bin/../../usr/share/gdesklets/main/__init__.py", line 39, in ?<!--QuoteEBegin--><!--QuoteEBegin-->    import gnome.ui<!--QuoteEBegin--><!--QuoteEBegin-->  File "/home/goetz/tmp/gnome-python-root/usr/lib/python2.2/site-packages/gtk-2.0/gnome/__init__.py", line 10, in ?<!--QuoteEBegin--><!--QuoteEBegin-->ImportError: No module named gobject<!--QuoteEBegin--><!--QuoteEBegin-->

     

    ok, i got that too (mdk9.1, gnome 2.4), and after dealing with dependency hell for a while, i finally thought i had everything installed, but now all i get is:

    [bill@localhost tmp]$ gdesklets
    
    You need a recent version of PyGTK to run this program.

    I have PyGtk-0.6.11-4mdk.i586.rpm installed, which is from the cooker... is there a more recent version out there somewhere? any idea what else i should look for?? thanks.

     

    edit: I actually had pygtk-0.6.11-4 and also pygtk2.0-1.99.17-2mdk. I tried removing 0.6.11-4 and that didn't seem to help either :(

  11. Can't get own host name. Your system is severely misconfigured

     

    i was going to ask about that earlier... your avatar says your record uptime is 1 day, which made it sound like things weren't going so well on your system :(

  12. from nano's man page:

     

        -w (--nowrap)

                  Disable wrapping of long lines.

     

    :oops: thanks. i must've missed that one. i'm more comfortable doing simple editing in console than in an X app (kedit, gedit, etc). not sure why.

     

    i can use vi enough to edit a line or two if i have to boot from the rescue disk... but i wouldn't want to ever have to use it for much of anything else.

     

    i also just realized why nano probably seems easier. i hadn't remembered that pico was the editor used in pine, which i used many years ago. so between that, the fact that i had a cat named nano (not the cat in my avatar), and my laptop is named pico... i like nano & pico. (yes, i'm weird).

  13. this seems like something that there is probably a good FAQ about somewhere, but i didn't find one:

     

    when i first installed mandrake, i was baffled by vi and emacs. i stumbled upon nano, and have used it ever since because there's nothing you have to remember... all the shortcuts i need are at the bottom, although i think the only thing i ever use is ctrl-x.

     

    but i notice when i edit files in nano, it seems to wrap the text and put in line breaks sometimes. i thought maybe i needed a more "serious" editor, but when i pulled out emacs and putzed around, it looked like it did the same thing. should i generally be concerned about line breaks? and is there a reason for me to learn emacs or vi? i don't need an all-powerful editor, i just do light editing of files.

×
×
  • Create New...