Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Juno red minimize and maximize buttons on Linux

I'm running Eclipse Juno 4.2.0 on Linux with Gtk version 1.2.10 and I'm having a following graphics "bug" in the GUI: All the minimize and maximize buttons have a red background colour. In other words, minimize and maximize icons are inside little red squares.

I'm not administering the system, where I'm running the Eclipse, so updating the Gtk is not very easy if even possible. How to fix the problem?

Edit: I'm using Eclipse through VNC.

like image 205
Henri Ihalainen Avatar asked Sep 03 '12 09:09

Henri Ihalainen


People also ask

How to get back minimize and maximize button in Linux?

If you don’t want to use a command-line method, you can use the below step to get back Minimize and Maximize button. For this method, you will require to have root access to Download and Install gnome-tweak tools. First, we need to install Gnome Tweaks tools into our system. Before that, once check whether Tweaks tools are already installed.

How to enable minimize or maximize buttons in Pop OS?

As there is no default provision in the system settings by the developers of the Pop!_OS to enable Minimize or maximize buttons, thus we need to take the help of a tool called Gnome tweaks tool. 3. Open Tweak Tool Go to Activities, click on the Show Applications icon, and among all the installed apps you’ll see one “ Tweaks ” open it. 4.

How to minimize or maximize windows titlebars in GNOME?

Now, on the Gnome Tweaks, select the Windows Titlebars option given on the left side panel. And on the right side area, you will see two toggle buttons for minimizing and maximize buttons.


1 Answers

On RHEL 5 / CentOS 5, the red boxes went away when I changed VNC's color depth to 24-bit. For example, with the standard VNC server:

vncserver :10 -geometry 1280x960 -depth 24
like image 124
Sam Hartsfield Avatar answered Sep 29 '22 12:09

Sam Hartsfield