Matthias Fischmann

Results 189 comments of Matthias Fischmann

yes, i also really want this! 😀 how does minttask store its data today? could find anything in apps data with the file browser, but perhaps there is a way...

all good! (: i know, software maintainership can feel like a burden, but don't let that get to you! you made something that made my life better, and i'm happy...

I think I found a way to do this: https://github.com/liqd/thentos/commit/5b45a6e38db2fd2dbcc9de70d869fbb7b0163cdb It is not pretty, but I think it works: 1. remove the packages you want to watch from the package...

I just realised that this is probably a duplicate of #41. @sol: hypothetically, is this project looking for a maintainer?

thanks for reporting this! wire is working on a fix, but there is no release time yet. the reason for the problem is an error in handling a missing library...

> @fisx thanks, > > while we're here, do you have any idea why on https://wire.com/en/app-download Linux is marked as unsupported, and the latest version is from December 2022? If...

> Sadly, the workaround isn't working on Plasma with the snap version of the wire app (kwallet is installed): have you tried `kwallet` instead? as I said, it may need...

(I updated [the instructions](https://github.com/wireapp/wire-desktop/wiki/How-to-install-Wire-for-Desktop-on-Linux#installation-with-appimage) in the wiki, hopefully this helps!)

the down side i guess is that the constraints will say `HasClient`, and the instances will be of `HasClient'`. not entirely pretty.

or we could drop `HasClient` and always add an explicit `RunClient` where needed, also where the instance is used?