bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.33k stars 265 forks source link

Can't start bootles. #1689

Closed TomJuri closed 2 years ago

TomJuri commented 2 years ago

When I am trying to run bottles using the .desktop file nothing happens, but when I type bottles in my Terminal Emulator I get this error:

Traceback (most recent call last): File "/usr/bin/bottles", line 42, in from bottles import main File "/usr/share/bottles/bottles/main.py", line 35, in from bottles.window import MainWindow File "/usr/share/bottles/bottles/window.py", line 36, in from bottles.views.details import DetailsView File "/usr/share/bottles/bottles/views/details.py", line 35, in from bottles.views.bottle_preferences import PreferencesView File "/usr/share/bottles/bottles/views/bottle_preferences.py", line 32, in from bottles.dialogs.envvars import EnvVarsDialog File "/usr/share/bottles/bottles/dialogs/envvars.py", line 25, in class EnvVarEntry(Adw.EntryRow): File "/usr/lib/python3.9/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'

jannuary commented 2 years ago

Sounds like a dependency issue. What packaging format?

TomJuri commented 2 years ago

Well, I know it's not officially supported, but I am using the spikyatlinux gentoo portage overlay.

jannuary commented 2 years ago

Well, I know it's not officially supported, but I am using the spikyatlinux gentoo portage overlay.

"Use all of them at your own risk. I´ve tested all on my local system, if you find some errors or outdated ebuilds let me know ;-)"

jannuary commented 2 years ago

Also, from a quick look, it doesn't seem like they have depends on any version of libadwaita at all, much less the one we need?