Guilherme Silva

Results 268 comments of Guilherme Silva

But wouldn't that be misleading? For example, if I minimize Notes, its tray icon would still state "Hide Notes", so why clicking on it should restore Notes? 🤔 Unless we...

>I do think that if Notes is minimized and they click on the tray icon they would expect Notes to show up. Right right, I don't disagree with that. We'll...

It will be trickier than I thought to implement this. Both Windows and Linux fire `QEvent::WindowDeactivate` as soon as we right click the system tray icon. The `QEvent::WindowDeactivate` event is...

That's perfect, thanks! `aboutToShow` fires just before `WindowDeactivate`! I did some tests on Plasma 5.27 and Windows 11, and the behavior on both is perfectly consistent (according to myself anyway)....

Thank you @JohnTHaller, I've used a lot of apps from your website back in my Windows days. :) Though I'm a bit confused here, @nuttyartist: Do we actually need to...

I'd be fine with that, though @nuttyartist has the last word on it. But in my opinion, this issue needs to be solved on our side, maybe via a build...

Yes, but so has the 1.6 x86_64 SDK, which is still downloadable through Flathub regardless: ``` $ flatpak remote-info flathub org.freedesktop.Sdk/x86_64/1.6 ID: org.freedesktop.Sdk Ref: runtime/org.freedesktop.Sdk/x86_64/1.6 Arch: x86_64 Branch: 1.6 Collection:...

I created and published my own i386 build of the 1.6 SDK [on this repo](https://github.com/guihkx/freedesktop-sdk-1.6-i386), for anyone who needs it to build/package their NVIDIA drivers locally. It doesn't change the...

@nanonyme I've implemented a version of that here: - https://github.com/flathub/org.freedesktop.Platform.GL.nvidia/pull/322 - https://github.com/flathub/org.freedesktop.Platform.GL.nvidia/pull/323. Unfortunately, the overall build time has been increased by ~1 hour (~5 hours total), because we now have...

> Static libraries are removed by intent. Apps (or here extensions) should build them. > Increased build time is expected. I understand that, but it's undeniable that build time would...