You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling long application names in qubes.StartApp service
Application names longer than 37 chars don't fit in qubesdb name limit
for app-dispvm service entry. Switch to using hash of the name, which
has a constant length. Encode SHA256 of the name using URL-safe base64
(instead of hex) to save some length. And since those entries are
generated automatically, move them out of /qubes-service/ qubesdb tree
(into /hash-app-dispvm/), to not interfere with manual entries.
FixesQubesOS/qubes-issues#7421
0 commit comments