Problem with lib32-gtk-engines

I'm trying to install lib32-gtk-engines from the AUR; however I keep encountering this message:
configure: error: GTK+-2.12 is required to compile gtk-engines
I've tried using both aura and yaourt, and I've also tried doing a full system update. Nothing yet has worked. Any ideas what may be causing this?

ghostHack wrote:
Use ABS.  The PKGBUILD is in /var/abs/community/lib32/lib32-gtk2 (once you've updated your abs tree)
change the pkgver and pkgrel variables in the PKGBUILD to be the current arch32 values (2.16.0 and 1) and rebuild the package locally.
I should have thought of that. Thanks

Similar Messages

  • Problem with lib32-gtk

    Hi.
    I swear I did a lot of research before posting.
    I saw that bug reports for outdated packages shouldn't be filed, but I have not found the lib32-package site to flag as outdated, since it's in the [community] repo.
    The point is that gtk2 is version 2.16.0-1, but lib32-gtk2 is 2.14.7-2.
    I have qtcurve-kde4, qtcurve-gtk2 and lib32-qtcurve-gtk2, but running 32bit applications,  have the default gtk theme and a message:
    (firefox32-bin:5061): Gtk-WARNING **: GModule (/opt/lib32/usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so) initialization check failed: Gtk+ version too old (micro mismatch)
    Any hints on how to get a 2.16.x version of lib32-gtk2?

    ghostHack wrote:
    Use ABS.  The PKGBUILD is in /var/abs/community/lib32/lib32-gtk2 (once you've updated your abs tree)
    change the pkgver and pkgrel variables in the PKGBUILD to be the current arch32 values (2.16.0 and 1) and rebuild the package locally.
    I should have thought of that. Thanks

  • Solution Manager systems RAM requirements - problems with the Java Engine

    Hello,
    I am about to install SAP Solution Manager 7 on a WIndows 2003 Server x64 but I need to know what the RAM requirements are? I have been having problems with the Java Engine starting and it seems to time out, I have heard that this is a very RAM hungry process and it might be why?
    Many thanks for your help in advance,
    Omar

    Hello Omar,
    To size SAP Solution Manager 7.0 EHP1 we recommend to use the SAP Solution Manager Quicksizer Tool at:
    http://service.sap.com/sizing-solman
    Here you find information on how to use the tool, how to collect input data for E2E Scenario Sizing, on SAP E2E RCA Sizing, Introscope Tuning, Wily Enterprise Manager Cluster Setup for E2E RCA Scenario and BI Aggregation Strategy in E2E Scenario.
    Please find more information about installing Solution Manager in:
    http://service.sap.com/instguides -> SAP Solution Manager
    I hope this information helps.
    Thanks,
    Mark

  • Compilation problem with lib32-wxgtk

    Hi,
    when I try to compile lib32-wxgtk I get this error:
    checking for GTK+ - version >= 2.0.0...
    *** 'pkg-config --modversion gtk+-2.0' returned 2.24.14, but GTK+ (2.24.13)
    *** was found! If pkg-config was correct, then it is best
    *** to remove the old version of GTK+. You may also be able to fix the error
    *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
    *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
    *** required on your system.
    *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
    *** to point to the correct configuration files
    no
    configure: error:
    The development files for GTK+ were not found. For GTK+ 2, please
    ensure that pkg-config is in the path and that gtk+-2.0.pc is
    installed. For GTK+ 1.2 please check that gtk-config is in the path,
    and that the version is 1.2.3 or above. Also check that the
    libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
    --libs' are in the LD_LIBRARY_PATH or equivalent.
    Both gtk and lib32-gtk meta-packages are installed, I just don't understand what's wrong.
    Any suggestion on how to continue?
    Thanks.

    edmael wrote:Problem solved, just a pacman -Syu needed.
    I forget to check if everything was up to date before posting, sorry.
    I think you meant to use the 'reply' link, not the 'report' link.

  • Having problems with adobe color engine when converting a 32bit file into an 8bit in Photoshop CC.

    I'm having problems with the "adobe color engine" when converting a 32bit file into an 8bit.
    Error Message reads: "could not convert the image to 8 bit/channel because of a problem using the adobe color engine.
    Never had this problem before, just recently started happening! I've tried multiply files since and some work, some don't, can't work out why!? thought it might be due to a large file size?...any suggestions?

    That would require much more info about your files, your system and the version of PS you are using. Presumably there is some color profile issue at play here.
    Mylenium

  • Problems with Lead Assignment Engine

    Hi All,
    Was wondering if anyone has had problems with the lead assignment engine. We set about a dozen rules in and some work while others don't, without any common link between them.
    We have used the billing country that works, for some strange reason, only for Canada and none of the rules set on 'Billing US State' work. I added two custom checkboxes. One works while the other doesn't.
    Obviously the rule group is active.
    If anyone has any insight into the matter or has a proven solution, I would be happy to hear.
    Thanks.

    Hi Bob,
    Yes. We know this. The rule group has been active for a number of days.
    Some of the rules in fact work, yet others do not.
    Anyone stumble upon this before?

  • Memory, processing or another problem with my game engine

    Hey everyone,
    I have managed to get a server for my game engine and finally I have managed to put the applet in my host.
    But there is a problem that is not occuring to me when I'm running it directly from Eclipse... Character seems to be freezing when passing from tile to tile.. I don't have an idia why this happens? Any sugesstions? Maybe this is processing issue(browsers limit applets in processing, maybe it's limited memory issue?). Is there any work around to this problem?
    Applet can be found here: [http://game2dei.com/demo/hoonline.html|http://game2dei.com/demo/hoonline.html]
    Accounts to enter: test01/test01, test02/test02, test03/test03, test04/test04, test05/test05.
    Thnaks for any help!
    Edited by: patriot87 on Dec 13, 2009 2:17 PM

    Ok here goes the part where I draw changes to the screen:
    public void paint(Graphics g)
            Graphics2D g2d = (Graphics2D)g;
            g2d.clearRect(0, 0, this.getWidth(), this.getHeight());
            this.updateFrameRate();
            /* *** DRAW MAP ON SCREEN *** */
            g2d.drawImage(Map.getMapImage(), -Map.getMAP_OFFSET_X(), -Map.getMAP_OFFSET_Y(), this);
            /* *** DRAW GRID(Debug purposes) *** */
            this.displayGrid(g2d);
            /* *** DRAW RENDERED ELEMENTS *** */
            g2d.setFont(world_window_text_font);
            HashMap <Integer, TreeMap> rendered_objects = this.render2DMapElements(g2d);
            /* *** Draw rendered objects *** */
            TreeMap <Long, BufferedImage> rendered_object_list = rendered_objects.get(2);
            Collection <Long> rendered_object_collection = rendered_object_list.keySet();
            Iterator <Long> rendered_object_iterator = rendered_object_collection.iterator();
            while(rendered_object_iterator.hasNext())
                 Long rendered_object_key = rendered_object_iterator.next();
                 BufferedImage rendered_object_value = rendered_object_list.get(rendered_object_key);
                 g2d.drawImage(rendered_object_value, Integer.valueOf(String.valueOf(rendered_object_key/100000)), Integer.valueOf(String.valueOf(rendered_object_key%100000)) - 40, this);
            // *** Draw rendered strings ***
            TreeMap <Long, String> rendered_string_list = rendered_objects.get(1);
            Collection <Long> rendered_string_collection = rendered_string_list.keySet();
            Iterator <Long> rendered_string_iterator = rendered_string_collection.iterator();
            while(rendered_string_iterator.hasNext())
                 Long rendered_string_key = rendered_string_iterator.next();
                 String rendered_string_value = rendered_string_list.get(rendered_string_key);
                 g2d.drawString(rendered_string_value, rendered_string_key/100000, rendered_string_key%100000 - 40);
            /* *** INCREASE FPS COUNTER *** */
            this.frames_per_second ++;
            Toolkit.getDefaultToolkit().sync();
            g.dispose();
        public void updateMapCharacters(long timestamp)
             Collection <MapCharacter> collection = Data.visible_character_list.values();
             Iterator <MapCharacter> iterator = collection.iterator();
             while(iterator.hasNext())
                  MapCharacter tmp_character = iterator.next();
                  if (!tmp_character.getName().equals(Character.getCharacterName()))
                       if ((((tmp_character.getDestinationUpdateTimestamp() + 100) < timestamp) ||
                                 tmp_character.getDestinationUpdateTimestamp() == -1) &&
                                 tmp_character.getAction() == Constants.ACTION_WALK)
                            int x = tmp_character.getCharacterX();
                            int y = tmp_character.getCharacterY();
                            tmp_character.setCharacterX(tmp_character.calculateNextX(tmp_character.getCharacterX(), tmp_character.getDirection()));
                            tmp_character.setCharacterY(tmp_character.calculateNextY(tmp_character.getCharacterY(), tmp_character.getDirection()));
                            tmp_character.setDestinationUpdateTimestamp(System.currentTimeMillis());
                            if (x != tmp_character.getCharacterX() || y != tmp_character.getCharacterY())
                                 tmp_character.updateStep();
                            Data.visible_character_list.put(tmp_character.getName(), tmp_character);
                       else if ((((tmp_character.getDestinationUpdateTimestamp() + 200) < timestamp) ||
                                 tmp_character.getDestinationUpdateTimestamp() == -1) &&
                                 tmp_character.getAction() == Constants.ACTION_PAUSE)
                            tmp_character.setDestinationUpdateTimestamp(System.currentTimeMillis());
                            tmp_character.updateStep();
                            Data.visible_character_list.put(tmp_character.getName(), tmp_character);
             repaint();
        private HashMap <Integer, TreeMap> render2DMapElements (Graphics g2d)
             HashMap <Long, BufferedImage> object_list = new HashMap <Long, BufferedImage> ();
             HashMap <Long, String> string_list = new HashMap <Long, String> ();
              *           Render "foreign" characters and their strings
             Collection <MapCharacter> collection = Data.visible_character_list.values();
            Iterator <MapCharacter> iterator = collection.iterator();
            while (iterator.hasNext())
                 MapCharacter map_character = iterator.next();
                 if (!map_character.getName().equals(Character.getCharacterName()))
                      Rectangle2D bounds = g2d.getFontMetrics().getStringBounds(map_character.getName(), g2d);
                      Long string_key = (long)((map_character.getCharacterX() - Map.getMAP_OFFSET_X() + 20 - (int)(bounds.getWidth()/2)) * 100000) + (map_character.getCharacterY() - Map.getMAP_OFFSET_Y());
                      String string_value = map_character.getName();
                      string_list.put(string_key, string_value);
                      Long image_key = (long)((map_character.getCharacterX()- Map.getMAP_OFFSET_X()) * 100000) + map_character.getCharacterY() - Map.getMAP_OFFSET_Y();
                      BufferedImage image_value = Character.getCharacterActionImage(map_character.getAction(), map_character.getDirection() , map_character.getStep());
                      object_list.put(image_key, image_value);
             *           Render main character
            Long image_key = (long)((Character.getCharacterX() - Map.getMAP_OFFSET_X()) * 100000) + Character.getCharacterY() - Map.getMAP_OFFSET_Y();
              BufferedImage image_value = Character.getCharacterActionImage(Character.getCurrentCharacterAction(), Character.getPreviousDirection(), Character.getCharacterStepCount());
              object_list.put(image_key, image_value);
             TreeMap <Long, BufferedImage> ordered_object_list = new TreeMap<Long, BufferedImage>(object_list); 
             TreeMap <Long, String> string_object_list = new TreeMap <Long, String>(string_list);
             HashMap <Integer, TreeMap> rendered_objects = new HashMap <Integer, TreeMap> ();
             rendered_objects.put(1, string_object_list);
             rendered_objects.put(2, ordered_object_list);
             return rendered_objects;
        }

  • Problem with lib32-glibc

    One file in my /lib is owned by lib32-glibc. It appears this library has not been updated in multilib yet, but only in multilib-testing. Is there any way to update my system or do I just have to wait until that goes to multilib? Also, why would they not release both glibc updates at the same time?
    > sudo find /lib -exec pacman -Qo -- {} + | column -t
    error: cannot determine ownership of directory '/lib'
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/ld-linux.so.2 is owned by lib32-glibc 2.15-10
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1

    The up to date (symlink wise) lib32-glibc seems to be available in [multilib] when I check here. Make sure you're using an up to date mirror and check again.

  • Problem with lib32 OpenGL

    $ glxinfo32 | grep OpenGL
    libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/usr/lib32/xorg/modules/dri/r600_dri.so: cannot open shared object file: No such file or directory)
    libGL error: unable to load driver: r600_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: r600
    EDIT: Needed lib32-ati-dri
    Please close.
    Last edited by geosmin (2014-09-22 07:00:59)

    Closed, by request

  • Problem with type engines in both CS4 & CS5

    Hello,
    I'm having a strange problem with the type engines in CS4 and 5.
    Currently I cannot insert the cursor into the last line of any block of text in order to make edits.
    When I try to insert the cursor into the last line it affects only the next-to-the-last line and not the intended line.
    Please help.
    Thanks for your consideration,
    cobaltgreen

    Hello,
    I'm having a strange problem with the type engines in CS4 and 5.
    Currently I cannot insert the cursor into the last line of any block of text in order to make edits.
    When I try to insert the cursor into the last line it affects only the next-to-the-last line and not the intended line.
    Please help.
    Thanks for your consideration,
    cobaltgreen

  • Problem with https internet url for Portal

    Hello ,
    We are running EP 7 SP 13.
    We had a problem with the j2ee engine going down due to a db problem .It is ok now and and j2ee is up and running fine and the portal is accessible from the intranet.
    But there is a problem with the https url that we use for internet access. It gives "page cannot be displayed error".
    There is a IISproxy in place for internet access.Https certificate has not expired. Couldnt find much in the portal logs and trace or am I looking in the wrong place?
    Any help would be most appreciated.
    Rgds

    Hi Vineeth
    Check the IIS settings, , they might not have started properly.
    EP5: Enabling SSL and renewing the J2EE certificate
    SAP Note Number: 685306
    Can you check the contents of Keystore in Visual admin,
    Regards
    Kaleem
    Edited by: Kaleem on Aug 19, 2008 2:11 PM

  • UT2004 Audio Problems with Audigy 2 ZS, X

    I've been trying to play UT 2004 and am having some problems. Whenever I start a game, within 2-3 minutes the audio loops and the computer freezes. The only fix is a reboot. I had an Audigy 2 ZS installed, and was getting these problems, so I went and bought an X-Fi Music and installed it last night. Tried to run the game today, no luck, the exact same problem.
    Would this be a problem with the Audio engine within UT2004, then? I've run other games (Call of Duty, Max Payne 2, original UT, etc) with no audio problems whatsoever.
    One thing I would like to say is that music sounds absolutely incredible with this sound card. And, subjecti'vely, I think the games sound a ton better too, but the music processing is top-notch.
    Thanks for any help! Here are my system specs:
    Athlon 64 3000+ @ 2.6 gHz
    DFI LAN Party Nforce 3 Ultra
    Corsair XMS GB
    BFG 6800 OC
    Antec TruePower 430 2.0

    Just tried re-installing the game, I thought maybe the patches or my extensi've editing of the UT2004.ini file might have caused it. Nope, still the same.
    The card is recognized in the Device Manager, onboard audio is disabled.
    Could it be something with the OpenAL implementation? I've read bits and pieces about improper processing, etc- I tried replacing the OpenAL file with the one from the Creative Developer's website as suggested and there was no change.

  • Problem with firefox and gtk applications in KDE!

    Hi there, i have my arch installed and it's great, i use kdemod that is quite perfect but i have a problem: all the gtk applications like firefox, eclipse, emesene and so on are terrible looking expecially the fonts. Here what I've done:
    1) installed kdemod-gtk-qt-engine and configured to use qt theme and it's better
    2) enabled fonts with antialiasing and hinting
    3) installed fonts for lcd like cairo-lcd
    4) installed microsoft fonts
    But stille it's ugly and it's impossible to use the apps, here's a screenshot:
    The point is that i can't use konqueror because i need some plugins like googlebrowsersync that doesn't exist for konqueror. And in other distros like n00buntu it works.
    Thanks for your help!

    pelle.k wrote:
    I can relate to what borzo is saying, because i have exactly the same problem.
    See, i have installed libxft-lcd and enabled antialiasing and sub-pixel hinting in kde font properties. All kde fonts look great. Now, i usually the exactly the same in gnome "Appearance" font settings (when i use gnome).
    The thing is when you have KDE installed you can't set antialiasing and sub-pixel hinting for *GTK* apps, even if you can set a theme and font size with gtk-chtheme/.gtkrc
    This has nothing to do with how firefox renders fonts, really, but how GTK fonts a drawn in KDE since gnome-settings-manager isn't running, and thus GTK apps get crappy fonts (including firefox html rendering).
    So, how can i enable antialiasing and sub-pixel rendering specifically for GTK apps in KDE without running gnome-settings-manager?
    I know this is an old thread, but I'm still having exactly the same problem. I've been fiddling with fonts for a whole week now. Fonts in KDE apps look great, but crappy in GTK-apps like Thunderbird and Firefox. Like Pelle asked: how can I set aintialiasing and sub-pixel redndering for GTK apps? When running Gnome the fonts in GTK-apps look so much better. I wanna use my shiny new KDE 4 desktop, though.

  • Problems with gtk libraries?

    Hi,
    I installed arch and lxde on a Aspire one, but I have some problem with different software. The main example is the image viewer: gpicview crashes when I open an image (for a segmentation fault). So I installed Mirage to see if it's a problem due to only gpicview. I can start Mirage, but when I open an image from the open menu, it says that it can not load the picture and there is a small red "x" in the window right part for the image. So I tried with xzgv: it starts but the right part of the window remains always empty, while I can navigate in folders through the left part of the windows. Feh instead works. I have a similar problem with xsmbrowser: it starts but I can't interact with the buttons and text fields present in the windows.
    Gpicview, mirage and xzgv use GTK libraries: may the problem be with these lib? They are installed but maybe something is missing...
    May I need gtk-engine? I searched about but I found that it's used for the theme. Or it's necessary for any software based on gtk? But if it's necessary with gpicview (default viewer for lxde) why wouldn't it be already present?
    Thanks for your help and attention.

    I started the applications through the terminal:
    - mirage: the only message is a deprecation warming for the use of md5 instead of hashlib, but I think nothing important. No message added opening the image. I made a screenshot using mirage (giving a .png image) and it can open this. But when I try to open the other images (.pnm made with luvcview), it opens always this png screenshot (that is: if there are other images, opens those, else nothing). Remark: the preview in the open menu shows the effective pnm image.
    - gpicview: it opens the png file but get the segmentation fault on the pnm
    - xzgv: opens other images but pnm file doesn't exists for him
    So I think it's likely a image format problem (but openoffice draw can open pnm).
    - xsmbrowser tells that he wants the tcl version 8.5 exactly and not the 8.5.5 that I have. There is a 8.5.0 in the AUR, maybe I'll try removing 8.5.5 and installing 8.5.0.......
    So there shouldn't be problems with gtk...
    Moreover in dmesg now I have:
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output to 64 bytes. See http://userweb.kernel.org/~dtor/eviocgbit-bug.html
    Maybe synaptics from google...I will verify...
    Last edited by Dome (2008-11-29 12:34:12)

  • [Solved] Problem with GTK+ themes (some of the applications look ugly)

    Hey everyone,
    I just switched to Arch and have problems with getting the GTK+ themes to work. Some applications (i.e. pcmanfm, firefox) use the theme I set with lxappearance and other like transmission still look ugly. Any ideas what am I doing wrong?
    Screenshot: http://s18.postimage.org/pz339bje1/screen.jpg
    greets
    Last edited by uns1gn3d (2013-02-01 16:32:52)

    Another possibility is that you have the correct theme but don't have the associated theme engine installed.  Poke around the themes a bit:
    For a GTK2 theme: in the "theme/gtk-2.0/gtkrc" file look for the line that says "engine" and a name.  Make sure you have that name installed.
    For a GTK3 theme: in the "theme/gtk-3.0/gtk.css" file also look for "engine" and the name.  Also make sure that engine is installed.
    Themes are almost always in "/usr/share/themes/theme_name"
    The files you look for to see which engine a theme uses may be in different files than the ones specified above, poke around in the files.  The file that specifies the engine will be a text file so you can look at them using "less" or an alternative.
    Last edited by headkase (2013-02-01 15:41:21)

Maybe you are looking for