Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    756

    [ubuntu] Re: Window Management

    If you are using compiz ("Desktop Effects") then you can do tiling.

    You need to first install some compiz plugins by installing the package compiz-fusion-plugins-unsupported and the package...
  2. [ubuntu] Re: Need help remotely connecting to Ubuntu system from Windows

    I use nx from nomachine. There are probably good how-to's on the forums if you want to try this, but basically you need to install (on the linux machine) the ssh package as well as the packages for...
  3. Replies
    6
    Views
    1,059

    [ubuntu] Re: synaptics touchpad - typing delay? (8.10)

    Maybe this post is relevant.
  4. [gnome] Re: Compiz + Nvidia + Metacity = Glitchy Window Border

    I think this is something that happens with certain graphics cards and only certain versions of the proprietary nvidia driver. For example, I have a machine with 7600 card. I get the problem...
  5. Replies
    12
    Views
    1,072

    [ubuntu] Re: producing landscape PDFs with latex

    The following works for me using Ubuntu 8.04 and texlive from the repositories. My test file looks like:

    \documentclass[landscape]{article}

    \pdfpagewidth 11in
    \pdfpageheight 8.5in
    ...
  6. Replies
    2
    Views
    2,744

    [ubuntu] Re: No DejaVu Sans Condensed font

    The font should be installed in a default Ubuntu installation. It is installed as part of the package "ttf-dejavu-extra".

    You can see whether the actual font file is on your system. Opena terminal...
  7. Replies
    2
    Views
    329

    [ubuntu] Re: keystrokes cause apps to close

    I once had something like this that was fixed by going into the gnome preferences and resetting my preferences for Keyboard Layout (System->Preferences->Keyboard). Try selecting a different keyboard...
  8. Replies
    2
    Views
    360

    [ubuntu] Re: Print dialog box ignores duplex option

    This may be a reflection of the choice of driver for the printer. You could try using the "ljet4d" driver, which supports the LaserJet 4M with duplex (that's the "d").

    To switch drivers (on Ubuntu...
  9. [ubuntu] Re: Manual Ubuntu entry for grub menu.lst

    I think a better way to do this is to first install the grub package in Ubuntu. This should not disturb your Fedora grub installation (but I may be wrong, please note!). I think that if you do:

    ...
  10. [ubuntu] Re: Manual Ubuntu entry for grub menu.lst

    You seem to have typed something wrong in your menu.lst. You have:

    title Ubuntu 8.04
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.24-16-generic ro root=dev/sdc3
    initrd.img-2.6.24-16-generic
    boot...
  11. [all variants] Re: Regular Expression / Command Chaining / One liner

    Something like

    apt-cache policy `cat check-pkgs` | grep -B1 Installed

    should give you output like

    tomboy:
    Installed: 0.11.1-0ubuntu1
    --
    nautilus:
  12. Replies
    7
    Views
    693

    [ubuntu] Re: No Swap

    Assuming these are actually swap partitions, I think you should check that you have corresponding entries in /etc/fstab. You should have something like:


    /dev/sda3 none swap ...
  13. [all variants] Re: Regular Expression / Command Chaining / One liner

    Scripts based on grep in this way may run into false positives, if you aren't careful. For example, you will get a false positive for an entry "foo-bar" in check-pkgs if your system has a package...
  14. Replies
    7
    Views
    672

    [all variants] Re: Clean out /root folder

    I don't think you'd do any harm by deleting all the contents of /root here. But why bother? You shouldn't worry that the /root folder is "threatening to fill up [your] root partition completely". The...
  15. Replies
    3
    Views
    588

    [ubuntu] Re: Attempted To Install Skype

    You should check first if the file libQtDBus.so.4 is really present in your system. It should be located in /usr/lib. So try opening a terminal and typing


    locate libQtDBus.so.4

    The file...
  16. Replies
    6
    Views
    2,504

    [kubuntu] Re: Howto print a postscript file in Gutsy?

    If you open a terminal and do:

    lpr filename.ps
    then that should print the postscript file "filename.ps" to your default printer. (Alternatively, double-click on the postscript file to open it in...
  17. Replies
    4
    Views
    5,679

    [ubuntu] Re: Evince-thumbnailer

    A workaround is to disable thumbnailing of pdf files altogether. (This is something I did ages ago, because I find that all thumbnails of documents look pretty much indistinguishable. I prefer to see...
  18. Thread: Font Location

    by mannheim
    Replies
    1
    Views
    11,180

    [ubuntu] Re: Font Location

    They are in /usr/share/fonts I think, in directories like /usr/share/fonts/truetype/ttf-bitstream-vera.

    You can install fonts also in /usr/local/share/fonts, I believe. For a single user they can...
  19. [ubuntu] Re: Only detects one processor after installing virtual box

    I'll have a guess at what might have happened. The version of the virtualbox modules that you installed ends in -386. This means (I think) that it is for the -386 kernel, not the -generic kernel....
  20. Replies
    27
    Views
    6,050

    [ubuntu] Re: remove all except 2 files

    Another option for those of us who can never remember the syntax of "find" or shell patterns is something like (untested):



    ls --hide=file1 --hide=file2 # And if that seemd to work, then ......
  21. Replies
    3
    Views
    731

    [ubuntu] Re: Produce eps file?

    In OpenOffice, I saving as ps is easy. In the Print dialog, check "Print to File". This will save as a ps file. (At least, that's how it works with both my printers.)

    You will probably then want...
  22. [ubuntu] Re: is there anything like gotomypc for ubuntu?

    Another alternative is nx, from nomachine.com.
  23. [ubuntu] Re: [SOLVED] Trying to move ubuntu to my main drive

    You could proceed like this. (I am assuming you don't have and have never had a separate partition for /boot.) Doing it this way will still use the grub files on your old partition, but will allow...
  24. [ubuntu] Re: Trying to move ubuntu to my main drive

    If it's a muckked-up-used-to-be-raid problem, then I'm afraid I am out of my depth also. Since copying things over with rsync is fairly painless (once you've figured out how to do it once), my...
  25. [ubuntu] Re: Trying to move ubuntu to my main drive

    When you say that it is unmountable, what do you mean?

    For example, if you boot from the working ext3 partition on drive 1, and then try and mount the other ext3 partition, do you get an error...
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4