Search:

Type: Posts; User: Brandon Williams; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Ubuntu Quickly, Glade UI change by code?

    Have you tried "quickly -t ubuntu-application tutorial"? It walks you through the basics of application creation, and includes examples of both retrieving and modifying the text in a textview.
  2. Replies
    3
    Views
    337

    Re: Help with GTK+-3.0

    I see now that you used the example from the GtkFileChooserDialog documentation. I don't think that's meant to be a working example. I think it's only meant to show you how the dialog works and that...
  3. Replies
    3
    Views
    337

    Re: Help with GTK+-3.0

    The linker doesn't care about header files. If you didn't include the right header file, then compile should fail before you get to the linker. I suppose it's possible that the compiler used a bad...
  4. can't detect minimize with unity and pygtk

    With gtk, it should be possible to determine when an application window is minimized and also whether an application window is minimized. With XFCE, LXDE, and Gnome2 (haven't tried Gnome3), this all...
  5. [kubuntu] Re: Getting two (2) nics to connect to 2 different networks

    Yes, ignore network-manager for that interface. If it's in /etc/network/interfaces, then network-manager isn't managing it anyway. And regardless of which system is managing it, ifconfig is the...
  6. Replies
    3
    Views
    596

    [ubuntu] Re: Terminal open error

    Somewhere in your .bashrc or .profile, you probably have some line (maybe they should be comments?) that begin with the words "Reading" and "Building". Since "Reading" and "Building" are not known...
  7. [ubuntu] Re: how to check whether tsc is stable or not?

    tsc is known to be unstable as a clock source and should be avoided, especially on multi-core machines. You can make it a bit more stable by disabling CPU throttling, but I don't recommend it. Even...
  8. [kubuntu] Re: Getting two (2) nics to connect to 2 different networks

    It looks like the line that defines the loopback interface got corrupted somehow. Line 2 (that's what the 2 means in the error message) should be:

    iface lo inet loopback
  9. [xubuntu] Re: Xubuntu 10.10 which menufile is respected?

    If it exists at login, ~/.config/menus/xfce-applications.menu will be used. Otherwise, /etc/xdg/xdg-xubuntu/menus/xfce-applications.menu will be used.
  10. [all variants] Re: Collection of GVim Configurations

    You can find an archive of user contributed .vimrc files here. The site used to have descriptions of the what the user thinks is "special" about the specific file; hopeuflly that functionality will...
  11. Replies
    1
    Views
    2,112

    [ubuntu] Re: vi editor not working properly

    There are several different versions of vi available for install. Run this command -- 'update-alternatives --display vi' -- and post the results so that we know exactly what's being run as vi.

    At...
  12. [ubuntu] Re: unable to turn on wifi,even though wifi driver is present

    Here is another suggestion for getting 4313 cards working on 10.10.

    The restricted drivers gui doesn't list 4313 as one of the supported chipsets for the STA driver. Are you sure it's supposed to...
  13. [kubuntu] Re: Getting two (2) nics to connect to 2 different networks

    Look for examples in /usr/share/doc/ifupdown/examples/network-interfaces.gz. A simple example of what you're trying to do would be:
    auto eth1
    iface eth1 inet static
    address 192.168.N.N
    ...
  14. Replies
    7
    Views
    980

    Re: Conky getting wireless signal

    When you say "automatic startup" what do you mean? If it's started as an startup application via your login session manager, then it's running as you. If it's started via upstart, then yes, it's...
  15. [kubuntu] Re: Getting two (2) nics to connect to 2 different networks

    I think that all you need is to make sure that you don't set an additional default gateway when you connect to the 192.168.*.* network. You only want a network route for that network, not a default...
  16. [ubuntu] Re: How can i restore folders out of my .tgz backup file?

    Either run tar from the directory where you want the archived files to be placed, which would require you to specify the full path the .tgz file, or add "-C /desired/directory" to the tar command...
  17. Replies
    7
    Views
    980

    Re: Conky getting wireless signal

    Did you modify sudoers to allow you to run 'sudo iwconfig' without authentication? You would need to add something like this to /etc/sudoers:
    username ALL = NOPASSWD: /sbin/iwconfigPlease note that...
  18. Replies
    4
    Views
    1,633

    [ubuntu] Re: SSH Question/Problem

    Comment out the "PasswordAuthentication" setting until you get pubkey authentication working.

    If you run ssh with the -v option, it should give you a whole bunch of output related to what it's...
  19. [SOLVED] Re: Xubuntu 10.10 Login loop (errors included)

    Are you able to simply delete the file? And if you do, does it make any difference for your ability to log in? Are you able to read and write other files in your home directory?

    If Ctrl+Alt+F7...
  20. [ubuntu] Re: unable to turn on wifi,even though wifi driver is present

    There are known problems with Broadcom 43XX on Ubuntu 10.10. Did you read this post in order to attempt to resolve your problem.

    FWIW ... the issue is not network-manager or wicd related. They...
  21. [ubuntu] Re: Getting the "Enable Wireless" on the menu.

    It sounds like the wireless card is not recognized by the system. Was it recognized and working correctly under 10.04.

    It's hard to offer suggestions if we don't know anything about your system....
  22. [SOLVED] Re: Xubuntu 10.10 Login loop (errors included)

    Use Ctrl+Alt+F1 to switch to a console login prompt and then login to the system. Run 'ls -l ~/.ICEauthority'. On my system, the file has "-rw-------" permissions and it is owned by me. This should...
  23. Replies
    4
    Views
    1,633

    [ubuntu] Re: SSH Question/Problem

    I think that you want:
    PubkeyAuthentication yes
    PasswordAuthentication no
  24. Replies
    3
    Views
    494

    [ubuntu] Re: ifup question

    Ordinarily your wifi interface would be managed by network-manager. Is network-manager running on your system? And if so, please check the things that I suggested checking previously (left-click and...
  25. [ubuntu] Re: Chrome Update Screwed up Chrome's Theme

    Do you also have a .gtkrc-2.0 file? This would be created by gtk-chtheme and will pull in .gtkrc.mine. I use gtk-chtheme because opening it and clicking apply will cause any changes that I make to...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4