deltragon
deltragon
Hello! I am administrating a legacy ASP.NET project that is built on [telerik web ui](https://docs.telerik.com/devtools/aspnet-ajax/introduction) which makes heavy use of System.Web.Extensions. These patches make it possible to run the project...
The svg [text](https://svgwg.org/svg2-draft/text.html#TextElement) element does not support an `overflow` attribute. Use the CSS overflow property instead. This is purely for spec compliance (eg. for accessibility, [WCAG 2.1 SC 4.1.1](https://www.w3.org/TR/WCAG21/#parsing) requires...
use es6 modules instead of AMD for compatibility with webpack2/babel. requires building step with babel. Addresses #4. May break existing setups.
Using Vue2/Webpack2/Babel/ES6 modules, this fails to run because it does not require Vue properly.
~Based on https://github.com/slgobinath/SafeEyes/pull/560, will rebase the first two commits away once that is merged.~ ~Needs https://github.com/slgobinath/SafeEyes/pull/558 for the trayicon - with the trayicon plugin disabled, this can be tested as-is.~...
Necessary for migration to gtk4.
**Describe the bug** Deleting the break that happened to be the next scheduled one will remove the break from the existing queue, but keep it as `last_break` in the BreakQueue....
This is necessary for migrating to gtk4, as gtk4 does not support libappindicator (neither the gtk nor ayatana version, see https://github.com/AyatanaIndicators/libayatana-appindicator/issues/22). The org.kde.StatusNotifierItem is non-standard, however it seems more likely...
Fixes https://github.com/slgobinath/SafeEyes/issues/391. This is an alternative to https://github.com/slgobinath/SafeEyes/pull/553. Instead of relying on swayidle, which appears to have issues both on KDE as well as within Flatpaks, this PR uses [pywayland](https://pypi.org/project/pywayland/)...
Currently, we (mostly) use `DESKTOP_SESSION` - however, that seems to be something that only happened to be supported, but never actually standardized. (Eg. sway already doesn't support it, for it...