Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It

Home Page:http://manuel-kehl.de/projects/go-for-it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer doesn't scale properly

jpouellet opened this issue · comments

In one VM I have it installed in, I see:
goforit

In others it looks fine.

Happy to provide more info, but don't know what to look for and don't have time to dig into it right now.

Looks like the correct css file doesn't get loaded. What's your version of Go For It! and Gtk+3.0?
Are there any errors/warnings when starting it from the terminal?

go for it was latest git master as of time of issue opening.

GTK-related versions in VM where it works:

% rpm -qa | grep gtk
webkitgtk-2.4.11-2.fc24.x86_64
webkitgtk4-jsc-2.16.0-1.fc24.x86_64
webkitgtk4-2.16.0-1.fc24.x86_64
pygtk2-2.24.0-14.fc24.x86_64
gtk2-2.24.31-1.fc24.x86_64
webkitgtk4-plugin-process-gtk2-2.16.0-1.fc24.x86_64
gtksourceview3-3.20.4-1.fc24.x86_64
adwaita-gtk2-theme-3.20.2-1.fc24.x86_64
libcanberra-gtk3-0.30-11.fc24.x86_64
gtk3-3.20.10-1.fc24.x86_64
webkitgtk3-2.4.11-2.fc24.x86_64
gtk-update-icon-cache-3.20.10-1.fc24.x86_64
clutter-gtk-1.8.0-1.fc24.x86_64

GTK-related versions in VM where it does not work:

% rpm -qa | grep gtk
webkitgtk4-jsc-2.16.0-1.fc24.x86_64
gtkmm24-2.24.4-9.fc24.x86_64
ibus-gtk2-1.5.13-4.fc24.x86_64
gtk2-2.24.31-1.fc24.x86_64
PackageKit-gtk3-module-1.1.3-2.fc24.x86_64
compat-wxGTK3-gtk2-3.0.2-7.fc24.x86_64
libreport-gtk-2.7.2-1.fc24.x86_64
compat-wxBase3-gtk2-3.0.2-7.fc24.x86_64
libnm-gtk-1.2.4-2.fc24.x86_64
libcanberra-gtk2-0.30-11.fc24.x86_64
webkitgtk-2.4.11-2.fc24.x86_64
clutter-gtk-1.8.0-1.fc24.x86_64
gtksourceview3-3.20.4-1.fc24.x86_64
webkitgtk3-2.4.11-2.fc24.x86_64
caribou-gtk3-module-0.4.20-2.fc24.x86_64
colord-gtk-0.1.26-3.fc24.x86_64
pygtk2-2.24.0-14.fc24.x86_64
libcanberra-gtk3-0.30-11.fc24.x86_64
gtkmm30-3.20.1-1.fc24.x86_64
adwaita-gtk2-theme-3.20.2-1.fc24.x86_64
gtk-update-icon-cache-3.20.10-1.fc24.x86_64
libchamplain-gtk-0.12.14-1.fc24.x86_64
gtkspell3-3.0.9-1.fc24.x86_64
ibus-gtk3-1.5.13-4.fc24.x86_64
caribou-gtk2-module-0.4.20-2.fc24.x86_64
webkitgtk4-plugin-process-gtk2-2.16.0-1.fc24.x86_64
xdg-user-dirs-gtk-0.10-9.fc24.x86_64
libreoffice-gtk3-5.1.6.2-7.fc24.x86_64
libreoffice-gtk2-5.1.6.2-7.fc24.x86_64
gtk3-3.20.10-1.fc24.x86_64
gtkspell-2.0.16-11.fc24.x86_64
webkitgtk4-2.16.0-1.fc24.x86_64

gtk3 itself is same in both (3.20.10)

Closing this due to inactivity.