[SOLVED] Firefox/GTK - How to disable the icons on buttons?

I'm running GNOME 2.30 with Firefox 3.6.3.
I have set: gtk-button-images = 0 in .gtkrc-2.0 (although I think it might be deprecated), as well as setting buttons_have_icons to false in gconf under /apps/desktop/gnome/interface.
All other programs have icon-free buttons, but Firefox insists:
[img]redacted[/img]
Is there something I'm missing?
Last edited by jasonwryan (2013-03-17 23:23:30)

I'm not so sure ... I've tried all of the ~25 GTK themes I have installed, and they all still have icons, but only in Firefox.  All (most?) other GTK apps I've tried removed the button icons.
I'm in Xfce now, and the situation is the same.  Look at the "Close" buttons in both sceens:
Icons on buttons ENABLED:
Icons on buttons DISABLED:
So maybe this is a Firefox issue?
Last edited by MkFly (2010-05-29 02:52:12)

Similar Messages

  • How to disable the select options button, while audio is playing in the question template in captivate 8?

    How to disable the select options button, while audio is playing in the question template in captivate 8?

    Apologies for late reply.
    I mean "On Question screens audio keeps on playing even after we have selected an option or options depending on the question type and clicked Submit. How do we stop the audio on selecting an option?"

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i < theForm.elements.length; i++ )
                 if( theForm.elements[i].type == "submit" )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility="hidden";                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

  • How to disable the  'Change - Display' Button in Cluster via SM34 ?

    Hi
    I have a View Cluster maintained with a transaction wich calls  SM34 passing it the Cluster.
    I need the dialog be only in display mode, so i'm looking for a way to disable the button Change<->Display.
    Does somebody knows how can i do this ? maybe with an event, the button does not appears or well making the button does not change the display mode (does not change the field VIEW_ACTION siwtch from 'S' to 'U')
    Thanks in advanced
    Frank

    Hi Frank,
    On SAP 4.7 Version
    1). Goto SHD0
    2). Enter the transaction code as SM34
    3). ENter the transaction Variant as say ZSM34
    4). Click on the create button --> this will take you to the sm34 screen. If you want to default some value or disable something on this screen just hit enter on this screen. You will get a popup window to select and restrict.
    5). You can further go to next screen and deactivate the menu. On the popup screen you will get a button MENU FUNCTIONS.
    Hope this helps
    Cheers
    VJ

  • How to disable the custom push button in Classic ALV

    Hi All,
    Iam Using Classic Alv (with out classes).I have a created a push button.now at run time i want to make it dynamic .
    iam using REUSE_ALV_GRID_DISPLAY
    for ex.
    i have some records in my out put.
    i have a push button "INSERT"
    For first time when i clicked it will be inserted.
    Now if i run the report for the same inputs as top,i will get the records.But the "INSERT" push button should be disable.IS that Possible ??
    If yes kindly send me the solution.

    Hi,
    Here is the piece of code for your understanding...
    FORM f4200_pf_status_set USING i_extab TYPE slis_t_extab.
      REFRESH i_extab.
      PERFORM f4210_exclude_fcodes CHANGING i_extab.( This form is mentioned below ).
      SET PF-STATUS 'STANDARD' OF PROGRAM '(Program name)' EXCLUDING i_extab.( This line of code will excude the function u don't want)
    ENDFORM.
    FORM f4210_exclude_fcodes USING i_extab TYPE slis_t_extab.
      DATA: ws_fcode TYPE slis_extab.
      CLEAR ws_fcode.
      ws_fcode = '&EB9'.           
      APPEND ws_fcode TO i_extab.
      ws_fcode = '&ABC'.           
      APPEND ws_fcode TO i_extab.
      ws_fcode = '&NFO'.           
      APPEND ws_fcode TO i_extab.
      ws_fcode = '&LFO'.          
      APPEND ws_fcode TO i_extab.
    ENDFORM.                    " f4210_exclude_fcodes
    I hope this clarifies. Revert for any queries.
    Cheers,
    Venkat

  • How to disable the single radio button in radionbuttongroup????

    Hi Experts,
      I created the RadiobuttonbyKey UI element and i have set it to the SimpleType which has two values.Say Ex:
        Simple Type : 1 bus
                             2 train
    My Requirement is onActionxxxx i have to display only one raiobutton in the Group and onActionyyyy i have to show both the radiobuttons in the group.
    Can anyone please help me how to achieve this..............
    Regards,
    Mahesh

    hi Mahesh ,
    which UI element you are using ......radio button group is group by key or group by index  ?
    if it is group by key above specified code holds ,
    if is group by index , then you have bind a node of cardinaility 0...n and with one attiribute in that node.
    in onActionxxxx()
       wdcontext.nodeRadioButton().invalidate();
    IPrivateDynamicTableView.IRadioButtonElement element;
    element = wdContext.createRadioButtonElement();
    element.setValueRadioButton("Train");
    wdContext.nodeRadioButton().addElement(element);
    and in onActionyyyyy()
    wdcontext.nodeRadioButton().invalidate();
    IPrivateDynamicTableView.IRadioButtonElement element;
    element = wdContext.createRadioButtonElement();
    element.setValueRadioButton("Train");
    wdContext.nodeRadioButton().addElement(element);
    element = wdContext.createRadioButtonElement();
    element.setValueRadioButton("Bus");
    wdContext.nodeRadioButton().addElement(element);
    Regards
    Govardan Raj

  • How to disable the status icon in Skype 4 for Andr...

    Dear Skypers,
    How to disable the status icon in Skype 4 for Android phones?
    The guide on this following support page not working anymore: https://support.skype.com/en/faq/FA12359/how-do-i-enable-or-disable-the-status-icon-in-skype-4-for-a...
    Older version has the option to disable Skype Status and get rid of the Skype icon on Android status bar. But latest 4.4.0.31835 could not disable Skype Status in notifications settings. :/
    Device: Google Nexus 4
    Android: 4.3 JWR66Y
    Skype: 4.4.0.31835
    Please bring back the option to disable the Skype icon on Android status bar. This is the main reason I uninstall Skype. :/
    Kudos to the team, the apps is really smooth and fluid to use. Would be nice if you guys are following the Android Design Principles and using Google Cloud Messaging for push notification to improve User Experience and battery life.
    Kind regards,
    /chrone
    everytime i get ahead, i feel more dead.
    Solved!
    Go to Solution.
    Attachments:
    how to get rid of skype icon on android status bar.png ‏46 KB

    Long click on this notification a sub menu having field "App info" would appear goto App Info. You can goto there by "Manage Apps">"Skype" also. 
    Uncheck Option "Show Notifications" A dialog will open. Don't worry about notifications for now just click OK. Now the notification icon skype has also been removed. 
    Now simply check "Show notification again". After doing this you would get notifications but skype icon would not be shown in the status bar anymore.
    Issue: this is just a trick you need to repeat this every time sign out and sign in again. Mostly you don't do that so no need to worry.

  • How to disable the save icon in the Acroread plugin

    I am able to tweak some parameters related to printing using the following file on my LINUX box
        .adobe/Acrobat/9.0/Preferences/reader_prefs
    However, I cannot find any documentation about available settings/parameters for this file.
    So not sure how, if even possible, I can remove certain buttons/options from the plugin ...as I would like at a minimum to
    prevent users from saving files they are viewing to the system running the browser they are using.
    Can I disable the icon that allows for "Save a copy..."?

    Long click on this notification a sub menu having field "App info" would appear goto App Info. You can goto there by "Manage Apps">"Skype" also. 
    Uncheck Option "Show Notifications" A dialog will open. Don't worry about notifications for now just click OK. Now the notification icon skype has also been removed. 
    Now simply check "Show notification again". After doing this you would get notifications but skype icon would not be shown in the status bar anymore.
    Issue: this is just a trick you need to repeat this every time sign out and sign in again. Mostly you don't do that so no need to worry.

  • I need to know how to disable the forget about this site feature.

    I have disabled the inprivate browsing feature and I need to know how to disable the forget about this site feature. I have a teenager and this is not a feature that I want available.

    Some info here (group policy) --> http://www.unidesk.com/blog/how-disable-firefox-auto-updates<br />
    Above article refers to --> http://sourceforge.net/projects/firefoxadm/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to disable the minimize button on the JFrame?

    Does anyone know how to disable the "Minimize" button on the JFrame (Window)?

    Why bother using a JFrame at all? Just extend JDialog, and there won't be a minimize button to worry about at all. The only drawback is that a JDialog doesn't put an icon in the taskbar, so you have to move/close other windows until you can see the JDialog window on the desktop.
    The windowMinimized stuff doesn't let you stop what the window is doing -- you just get an event telling you what happened.

  • How to disable inbuilt icon on runtime

    Dear sir,
    I am new to forms 9i
    Please help me how to disable inbuilt icons which are shown on the menu bar on top
    like it has written on the top of icon
    action edit query like
    i want to disable this icons and not visibale
    thanks in advance
    regards
    s k swain

    This might be helpful,
    Re: FRM-10221 Cannot read file menudef

  • How to disable the default HTML5 youtube playback in FF?

    How to disable the default HTML5 YouTube player in FF 37 and revert to flash player on Windows platform?

    ''Shablagoon [[#answer-711931|said]]''
    <blockquote>
    ''moses [[#answer-711928|said]]''
    <blockquote>
    Go to https://www.youtube.com/html5 and click "Use the default player" if HTML5 is already enabled, it will show that option.
    </blockquote>
    There is no "Use the default player" link on that page. Only the "The HTML5 player is currently used when possible. " I take it the HTML5 is the standard player starting from FF 37.?
    </blockquote>
    Correct, there is no way to disable the HTML5 video on that YouTube link. Not only that, what about videos on other sites?
    Why does Mozilla do this, force people to use an inferior video player without asking or at least showing how to use Flash Player. I'm only here because Firefox was updated.
    It was working, update, now it's not working. Nice.

  • How to disable the list of websites viewed under the history tab ..?

    How to disable the list of websites viewed under the history tab..?
    I want to remember the history of websites viewed but I do not want to appear under the history when I open a new website. I can see that only 15 websites can be viewed under the history tab
    Please do the needful at the earliest
    Thanks & Regards
    Srinivas

    srinivsd,
    Thanks for getting in touch with Mozilla Support! If you want to '''COMPLETELY''' disable your browsing history, take a look at https://support.mozilla.org/en-US/kb/settings-privacy-browsing-history-do-not-track#w_never-remember-history. That will allow you to disable history tracking in Firefox.
    However, if this is not what you were asking, please let me know and I will assist you further.
    Thanks!

  • How to disable the touchpad on my TouchSmart 600?

    How to disable the touchpad on my TouchSmart 600?
    This question was solved.
    View Solution.

    You may also do it from
    Control Panel> "Pen and Touch"> "Touch" tab
    Uncheck  "Use your finger as an input device"

  • How I disable the iPad picture frame mode?

    Several times I looked in the settings but could not find this option, just in the passcode settings, but I turned off the passcode, the picture frame is turned on WHY? And how I disable the picture frame? I looked this on youtube in an iPad review video at 2:35 min: http://www.youtube.com/watch?v=Aly5Q_mUhVI
    Thanks for the help.

    Of course you can.
    If you don't want the little flower icon appearing on the unlock screen, set the Allow Picture Frame to Off under Passcode in General Settings.
    If you want to deactivate the Pcitrue Frame mode while its running, tap the home button once, and click on the Flower icon at the bottom right whihc should be blue since its on.

Maybe you are looking for

  • Portal not accessable via browser as inside sapmmc - http provider is red

    Hi Experts, I am very new to NW admin side and currently my client is facing an issue while accessing portal via browser. Problem: Some times suddently when users try to access production portal it takes a lot of time to open up and in most cases it

  • Checks print in reverse order

    Help!

  • Interactive booklet not playing

    I have had many interactive bookelets download when I have purchased entire albums. However, I can never get them to play. The show as a .mov file but are of 0 sec in length and neither iTunes nor QuickTime will play them. How can I access the intera

  • How to Sign jar file?? (Needed to access a File Outside of JAR)

    Hi We had a program that acces a txt file in the nokia's memory card but we need to sign the program because if doesn't do that we can't access to the file. Thank you

  • SAP Supplier Network

    Hi All,   Can somebody point me to the appropriate documentation regarding SAP Supplier Network (similar to Ariba Supplier network or ASN as it is known). I am looking for answers to 1) What exactly is SAP Supplier Network 2) How it can be used from