Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,011

    Re: swapping image of gtk button

    I believe the problem is that the button takes ownership of the image when you call gtk_button_set_image. Then, when you replace the image with a new call to the same function, the old image is...
  2. Replies
    20
    Views
    16,545

    [xubuntu] Re: mpd failed to bind to '6600'

    Any solutions for Arch Linux are likely to be applicable also for (x)ubuntu. Have you tried them?

    Check if there are any duplicate lines in /etc/hosts. (From here.)
  3. Replies
    4
    Views
    492

    [xubuntu] Re: making Xaile default player

    And Parole does not start either but Brasero, right? Since Brasero is an application to burn CDs, I guess the system thinks your CD is blank. Try unchecking the option Burn a CD or DVD when a blank...
  4. Replies
    4
    Views
    492

    [xubuntu] Re: making Xaile default player

    I cannot check if this works, but open the file manager and select Edit->Preferences...->Advanced. Click on the Configure link in the Volume Management section. That should lead you the Removable...
  5. [ubuntu] Re: startup script works in .xprofile but not rc.local

    I would not suggest to use rc.local. There are a few alternatives given here:
    https://wiki.ubuntu.com/X/Config/Resolution#Setting_xrandr_changes_persistently
  6. Re: Lightweight Equation/Formulas frontend editor for Miktex/*TeX?

    Your installation does not include TeX Live or similar TeX package. Do I understand you correctly?

    What exactly do you want the editor to do? Since you can write LaTeX code in any old editor, I...
  7. Re: Lightweight Equation/Formulas frontend editor for Miktex/*TeX?

    TeX Live does not include an editor nor a previewer as far as I know.

    Could you explain what you want to achieve? Why <10MB?
  8. Re: Lightweight Equation/Formulas frontend editor for Miktex/*TeX?

    Do you mean that you already have the texlive package installed and now only want a user-friendly frontend?

    What features do you need?

    Do you want the editor to give you a preview of the...
  9. Replies
    53
    Views
    2,226

    Re: Favorite kind of tea

    Darjeeling. Black. No milk. No sugar.
  10. Re: Ubuntu sort arrows - when will they fix this??

    Speaking of the GNOME interface guidelines...
    http://developer.gnome.org/hig-book/stable/controls-lists.html.en#controls-lists-sortable

    Also, there is already a bug filed:...
  11. Replies
    1
    Views
    205

    [ubuntu] Re: How to install bazaar branch

    Perhaps you can try running


    cd ubuntu
    dpkg-buildpackage

    in a terminal. See http://www.debian.org/doc/manuals/maint-guide/build.en.html#completebuild.
  12. Replies
    3
    Views
    1,498

    [gnome] Re: Alt + F and Alt + B doesn't work in bash.

    I do not use gnome-terminal, but how about checking the option "Disable all menu access keys"? (From here.)

    Another alternative could be to use the Escape key. In that case, you need to press...
  13. Replies
    4
    Views
    326

    [ubuntu] Re: Spotify for Ubuntu?

    See http://www.spotify.com/int/download/previews/.
  14. Replies
    3
    Views
    1,498

    [gnome] Re: Alt + F and Alt + B doesn't work in bash.

    Hello.

    To troubleshoot...

    Are 'alt+f' and 'alt+b' the only hotkeys that do not work? How about 'ctrl+b', 'alt+d' etc?

    Do the hotkeys work in xterm?

    Oh, and just to check, you do know that...
  15. Replies
    6
    Views
    561

    [ubuntu] Re: ALSA Mixer doesn't open.

    Strange. You could try running sudo alsamixer.

    An Internet search lead me to this bug report: https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/613248, but I am not certain that it is...
  16. Replies
    6
    Views
    561

    [ubuntu] Re: ALSA Mixer doesn't open.

    What does aplay -l say?

    What kind of sound card do you have?

    Is it just alsamixer that does not work or do you lack sound completely?

    When did the problem occur? Already from the first...
  17. Replies
    78
    Views
    2,707

    Re: Favorite Text Editor?

    JED. It emulates Emacs but is far lighter and launches quicker.
  18. Replies
    2
    Views
    692

    [SOLVED] Re: Terminal autofill >> tab

    See http://avinashjoshi.co.in/blog/2010/08/04/tab-completion-with-sudo-in-bash/.
  19. Replies
    1
    Views
    1,012

    [ubuntu] Re: gfortran libraries location

    You can find filelists for all Ubuntu packages at http://packages.ubuntu.com.

    In this case, see http://packages.ubuntu.com/natty/i386/gfortran/filelist or...
  20. [ubuntu] Re: Installed Ubuntu 11, can't get past user log in

    Do you know what /dev/sdb5 is used for? In the output of df, what does it say in the column 'Mounted on'?

    Perhaps you need to repartition the hard drive to give more space to Ubuntu.
  21. [ubuntu] Re: Installed Ubuntu 11, can't get past user log in

    Perhaps you could try this command (in recovery mode):


    chmod 1777 /tmp

    From this thread:http://ubuntuforums.org/showthread.php?t=1061084.

    Also, while in recovery mode, check the disk space...
  22. [SOLVED] Re: wvdial won't connect with new uname.works w/old again ...

    If you want to check if your old user name is set in some other configuration file, you could recursively search /etc with grep. Command:


    sudo grep -r oldusername /etc

    This will list all...
  23. Replies
    6
    Views
    561

    [ubuntu] Re: ALSA Mixer doesn't open.

    What happens if you run


    alsamixer

    in the terminal? Any error message?
  24. Replies
    4
    Views
    1,442

    [ubuntu] Re: Ubuntu erasing my text files

    Just a far-fetched thought...

    Might you be using some other file system than ext3 or ext4?
  25. [ubuntu] Re: rc.local processes some entries but not others

    Check that the script does not contain any bashisms but can be run using /bin/sh:


    sudo /bin/sh /etc/rc.local
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4