aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-31 16:16:38 +0900
committerOphestra <cat@gensokyo.uk>2024-12-31 16:16:38 +0900
commitc4d6651cae0fb1869ee65da0b66baae3828d73a2 (patch)
tree82c7d05764e512608cc6c1c016ca7d9142f7928a /internal/app
parent22a4b996742a99515c2cdf50cbd92d86a8370c4f (diff)
update reverse-DNS style identifiers
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app')
-rw-r--r--internal/app/share.go2
1 files changed, 1 insertions, 1 deletions
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)