Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Global Menu GTK trouble!

  1. #1
    Join Date
    Apr 2008
    Beans
    52
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation Global Menu GTK trouble!

    Hey,
    A month ago I decided to, (for a bit of fun) change my linux theme and turn it into a mac using Mac4lin, I followed a tutorial somewere on the internet and it all worked.

    However the new mac theme wasnt for me so I uninstalled everything using the mac for lin uninstall script and manualy apt-get remove.

    One of those programs I manualy removed was globalmenu-gnome.

    now though, whenever I update or install an app, this line sometimes appears on the terminal:
    Code:
    Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
    It might list something else different,but usually along the terms of failed to load module.

    Will this prevent any upgrades to karmatic? I was thinking of trying the latest beta?

    Thanks
    Exaviorn
    My Server: HP Proliant DL580 G2, with Ubuntu 10.04, LAMP and Mail Server
    Ubuntu also running on IBM T21 and Mac OSX on Macbook Pro
    UNIX rocks!

  2. #2
    Join Date
    Sep 2006
    Beans
    1,610
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Global Menu GTK trouble!

    Try looking at your ~/.xsession-errors file.

    It should have the details.

  3. #3
    Join Date
    Oct 2009
    Location
    Virginia
    Beans
    29
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Global Menu GTK trouble!

    I'm not sure how mac4lin goes for it, but i know that you used to have to patch gtk2 in order to get the global menu installed and working. You will probably see problems stemming from this until you completely remove and reinstall gtk2.

  4. #4
    Join Date
    Apr 2008
    Beans
    52
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Global Menu GTK trouble!

    Yes, I checked the file

    The phrase:
    Code:
    Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
    crops up every few lines.

    How do I stop it?
    My Server: HP Proliant DL580 G2, with Ubuntu 10.04, LAMP and Mail Server
    Ubuntu also running on IBM T21 and Mac OSX on Macbook Pro
    UNIX rocks!

  5. #5
    Join Date
    Apr 2008
    Beans
    52
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Global Menu GTK trouble!

    Quote Originally Posted by gnuisancev3 View Post
    I'm not sure how mac4lin goes for it, but i know that you used to have to patch gtk2 in order to get the global menu installed and working. You will probably see problems stemming from this until you completely remove and reinstall gtk2.
    Basicaly I followed this guide

    All I did was use alien to install the .rpm, I'm wondering if there is a reference to Global menu still somewhere in a config file
    My Server: HP Proliant DL580 G2, with Ubuntu 10.04, LAMP and Mail Server
    Ubuntu also running on IBM T21 and Mac OSX on Macbook Pro
    UNIX rocks!

  6. #6
    Join Date
    Sep 2006
    Beans
    1,610
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Global Menu GTK trouble!

    Probably in your config somewhere...

    You can find out by creating a test user, logging in as that user, and seeing if that test user gets the error.

    You can try searching for it in your normal user's account via
    Code:
    find $HOME -type f -exec grep -l global {} \;
    and editing out any found references to that stuff.


    Pro Tip: anytime you need to install an rpm file, you're trying to run code that was built for redhat linux code on your ubuntu box and you might regret it.

  7. #7
    Join Date
    Apr 2008
    Beans
    52
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Global Menu GTK trouble!

    Quote Originally Posted by Giblet5 View Post
    Probably in your config somewhere...

    You can find out by creating a test user, logging in as that user, and seeing if that test user gets the error.

    You can try searching for it in your normal user's account via
    Code:
    find $HOME -type f -exec grep -l global {} \;
    and editing out any found references to that stuff.


    Pro Tip: anytime you need to install an rpm file, you're trying to run code that was built for redhat linux code on your ubuntu box and you might regret it.
    Thanks!
    the other user test proved that its just affecting my user - typing gedit into terminal didnt provoke any warnings.

    however your second suggestion was strange - the output was mostly browser cache, it then outputted wine config files and other strange program configs, surely a single program can't be in so many apps: some ive only installed reciently
    My Server: HP Proliant DL580 G2, with Ubuntu 10.04, LAMP and Mail Server
    Ubuntu also running on IBM T21 and Mac OSX on Macbook Pro
    UNIX rocks!

  8. #8
    Join Date
    Sep 2006
    Beans
    1,610
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Global Menu GTK trouble!

    Quote Originally Posted by exaviorn View Post
    Thanks!
    the other user test proved that its just affecting my user - typing gedit into terminal didnt provoke any warnings.

    however your second suggestion was strange - the output was mostly browser cache, it then outputted wine config files and other strange program configs, surely a single program can't be in so many apps: some ive only installed reciently
    The find command I posted just gives clues.

    This will narrow the search (a lot) to just the main config directories in your account:
    Code:
    find $HOME/.gconf $HOME/.gnome2 $HOME/.config -type f -exec grep -l global {} \;
    Good luck.

  9. #9
    Join Date
    Apr 2008
    Beans
    52
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Global Menu GTK trouble!

    Quote Originally Posted by Giblet5 View Post
    The find command I posted just gives clues.

    This will narrow the search (a lot) to just the main config directories in your account:
    Code:
    find $HOME/.gconf $HOME/.gnome2 $HOME/.config -type f -exec grep -l global {} \;
    Good luck.
    Thanks, Ive found at least one reference so far, however is it safe to just remove from the file e.g:

    (home).gconf/apps/gnome_settings_daemon/gtk-modules/%gconf.xml


    Code:
    <?xml version="1.0"?>
    <gconf>
            <entry name="globalmenu-gnome" mtime="1252692989" type="bool" value="tr$
    </gconf>
    My Server: HP Proliant DL580 G2, with Ubuntu 10.04, LAMP and Mail Server
    Ubuntu also running on IBM T21 and Mac OSX on Macbook Pro
    UNIX rocks!

  10. #10
    Join Date
    Oct 2008
    Beans
    3

    Re: Global Menu GTK trouble!

    Look at
    Code:
    /etc/profile.d/globalmenu.sh
    You can remove it.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •