RAVENz46
RAVENz46
I realized that `Exec=usr/bin/spacedrive` in com.spacedrive.desktop. I think it should be `Exec=AppRun` or atleast `Exec=/usr/bin/spacedrive`.
0.2.4 works on NixOS Nix Derivetion ``` { lib , pkgs , stdenv , fetchurl , appimageTools , undmg , nix-update-script }: let pname = "spacedrive"; version = "0.2.4"; src...
@HeavenVolkoff > Is this `.desktop` file generated by some tool? Because the appimage doesn't generate any, and the `deb` has `.desktop` pointing to the correct path:  The `.desktop` I...
@AutumnalAntlers > A lot of paths inside the AppImage are relative, presumably to it's root; so `usr/` would refer to the `usr` folder _inside_ the AppImage, not to the global...
> And if you disable this headerbar - you will loose window controls buttons Therefore, I hope https://github.com/pop-os/cosmic-applets/issues/204 is implemented at the same time. Only for the focus-window but better...
I think something like [this gnome extension](https://extensions.gnome.org/extension/5967/workspaces-indicator-by-open-apps/) also nice.
Bit improvement on NixOS Set Variable: ``` WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE = 1 ``` Now error says: ``` [2024-02-03][10:19:11][INFO][window_pet] app started (WebKitWebProcess:5861): GStreamer-WARNING **: 19:19:12.505: External plugin loader failed. This most likely...
Now I realized that it works on NixOS however it's bit wired. It would be preferable to run as a widget like [conky](https://github.com/brndnmtthws/conky) instead of window. 
@mbledkowski It available on [unstable channel](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=iplan) so you can try it! ~~Sadly on my environment it fails to launch (probably my environment specific issue).~~
@0x006E Hi, I could add distro logo to it. Here is the example. I hope it helps. ~~I want to remove `selected_theme` line from `overlays.nix` but IDK it's possible.~~ ```nix...