Error #1

Open
opened 2023-01-28 15:16:50 +00:00 by CodeCubeNeo · 1 comment
CodeCubeNeo commented 2023-01-28 15:16:50 +00:00 (Migrated from gitlab.com)

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'

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 <module> 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'
JakobDev commented 2023-01-28 19:15:15 +00:00 (Migrated from gitlab.com)

Which files do you have in /etc/xdg/autostart?

Which files do you have in /etc/xdg/autostart?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JakobDev/jdSimpleAutostart#1
There is no content yet.