Skip to content

Commit

Permalink
remove dbus module for Flatpak session
Browse files Browse the repository at this point in the history
... because it generates errors
  • Loading branch information
vikdevelop authored May 12, 2024
1 parent 6935012 commit a1cc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import gi
import glob
import sys
import dbus
import shutil
from localization import _, home
from urllib.request import urlopen
Expand All @@ -23,6 +22,7 @@

# FOR SNAP: create the cache directory
if snap:
import dbus
os.makedirs(f"{CACHE}", exist_ok=True)

# load GSettings database for viewing and saving user settings of the app
Expand Down

0 comments on commit a1cc4de

Please sign in to comment.