From c4d6651cae0fb1869ee65da0b66baae3828d73a2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 31 Dec 2024 16:16:38 +0900 Subject: update reverse-DNS style identifiers Signed-off-by: Ophestra --- internal/app/share.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/app/share.go b/internal/app/share.go index 3ee17948..f2fa7600 100644 --- a/internal/app/share.go +++ b/internal/app/share.go @@ -170,7 +170,7 @@ func (seal *appSeal) setupShares(bus [2]*dbus.Config, os linux.System) error { appID := seal.fid if appID == "" { // use instance ID in case app id is not set - appID = "moe.ophivana.fortify." + seal.id + appID = "uk.gensokyo.fortify." + seal.id } seal.sys.Wayland(wt, wp, appID, seal.id) seal.sys.bwrap.Bind(wt, w) -- cgit v1.3.1