enComputerevilvte
adm Find login register

bug: WINDOW_TITLE_DYNAMIC disables window icon

aragon
1 bug: WINDOW_TITLE_DYNAMIC disables window icon
Promote 0 Bookmark 02010-04-18quote  

Hi,

If WINDOW_TITLE_DYNAMIC is enabled it prevents a window icon from being set.  Patch attached.

 

Regards,

Aragon

caleb
2 bug: WINDOW_TITLE_DYNAMIC disables window icon
Promote 0 Bookmark 02010-04-19quote  

Thank you!

I will recheck gtk_window_set_icon_name() and vte_terminal_get_icon_title().

WINDOW_TITLE_DYNAMIC is an option I rarely use. :-P

edited: 1
aragon
3
Promote 0 Bookmark 02010-04-25quote  

Hey,

I've fixed another bug with WINDOW_TITLE_DYNAMIC.  When switching tabs the window title wasn't getting updated in switch_page().  That function wasn't updating current_tab and term globals.  It was just setting the title to the old tab's title.  I've also been experiencing occasional core dumps when closing tabs, and I think it might be this causing them.

I've attached a patch of all my work (including the MATCH_STRING_EXEC stuff).  I hope that's ok.

 

Thanks,

Aragon

enComputerevilvte
adm Find login register
views:7759