GTK2 metal theme [SOLVED]

Is there the GTK2 metal theme in the package repository? I've copied across the required files from an older Gentoo installation and everything is working fine except for Gaim, which bombs out:
*** START ***
(gdb) bt full
#0  0x00000000 in ?? ()
No symbol table info available.
#1  0xb6cdc174 in ?? () from /usr/lib/gtk-2.0/2.10.0/engines/libmetal.so
No symbol table info available.
#2  0x08176350 in ?? ()
No symbol table info available.
#3  0x081742c0 in ?? ()
No symbol table info available.
#4  0x08174408 in ?? ()
No symbol table info available.
#5  0xb7d47bec in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#6  0x08176350 in ?? ()
No symbol table info available.
#7  0x00000000 in ?? ()
No symbol table info available.
(gdb)
*** END ***
Wondering if I'll get better luck using something directly from the Arch repository.
Iain.
Last edited by expat_iain (2007-04-16 13:53:09)

Resolved by removing the pacman installed package and installing the autopackge file from gaim.sf.net

Similar Messages

  • Look And Feel: Metal Themes

    Hello,
    I have two basic questions I can't find the answer to. I hope someone can help.
    From my understanding of Java 1.5 you now have 2 basic themes to them metal look and feel, they are "Ocean" (the default) and "Steel". Is this understanding correct?
    My second question is, I can switch between Look & Feels, ie. default to system, how do you switch between themes though? I want to use "Steel" but can't !
    Thanks,
    Alan

    How to Set the Lood and Feel:
    http://java.sun.com/docs/books/tutorial/uiswing/misc/p
    laf.htmlThat actually doesn't tell you how to do what he's asking.. at least not from what I saw.
    Here's how to set the metal theme in 1.5:
    import javax.swing.plaf.metal.*;
    public static final String STEEL_THEME_CLASS = "javax.swing.plaf.metal.DefaultMetalTheme";
    public static final String OCEAN_THEME_CLASS = "javax.swing.plaf.metal.OceanTheme";
    public void changeMetalTheme(String themeName) {
       try {
          MetalTheme theme = (MetalTheme)Class.forName(themeName).newInstance();
          MetalLookAndFeel.setCurrentTheme(theme);
       catch (Exception e) { e.printStackTrace(); }
    }Note that if you do this after you've created your GUI, you'll have to call SwingUtilities.updateComponentTreeUI() on all top-level windows.

  • Metal Theme runtime framework

    Is there an existing framework for registering Metal Themes with a running program. Allowing for the application to get the names of registered themes and dispaly them for selection then to envoke the selected theme ?
    Aaron

    aaronngray,
    I think www.jgoodies.com has a demo app that lets one switch themes at runtime: green-theme, bedouin-theme, etc, etc. Dunno whether the demo provides source.
    --A                                                                                                                                                                                                                                                                                                                                                               

  • Primary/secondary colours for metal themes

    How do I get the primary and secondary colours for the current Metal theme? The methods getPrimary1() etc have protected access!
    I don't want to get one of the other colours that use the primary colours as default, eg getControlDarkShadow(), because in the current theme this may have been overridden!
    Any suggestions?
    Thanks,
    Phil

    How do I get the primary and secondary colours for the current Metal theme? The methods getPrimary1() etc have protected access!
    I don't want to get one of the other colours that use the primary colours as default, eg getControlDarkShadow(), because in the current theme this may have been overridden!
    Any suggestions?
    Thanks,
    Phil

  • Xfce4-notifyd themes [solved]

    I was wondering if anyone knew how to change the theme/look of notifyd, or at least a place to start looking. The most I could find was a faq saying it inheirits it's appearance from the current GTK theme, but that doesn't seem to be correct...
    The default in xfce4.4 looked good, but the new one not so much.
    They introduced an option to change the theme, but can't find a way to add more (or more to add...), and the defaults are no good (ZOMG-PONIES! is close, but not quite what I'd like ;] )
    edit:
    Finally, I was able to figure it out, turns out it's simply a gtkrc file under /usr/share/themes/(theme name)/xfce-notify-4.0
    now to fool around with these settings to get something less ugly
    edit edit: I feel stupid, the readme in the source states this... plus they suggest putting it under $HOME/.themes/THEMENAME/xfce4-notify-4.0 which makes a lot of sense.
    Last edited by sctincman (2009-04-20 22:24:57)

    No themes up to this time.
    A side note regarding this detail.
    I have a usb connected HDD with the latest arch kernel also having xfce4 installed.  It also has kde installed (all) but not in use.
    This xfce4 install has oxygen icons installed in the mouse theme window and enables a large cursor with various icon shapes.  The cursor thusly enabled changes orientation as the cursor is placed in a forum listing, say, changes to horizontal vs. vertical as well as changes its shape.
    These cursor types are oxygen cursors.
    Attempted to generate the oxygen cursors with pacman installs of related oxygen packages to no avail.  Gnome-icon-theme is installed and oxygen-gtk2.  This applied to the booting Compact Flash devices which fail to provide themes for the cursor.
    Still no oxygen cursor themes.
    Xfce4 was installed with (all).

  • GTK2 Icon Theme

    I'm trying to get GTK2 to use the icon theme for it's _NET_WM_ICONs, but they simply refuse to. GTK3 works fine. Qt works fine. GTK2 uses the Moka icon theme. Nonetheless, the application sets the _NET_WM_ICON to the default icon. Is it because I do not have XDG_DATA_DIRS set? What actually sets that environment variable?
    Last edited by eugeneyche (2015-05-05 12:26:19)

    litemotiv wrote:Does this also happen with the stock kernel?
    Just tested with stock kernel, and no...so this may be ck kernel related?
    EDIT: I'm using linux-ck-nehalem 3.9.2-2, installed from Repo-ck
    Last edited by radc (2013-05-18 13:21:26)

  • Setting cursor theme [solved]

    How do I manually set the cursor theme (either system wide or in fvwm config) ?
    All of fvwm and gtk apps use the standard Xorg cursor, whereas kde applications use the default kde cursor, so it is a bit annoying that the cursor changes shape all the time.
    Last edited by pressh (2007-11-14 20:56:33)

    What Ramses de Norre describes will change the cursor for your user only, you might, however, want to change it system-wide (that way whatever login manager you use will have the same cursor theme as your desktop, for example).
    1. Make sure that the cursor theme you want to use is in /usr/share/icons
    2. mkdir /usr/share/icons/default (if it doesn't exist)
    3. inside that directory create a file called "index.theme" which has the following contents:
    [icon theme]
    Inherits=neutral
    (change "neutral" to whatever the cursor theme you want to use is called)

  • Gnome hangs when changing theme [SOLVED]

    Hey guys,
    Don't know if anyone had this problem of if its been posted before so anyways .....
    I recently installed Voodoo with kde, gnome & xfce.
    My main desktop is KDE but I do use GNOME & XFCE occasionally.
    When on KDE I like to be able to change my gtk theme so I installed gtk-qt-engine.
    After choosing a theme in the GTK-QT-Engine settings box my gtk apps would adjust accordingly and everything would be fine.
    However, when I logged into GNOME and tried to change the GNOME theme .... my desktop would freeze
    If I did a ctrl+atl+del I would be taken to gdm but would now get .Xsession errors when trying to re-login.
    I would have to login back to KDE, delete the gconf directories and only then was I able to log back into GNOME.
    Now the reason I could not change the theme in GNOME was coz the gtk-qt-engine program modified my .gtkrc-2.0 .... and this was causing all the hang ups .... pun intended.
    So I edited the gtk-qt-engine modified .gtkrc-2.0 file & commented out everything.
    After this GNOME works perfectly and changing themes is now a snap
    Hope this helps someone.
    Cheers,
    hack

    Thank you!  This saved my life!  Well, it did not save my life but it was important.   I thought my GNOME was borked and ended up deleting every config and re-installing it before I came across this.  DOH!

  • Lxappearance not updating gtk2.0 theme or preview window

    $ uname -a
    Linux myhost 2.6.32-ARCH #1 SMP PREEMPT Sat Dec 26 08:26:17 UTC 2009 i686 Intel(R) Celeron(R) CPU 1.70GHz GenuineIntel GNU/Linux
    $ pacman -Q lxappearance
    lxappearance 0.4.0-2
    Using lxappearance to change anything does not work, also doesn't generate a proper preview.
    When applied, it defaults to Clearlooks instead of selected theme.
    ~/.gtkrc-2.0 is being set to what I choose.
    gtk-chtheme is working. I am the owner of ~/.themes
    All gtk-engine packages are installed and all the themes in the list work with gnome-appearance settings, gtk-chtheme.
    Would like to get this working so I can change my icons as easily. Thank you.

    skottish wrote:
    Please search before starting threads:
    http://bbs.archlinux.org/viewtopic.php?id=87242
    I assure you I have searched. And when I did I found that workaround, which I have all ready done if you read my OP. I also found another thread where the solution was to install various gtk-engines required by the themes. This did not work. And using gtk-chtheme is not a fix for lxappearance.
    hw-tph wrote:This might happen if you have a ~/.gtkrc-2.0.mine file which is included from your ~/.gtkrc-2.0. The .mine file overrides the .gtkrc-2.0 settings, if memory serves me right.
    There is no .gtkrc-2.0-mine file in my home directory.
    Also worth a note that running gnome-appearance-properties with gnome-settings-daemon running will result in just the gnome-appearance-properties window to be themed.

  • Xfwm not loading themes [solved], icon issues, cursor issues

    i'm stuck on a userinterface theme, and i can't change it at all, the sizes of the fonts and such change, but nothing more, no colours or anything, just started today, haven't installed any new packages. anyone else getting this?
    (i have been having this problem with murrine engine the whole time, no murrine themes will work)
    any ideas?
    edit: just checked, works under root login, just not my own. permission problem maybe? ( i still haven't figured out where themes are stored on xfce.. help there too?)
    also, when i install cursor themes from /community they all show up under icon themes, and i can't find where to put icon themes for them to properly work too, i'd hate to have to go back to gnome
    edit: ok, found the themes dir in /opt/xfce4/share/themes (currently all dir's are drwxr-xr-x)
    and found gtk in /usr/share/themes (currently all dir's are drwxr-xr-x)
    and found icons in /opt/xfce4/share/icons (currently all dir's are drwxr-xr-x)
    what should perm's be for themes?
    Last edited by spookshow (2007-04-05 02:21:42)

    I have murrine themes in .themes. You can change the default directory when it is run root if I remember correctly. (And the root directory is not the .themes if I remember too.)
    Try copying the theme from /oPT/blah to .themes that you want to use.
    Stock themes (non murrine) work, right?

  • Everytime I try to play a recently downloaded song I am told my computer is to authorized to play the requested song, but the computer is authorized.  Went through all the steps iTunes support had on their website and none of them solved the problem.

    Not quite sure what to do about this.  All of the previous music that I have downloaded works fine but for the past week anything that I purchase from iTunes Store will not play because it states the computer is not authorized to play, but it is authorized and the purchased songs were purchased under the same account.

    Have you tried this?
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389

  • [SOLVED] Java Font Too Small in OpenBox

    I usually use Cinnamon, but decided to give OpenBox a whirl again. I am encountering a problem with OpenBox and the size of fonts in Java apps. I'm using the Oracle JDK, not OpenJDK.
    These first screenshots show the font on OpenBox being too small:
    http://www.dadburn.com/linuxscreenshots … tprob1.png
    http://www.dadburn.com/linuxscreenshots … tprob2.png
    As you can see, the fonts used for the controls is super tiny. As can be seen from the second example, the font can be configured in the editing portion through the applications. But the controls themselves remain too small.
    When I log into the SAME account, but use Cinnamon, the fonts are fine. Reference:
    http://www.dadburn.com/linuxscreenshots … tprob3.png
    http://www.dadburn.com/linuxscreenshots … tprob4.png
    So the only difference in these screenshots are the fonts. And the only difference is that I am using Cinnamon vs OpenBox. I;ve searched Google and the Wiki and the Forums, but I'm either not using the proper search terms or just overlooking the results. Can anyone point me in the right direction.
    Also, I am using the fontconfig-infinality stuff. I don't think that matters and again, Cinnamon works and OpenBox has too small a font. And the problem is only on Java apps, not other things.
    Thanks in advance.
    Last edited by mrunion (2014-08-10 03:10:58)

    I've done more digging. I have this in my /etc/profile:
    export _JAVA_OPTIONS='-Dswing.systemlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.aatext=true -Dawt.useSystemAAFontSettings=on'
    Well, this screws up gdx-setup (the first screenshot). If I only use
    export _JAVA_OPTIONS='-Dswing.aatext=true -Dawt.useSystemAAFontSettings=on'
    Then gdx-setup looks fine. Netbeans was still messed up either way. I did find that it seems Netbeans has issues with the GTK+ look and feel on non-GTK platforms. So I reverted NetBeans to the (ugly) Metal theme and now the fonts are bigger.
    So I am marking this as solved. It seems that the GTK+ look and feel is just not happy on non-GTK+ platforms. I guess that makes sense in a way.

  • (Solved) Openbox font too small

    I've removed gnome and installed openbox, and now my fonts are too small. My firefox webpage fonts are fine, tint2 fonts are ok as well. But I think some leftover gnome setting is affecting it. I deleted .gnome2, but it's not working. What should I do?
    EDIT: Fixed! Didn't think of Xorg at first
    Last edited by zephyrus17 (2009-11-05 11:53:03)

    I've done more digging. I have this in my /etc/profile:
    export _JAVA_OPTIONS='-Dswing.systemlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.aatext=true -Dawt.useSystemAAFontSettings=on'
    Well, this screws up gdx-setup (the first screenshot). If I only use
    export _JAVA_OPTIONS='-Dswing.aatext=true -Dawt.useSystemAAFontSettings=on'
    Then gdx-setup looks fine. Netbeans was still messed up either way. I did find that it seems Netbeans has issues with the GTK+ look and feel on non-GTK platforms. So I reverted NetBeans to the (ugly) Metal theme and now the fonts are bigger.
    So I am marking this as solved. It seems that the GTK+ look and feel is just not happy on non-GTK+ platforms. I guess that makes sense in a way.

  • JFileChooser not opening when we applied custom Look and Feel & Theme

    Dear All,
    JFileChooser not opening when we applied custom Look and Feel & Theme.
    The following is the source code
    import java.awt.Color;
    import javax.swing.*;
    import javax.swing.plaf.ColorUIResource;
    import javax.swing.plaf.metal.MetalLookAndFeel;
    import com.jgoodies.looks.plastic.*;
    public class CustomTheme {
    public static void main(String[] args)throws UnsupportedLookAndFeelException{
    UIManager.setLookAndFeel(new MyLookAndFeel());
    MyLookAndFeel.setCurrentTheme(new CustomLaF());
    JFrame frame = new JFrame("Metal Theme");
    JFileChooser jf = new JFileChooser();
    System.out.println("UI - > "+jf.getUI());
    //jf.updateUI();
    frame.getContentPane().add(jf);
    frame.pack();
    frame.setVisible(true);
    static class CustomLaF extends PlasticTheme {
    protected ColorUIResource getPrimary1() {
    return new ColorUIResource(232,132,11);
    public ColorUIResource getPrimary2() {
              return (new ColorUIResource(Color.white));
         public ColorUIResource getPrimary3() {
              return (new ColorUIResource(232,132,11));
    public ColorUIResource getPrimaryControl() {
    return new ColorUIResource(Color.GREEN);
    protected ColorUIResource getSecondary1() {
    return new ColorUIResource(Color.CYAN);
    protected ColorUIResource getSecondary2() {
              return (new ColorUIResource(Color.gray));
         protected ColorUIResource getSecondary3() {
              return (new ColorUIResource(235,235,235));
         protected ColorUIResource getBlack() {
              return BLACK;
         protected ColorUIResource getWhite() {
              return WHITE;
    static class MyLookAndFeel extends Plastic3DLookAndFeel {
              protected void initClassDefaults(UIDefaults table) {
                   super.initClassDefaults(table);
              protected void initComponentDefaults(UIDefaults table) {
                   super.initComponentDefaults(table);
                   Object[] defaults = {
                             "MenuItem.foreground",new ColorUIResource(Color.white),
                             "MenuItem.background",new ColorUIResource(Color.gray),
                             "MenuItem.selectionForeground",new ColorUIResource(Color.gray),
                             "MenuItem.selectionBackground",new ColorUIResource(Color.white),
                             "Menu.selectionForeground", new ColorUIResource(Color.white),
                             "Menu.selectionBackground", new ColorUIResource(Color.gray),
                             "MenuBar.background", new ColorUIResource(235,235,235),
                             "Menu.background", new ColorUIResource(235,235,235),
                             "Desktop.background",new ColorUIResource(235,235,235),
                             "Button.select",new ColorUIResource(232,132,11),
                             "Button.focus",new ColorUIResource(232,132,11),
                             "TableHeader.background", new ColorUIResource(232,132,11),
                             "TableHeader.foreground", new ColorUIResource(Color.white),
                             "ScrollBar.background", new ColorUIResource(235,235,235),
                             "ToolTip.foreground", new ColorUIResource(232,132,11),
                             "ToolTip.background", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.border.background", new ColorUIResource(Color.gray),
                             "OptionPane.errorDialog.titlePane.foreground", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.titlePane.background", new ColorUIResource(232,132,11),
                             "Table.selectionBackground", new ColorUIResource(232,132,11)
                   table.putDefaults(defaults);
    When i run this program the following error is coming:
    Exception in thread "main" java.lang.NullPointerException
    at javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(Unknown Source)
    at javax.swing.SwingUtilities.layoutCompoundLabelImpl(Unknown Source)
    at javax.swing.SwingUtilities.layoutCompoundLabel(Unknown Source)
    at javax.swing.plaf.basic.BasicLabelUI.layoutCL(Unknown Source)
    at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(Unknown Source)
    at javax.swing.JComponent.getPreferredSize(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.updateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(Unknown Source)
    at javax.swing.plaf.basic.BasicListUI$ListSelectionHandler.valueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
    at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
    at javax.swing.JList.setSelectedIndex(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.setListSelection(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup.access$000(Unknown Source)
    at javax.swing.plaf.basic.BasicComboPopup$ItemHandler.itemStateChanged(Unknown Source)
    at javax.swing.JComboBox.fireItemStateChanged(Unknown Source)
    at javax.swing.JComboBox.selectedItemChanged(Unknown Source)
    at javax.swing.JComboBox.contentsChanged(Unknown Source)
    at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(Unknow
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(Unknown Source
    at javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$2300(Unknown So
    at javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI.access$2600(Unknown Source)
    at javax.swing.plaf.metal.MetalFileChooserUI$12.propertyChange(Unknown Source)
    at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
    at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source)
    at javax.swing.JComponent.firePropertyChange(Unknown Source)
    at javax.swing.JFileChooser.setCurrentDirectory(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at javax.swing.JFileChooser.<init>(Unknown Source)
    at CustomTheme.main(CustomTheme.java:20)
    I am extending the JGoodies Look And Feel & Theme.
    Thanks in advance
    Krishna Mohan.

    Dear cupofjoe,
    Thank you for your response.
    I am using the Latest JGoodies Look & Feel which is downloaded from http://www.jgoodies.com.
    i am writing our own custom Look & Feel By Overridding Jgoodies Look & Feel.
    In that case i am getting that error.
    The following is the source code:
    import java.awt.Color;
    import javax.swing.*;
    import javax.swing.plaf.ColorUIResource;
    import javax.swing.plaf.metal.MetalLookAndFeel;
    import com.jgoodies.looks.plastic.*;
    public class CustomTheme {
    public static void main(String[] args)throws UnsupportedLookAndFeelException{
    UIManager.setLookAndFeel(new MyLookAndFeel());
    MyLookAndFeel.setCurrentTheme(new CustomLaF());
    JFrame frame = new JFrame("Metal Theme");
    JFileChooser jf = new JFileChooser();
    //System.out.println("UI - > "+jf.getUI());
    //jf.updateUI();
    //frame.getContentPane().add(jf);
    frame.pack();
    frame.setVisible(true);
    static class CustomLaF extends PlasticTheme {
    protected ColorUIResource getPrimary1() {
    return new ColorUIResource(232,132,11);
    public ColorUIResource getPrimary2() {
              return (new ColorUIResource(Color.white));
         public ColorUIResource getPrimary3() {
              return (new ColorUIResource(232,132,11));
    public ColorUIResource getPrimaryControl() {
    return new ColorUIResource(Color.GREEN);
    protected ColorUIResource getSecondary1() {
    return new ColorUIResource(Color.CYAN);
    protected ColorUIResource getSecondary2() {
              return (new ColorUIResource(Color.gray));
         protected ColorUIResource getSecondary3() {
              return (new ColorUIResource(235,235,235));
         protected ColorUIResource getBlack() {
              return BLACK;
         protected ColorUIResource getWhite() {
              return WHITE;
    static class MyLookAndFeel extends Plastic3DLookAndFeel {
              protected void initClassDefaults(UIDefaults table) {
                   super.initClassDefaults(table);
              protected void initComponentDefaults(UIDefaults table) {
                   super.initComponentDefaults(table);
                   Object[] defaults = {
                             "MenuItem.foreground",new ColorUIResource(Color.white),
                             "MenuItem.background",new ColorUIResource(Color.gray),
                             "MenuItem.selectionForeground",new ColorUIResource(Color.gray),
                             "MenuItem.selectionBackground",new ColorUIResource(Color.white),
                             "Menu.selectionForeground", new ColorUIResource(Color.white),
                             "Menu.selectionBackground", new ColorUIResource(Color.gray),
                             "MenuBar.background", new ColorUIResource(235,235,235),
                             "Menu.background", new ColorUIResource(235,235,235),
                             "Desktop.background",new ColorUIResource(235,235,235),
                             "Button.select",new ColorUIResource(232,132,11),
                             "Button.focus",new ColorUIResource(232,132,11),
                             "TableHeader.background", new ColorUIResource(232,132,11),
                             "TableHeader.foreground", new ColorUIResource(Color.white),
                             "ScrollBar.background", new ColorUIResource(235,235,235),
                             "ToolTip.foreground", new ColorUIResource(232,132,11),
                             "ToolTip.background", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.border.background", new ColorUIResource(Color.gray),
                             "OptionPane.errorDialog.titlePane.foreground", new ColorUIResource(Color.white),
                             "OptionPane.questionDialog.titlePane.background", new ColorUIResource(232,132,11),
                             "Table.selectionBackground", new ColorUIResource(232,132,11)
                   table.putDefaults(defaults);
    pls suggest me the how to solve this problem.
    thanks in advance
    Krishna MOhan

  • SOLVED - BIOS UPDATE "SYSTEM DOES NOT CONTAIN the NECESSARY WMI SUPPORT for this VERSION of HPQflash

    If you get infamous error when updating HP Portables (laptops/notebooks/ netbooks) BIOS within Windows:
    "SYSTEM DOES NOT CONTAIN THE NECESSARY WMI SUPPORT FOR THIS VERSION OF HPQFLASH":
    I am posting a solution found for own business laptop (HP 8540W & 8760W) so WebSearch engines index/register it in a few days - future sufferers come here and get a SOLUTION, finally.  Disreagrd previous "experts" advises, they don't work 100% & pity on TechSupport folks who get HP paychecks yet don't know products their co. designs/manufactures (on deep Technical level):
    Below is a SOLUTION (WORKING) !
    Go into Services (Run "services.msc" or get there thru ControlPanel-->AdminTools-->), find following 2 services ==> make sure they're running, chances are they're NOT (as in my case I keep them disabled unless need running):
    1) "HP Software Framework"
    2) "HP Service" [no typo - a real plain name]
    If not running, set Properties-->Manual and click "Start", make sure both are running.
    Rerun BIOS updater, choose option for "Within Windows" or something to that effect (using HPQ/ROMpaq updater), rather than "create USB BootDisk on Key", this time it should work without the hassle of a BootDisk creation.
    Should work from within Windows environment.
    Notes:
    a) Likely only one (1) service is responsible - namely "HP Software Framework" for HPQ Updater to fail, but doesn't hurt to reenable/restart both services.
    I in fact am responding to other customers who elect to Update BIOS within Windows, perhaps oldfashioned but to me Boot Updater is more natural & always works regardless of WMI Support.
    b) After done, don't forget:
    *) Recheck BIOS settings - update may've added new and/or changed old, so rescan tobe sure.
    **) Go BACK into Windows-->Services.msc & redisable both aforementioned Services if were originally disabled; or you're a computer Pro, you know what you're doing & like me keep all HP services disabled.  The ones we got on EliteBook 8760W are pests consuming system resources, you just enable "Software Framework" when occasional issues emerge with HP softupdate (typically no issues) & redisable after use, rest of services are bloatware - some attempt to overrun Windows Wireless console, some seekout HP Networked printers (Ethernet, Wireless, but not USB), some do this & that - I study/know which one does what and decided to disable all. This is called a "minimalist" philosophy & turns your machine into a fast beast, I recently sold a very obsolete 4-year laptop which however handles 3DMCAD & complex designs/simulations, better new machines out fo a store, as new machines are loaded w/bloatware chocking down resources.
    BUT nobody is requiring you to disable anything though.
    The solution merely states the fact:
    These 2 (or 1) services when not running halt BIOS Update "within Windows" (you can still run "BootDisk option", however, if preferred).
    Simply restartung them solves your problem.  Usually
    Ya'll have a good day and enjoy!
    ===========
    BELOW ARE IMPORTANT WARNINGS:
    1) IF YOUR BIOS UPDATE STILL FAILS, SOME OTHER PIECE IN WMI SUPPORT IS MISSING - IN MY CASE WAS THESE 2 SERVICES, BUT THERE'S REMOTE POSSIBILITY SOMETHING ELSE MIGHT BLOCK UPDATER.  DON'T WASTE TIME & CHOOSE "USB/BootDisk" options instead
    2) Once BIOS updater does its job, will ask to auto-restart - let it go on & complete, it will self-shutdown (click "Next" to skip 60-second timer), then do NOT turn it on manually!, wait - it'll turn on by itself in 15 seconds, let it boot into Windows, you're done!
    3) WARNING: close other apps before proceeding, be 100% sure your ACpower won't be interrupted or better yet - make sure battery is in/charged (so if ACpower accidentally disconnects, you're autoswitched onto battery) b/c power loss may result in severe damage to internal hardware.  In the old days it'd result in fatal damage, these days powerloss would still result in a major repair (ROM chip corruption).
    So to summarize: those 2 services I specified, are often responsible for whether HPQ/ROMpaq will or won't run.
    Other causes possible, but I've not witnessed; and if so - choose BootDisk option.
    ===
    Stan M. Starinski, MSEE.

    Hello Ceramics.
    Your ProBook is an Enterprise model.  It would be a good idea to also post your question to the HP Business Boards as those forums deal specifically with that kind of product.  Here is a link.
    Have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

Maybe you are looking for

  • 1.5.0_08 EXCEPTION_ACCESS_VIOLATION in deploy.dll

    Hello, We develop a java application that is deployed over the web via Apacha Tomcat servlet container using IE 6. Sometimes, sporadically throughout the life of this product, we have seen JVM crashes that close all IE browsers open and place the hs_

  • Phone won't turn on

    My phone was working this morning and then it just shut off. I've tried resetting it and plugging it into itunes but itunes won't even recognize that the iphone is connected. Any ideas??

  • Replacing html tags in a htmldocument

    Hi Java Gurus I have a htmldocument which has the bacjground set to black and foreground to white. When i print the document i see the text in white color ( rather invisible). I thought the foreground color of the document needs to be changed. How ca

  • Why is Firefox Painfully Slow After Upgrade?

    Ever since Firefox went from version 3 to version 4 it has gotten worse and worse! I kept upgrading up to version 6 hoping it would somehow get better, but it has not! It was SO painfully slow that it would bring my whole system to a screeching halt.

  • Reload Softwares 513

    Hi my name is Jojo.  I did something stupid today.  I locked my keyboard on my phone and I used up all my attempts to open it and now it said to "Reload softwares 513".   What do I do now or How do I do it?  It is a Blackberry Curve 8330 Smartphone..