p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

Hidpi support #368

Open bobobo1618 opened 9 years ago

bobobo1618 commented 9 years ago

At the moment on a early 2013 Retina Macbook Pro with GTK3/Cinnamon, Final Term renders incorrectly.

It seems to take up roughly 4 times as many pixels as it should, comparing to, for example Gnome Terminal.

Additionally, the top menu bar is rendered as transparent.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

bobobo1618 commented 9 years ago

Recompiling Cairo and GTK made the scaling slightly better (it's the right size now but the fonts are extremely blurry) but the menu bar is still transparent.

mottoper commented 9 years ago

Omg, I've just opened a new issue. I have this problem to, I've just recompiled cairo and GTK, but nothing has changed. finalterm

p-e-w commented 9 years ago

Recompiling Cairo and GTK made the scaling slightly better

This sounds like a Cairo/GTK issue then. Which version(s) did you have before and which ones did you compile?

Additionally, the top menu bar is rendered as transparent.

In case you are referring to the Cinnamon top bar (as shown in @mottoper's screenshot), that is completely outside of Final Term's control and thus likely a bug in Cinnamon, perhaps related to GPU issues as so often when Clutter is involved.

bobobo1618 commented 9 years ago

This sounds like a Cairo/GTK issue then. Which version(s) did you have before and which ones did you compile?

Before: 1.12.16-2, after.

In case you are referring to the Cinnamon top bar (as shown in @mottoper's screenshot), that is completely outside of Final Term's control and thus likely a bug in Cinnamon, perhaps related to GPU issues as so often when Clutter is involved.

No, I'm referring to a menu bar present in the Final Term window. There was a 'File' button, essentially hovering in a menu-bar sized empty space between Final Term's black console area and its title bar.

p-e-w commented 9 years ago

No, I'm referring to a menu bar present in the Final Term window. There was a 'File' button, essentially hovering in a menu-bar sized empty space between Final Term's black console area and its title bar.

Now I'm really stumped. Final Term creates no menu titled "File" – could this be how the GMenu is rendered in Cinnamon?