Error #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This is the output when installed with flatpak (launched through terminal: flatpak run io.gitlab.JakobDev.jdSimpleAutostart, on nobara (fedora) linux.
Traceback (most recent call last):
File "/app/bin/jdsimpleautostart", line 8, in
sys.exit(main())
File "/app/lib/python3.10/site-packages/jdSimpleAutostart/init.py", line 28, in main
w = MainWindow(icon)
File "/app/lib/python3.10/site-packages/jdSimpleAutostart/MainWindow.py", line 19, in init
self.update_desktop_list()
File "/app/lib/python3.10/site-packages/jdSimpleAutostart/MainWindow.py", line 31, in update_desktop_list
col.load_directory(i)
File "/app/lib/python3.10/site-packages/desktop_entry_lib/init.py", line 653, in load_directory
self.load_file(os.path.join(path, i))
File "/app/lib/python3.10/site-packages/desktop_entry_lib/init.py", line 646, in load_file
entry = DesktopEntry.from_file(path)
File "/app/lib/python3.10/site-packages/desktop_entry_lib/init.py", line 586, in from_file
with open(path, "r", encoding="utf-8", newline="\n") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/run/host/etc/xdg/autostart/org.freedesktop.problems.applet.desktop'
Which files do you have in /etc/xdg/autostart?