Xfce application menu plugin icon size

I'm trying to figure out how to make the application menu icon size larger than the window button icon sizes with the Greybird theme, just like it is for Greybird Classic in the picture.
I have tried the "panel-applications-menu" string in both my .gtkrc-2.0 file and in xsettings but it is either not being respected or I'm not using it correctly. What specifically controls the icon size for the applications menu icon size?
Last edited by Klexur (2013-03-06 03:55:30)

See if this helps.
http://forum.xfce.org/viewtopic.php?id=5726
http://www.linuxquestions.org/questions … ce-893597/
Last edited by testdude281 (2012-06-15 19:23:02)

Similar Messages

  • Help with menu and icon size in Muse app

    The menu and icons in the muse cc app on my lptop are so small that it cant really be used. any help?

    i have the 3200x1800 for the screen, the newest muse cc and windows os 64bit
    On Tue, Aug 12, 2014 at 5:50 PM, Varun Kalra <[email protected]>

  • How do I change menu and icon sizes in elements 12

    I have just installed elements 12 on my Lenovo Ultrabook which is running windows 8 - the icons and menus are so small I need a magnifying glass to read them.
    Thanks

    There's no option in PSE to change interface icon and menu sizes. You can change the Windows display font sizes (at least you can in W7), but that will affect all applications.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • [SOLVED] XFCE customize menu help: applications and directory menu

    I've been trying to make some progress with customizing XFCE menus. There are two menus I'm trying to create, listed below.
    Yes, i have read http://wiki.xfce.org/howto/customize-menu
    No, I'm not saying I understood all of it.
    1. I want to have a custom Applications menu that lists all installed applications, without categorization. Preferably alphabetical. I'm guessing it has a lot to do with adding a lot of <include> directives.
    Here's what I've tinkered with so far, which produces categories of apps.
    <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
    "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
    <Menu>
    <Name>Xfce</Name>
    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>
    <DefaultMergeDirs/>
    <Include>
    <Filename>xfce4-run.desktop</Filename>
    </Include>
    <Layout>
    <Merge type="all"/>
    <Separator/>
    <Menuname>Settings</Menuname>
    <Filename>xfce4-run.desktop</Filename>
    </Layout>
    <Menu>
    <Name>Settings</Name>
    <Directory>xfce-settings.directory</Directory>
    <Include>
    <Category>Settings</Category>
    </Include>
    <Layout>
    <Filename>xfce-settings-manager.desktop</Filename>
    <Separator/>
    <Merge type="all"/>
    </Layout>
    <Menu>
    <Name>Screensavers</Name>
    <Directory>xfce-screensavers.directory</Directory>
    <Include>
    <Category>Screensaver</Category>
    </Include>
    </Menu>
    </Menu>
    <Menu>
    <Name>Accessories</Name>
    <Directory>xfce-accessories.directory</Directory>
    <Include>
    <Or>
    <Category>Accessibility</Category>
    <Category>Core</Category>
    <Category>Legacy</Category>
    <Category>Utility</Category>
    </Or>
    </Include>
    <Exclude>
    <Or>
    <Filename>exo-file-manager.desktop</Filename>
    <Filename>exo-terminal-emulator.desktop</Filename>
    <Filename>xfce4-about.desktop</Filename>
    <Filename>xfce4-run.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Development</Name>
    <Directory>xfce-development.directory</Directory>
    <Include>
    <Category>Development</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Education</Name>
    <Directory>xfce-education.directory</Directory>
    <Include>
    <Category>Education</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Games</Name>
    <Directory>xfce-games.directory</Directory>
    <Include>
    <Category>Game</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Graphics</Name>
    <Directory>xfce-graphics.directory</Directory>
    <Include>
    <Category>Graphics</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Multimedia</Name>
    <Directory>xfce-multimedia.directory</Directory>
    <Include>
    <Category>Audio</Category>
    <Category>Video</Category>
    <Category>AudioVideo</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>Network</Name>
    <Directory>xfce-network.directory</Directory>
    <Include>
    <Category>Network</Category>
    </Include>
    <Exclude>
    <Or>
    <Filename>exo-mail-reader.desktop</Filename>
    <Filename>exo-web-browser.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Office</Name>
    <Directory>xfce-office.directory</Directory>
    <Include>
    <Category>Office</Category>
    </Include>
    </Menu>
    <Menu>
    <Name>System</Name>
    <Directory>xfce-system.directory</Directory>
    <Include>
    <Or>
    <Category>Emulator</Category>
    <Category>System</Category>
    </Or>
    </Include>
    <Exclude>
    <Or>
    <Filename>xfce4-session-logout.desktop</Filename>
    </Or>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Other</Name>
    <Directory>xfce-other.directory</Directory>
    <OnlyUnallocated/>
    <Include>
    <All/>
    </Include>
    </Menu>
    </Menu>
    2. I want to make a different Directory menu, possibly by implicating a custom Applications menu. If I could locate the .menu file for the Directory menu panel item, I would like to make minor adjustments to the menu, and invoke it through the Applications menu panel item.
    I should state that what I'm trying to accomplish is
    a) to remove the submenu-like options with the Directory menu (open Folder, open in Terminal) to have one-click to open the folder directory
    b) to add a label next to the panel icon (aesthetics), which would be accomplished through using the Applications menu panel item.
    Edit: clarity
    Last edited by heyitstallchris (2014-07-31 02:02:36)

    Firstly, I'll tackle menu 1.
    No need to create an include line for every .desktop file. Do the following:
    $ mkdir ~/.config/menus
    $ cd ~/.config/menus
    $ touch custom-apps.menu
    Edit the file we have just created and populate it with the following:
    <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
    "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
    <Menu>
    <Name>Applications</Name>
    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>
    <DefaultMergeDirs/>
    <Include>
    <Category>X-Xfce-Toplevel</Category>
    <Category>Settings</Category>
    <Category>Accessibility</Category>
    <Category>Core</Category>
    <Category>Legacy</Category>
    <Category>Utility</Category>
    <Category>Development</Category>
    <Category>Education</Category>
    <Category>Game</Category>
    <Category>Graphics</Category>
    <Category>Audio</Category>
    <Category>Video</Category>
    <Category>AudioVideo</Category>
    <Category>Network</Category>
    <Category>Office</Category>
    <Category>System</Category>
    </Include>
    <Layout>
    <Merge type="all"/>
    </Layout>
    </Menu>
    Now just create an application menu panel item and point it to the custom menu file we just created.
    This will display every application installed on your system, and any custom .desktop entries you may create (as long as they are set in one of the categories in the menu file). Add or remove categories as you need.
    If you want to have the "Run Program" and other "Action" items that are in the default Xfce menu, add a category line for "X-Xfce-Toplevel"
    Alternatively, you can forego all the <Category></Category> lines and simply use <All/>
    [EDIT] and since this is using garcon (Xfce's menu library), the apps will be in alphabetical order [/EDIT]
    Cheers.
    Last edited by Padfoot (2014-07-17 09:42:16)

  • Icon size in Application folder

    WHen viewing the application folder from the Dock, the icons have now been enlarged and I have to scroll through the application folder to find apps, how can I reduce the icon size within the Application folder? when viewed from the Dock?
    Thanks
    John

    Actually, you don't even have go to the View menu for the slider. It should be at the lower right of your Finder window in Icon View. AFA the alias in your Dock, poof it and create a new one by dragging your
    apps folder to the Dock. Don't do it from the Sidebar, do it from Computer/Macintosh HD/Applications.
    Let us know.
    -mj

  • Hide icons in applications menu

    I am having the problem that the Applications "menu", in grid mode, on the dock is getting stuffed with lots of things I almost or never need.
    That, I could accept.
    But when you are forced to for example install Microsoft Silverlight, the installer puts some icon in the applications menu that you never click. I have trashed this icon and everything seems fine until now... I hope...
    Yesterday, I wanted to try the trial of the new Corel Painter 12. To be able to download it, the website wants you to install some kind of plugin called Akamai. Once installed, you get this subfolder menu Akamai in your applications menu. Then I went back and Akamai started to download the trail and installed it. Now there's another folder in the applications menu called Corel Painter 12, which seem to contain necessary extra brushes and support files for some reason.
    1. I don't want to need to see that Akamai is on my system as I will probably never need it again. But I don't want to use the uninstaller inside the Akamai folder because maybe I will need it someday in the future. Trashing the Akamai folder will take away my possibility to use the uninstaller to remove the software cleanly from my mac. The only way out seems moving this folder to anoder place on the disk, while I hope I will remember that I put it there when I need it.
    2. I only want the Painter 12 icon in my applications menu, I don't want to click on the Corel Painter 12 folder and then on the subfolder, click on Painter 12. I am not interested in the sub-sub-folders. I know I can move the Painter 12 item upwards but it might give problems. Trashing the sub-subfolders will prevent me from using them if I find use for them. Moving them to ander place on the disk may be a solution, but again, I hope I find it back when I do need it, and maybe the software will not work if I do this.
    But these folders make my applications grid UGLY and stuffed. I never use Calculator, I use SpeedCrunch. Still I don't want to trash Calculator because I might want it back and it is standard system software. Again: I want it away until I find need for it.
    Is there a proper/nicer way to solve this? Can't I just HIDE an icon from the menu, can I create some kind of symlink Painter 12 to the "hidden" Corel Painter 12 subfolder's Painter 12 app? How?
    Sorry for the long text, the reason is that I want you to fully understand my problem before answering with the things that I already suggested.

    You can create symlinks and store them at your application folder, not the systems - where all your apps probably live. Then you could add this folder to your sidebar and even tell new Finder windows to open this new location of your symlinked apps. Hit the Terminal.app and type ln -s "original item path (i.e.where it is)" "new link path" (i.e.where you want it to be). Note that you can drag the app to the terminal, bypassing the need to type its location as you can also drag the new destination afterwards.
    The only problem I visualize from reading your post, is that you probably wouldn't like for the apps to have the traditional shortcut arrow on its bottom left corner…
    BTW, you can trash Akamai via the uninstaller. Next time you need something via this app, simply let it be installed again (it's very lightweight). I tend to use it only when the files/installers I am transferring are too large to take the risk of stopping midway through.
    Hope this helps.

  • [SOLVED] XFCE - Editing Applications Menu

    Hi there,
    The applications menu seems to update happily in XFCE when i use pacman.. however pacman has placed some items (eg. XMMS) into an incorrect category (in this case "Other").
    How can I edit the menu so that XMMS is placed into the "Multimedia" group? When I use the menu editor in XFCE, it allows me to add or remove items from the menu, EXCEPT it has an "include" entry that seems to include another menu called "system"...?
    Where can i find this "system" menu??
    Many thanks,
    KC
    Last edited by killercow (2008-09-03 18:12:34)

    tesjo wrote:It uses *.desktop entries of either /usr/share/applications/ or ~/.local/share applications/ just edit these file with a text editor, look at a few and you'll see how to get the group, title or icon you want in the menu.
    Ah ha!
    I had found the list of applications in /usr/share/applications and was trying to edit the entry for xmms, but whatever I did it didn't work, so I thought I was being silly and asked if there was a menu config file i had to use...
    Turns out that there was an entry in the ~/.local/share/applications that was overwriting my changes to the /usr/share... settings! How frustrating, glad to have got it sorted lol.
    Thanks for your quick advice!
    [SOLVED!]
    Last edited by killercow (2008-09-03 18:13:16)

  • Photoshop CC 2014 UI Menu Text And Icon Size?

    so i really like that adobe has added the "experimental" option to increase the ui menu text and icon size in photoshop cc 2014, it was almost unreadable on my 2560 x 1440 27" monitor with photoshop cs4 and illustrator cs4, but the lone 200% setting is too big... seems that 125%, 150%, or maybe even 175% would be much better solutions. in fact, for reasons i can't quite understand, the ui text and icon size in illustrator cc 2014 is spot on, absolutely perfect on my monitor, even tho there is no option for increased ui size as far as i can tell, it was spot on the moment i installed and launched it.
    in short, the photoshop cs4 and illustrator cs4 user interfaces were identical in size as far as i could tell, and far too small on my 2560 x 1440 27" monitor. in terms of cc 2014, the illustrator ui is perfect out of the box on my monitor, considerably larger than illustrator cs4, while the photoshop cc 2014 ui is identical to cs4, tiny, but can be enlarged 200% which makes the ui too big. why couldn't/didn't adobe just make the photoshop cc 2014 base ui the exact same size as the illustrator cc 2014 ui? it would have been perfect (for my monitor size).

    thanks... just wish illustrator cc 2014 wasn't so perfect in terms of ui size, i mean it's just great and, consequently, makes it seem as if the ball was dropped with photoshop cc 2014... i mean how can one be spot on while the other be so far off?

  • How to change font-size of application menu

    I want to change font-size of application menu. How?

    Hi,
    To change the font size of the Application menu, you need to change main.css file.
    at 'body, td, input, select, textarea' class.
    For more detail about main.css, please refer Bookshelf
    Siebel Developer's Reference at [8 Cascading Style Sheets].
    Regards,
    Joseph Arul Dass

  • Icon not showing up in dock Applications menu

    This isn't a problem that affects the functionality of my laptop, but it just annoys me and I wondered if anyone knew how to fix it!
    I installed a new program, and it works just fine. But the "correct" icon for the program does not appear in the Applications menu. It looks normal on the dock, but the icon in both Applications menus (in the Finder and on the dock) is some kind of error/default icon. It looks like a piece of paper with a pencil covered by a white circle with a line through it (as in the symbol on a 'no smoking' sign.)
    Does anyone know how I can get the icon of the actual program to appear here? Thanks!

    I just hit this problem as well, earlier this week when my MacBook keyboard stopped responding, so I expected it had something to do with a problem with the hardware or software on my laptop.
    Now that I'm doing some diagnostics on the drive and the hardware, I am NOT finding any kind of specific problem that would be causing icons to stop showing in the Dock. As others have clarified, this problem is NOT that icons show up as "not allowed" with the circle-strikethrough icon, but that the application does not appear *at all* - the spot below the icon indicating that the application is running appears, but the application icon will not display. I have had this issue with both applications that are running and applications that have been quit, and either state change can cause the icons to disappear, but I can't find a way to reliably reproduce the issue. Icons just appear or disappear seemingly at random.
    Once the surface scan is complete on the drive I've been using as my main boot drive, I'll try the "move-app-from-Apps-folder, then-back-again" trick to see if it gets the icons to appear again.

  • Icon size of the menu

    Ever since the update before lollipop the menu icon sizes were enlarged. Please return it to normal or decrease the size of icon on the menu as it is very unappealing to me. Thank you

     This has been asked before, you can contact Sony directly and/or use a third party launcher http://support.sonymobile.com/global-en/contactUs/

  • [SOLVED] KDE Panel - Application Launcher Icon Size

    With the standard KDE panel, when I add an application launcher widget (it doesn't matter which one) the icon size of the launcher is too small. Increasing the size of the panel makes the icon get bigger to a point, but then it shrinks again. Is there a config file that I can override the icon size? I don't see one in ~/.kde4/share/config, is that the right place to look?
    Last edited by ioos (2012-05-16 18:22:06)

    That was it! The "Panel" setting only changed the launcher icon. I guess I assumed that it would change all of the icon sizes, but so far it looks good. Thanks!

  • CS6: Application menu disappears when document size is maximized

    Whenever I maximize a document in Illu. CS6 it overrides the application menues! It simply covers my whole screen making it impossible to reach my menues unless i drag the documents corners to make it smaller or click the minimize icon. Is it supposed to be like this? Very annoying.

    Well, I remember having a chat about fullscreen views when CS5 came out cause there was reports of simmilar problems and I had some instabilites myself, I actually placed an international call to Adobe in Ireland cause I had just bought the CS5 MA Collection (Not cheap as you may know) back then and the correspondance actually ended up with me having to return the hard copies in return for a new one. when I installed that new software I didn't experience the same problem. Now I have a brand new CS6 MA Collection bought in 2014 and the fullsize issues are even worse, meaning they are constant. It is hardly my macines Larry cause as mentioned I've installed this MA Collection on two different machines. Both of them high-end graphic stations that way exceeds Adobes minimum hardware requirments. I chose to keep my XP 32-bit license on one of them cause I enjoy that OS, the other is a W7 machine. They are not connected in any way, they are stand-alone clients and it's just too strange if both machines should be the weak spot here. I don't think so. I've been Goggling around about this particulare problem and I'm not alone experiencing the same things, it's about time Adobe made a bugfix and sorted this out, cause its developed into a major fault.
    I posted this problem here on this forum just in case someone could deliver a spesific problem solver that could temporarly fix the issue, a new upgrade file or something, getting in touch with Adobe has become all impossible. All I get is some ignorant indian support worker sitting in New Dehli reading from a pre-made script. It's almost comical. I'm pretty sure this is a class A bug in Illustrator, more so now than ever. Unless someone had a definitive plausable cause description to why this is happening on two different machines. I have a corp. licens so I can install on more than two clients, I will install Illustrator CS6 on a third machine with W7 tomorrow. My best guess is that it won't solve anything, if Adobe don't man up and fix this bug I will be forced to return my Master Collection cause this error is just way to massive to deal with in silence. It's like buying a car that only turns left.

  • [Pantheon shell]No icon in wingpanel's application menu

    Hello, guys.
    I followed patheon's wiki page and installed almost every package listed in it.
    After switching to pantheon, there is no icon in wingpanel's application menu.
    However, when input something into the search inputbox, like terminal, the icon for pantheon-terminal shows normally.
    I'm not quite sure what's the problem, maybe it's because I was using MATE before and changed the icon theme?
    Thanks.

    There are third party programs that can display an application list which allow you to edit what apps are shown. I use Witch, an app that also provides some window controls. I've avoided tricks like editing the plist because doing this can effects far beyond hiding them from the application switcher.

  • Re-add Gnome Icon to fallback mode "Applications" menu

    Hello,
    I'm trying to re-add the gnome icon to the fallback mode "Applications" menu.  Currently, the menu only has "Applications" with no gnome foot to the left of it (like how gnome 2 was laid out):
    Can anyone suggest how to re-add this icon?  I've looked through my theme files but can't seem to find anything relating to the applications menu.
    Thanks!
    -corte

    It's a bug in gnome-themes-standard:
    https://bugzilla.gnome.org/show_bug.cgi?id=687314
    Until it is not fixed, you have the following options:
    - Revert the patch and rebuild gnome-themes-standard.
    - Downgrade to gnome-themes-standard 3.6.0.
    - Switch to another GTK+ theme.

Maybe you are looking for

  • Is there any way to have an image open in Camera Raw from the Organizer as I did in Bridge?

    I am just trying out PSE 9 as an upgrade from my PSE 8. I have been able to open jpeg files in Camera Raw right from Bridge. I seem unable to do this in Organizer and, since not all of my photos are in raw, I use this feature a lot. Is it possible to

  • FCP 6.0.2 Projects don't inherit ACL or owner group from parent folder

    I am having difficulty sharing Final Cut projects between edit stations since upgrading to FCP 6.0.2 and Xsan 1.4.2. I have 5 Final Cut editors (PowerMac G5s) that store project files in a folder called "Projects" on an Xsan volume. The editors are a

  • Migrating to new MB Air with a clean start?  Limited space...

    I'm coming from a 15" MB Pro with a 320GB drive going to a 256GB MBA 13". Obviously a full migration is too large. I started out thinking that I would simply install all of the apps from scratch (purging in the process)...so I started this...reinstal

  • Print Booklet: Cannot choose Adobe PDF as printer

    Hello there! I used to be able to choose "Adobe PDF" as the printer when I export my document through Print Booklet. For some reason, selecting "Adobe PDF" is no longer available. Does anyone know how I can get this option back? I believe it disappea

  • Composite component attribute scope

    I'm implementing a master-detail screen on bicycles are shown for the bicycle category selected. When the user selects a bicycle category in the selectOneMenu, the change request is handled using ajax and the new list of bicycles is displayed. <cc:in