mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
141 stars 66 forks source link

Remove window size workaround on Unix #1214

Closed principis closed 4 months ago

principis commented 4 months ago

The Qt6 versions of Moolticute on KDE fails to launch due to the workaround in #972. I tried to reproduce the issue this workaround should fix on multiple builds and systems, but failed to so.

This PR removes that workaround.

limpkin commented 4 months ago

@principis can we make this fix for QT6 builds only?

principis commented 4 months ago

I would just remove it. I tested the commit before the workaround on 2 different Ubuntu versions (can't remember was a while ago) and on Fedora. I think the issue is fixed in Mutter itself.

limpkin commented 4 months ago

right... but for users having the same old linux version this patch was made for..... that would break their install, right?

principis commented 4 months ago

right... but for users having the same old linux version this patch was made for..... that would break their install, right?

Yes, but that shouldn't be possible as the issue was only reported on Fedora. I also tested it on multiple systems, but maybe not enough...

Would it be good enough if I make a list of distros to test on and check them all?

Requirements for the bug:

Distros:

Let me know which ones you would like me to add.

limpkin commented 4 months ago

actually, given that you were the one who made this patch, I'll merge as is :)