Page 1 of 1
Ubuntu 18.10 drops support for GTK2
Posted: Sat Nov 03, 2018 8:19 pm
by marcoagpinto
Hello!
The "sublibrary GTK2" no longer works on 18.10 (the executables don't run).
And 5.70 beta 2 has issues with buttons and string gadgets that don't happen with 18.04 (they become big).
Re: Ubuntu 18.10 drops support for GTK2
Posted: Tue Nov 27, 2018 8:13 pm
by Franky666
Where do you have this information from?
Really not supported anymore or just not installed by default? (I'm still on 18.04)
I mean there are still some applications out there which were never updated to GTK+3 (which is damn painful in some cases and as long as it works...

)
Re: Ubuntu 18.10 drops support for GTK2
Posted: Thu Nov 29, 2018 5:37 pm
by ccode
Gtk 2 (and PureBasic) works fine under Ubuntu 18.10.
You have to install many libraries, because it is not standard.
Re: Ubuntu 18.10 drops support for GTK2
Posted: Sat Dec 01, 2018 10:54 am
by mk-soft
I have install a new machine without developer packets.
How to fixed this problem for many programs on Ubuntu 18.04 and 18.10
sudo apt-get install libgtk2.0
Re: Ubuntu 18.10 drops support for GTK2
Posted: Mon Dec 03, 2018 1:41 am
by chris319
mk-soft wrote:I have install a new machine without developer packets.
How to fixed this problem for many programs on Ubuntu 18.04 and 18.10
sudo apt-get install libgtk2.0
Thanks for posting this. It is important for all PB users using Linux.