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

Dynamic title #13

Closed
r3lgar opened this issue Jul 20, 2018 · 3 comments
Closed

Dynamic title #13

r3lgar opened this issue Jul 20, 2018 · 3 comments

Comments

@r3lgar
Copy link
Contributor

r3lgar commented Jul 20, 2018

Almost all application changes the window title. It would be great to have at least as optional option.

@endaaman
Copy link
Owner

Supported dynamic title on b657773

@r3lgar
Copy link
Contributor Author

r3lgar commented Jul 28, 2018

Static title doesn't work. If title doesn't change dynamically,

tym ignores config.title or --c:title, so static title doesn't work.

Also, it throw an error:

(tym:10822): Gtk-CRITICAL **: 22:11:15.945: gtk_window_set_title: assertion 'GTK_IS_WINDOW (window)' failed

@endaaman
Copy link
Owner

Sorry, it was kind of a regression caused at 5c1326a#diff-b59ec5175504cda13037ab35f10ac566L84. Fixed in 49fdbd1#diff-b59ec5175504cda13037ab35f10ac566L86

Loading config (context_load()) should not be started before gtk_container_add() because window object is got from VTE object as a parent object.

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

No branches or pull requests

2 participants