feat(desktop): add DesktopEntryCache and unit tests for known problematic entries

This commit is contained in:
Stephan Buys 2025-11-13 17:02:12 +02:00 committed by GitHub
parent 2296e8e94d
commit 690f1d331d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 816 additions and 9 deletions

View file

@ -219,12 +219,7 @@ exclude = ["iced"]
[workspace.dependencies]
dirs = "6.0.0"
[dev-dependencies]
tempfile = "3.13.0"
[patch."https://github.com/pop-os/libcosmic"]
libcosmic = { path = "./" }
# FIXME update winit deps where necessary to use this
# [patch.crates-io]
# [patch."https://github.com/pop-os/winit.git"]
# winit = { git = "https://github.com/pop-os/winit.git//", branch = "xdg-toplevel" }
# winit = { path = "../winit" }