Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

nigel22

3
Posts
2
Topics
A member registered Aug 24, 2023

Recent community posts

Thanks. Tried the first two without joy. Fedora doesn't have a /var/cache/fontconfig. It's been moved to /usr/lib/fontconfig/cache. Is this relevant to the problem?

Was reluctant to try sudo rm /usr/lib/fontconfig/cache.  Tried temporary mv to hide it away. No joy.

I tried the obvious fix of creating a symlink

ls -l /var/cache/fontconfig
lrwxrwxrwx. 1 root root 25 Aug 30 11:12 /var/cache/fontconfig -> /usr/lib/fontconfig/cache

but the problem persists.

Anyway, happily using the appimage.

I have just obtained deepdwn in order to generate documentation using large numbers of screenshots. However, the url part of an image link has to be a served image. This fails

\![test](file:///home/nigel/django/sarah/silsondb/static/site/img/screenshots/quote-issue.png "Testing")

Replacing the file:// URL with an http URL localhost:8000/static ... quote-issue.png works great, but its a bit annoying to have to run the Django development server just in order to make the screenshots accessible to deepdwn. It would be even nicer if one didn't have to type the filename (or cut/paste from ls -l  output) and could use deepdwn to browse available files (with thumbprint images?!) and insert the path of the chosen one.

(1 edit)

Deepdwn_0.39.0_amd64.snap running on Fedora 36, snapd-2.58.3-1.fc36.x86_64. My desktop is cinnamon 5.2.7-5, if that's relevant.

Result:

/var/lib/snapd/snap/bin/deepdwn
2023/08/24 18:52:04.707878 cmd_run.go:451: restoring default SELinux context of /home/nigel/snap
Gtk-Message: 18:52:10.537: Failed to load module "xapp-gtk3-module"
/usr/share/libdrm/amdgpu.ids: No such file or directory
Gtk-Message: 18:52:13.644: GtkDialog mapped without a transient parent. This is discouraged.

Then the window asking me to create a directory pops up with no readable text, just rectangles representing every glyph.

Google suggests that this is a snap packaging error and that there's nothing I can do to fix it. It's not an selinux issue. I tried `setenforce 0` but this made no difference. Neither did the often-recommended `ln -s /var/lib/snapd/snap /snap`.

The corresponding appimage works OK