Kristen McWilliam
Kristen McWilliam
I am going to advocate for a breaking change, and use `getApplicationSupportDir`. Anyone doing something non-standard should read the breaking change to account for it if necessary. I ended up...
I am not certain about other platforms, but at least for Linux the current Hive implementation goes against [specs](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html): > $XDG_DATA_HOME defines the base directory relative to which user-specific data...
I just tried this on Fedora, it works but I had to set my scaffold property `backgroundColor: Colors.transparent` - might be the issue? :)
I've reproduced the same issue while trying to create sub-windows that have transparency; transparency works fine in the main window. Here is a [minimal reproducible example](https://github.com/Merrit/flutter_transparent_temp) @0Franky Are you having...
Is your window manager running with compositing enabled? I believe compositing support is required for transparency to work..
Implemented with [v2.6.0](https://github.com/Merrit/nyrna/releases/tag/v2.6.0).
I've managed to isolate the apparent issue thanks to the suggestion from @strycore . In the generated bash script if I comment out this line: ``` export LD_PRELOAD="/usr/lib/libgamemodeauto.so" ``` The...
Is there any workaround known to run a script automatically?
> Did you get anything currently by trying to enable transparency on the second screen? I've still not been able to get a sub-window to enable transparency. :/
While the desktop portals started as an interface specifically for Flatpak, they appear to have been [adopted and supported much more widely now](https://snapcraft.io/docs/xdg-desktop-portals). It looks as though the Notification portal...