deltragon
deltragon
@steveisok Thank you for the pointer! I also tried the approach of porting the whole thing to referencesource, but quickly gave up on it. Good to see that someone already...
> > I have added a section about the possibility of adding a ~ operator. > > Please not `~`. The `~` symbol was removed from Rust because it is...
In my gtk4 port https://github.com/slgobinath/SafeEyes/pull/561, I address this by using inhibit_system_shortcuts on wayland.
Hello @AdamPS, I am open to becoming a co-maintainer for this project. I have already implemented a port to gtk4, along with other improvements and wayland fixes. In the case...
Is this information still accurate? I can both find and install Termux on Google Play on Android 13, although I did have it installed previously. It also says there was...
This could be fixed by migrating to using pyproject.toml, as that allows specifying optional dependencies: https://packaging.python.org/en/latest/specifications/pyproject-toml/#dependencies-optional-dependencies
(Note that in https://github.com/slgobinath/SafeEyes/pull/558, I am proposing to drop dbus-python altogether. Until then, I agree that this PR seems reasonable.)
Since I know what the issue is, I am planning to file a PR fixing it. I just wanted to file this to make sure it doesn't get lost.
Oh, I've found a new reproducer: 1. Start SafeEyes. 2. Click on 'Take a break now' -> 'Any Break'. 3. After the break, open the Settings. 4. Delete all breaks....
@emilyyyylime Could you test this with my gtk4 port (https://github.com/slgobinath/SafeEyes/pull/561)? I was having similar issues on KDE, but with gtk4 and its better wayland support this is fixed for me.