Search:

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

Search: Search took 0.17 seconds.

  1. Replies
    12
    Views
    18,467

    [SOLVED] Re: LibreOffice won't start

    I checkt program status with


    ps -aux | grep libre

    There I found oosplash --writer refering to some documents which were not open.

    ... then
  2. Replies
    3
    Views
    1,924

    [ubuntu] Re: Package configurations -- what are they?

    If you don't have GUI (e.g only terminal as in server version).
    Then just install ccmake which is more convenient (GUI-like) running in terminal.

    sudo apt-get install cmake-curses-gui
    ccmake...
  3. [ubuntu] Re: 10.04 won't boot without monitor / keyboard (headless)

    For ubuntu 11.10 the only thin which worked was

    1) Install dummy monitor by

    sudo apt-get install xserver-xorg-video-dummy

    2) Backup xorg.conf by

    sudo mv /etc/X11/xorg.conf...
  4. Replies
    3
    Views
    1,377

    [SOLVED] Re: CAN'T save Environment Variables

    It will be gone after you close the terminal. To save it, just write

    export XXX="xxx"

    to your .bashrc file. Then it will be set when you login to your machine
    (if your default shell is bash...
Results 1 to 4 of 4