Caleb Gardner

Results 46 comments of Caleb Gardner

The important code is essentially `decompress/interface.go` ```go type Decompressor interface { Reader(src io.Reader) (io.ReadCloser, error) } ``` squashfs archives can use six different types of compression so I need an...

I'm looking into it a bit more, but I'm having trouble figuring out what's actually going on. I had my library dump out each block and the result with DecodeAll...

These paths should probably be replaced with `filepath.Join` to make sure this doesn't happen. I'm guessing this is due to the distro your using adding a trailing slash to `CacheHome`...

I don't think we really need this rename anymore. Since we get the desktop file from the AppImage then edited in memory, we don't need to worry about a ton...

> Hey @probonopd > > I've Implemented The Logic But I am confused how do i get the information that user wants to show or not show the notifications. >...

> So this is a confirmed bug that needs to be debugged/fixed. Volunteers? I may look into this, though it has been a bit since I've worked on appimaged.

@kisak-valve Ooops, that's my bad. I had been trying a bunch of things to try to get it working and forgot to verify my files before reporting. [steam-411980.log](https://github.com/ValveSoftware/Proton/files/6624273/steam-411980.log) `/games` is...

Looked into this a little bit and it shouldn't be too hard to detect if powerdevil is installed and if so wait for it to get started or just sleep...

> Hello, > Any news on this ? > Thanks Everything should be working since #247, but if you're still having issues I could look into it.

> Well, I'm receiving this notification at every boot and don't know what to do about it. Thanks > PS : On KDE neon 6. What distro? Are you also...