rbreu / beeref

BeeRef Reference Image Viewer
GNU General Public License v3.0
501 stars 37 forks source link

Beeref does not run on ubuntu 21.10 but on 20.04 #49

Closed spaceChRiS closed 9 months ago

spaceChRiS commented 2 years ago

Describe the bug As the title says. With the binary, I am getting on 21.10

INFO __main__: Starting BeeRef version 0.2.0
INFO __main__: Using settings: /home/chris/.config/BeeRef/BeeRef.ini
INFO __main__: Logging to: /home/chris/.config/BeeRef/BeeRef.log
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: undefined symbol: g_byte_array_steal
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so

(BeeRef-0.2.0-linux:158116): GLib-GIO-ERROR **: 21:13:08.787: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

Everything worked fine on 20.04.

I tried to run 0.3 dev and 0.2 from git, but both simply do nothing, they run up to

[...]
DEBUG beeref.config: Found custom shorcuts for Actions/always_on_top: []
TRACE beeref.view: Recalculating scene rectangle...
TRACE beeref.view: Done recalculating scene rectangle
TRACE beeref.view: Recalculating scene rectangle...
TRACE beeref.view: Done recalculating scene rectangle
TRACE beeref.view: Recalculating scene rectangle...
TRACE beeref.view: Done recalculating scene rectangle
DEBUG beeref.view: No items in scene
TRACE beeref.view: Recalculating scene rectangle...
TRACE beeref.view: Done recalculating scene rectangle

but no window shows up.

To Reproduce Install ubuntu 21.10 and run the binary 0.2 from this repository.

Expected behavior Beeref should start :wink:.

Screenshots n/a

Debug log: See above, if I can help to debug, please give me some instructions. I run the pytest and it reported 1 error:

FAILED tests/test_view.py::test_mouse_move_movewin - AssertionError: expected call not found.
rbreu commented 9 months ago

The current release offers two Linux executables: One built on Ubunto 20, one on Ubuntu 22. One of these should work on whatever system you have.