Results 1 to 5 of 5

Thread: 11.04 compiz not working?

  1. #1
    Join Date
    Jun 2007
    Location
    Rio de Janeiro - Brasil
    Beans
    319
    Distro
    Kubuntu Development Release

    11.04 compiz not working?

    I can't seem to run CCSM, it gives me this error:

    Code:
    wingnux@wingnux-desktop:~$ ccsm
    
    (process:5099): Gtk-WARNING **: Locale not supported by C library.
    	Using the fallback 'C' locale.
    Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-enable-event-sounds' of type `gboolean' from rc file value "((GString*) 0x8f650b0)" of type `gboolean'
    Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-enable-input-feedback-sounds' of type `gboolean' from rc file value "((GString*) 0x8f681b0)" of type `gboolean'
    Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-button-images' of type `gboolean' from rc file value "((GString*) 0x8f653d0)" of type `gboolean'
    Traceback (most recent call last):
      File "/usr/bin/ccsm", line 93, in <module>
        import ccm
      File "/usr/lib/python2.7/dist-packages/ccm/__init__.py", line 1, in <module>
        from ccm.Conflicts import *
      File "/usr/lib/python2.7/dist-packages/ccm/Conflicts.py", line 26, in <module>
        from ccm.Constants import *
      File "/usr/lib/python2.7/dist-packages/ccm/Constants.py", line 79, in <module>
        locale.setlocale(locale.LC_ALL, "")
      File "/usr/lib/python2.7/locale.py", line 531, in setlocale
        return _setlocale(category, locale)
    locale.Error: unsupported locale setting
    My hardware drivers are installed (nvidia-current) and also there is no "Visual Effects" tab on my Appearance panel.

    Any help?
    Thanks in advance!

  2. #2
    Join Date
    Feb 2009
    Location
    Singapore
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: 11.04 compiz not working?

    have u tried the driver from nvidia website?

    or the module was not loaded on boot. Cant remember the module right not else would ask u do a
    Code:
    lsmod
    try google abit on that.

  3. #3
    Join Date
    Mar 2011
    Beans
    370

    Re: 11.04 compiz not working?

    try running from a terminal (replacing with your locale)
    Code:
    sudo locale-gen en_US
    if it still doesn't work, include in /etc/environment (again, replacing with your locale)
    Code:
    LC_ALL="en_US"
    then re-login/restart

    there probably is a another way to do this but the above method should also work
    -good luck
    Last edited by ~Plue; April 28th, 2011 at 05:27 PM. Reason: typo

  4. #4
    Join Date
    Jun 2007
    Location
    Rio de Janeiro - Brasil
    Beans
    319
    Distro
    Kubuntu Development Release

    Re: 11.04 compiz not working?

    ~Plue: it works now! Thank you very much!

  5. #5
    Join Date
    Mar 2011
    Beans
    370

    Re: 11.04 compiz not working?

    you're welcome

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •