Skip to content

Linux Huge Toolbar Problem

Jeeeyul Lee edited this page Sep 1, 2014 · 8 revisions

Eclipse 4 on Linux GTK looks terrible. Main reason is to Huge widget size. You can fix it by defining gtk 2.0 layout. And What if you are using Linux Mint, You will see horrible background of Toolbars.

Easy Fix

After installation of Jeeeyul's Eclipse Themes, You can find Launch GTK 2.0 RC Wizard from toolbar menu.

Linux Menu

This menu will shows a wizard that will download GTK 2.0 Runtime Configuration and ask restart eclipse.

Result

GTK Compact

Undoing

What if you want to revert GTK configuration, Just remove ~/gtkrc-2.0 file.

$ rm ~/.gtkrc-2.0

Feedback

I am not good at linux and GTK. If you have better example or explanation. Please update this document. What if you defined better .gtkrc-2.0 then please make a pull request.

Clone this wiki locally