Chris Rizzitello

Results 607 comments of Chris Rizzitello

-1 . vcpkg works fine for local builds. If you want to use a local non vcpkg install tell people either how to remove Qt from the vcpkg list and...

when you run cmake from the cli it will not pick up vcpkg on its own. you have to set a `CMAKE_TOOLCHAIN_FILE` to the cmake file that vcpkg ships to...

The "correct" way to tell vcpkg to use a system depend is to make an overlay file(s) for each package you want find on the system. I had attempted this...

FYI: the vcpkg files in the repo are only used for dev builds our CI does not use them. So you can just remove your local copy to install what...

I updated https://github.com/deskflow/deskflow/wiki/Building with some info about manual install and how to not use VCPKG lets add to that and get this closed after.

No more env vars.. they are all getting removed .... if anything you can make a settings but I would consider it honestly wasted effort how about we make a...

@nbolton the dialog you show is handled by gnome and would need to be implemented in `xdg-desktop-portal-gnome`. @ScottHNSN Thank you for your attempt. I am not sure if this needs...

I've made a bug [report](https://bugs.kde.org/show_bug.cgi?id=500130) about that nofitication and your inability to disable it.. There is way to configure the portals popups in `System Settings -> Notifications -> Application Settings...

> I got tired of the dialogs, so I made a program that automatically accepts them: > > https://github.com/deskflow/accept-portal-dialog > > Inspired by comments by: [@zhurai](https://github.com/zhurai) [@matthewdavis](https://github.com/matthewdavis) [@ramesh45345](https://github.com/ramesh45345) Would rather...

I fixed it in #8865 but it will only work for The client (and i think this is what we want anyway)