Announcement

Collapse
No announcement yet.

GTK apps freeze if non root in kubuntu raring

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    You can ignore the fontconfig stuff.

    As for libcanberra causing Gtk+ apps to lock up...that's truly weird. Not sure what to think about that one!

    Comment


      #17
      Experincing same issues but libcanberra-gtk-module is not installed on my machine
      The Ubuntu Counter Project - user number # 7859, registered Linux user 470405 Lenovo T510 Kubuntu Trusty 64bit, Intel Core i5-560M, 8 GB PC3-DDR3 SDRAM - 1067 MHz, NVIDIA NVS 3100m PCI Express, Wireless Centrino N 6300 My website http://www.qah.org.au

      Comment


        #18
        It might be helpful to start a console session immediately after logging in and running top. Keep the console visible so you can see what processes are being used. When you experience the problem, note what processes are taking up the most CPU and/or memory.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #19
          Hi caryb.

          Have you tried disabling gtk events?

          Input these lines in ~/.gtkrc-2.0:

          gtk-enable-event-sounds = 0
          gtk-enable-input-feedback-sounds = 0

          Comment


            #20
            Originally posted by Panagiotis Papadakos View Post
            Hi caryb.

            Have you tried disabling gtk events?

            Input these lines in ~/.gtkrc-2.0:

            gtk-enable-event-sounds = 0
            gtk-enable-input-feedback-sounds = 0

            Am trying this now, will give feedback.

            Thanks Cary
            The Ubuntu Counter Project - user number # 7859, registered Linux user 470405 Lenovo T510 Kubuntu Trusty 64bit, Intel Core i5-560M, 8 GB PC3-DDR3 SDRAM - 1067 MHz, NVIDIA NVS 3100m PCI Express, Wireless Centrino N 6300 My website http://www.qah.org.au

            Comment


              #21
              Thanks Panagiotis this has fixed my GTK problems.


              Cheers Cary
              The Ubuntu Counter Project - user number # 7859, registered Linux user 470405 Lenovo T510 Kubuntu Trusty 64bit, Intel Core i5-560M, 8 GB PC3-DDR3 SDRAM - 1067 MHz, NVIDIA NVS 3100m PCI Express, Wireless Centrino N 6300 My website http://www.qah.org.au

              Comment


                #22
                I'm still experiencing this regularly, and haven't been able to narrow down a cause or even reliable steps to reproduce. It seems to happen at random whenever my GTK apps don't have focus.

                I have follows the other suggestions: my .gtkrc-2.0 contains
                Code:
                # File created by KDE Gtk Config
                # Configs for GTK2 programs 
                
                include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
                style "user-font" 
                {
                        font_name="Ubuntu"
                }
                widget_class "*" style "user-font"
                gtk-font-name="Ubuntu 9"
                gtk-theme-name="oxygen-gtk"
                gtk-icon-theme-name="oxygen"
                gtk-fallback-icon-theme="default"
                gtk-toolbar-style=GTK_TOOLBAR_ICONS
                gtk-menu-images=1
                gtk-button-images=1
                gtk-enable-event-sounds=0
                gtk-enable-input-feedback-sounds=0
                I have also removed the libcanberra-pulse -- it was suggested to remove libcanberra-gtk-module and I removed anything that kind of matched that name. (libcanberra0 seems to be quite important and half of the KDE desktop would be removed with it.)

                I've noticed that Firefox and Thunderbird always seem to freeze together, and aren't using any CPU after doing so.

                Comment

                Working...
                X