Search:

Type: Posts; User: youarefunny; Keyword(s):

Search: Search took 0.12 seconds.

  1. [ubuntu] Re: How can i make KDE applications in Gnome use Gnome icons?

    I would assume so (I don't do KDE). I wish gnome had something like this (hint-hint any devs reading this). Essentially it is a soft link to a icon theme folder. So what you can do is just pull...
  2. Replies
    21
    Views
    5,292

    I have a fuzzy clock!

    I programed it in C but it is not properly integrated. I pretty much ripped out the old code and slapped in my Fuzzy code. It works great but the settings can not be updated from the GUI. ...
  3. Replies
    7
    Views
    5,072

    [ubuntu] Re: CTRL ALT F8 issue

    When you start a new x server it is started on CTRL+ALT+F8 an up.

    Try this:
    1. Go to tty1 login and launch 'startx -- :1'
    2. Press CTRL+ALT+F8.

    You should now be looking at your new X server....
  4. Replies
    0
    Views
    635

    [ubuntu] Cancel AutoLogon

    I love the auto logon feature in (is it shadow?) the logon settings. But, I often want to skip it and log onto another user right on power-up instead of the time consuming (especially on my antique...
  5. Replies
    1
    Views
    584

    [ubuntu] Re: SSH ignores settings.

    Does anyone know???

    If you only know this is how it's supposed to work I only have look for half as much. Any information will be helpful.
  6. Replies
    1
    Views
    584

    [ubuntu] SSH ignores settings.

    When I log into my ssh server as 'user' when I start a program user's settings arn't there. I have a feeling this is the way it should work but I'm not sure because it seems to me that if you log...
  7. Replies
    7
    Views
    11,992

    Re: Get Bash Script to Kill Spawned Processes

    But sometimes you get a "No such process" error.

    as if the terminal changed it's PID
  8. Replies
    7
    Views
    11,992

    Re: Get Bash Script to Kill Spawned Processes

    When opening a terminal with this process i get error
    "No such process"

    It appears that the terminal changes its pid or something
  9. [ubuntu] Re: Redirect output to a secondary terminal window

    I get an error
    No such process

    I use


    #Launch teriminal
    gnome-terminal --hide-menubar
    #grab process pid
    terminal=$!
  10. [ubuntu] Re: Redirect output to a secondary terminal window

    Now that I have gotten the previous to work how would you close that terminal?
  11. [ubuntu] Re: Redirect output to a secondary terminal window

    Solved


    #open terminal in the background with
    gnome-terminal &

    #add sleep delay to give loading time
    sleep 5 #Wayyy more than nessary but works

    #then output
  12. [ubuntu] Re: Redirect output to a secondary terminal window

    Handy, but I am having a problem.

    When I run my script in terminal it works fine but when I just run it, the terminal window that pops up has nothing in it. (Just the standard input line.)

    ...
  13. Replies
    1
    Views
    1,673

    [ubuntu] Laptop Touchpad "Tap Zones"

    I was trying to configure my laptops "Tap Zones" using the following post:

    http://ubuntuforums.org/showthread.php?t=518826

    I created my touchpad settings in xorg.config


    Section...
  14. Replies
    3
    Views
    4,132

    [ubuntu] Re: Add plugins to Rhythmbox???

    The point of the "mkdir" is to create the directory.

    What you have found is the system wide and default plug-in directory. It will work but different purpose.
  15. [ubuntu] Re: Getting file to open with installed wine program - Wine Prescribed Method

    On the Wine website (winehq.org) there is a section for this. You create a script for every program and chose open with and you select the script. This works perfectly.

    This is also found at the...
  16. [ubuntu] Re: Getting file to open with installed wine program

    This isn't working for me.

    HELP

    I use MS word because i find it loads WAY faster and it would help if I could open directly.

    Ubuntu 9.10
  17. Re: Open a file with a specific application from wine

    This is not working for me.

    I tried to use it to open Microsoft Word documents.

    EDIT: It is now working (i changed Program\ Files/Foo/foo.exe to "Program Files/Foo/foo.exe"

    But the...
Results 1 to 17 of 17