lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 55 forks source link

Fix some deprecation warnings #90

Closed wb9688 closed 3 years ago

wb9688 commented 3 years ago

This fixes a few deprecation warnings. There are still 27 deprecation warnings left though, most of them coming from the deprecated GtkAction and GtkUIManager. The others are caused by the deprecated GdkScreen, vte_terminal_set_encoding(), and vte_terminal_spawn_sync. I might take a look at the other ones soon.