Hari Rana

Results 227 comments of Hari Rana

> But for some reason it did **not** automatically use wayland platform (i already manually set `XDG_SESSION_TYPE=wayland`). So the `--ozone-platform=wayland` is still required to enable proper wayland support. That's due...

Can confirm on WebCord flatpak.

Likely related to https://github.com/electron/electron/issues/34820.

Perhaps you could use [flatpak-external-data-checker](https://github.com/flathub/flatpak-external-data-checker/) so the bot automatically bumps for you? Though that's if you decide to extract the AppImage. It's more of a workaround than something you want,...

> [...] I'd also be down to maintain the flatpak on flathub, if that's ok with you *-- @axtloss, https://github.com/SpacingBat3/WebCord/issues/116#issuecomment-1140500714* @SpacingBat3 what are your thoughts?

@polarathene thank you so much for the TL;DR and @Zygo thank you so much for not only answering my question, but also going in depth. The whole discussion was worth...

I created a manifest, available at https://github.com/TheEvilSkeleton/flatpaks/tree/com.valvesoftware.Steam.Utility.steamtinkerlaunch. Adding `steamtinkerlaunch %command%` as a launch option executes the game itself, but the `steamtinkerlaunch` script fails in the middle with the following error:...

That's odd. It's the first thing I build: https://github.com/TheEvilSkeleton/flatpaks/blob/7665a7234da1a4b1ee7080f6876332bf4dd56280/com.valvesoftware.Steam.Utility.steamtinkerlaunch.yaml#L16

> Just chipping in to try and help, is this syntax correct? https://github.com/TheEvilSkeleton/flatpaks/blob/7665a7234da1a4b1ee7080f6876332bf4dd56280/com.valvesoftware.Steam.Utility.steamtinkerlaunch.yaml#L23 > > It seems like another modules block is being defined? At least I can't see that...

> likely it is > `YAD="/usr/bin/yad"` Not even. It's empty: ``` [📦 com.valvesoftware.Steam ~]$ grep YAD ~/.config/steamtinkerlaunch/global.conf YAD="" ``` Flatpak remaps `$XDG_CONFIG_HOME` to `~/.var/app/$APP_ID/config`. In this case it's `~/.var/app/com.valvesoftware.Steam/config/global.conf`. However,...