Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnome 3.19 Issues #16

Closed
gnunn1 opened this issue Jan 13, 2016 · 1 comment
Closed

Gnome 3.19 Issues #16

gnunn1 opened this issue Jan 13, 2016 · 1 comment

Comments

@gnunn1
Copy link
Owner

gnunn1 commented Jan 13, 2016

This is a placeholder for issues relating to Gnome 3.19. The Gnome developers are making a number of changes to the way widgets work with CSS and as a result the terminix UI looks pretty bad under 3.19. Once 3.20 gets closer to release I'll spend some time updating and testing with it.

Current issues include:

  • Paned terminals scrollbars doesn't visually with split in header bar
  • When you drag and drop a terminal, the drag image stays behind persistently
  • A number of GTK Warnings are generated:
    (terminix:7386): Gtk-WARNING *: State 1 for VteTerminal 0x20c47c0 doesn't match state 128 set via gtk_style_context_set_state ()
  • See Issue VTE extends the parent window #53 where the content extends out the left side of the window if you have split terminals and you move the splitter all the way to the left.
  • See Issue Thumbnails are not updated on reattaching sessions #87 for drag and drop issues.
@gnunn1
Copy link
Owner Author

gnunn1 commented Mar 12, 2016

Fixed a bunch of bugs with Gnome 3.20 including:

  • When you drag and drop a terminal, the drag image stays behind persistently. Fixed by adapting code from GtkNotebook
  • Warnings "State 1 for VteTerminal..." have been corrected
  • removed an ugly 1 px border from the GtkNotebook by setting setShowBorder to false. Not sure why the border wasn't visible on GTK versions earlier then 3.20 but looks much better now
  • Issue VTE extends the parent window #53 seems to have been a bug in GTK that has been corrected, no longer an issue
  • Visual alignment of header with split terminals seems fine now, likely fixed in GTK

As far as I can tell, all known issues are addressed now so closing bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant