<---- template headericclude ----->
Gnome related error
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2010
    Location
    Romania
    Age
    32
    Posts
    40
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Gnome related error

    I am trying to start the Brainvisa software on a fedora 15 install using gnome and i get this error:
    /home/Kantor/kits/brainvisa/bin/real-bin/anatomist: symbol lookup error: /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so: undefined symbol: FcLangGetCharSet


    It works if i log into a KDE session but it's alot of hassle since a barebones KDE is not very functional. It doesn't seem to use nautilus or in anycase most of the software KDE uses isn't installed when installing just the window manager.

    This is a known issue on the brainvisa forums also but I am hoping someone can muster up a fix.

  2. #2
    Join Date
    Jun 2012
    Location
    home
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Gnome related error

    The problems comes from a Qt plugins that adds the GTK+ style to the application. This plugin is installed on some systems and is used for default style when a Qt application is started from a Gnome desktop. Using this plugin may crash the application because BrainVISA provides its own Qt that is different from the one installed on the system. We have not yet found a way to ask to Qt not to use this plugin, there must be some hard coded plugin path somewhere that cannot be removed even if the plugins paths is set in qt.conf.

    The work around is to force the style of the application. You can do that by a command line option, for example :
    Code:
    anatomist -style Cleanlooks
    brainvisa -style Windows
    BrainVISA will complain about the parameters but you can ignore this message.

    To make this permanent for a user, you can use the following program :
    Code:
    /path-to-brainvisa-pack/bin/qtconfig -style Cleanlooks
    You can choose any style you want except GTK+ and then save. The problem of this method is that the style will be applied to all Qt applications. We will have to find a way to make it permanent for BrainVISA application only...

  3. #3
    Join Date
    Jun 2012
    Location
    home
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Gnome related error

    There is now a possibility to apply a patch to BrainVISA to make Qt blind to Gtk. See this post on BrainVISA forum.

Similar Threads

  1. All gnome related processes are duplicated!
    By wajda in forum Using Fedora
    Replies: 2
    Last Post: 1st March 2011, 10:49 AM
  2. gnome settings related question
    By santanu in forum Using Fedora
    Replies: 1
    Last Post: 8th March 2009, 07:12 PM
  3. Gnome related errors with Yum
    By asianguyjt in forum Using Fedora
    Replies: 28
    Last Post: 24th August 2008, 10:56 PM
  4. Gnome/Nautilus Bug - May be Mount Related
    By fyrie in forum Using Fedora
    Replies: 1
    Last Post: 29th February 2008, 12:05 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]