Summary: | Window titles should have a unique and consistent pattern that can be matched with a simple regex | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | gravy_starving975 |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
gravy_starving975
2024-03-14 01:12:10 UTC
This isn't possible since apps are allowed to set their own window titles. If we added some kind of postfix onto them the titles would become ridiculously long and people would surely complain about that. That's not what I meant, my request is about the window naming convention of KDE applications. Of the window rules I've set, only KDE applications have required a regex with exclusions: Dolphin, Konsole, and Ark. Kate only avoided this because the main window's title starts with the current session's name, which allows for a simple rule. While this has only been an issue for me with these particular applications, a quick look at other KDE applications installed on my system shows most of them also follow the same window naming scheme, so I generalized the issue instead of pointing to any one specific thing. The thing is, this is the kind of thing that can only work when it's 100% universal. And if we can't even make that happen for KDE apps, there 100 times less of a chance it would happen for all 3rd-party apps. And without 100% buy-in among 3rd-party apps, it can't be relied on. |