Deleted user
Deleted user
Can I work on implementing this feature?
@htcfreek Excuse me . Today, when I wanted to work on this issue I realized that it's written in C++. So, I have to work on some other issues that...
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **5 days**. It will be closed...
Middle clicking the PT run icon in the taskbar directly runs the Microsoft.PowerToys.Settings.UI.Runner.exe which cannot be run by the user manually but only by PowerToys Runner. That's what I think...
> No, you don't need more then one instance. But the software should handle this smoothly. > https://docs.microsoft.com/en-us/windows/uwp/launch-resume/multi-instance-uwp That's for a UWP App. PowerToys is not UWP
@enricogior Can't we just allow users to run `Microsoft.PowerToys.Settings.UI.Runner.exe` and have it open without error? (Of course, don't allow multiple instances)
I just made a pull request that solves this problem
Or you can add javaw.exe to (Windows > Setting > Gaming > Game Mode > Graphics) and set High performance preference to it
this was the command i used which had this issue: ```bash sudo bwrap \ --die-with-parent \ --ro-bind / / \ --tmpfs /tmp \ --dev-bind /dev/null /dev/null \ /usr/bin/bash ``` But...
~~Adding `hard` mount option appears to workaround the issue, however it's not really a workaround as it tends to freeze the accessing program forever until it became reachable again.~~ No...