Hi,
I tried to install the AppImage with ./paperwork-gtk.appimage install
but I get this error:
Installing /usr/share/icons/hicolor/16x16/apps/work.openpaper.Paperwork.png ...
13.840956 [ERROR ] [openpaperwork_core.logs.print ] === UNCAUGHT EXCEPTION ===
Traceback (most recent call last):
File "/tmp/.mount_paperw7oPKLH/usr/bin/paperwork-gtk", line 8, in <module>
sys.exit(main())
^^^^^^
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/site-packages/paperwork_gtk/main.py", line 240, in main
main_main(sys.argv[1:])
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/site-packages/paperwork_gtk/main.py", line 234, in main_main
core.call_all("cmd_run", console, args)
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/site-packages/openpaperwork_core/__init__.py", line 413, in call_all
callback(*args, **kwargs)
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/site-packages/paperwork_gtk/cmd/install.py", line 155, in cmd_run
self._install(console, icon_base_dir, data_base_dir)
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/site-packages/paperwork_gtk/cmd/install.py", line 96, in _install
shutil.copyfile(src, dst)
File "/tmp/.mount_paperw7oPKLH/usr/lib/python3.12/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Keine Berechtigung: '/usr/share/icons/hicolor/16x16/apps/work.openpaper.Paperwork.png'
13.847791 [ERROR ] [openpaperwork_core.logs.print ] ==========================
Tried it with Ubuntu 24.04 and 24.10
If I just start the AppImage it runs just fine, but I prefer to install my AppImages.