enComputerevilvte
adm Find login register

bug: WINDOW_TITLE_DYNAMIC disables window icon

aragon
joined: 2010-04-13
posted: 5
promoted:
bookmarked:
1subject: bug: WINDOW_TITLE_DYNAMIC disables window iconPromote 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
joined: 2007-09-22
posted: 630
promoted: 134
bookmarked: 90
2subject: bug: WINDOW_TITLE_DYNAMIC disables window iconPromote 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
joined: 2010-04-13
posted: 5
promoted:
bookmarked:
3subject: 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:7040