-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Distribution
Debian 13 unstable/sid
Package version
2.0.3
Frequency
Always
Bug description
there are alot of icons missing, replaced by block sign icons, also there is no dark mode or a way to enable it , although the former issue is more annoying
UPDATE see below
Steps to reproduce
.
Expected behavior
.
Additional information
i did not have this issue before as far as i can rememeber,, warpinator comes like this fresh after being installed from flatpak for me . even after uninstalling it and reinstalling it agian, purging all config files and reinsatlling..etc... .
i think this might be a permission issue because it started after i was messing with and remaking my boot partition and / partition and after that was done - booting into kde would give me a broken DE, so i had to give kde permisson to my homefolder and make my user the owner of my homefolder so my DE would work
also i tried building the package from source but it would stop indefiantly at" starting build_ext" in the dpkg build command and wouldnt complete, but this is another issue hahaha
update: running it from the terminal gives this
"""
F: Not sharing "/usr/share/icons" with sandbox: Path "/usr" is reserved by Flatpak
F: Not sharing "/usr" with sandbox: Path "/usr" is reserved by Flatpak
Using landlock for incoming file isolation
/app/libexec/warpinator/google/init.py:2: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import('pkg_resources').declare_namespace(name)
/app/libexec/warpinator/google/protobuf/runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.0 is exactly one major version older than the runtime version 6.31.1 at warp.proto. Please update the gencode to avoid compatibility violations in the next runtime release.
warnings.warn(
"""
apperntaly this is because of flatpaks sandboxing, warpinator isnt able to access those folders
i tried :
sudo flatpak override --filesystem=/usr/share/icons org.x.Warpinator
and :
flatpak override --filesystem=host --filesystem=/usr/share/icons org.x.Warpinator
but they didn work ;(