Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. [SOLVED] Re: How can I kill the desktop and then start it up again?

    I believe the proper usage is:


    sudo service gdm stop

    And in 11.10:


    sudo service lightdm stop
  2. [SOLVED] Re: Remove fake drives spaces in their names from /media

    That's very strange, but maybe Nautilus is confused by the fact that those drive labels start with numbers rather than a letter.
  3. Replies
    4
    Views
    393

    [SOLVED] Re: reenable notifications

    It's called gconf-editor (both the package and the way you invoke it). :D
  4. Replies
    34
    Views
    5,303

    Re: Mono ditched in Ubuntu 12.04

    I know right? And Microsoft would NEVER sue anyone over patents. Why that would just be so unfair! :P
  5. Thread: echo help

    by gsmanners
    Replies
    4
    Views
    316

    Re: echo help

    I don't think Dash's echo really needs the -e to use backslashes.
  6. Re: What you would like to see, changed or fixed in Precise Pangolin ?

    FWIW, here's the list of stuff I want fixed:

    https://bugzilla.xfce.org/show_bug.cgi?id=7367
    https://bugs.launchpad.net/ubuntu/oneiric/+source/lightdm/+bug/816700...
  7. Replies
    5,680
    Views
    472,745

    Re: What you would like to see, changed or fixed in Precise Pangolin ?

    I think we've seen this excuse a few times. :popcorn:
  8. Replies
    4
    Views
    393

    [SOLVED] Re: reenable notifications

    Run gconf-editor, navigate to apps/nm-applet, and set the keys whatever way you want.
  9. [SOLVED] Re: Remove fake drives spaces in their names from /media

    ???

    You mind doing a:


    sudo blkid

    and copy/paste the output? Not quite sure what the problem is.
  10. Replies
    7
    Views
    495

    Re: Learn C++ (SITES IN PARTICULAR)

    I kind of like this one myself: http://www.cplusplus.com/doc/tutorial/
  11. Replies
    11
    Views
    6,044

    [SOLVED] Re: Syntax error near unexpected token 'elif'

    You have matching "done"s for all your "for"s? I think 61 might be the problem.
  12. Replies
    34
    Views
    5,303

    Re: Mono ditched in Ubuntu 12.04

    Another way to not waste a DVD would be multiCD.
  13. Replies
    34
    Views
    5,303

    Re: Mono ditched in Ubuntu 12.04

    Maybe we could format the DVDs with partitions so that you have the iso at the front of the disc and some other stuff using the rest of the space...

    You'd still have about 3700MiB to fill on a...
  14. Replies
    20
    Views
    1,259

    [SOLVED] Re: I'm on this C program

    Actually, in many cases, you'll find that logging is your only form of debugging. It's similar in principle to using printf (except that your output goes to a file rather than an open console).
  15. Re: having a hard time with a variable (python beginner)

    I have a strong feeling this might be necessary:

    http://ubuntuforums.org/showpost.php?p=1984319
  16. Replies
    9
    Views
    2,069

    [lubuntu] Re: strange problem with leafpad and osmo

    In the English version of Leafpad's Open dialog, you would look for a control called Character Coding. You probably need to change that to something (since I'm getting the impression that there's an...
  17. Replies
    102
    Views
    5,064

    Re: News for Mint fans

    Interesting. Not surprisingly, the bottom panel and the window list have the most work left to do. The menu just needs a little drag and drop and it'll be done. :D
  18. [ubuntu] Re: Gedit "shell output" not working in 11.10

    Are you using old plugins? Because they recently did a lot of updating.

    http://live.gnome.org/Gedit/Plugins
  19. Replies
    5
    Views
    409

    Re: is this correct ?

    Instead of thinking about user interaction, think of it as a way to use Python as a calculator. So, for example, you open a terminal and type python to start an interaction session. Then define your...
  20. Replies
    25
    Views
    927

    Re: C++ pointers=value

    Walking on random memory could cause a crash if you didn't have memory protection, which is a new feature of that cutting edge 80286 CPU (it also blew people's minds with 16 bits rather than having...
  21. Re: What's the difference between AskUbuntu and UbuntuForums?

    AskUbuntu is a Q&A site, designed with that in mind. The forums here are more geared around chronological discussions, and not necessarily Q&A.
  22. Re: Ubuntu users all around the place are talking on creating a comunity

    I think there already is a forum for that community.

    http://forums.linuxmint.com/
  23. Replies
    7
    Views
    558

    [ubuntu] Re: scripting help

    No, there's also zsync, csync, grsync, isync, obsync, etc. (okay maybe that joke isn't all that good).
  24. [xubuntu] Re: "Edit Menu" does nothing in Applications Menu properties window

    (Sheesh. Feature bloat, even in a little Python app.)

    If you want to edit a .desktop file, first copy it from /usr/share/applications into ~/.local/share/applications, then modify the .desktop...
  25. [ubuntu] Re: Can't get 32 bit applications to work on 64 bit Ubuntu 10.10

    You could try


    sudo dpkg --force-architecture -i mydebfile.deb

    I suppose I'm obligated to warn that this could break your system, loss of data, etc. FWIW, it usually works.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4