Skip to main content
Topic: opensnitch is broken again (Read 746 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

opensnitch is broken again

opensnitch-ui from repository is broken after update, from aur cannot be compilated ... again

Re: opensnitch is broken again

Reply #1
Please elaborate on the performed actions and result.

artist

Re: opensnitch is broken again

Reply #2
Please elaborate on the performed actions and result.

artist

Code: [Select]
No module named 'typing_extensions'
QSqlDatabasePrivate::removeDatabase: connection 'db' is still in use, all queries will cease to work.
Traceback (most recent call last):
  File "/usr/bin/opensnitch-ui", line 281, in <module>
    service.close()
    ~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/opensnitch/service.py", line 791, in close
    self._on_close()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/opensnitch/service.py", line 319, in _on_close
    self._on_exit()
    ~~~~~~~~~~~~~^^
  File "/usr/bin/opensnitch-ui", line 73, in on_exit
    server.stop(0)
    ^^^^^^

This one (opensnitch-ui) is from repository. The versions are
galaxy/opensnitch         1.7.2-1 
galaxy/opensnitch-openrc  20250117-1

As for Aur
opensnitch-git 1.7.2.r34.cb2feeb6-1 A faillure occurred in build().


Re: opensnitch is broken again

Reply #3
I have no experience with this and have no setup.

These are the messages I get:

Themes not available. Install qt-material if you want to change GUI's appearance: pip3 install qt-material.
Loaded network aliases from /usr/lib/python3.13/site-packages/opensnitch/utils/network_aliases/network_aliases.json
   ~ OpenSnitch GUI - 1.7.2 ~
   protobuf: 6.32.1 - grpc: 1.75.1
--------------------------------------------------

QT_AUTO_SCREEN_SCALE_FACTOR: True
gRPC Max Message Length: None
                  Bytes: 4194304
is new file, or IN MEMORY, setting initial schema version
setting schema version to: 3
setting schema version to: 3
Setting journal_mode:  OFF
Setting DB memory optimizations
schema version: 3
db schema is up to date

So not errors:
No module named 'typing_extensions'
QSqlDatabasePrivate::removeDatabase: connection 'db' is still in use, all queries will cease to work.

Maybe upstream or a related forum can help.

artist