Оставляю на заметку, т.к. запускал -qt впервый раз, время возникновения недочёта указать не могу.
На просторах интернета нашёл ответ:
GTK Scrollbar Error
You have to locate the 'gtkrc' file of the theme you're using and substitute the (I assume) textual boolean value with a '0' or a '1', depending on what you've got in the file, that is:
GtkScrollbar::activate-slider=FALSE
should be:
GtkScrollbar::activate-slider=0
I found the gtkrc file in /usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc, so yours will probably be in /usr/share/themes/***/gtk-2.0/gtkrc. Check your desktop settings to find which theme you're using.
Но после внесения изменений "словил" такое сообщение
Оставляю на заметку, т.к. запускал -qt впервый раз, время возникновения недочёта указать не могу. На просторах интернета нашёл ответ: GTK Scrollbar Error
You have to locate the 'gtkrc' file of the theme you're using and substitute the (I assume) textual boolean value with a '0' or a '1', depending on what you've got in the file, that is:
GtkScrollbar::activate-slider=FALSE
should be:
GtkScrollbar::activate-slider=0
I found the gtkrc file in /usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc, so yours will probably be in /usr/share/themes/***/gtk-2.0/gtkrc. Check your desktop settings to find which theme you're using.
Но после внесения изменений "словил" такое сообщение