Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. [SOLVED] Re: How do you kill command line processes the right way?

    you can quit most programs by pressing Q. If you want to "kill" it, ctrl+C should work.
  2. Replies
    4
    Views
    733

    [all variants] Re: How to make LaTeX find style files?

    the files can be placed either in the current directory or in ~/texmf

    AFAIK, you don't need to update anything, latex should just find them in ~/texmf. Hope this helps
  3. Replies
    101
    Views
    45,824

    [ubuntu] Re: Blinking wifi LED

    darn, this doesn't work anymore in Lucid Lynx!
  4. [ubuntu] Re: Is it possible to start a program on remote computer in graphical mode?

    Should work if you change the DISPLAY variable on the remote computer:


    export DISPLAY=":0.0"

    or something like that
  5. Replies
    6
    Views
    520

    [ubuntu] Re: Multiple Commands at the Terminal

    for i in *.avi;
    do your_command $i;
    done

    substitute your_command with whatever you want to do to the avi files.
  6. Replies
    2
    Views
    337

    [ubuntu] Re: language support for japanese

    in a terminal type:

    im-switch -c
    and select scim-bridge. You might need to re-login before the changes take effect.
  7. Replies
    9
    Views
    1,560

    [SOLVED] Re: texlive 2009 + evince = no love

    Ideally, the apparmor profile for evince should be modified in order to allow it to read and write where needed. I couldn't be bothered to learn the apparmor syntax, so I just disabled the evince...
  8. Replies
    9
    Views
    1,560

    [SOLVED] Re: texlive 2009 + evince = no love

    I managed to get it to work. I post the solution here, in case someone elese might stumble onto the same problem:

    The culprit was the apparmor profile of evince. After disabling it (look in...
  9. Replies
    6
    Views
    1,013

    [ubuntu] Re: Entering European Characters in Ubuntu

    It depends on how often you need those accented characters (some methods take longer). There are several methods, as previous answers show:

    1. switch keyboard inputs (you can also add a keyboard...
  10. Replies
    1
    Views
    606

    [SOLVED] Re: accented characters in Qt/Kde apps

    Updating to the latest ibus solved the problem.
  11. Replies
    1
    Views
    606

    [SOLVED] accented characters in Qt/Kde apps

    Hi all,

    I use a Romanian keyboard layout which works perfectly with Gtk apps. However, in Qt apps I can't type accented characters. Pressing Altgr (right alt) minus a should result in ä (which it...
  12. Replies
    9
    Views
    1,560

    [SOLVED] Re: texlive 2009 + evince = no love

    Thanks for the replies

    lmarmisa:
    texmf.cnf has these attributes (so it should be ok): -rw-rw-r-- 1 root root

    meho_r: I have symlinks for the binaries in /usr/local/bin, instead of exporting...
  13. Replies
    9
    Views
    1,560

    [SOLVED] Re: texlive 2009 + evince = no love

    Nobody?
  14. Replies
    9
    Views
    1,560

    [SOLVED] Re: texlive 2009 + evince = no love

    bump!
  15. Replies
    9
    Views
    1,560

    [SOLVED] texlive 2009 + evince = no love

    Hi all,
    I have texlive 2009 installed in /usr/local, instead of the older 2007 version which is in the repos.

    In my .bashrc I also have
    export TEXMFCNF=/usr/local/texlive/2009/texmf/web2c/
    ...
  16. Replies
    3
    Views
    563

    [ubuntu] Re: Getting Japanese at Ubuntu 9.04

    install scim, and for Japanese scim-anthy and anthy
  17. Replies
    5
    Views
    1,140

    [SOLVED] Re: flac stopped working

    oh, crap! I put in the old memory modules and everything works juuust fine.
  18. Replies
    5
    Views
    1,140

    [SOLVED] Re: flac stopped working

    This works. I succesfully decoded test-1.flac, but I'm not sure what this means.

    Meanwhile, I ran a memtest for an hour and a half (2 passes) and had no problems.

    Since I have 2 computers...
  19. Replies
    5
    Views
    1,140

    [SOLVED] Re: flac stopped working

    i hate doing this but... bump!
  20. Replies
    2
    Views
    5,132

    [SOLVED] Re: "language bar" in ubuntu

    right click on the gnome panel: add to panel-> keyboard indicator
  21. Replies
    5
    Views
    1,140

    [SOLVED] flac stopped working

    hi.

    I noticed today that flac stopped working. It doesn't want to decode anymore.

    I tried to encode a wav file:

    flac -V track01.wav -o test.flac
    and everything went fine. However, when I...
  22. Replies
    3
    Views
    2,403

    [ubuntu] Re: CGoban 3 (KGS Go) Problem

    Thanks a lot! I wouldn't have been able to figure that out by myself!
  23. Replies
    5
    Views
    942

    [ubuntu] Re: jaunty only ipv6 no ipv4?

    hi.
    yes, i have network manager running and trying to connect to the router, but eventually giving up. I have dhcp on the router, which works fine for a 2nd computer running Ubuntu 8.04 (for both...
  24. Replies
    5
    Views
    942

    [ubuntu] jaunty only ipv6 no ipv4?

    Hi all,
    I'm trying to configure 9.04 on my brand new laptop but I can't seem to get it to connect to the net. Neither the wireless nor the wired network work.

    ifconfig tells me that the network...
  25. Replies
    4
    Views
    382

    [all variants] Re: Boot Straight into App

    I think your .xinitrc (in your home folder) should contain

    exec gcompris
    this way, when X starts, gcompris will start automatically (without any kind of window manager, etc.)
Results 1 to 25 of 236
Page 1 of 10 1 2 3 4