[SOLVED] Bad GTK Menu Spacing

I'm using openbox and some of my GTK applications have a bad look, like gedit (http://img.susepaste.org/view/raw/43677814), audacious and emacs, for example. Where can I adjust the GTK menu spacing?
Last edited by thiagowfx (2013-11-01 21:35:01)

I'm using gtk-theme-elementary from the AUR (set with lxappearance), so it probably only has a GTK2 theme; not a GTK3 one. At least now I know the issue is the theme, I thought it was a more general one, about GTK itself.
So, I will see the gtk2 versions of these apps, but I don't think this is a *super* good solution. Maybe I should use another theme, which supports both GTK 2 and 3. Thanks, WorMzy!
I will post here later saying if I switched themes or have successfully set the gtk2 versions of these apps.
Last edited by thiagowfx (2013-11-01 17:50:25)

Similar Messages

  • Plz help me in finding out the BADI or menu exit for IW32

    HI
    in Tcode IW32, based on the user status(ASTTX), the menu items ,EXTRAS -> TASK LIST SELECTION -> all items have to be grayed out.
    Please help me to find out BADI or menu exit which ever is available.
    Thanks,
    Pallavi.

    Hi,
         Please check if the below user exit/BADI is useful.
         Enhancement
         IWO10012                                Maintenance order: Priority handling on central header
         BAdi
         IWO_UI_USEFLEX                     BAdI for Calling Up an Alternative UI
    Regards,
    Srini.

  • BADI For Menu Enhacement

    Hi,
    I want to Put one custon Icon in Standard Toolbar. when i click that icon screen should display. I think I can done this by BADI. But don't know where to start from BADI?
    Any Ideas how can i create BADI for Menu Ehancements? Any examples will be helpful........
    -Thanks.

    Hi,
    I looked into that. But that BADI didn't called from anywhere. How i can findout in which location I need to call BADI once after creation of BADI. I need to add extra standrad toolbar icon in VA01 screen????/
    ---Thanks

  • Bad gtk rendering on KDE [SOLVED]

    Hi,
    I'm using KDE, and since last month, all my gtk app are very ugly.
    For instance, look at mkvmerge :
    Menu entries :
    Combobox :
    Do you have any idea ?
    Thanks !
    Last edited by Sebarres (2012-01-11 19:06:43)

    Does someone have an idea ?
    In kde settings, I set gtk rendering with my kde theme.
    As you can see in the combobox screenshot, I can't see the scroller in the scroll area.
    And I have no contour for buttons, tabs, menus, popop menus.
    It's very annoying...
    Last edited by Sebarres (2012-01-11 12:37:48)

  • [SOLVED] No GTK themes on KDE

    Good morning.
    I'm having a rather odd problem, one which I have yet to encounter.
    I use KDE as a desktop, and when I start a GTK program using KDE tools (such as a launcher, or KDE's run command prompt) the program starts without being themed.
    When I start the programs from a terminal, they are themed properly.
    Has anyone a clue as to what's wrong with my setup?
    Thank you.
    Last edited by sweiss (2007-04-21 07:00:21)

    Oh, sorry.
    It was a bad environment variable - gtk-qt-engine generated a file in my ~/.kde/env directory which manipulated an environment variable. Deleting this file solved this issue.

  • How to solve "Bad Content-Length value" Error that show in ADF Mobile

    I was develop application that using web service from mine original ADF project and I can't fetch via AMX Page as pop-up error "Bad Content-Length value" How to solve this problem ?
    My Web-service configuration
    - "Find" is only basic operation that in view instance
    - None of View criteria
    As only find is basic operation, that seems required "findCriteria" and "findControl" parameter(as seen in "Panel From layout" generated in AMX Page)
    After drag generate form view in AMX Page and after to deploy to simulator, I was found pop-up error was said Bad Content-Length value as shown below.
    I am also using HTTP Analyzer and didn't found any request from ADF Mobile Application
    http://img844.imageshack.us/img844/7720/screenshot20130305at163.png

    Hi,
    I'm also got a problem with this tutorial too, after touch at "Salary Upgrade" button and got same error too
    http://docs.oracle.com/cd/E18941_01/tutorials/BuildingMobileApps/ADFMobileTutorial_2.html
    I have some conclusion with develop ADF Mobile in OSX will related with this problem as tutorial are properly working and nobody was said about this problem.
    My current development machine is OSX 10.8.2 with jDeveloper 11.1.2.3.0
    Edited by: meddlesome on Mar 7, 2013 2:49 AM

  • [SOLVED]Remap my menu key in Xorg

    Hi, everyone!
    I have a menu key of no use on my keyboard, and I want to use it. So I decide to remap it. I want to do this mapping:
    menu + 1 => F1
    menu + 2 => F2
    menu + 3 => F3
    menu + 4 => F4
    menu + 5 => F5
    menu + 6 => F6
    menu + 7 => F7
    menu + 8 => F8
    menu + 9 => F9
    menu + 0 => F10
    menu + - => F11
    menu + + => F12
    menu + w => ArrowUp
    menu + d => ArrowDown
    menu + a => ArrowLeft
    menu + d => ArrowRight
    menu + j => PageDown
    menu + k => PageUp
    menu + m => End
    menu + , => Home
    This means if I press menu key and 1 at once, it equals to F1. It seems that Xmodmap can't be suitable because it can't map combination keys. Do you have any idea of the way to do it?
    Thank you.
    Last edited by Maxfan Zone (2013-06-30 00:33:49)

    Hi, I made some progress, the problem is partly solved.
    In ~/.Xmodmap:
    xmodmap -e "add mod3 = Menu"
    In ~/.config/sxhkd/sxhkdrc:
    # don't take action if I press Menu
    Menu
    true
    mod3 + 1
    xdotool key --clearmodifiers F1
    mod3 + 2
    xdotool key --clearmodifiers F2
    mod3 + 3
    xdotool key --clearmodifiers F3
    mod3 + 4
    xdotool key --clearmodifiers F4
    mod3 + 5
    xdotool key --clearmodifiers F5
    mod3 + 6
    xdotool key --clearmodifiers F6
    mod3 + 7
    xdotool key --clearmodifiers F7
    mod3 + 8
    xdotool key --clearmodifiers F8
    mod3 + 9
    xdotool key --clearmodifiers F9
    mod3 + 0
    xdotool key --clearmodifiers F10
    mod3 + minus
    xdotool key --clearmodifiers F11
    mod3 + equal
    xdotool key --clearmodifiers F12
    mod3 + w
    xdotool key --clearmodifiers Up
    mod3 + s
    xdotool key --clearmodifiers Down
    mod3 + a
    xdotool key --clearmodifiers Left
    mod3 + d
    xdotool key --clearmodifiers Right
    mod3 + j
    xdotool key --clearmodifiers Page_Down
    mod3 + k
    xdotool key --clearmodifiers Page_Up
    mod3 + m
    xdotool key --clearmodifiers End
    mod3 + comma
    xdotool key --clearmodifiers Home
    And run sxhkd(it's in AUR), see it's working.
    Note some part also need fixing.
    Greatly thanks for WonderWoofy, Trilby and 2ManyDogs.
    EDIT: Now it is completely solved.
    Last edited by Maxfan Zone (2013-06-30 00:30:08)

  • [solved] Gnome/GTK icons missing

    Hey,
    yet another icon missing topic, but I didn't find anything similar to my problem in this forum.
    http://img707.imageshack.us/img707/3432 … gicon1.png
    http://img695.imageshack.us/img695/4341 … gicon2.png
    http://img193.imageshack.us/img193/7168 … gicon3.png
    As you can see, icons are missing not only in the gnome menu, but also
    in firefox (gtk app). Therefore, I think the problem is more related to GTK?!
    Yes, I tried serveral icon themes and engines, no success.
    1. Anyone out there who got the same problem?
    Because laptop and desktop have the same issue.
    2. Any further information about this issue?
    3. Any suggestions/advices?
    Thanks in advance,
    Max
    Last edited by Rabauke (2009-12-19 14:20:19)

    Saend wrote:
    Re-Enable Button Icons In Gnome 2.28
        * Open up gconf-editor (either through a terminal, menu shortcut or Alt+F2)
        * Navigate to: desktop > gnome > interface and check "buttons have icons"
        * To enable Menu icons check 'Menus_have_icons'.
    Source: http://www.omgubuntu.co.uk/2009/10/miss … armic.html
    thanks! that is what i needed, why is that off to begin with?

  • [Solved] Some GTK themes seem to only partially theme (black boxes)

    An example is Aurora, but I'd say 50% of what I have is giving me the same problem.
    There are no error messages, but the gnome-menu and panels have black rectangles where you'd expect different shades of color/gradients.
    Has aurora meant to have a black gnome-menu, or is something broken? Why do some themes work and others don't? Why are there no error messages?
    As far as I know I've installed all of the gtk themes. Are there any configuration options I can play with?
    Edit:
    lol, I fixed it seconds after posting this!
    I was missing: http://www.archlinux.org/packages/extra … es-extras/
    (everything else had been downloaded)
    Last edited by Bedtimes (2009-10-05 16:43:37)

    Some applications simply don't use the "usual" graphical toolkits, but their own. Chromium, LibreOffice, Firefox and Thunderbird are classical examples of this. While Firefox's and LibreOffice's integration with GTK is nowadays more than decent, you'll have to install [or create yourself] a specific theme for Chromium. I can't tell about Thunderbird as I don't use it.
    In Chromium, if you choose "Preferences → personal preferences → use GTK theme", you might get a good result either way, so try it if you still haven't.
    Last edited by olorian (2012-03-17 11:56:04)

  • Spry Menu Spacing

    Am using a horiizontal menu in spry and having a few problems
    with the vertical spacing, ie where the page resumes after the menu
    is displayed.
    As a "workaround" I put in a few <br> spacers after the
    menu code but whilst this works in IE it seems to get ignored in
    Safari. Is there a way to force the depth of the menu bar in the
    same way you can force the width?

    Check out the following webpage:
    http://labs.adobe.com/
    If you are not using the latest version of Spry (this has
    been updated a few times since the release of DW8) you should get
    the updates at this website for the Spry framework for AJAX. This
    will not give you new functionality but it will update the code
    that DW generates. Also included in the package is an extension to
    update current Spry scripts in your DW sites.

  • [SOLVED] vbam-gtk depends on sfml, but pacman can't find it, 404 error

    So I'm trying to install vbam-gtk, the package for visualboyadvance, which is available to pacman directly. It's not an AUR package, nor are any of it's dependencies according to it's package page. But when I run
    sudo pacman -S vbam-gtk
    , it spits out this:
    [kay@jadebot ~]$ sudo pacman -S vbam-gtk
    resolving dependencies...
    looking for conflicting packages...
    Packages (5) gtkglext-1.2.0-10 gtkglextmm-1.2.0-10 pangox-compat-0.0.2-2
    sfml-2.2-4 vbam-gtk-1.8.0.1292-1
    Total Download Size: 1.79 MiB
    Total Installed Size: 14.19 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    Now, if I search for it via the archlinux website, I can see that sfml exists in the repository, and so does vbam-gtk, as in the link above. Now, I could just download them both from there and be done with it, but then I wouldn't learn anything, so I'm here to ask, if these packages exist in the community repository, which I have enabled and have pulled from previously, why can't pacman find these packages? I know it isn't a network issue, or at least not an obvious one. I did
    sudo pacman -S xorg-xkill
    to test that theory but it processed faultlessly.
    Last edited by starling000 (2015-05-16 02:02:08)

    Ah, thank you! I hadn't noticed that pacman wasn't automatically updating itself each time I ran it. I'm just coming over from debian-based systems for the first time, you see. Problem solved.

  • [SOLVED] xfce4 wine menu

    Is there a way I can have a category called Wine on my xfce menu bar that holds all the wine applications i have installed?
    Last edited by efeX (2009-11-06 06:16:04)

    Good to hear.  Please mark the thread as solved by editing your first post and adding [SOLVED] to the beginning of the topic title.

  • [SOLVED] vim completion menu broken

    Since I upgraded to the latest vim (version 7.3.138, using the gvim package), the completion menu seems to be broken.
    Steps of replication:
    1. Stand in directory containing files test{1,5}
    2. Open vim
    3. :e t<tab>
    By now vim should show the completion menu saying that there are five files to choose from, but instead the cursor places itself in the file where I last left input, the command area is cleared and no completion is shown. If I enter anything, the cursor returns to the command line and the command line is redrawn with whatever I enter. If I press tab again, the cursor returns to the command area returns and redraws ":e test", nothing further happens.
    The error appears in both terminal vim and in gvim, and persists even if I reinstall using the regular vim package. I ruled out my configs breaking it by resetting them to a couple of months ago, but it didn't help.
    vim --version && pacman -Qi gvim:
    http://paste.pocoo.org/show/358834/
    Is anyone else getting this?
    EDIT && SOLVED:
    It was my configurations after all. "set wildmenu list:longest" made it break for some reason. Without it everything is peachy. \o/
    Last edited by Daethorian (2011-03-24 10:49:26)

    Since I upgraded to the latest vim (version 7.3.138, using the gvim package), the completion menu seems to be broken.
    Steps of replication:
    1. Stand in directory containing files test{1,5}
    2. Open vim
    3. :e t<tab>
    By now vim should show the completion menu saying that there are five files to choose from, but instead the cursor places itself in the file where I last left input, the command area is cleared and no completion is shown. If I enter anything, the cursor returns to the command line and the command line is redrawn with whatever I enter. If I press tab again, the cursor returns to the command area returns and redraws ":e test", nothing further happens.
    The error appears in both terminal vim and in gvim, and persists even if I reinstall using the regular vim package. I ruled out my configs breaking it by resetting them to a couple of months ago, but it didn't help.
    vim --version && pacman -Qi gvim:
    http://paste.pocoo.org/show/358834/
    Is anyone else getting this?
    EDIT && SOLVED:
    It was my configurations after all. "set wildmenu list:longest" made it break for some reason. Without it everything is peachy. \o/
    Last edited by Daethorian (2011-03-24 10:49:26)

  • [SOLVED] Bad font rendering after last update (pango issue?)

    I am getting very strange font rendering problem. Look at the screen below. It only affects gtk windows (as you can see below HTML text is currently displayed, but url bar and context menu is not). I belive it appeared after upgrading pango package to 1.32, but downgrading it as instructed here (https://bbs.archlinux.org/viewtopic.php?id=151886), didn't help. Does anybody know what can it be? Any hints where to look for the solution?
    Maciej
    Last edited by mamciek (2012-11-20 22:01:45)

    brebs wrote:https://bugs.archlinux.org/task/32612?project=1
    That seems to be an issue. Downgrading to  xorg-server 1.13.0-3 resolved problem. Watching ticket for future updates. Thanks a lot
    Last edited by mamciek (2012-11-20 22:02:58)

  • [Solved] Reboot pulldown menu in KDE4

    I wonder if someone succeed in enabling this feature under archlinux, with kde 4. 
    I have the line "default saved" in my menu.lst and I have also added the line "savedefault" at the end of each boot section. The reboot pulldown menu appears and give me the choice of what to reboot with, but it doesn't have any effect (it always reboot with the first boot section written in the grub).
    Maybe I missed something ? [edit] solved with KDE 4.4.
    Last edited by keronn (2010-03-18 01:42:38)

    Hello !
    djszapi wrote:Do you mean that whatever you change from the grub menu list, even only the first choice can boot?
    Yes, but this faultly behaviour only occurs with the use of the kde4 reboot pulldown menu (the command "grub-set-default" works well).
    This is my menu.lst :
    # general configuration:
    timeout   5             
    default   saved             
    color light-blue/black light-cyan/blue
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,1)
    kernel /boot/vmlinuz26 edd=off root=/dev/disk/by-uuid/b663dcf4-7adf-4900-bc78-779f017be78b ro
    initrd /boot/kernel26.img
    savedefault
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/b663dcf4-7adf-4900-bc78-779f017be78b ro
    initrd /boot/kernel26-fallback.img
    savedefault
    # (1) Debian
    title Debian
    root (hd0,2)
    chainloader +1
    savedefault

Maybe you are looking for

  • My Mac book will power up but the apple sign remains in the middle of the screen and a gear turning below it -nothing else happens -can you help?

    my Mac book will power up but the apple sign remains in the middle of the screen and a gear turning below it -nothing else happens -can you help?

  • I cannot find one specific email

    I have tried multiple times with different email searches, but generally, I am on the street using wifi trying to locate the one email that I know I saw somewhere on the computer earlier. It's either archived in a folder aka "label" if gmail or filed

  • Dynamic Columns in SSRS

    Hello,  I am using sql 2012 SSRS. My requirement  : I have Database which has got 100 tables.I need to create SSRS report which display top 10 records from the table within that database. User will select The table name as parameter in the report. th

  • SSL Certificate to apply on more web application - SharePoint 2013

    Hi, based on your experiences, I'd like to know which SSL certificates are good in order to apply them for more web applications in a SharePoint 2013 farm. Saying a good SSL certificate I intend a SSL certificate not more expensive. The idea is to bu

  • Template Help

    Hello all, I'm working on making a web site as easy to update as possible. I've got this site set up with PHP and MySQL using dreamweaver 8. I've set it up with a template so all pages can be updated and identical to every other page in design and la