http://bugzilla.opensuse.org/show_bug.cgi?id=1200568 Bug ID: 1200568 Summary: Bottles 2022.6.15 AttributeError: gi.repository.Adw object has no attribute EntryRow Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: vortex@z-ray.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- During updating Bottles to the latest version I had a few issues launching the application after a successful build. I create this bug ticket to keep track of this issue to solve if I have more time to focus on this. Traceback (most recent call last): File "/usr/bin/bottles", line 42, in <module> from bottles import main File "/usr/share/bottles/bottles/main.py", line 35, in <module> from bottles.window import MainWindow File "/usr/share/bottles/bottles/window.py", line 36, in <module> from bottles.views.details import DetailsView File "/usr/share/bottles/bottles/views/details.py", line 35, in <module> from bottles.views.bottle_preferences import PreferencesView File "/usr/share/bottles/bottles/views/bottle_preferences.py", line 32, in <module> from bottles.dialogs.envvars import EnvVarsDialog File "/usr/share/bottles/bottles/dialogs/envvars.py", line 25, in <module> class EnvVarEntry(Adw.EntryRow): File "/usr/lib64/python3.8/site-packages/gi/module.py", line 123, in __getattr__ raise AttributeError("%r object has no attribute %r" % ( AttributeError: 'gi.repository.Adw' object has no attribute 'EntryRow' -- You are receiving this mail because: You are on the CC list for the bug.