summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-06-08 16:54:54 +0200
committertv <tv@krebsco.de>2021-06-08 16:54:54 +0200
commit1bb1d71d50c1fa43e5eb0e47df3556054b039abc (patch)
treefd5b46f282bec8ca8bda3cc2f11d35a18bb58bd8
parent81ce6b9bb68c2739ec5bda067fcfaeab931d55dd (diff)
Main.app: org.{dharkael => flameshot}.Flameshot
-rw-r--r--src/main.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.hs b/src/main.hs
index 5932976..3dd19c6 100644
--- a/src/main.hs
+++ b/src/main.hs
@@ -71,7 +71,7 @@ app client = do
, signalSender = Just "org.freedesktop.DBus"
, signalDestination = Nothing
, signalBody =
- [ Variant (ValueAtom (AtomText "org.dharkael.Flameshot"))
+ [ Variant (ValueAtom (AtomText "org.flameshot.Flameshot"))
, Variant (ValueAtom (AtomText _old_owner))
, Variant (ValueAtom (AtomText new_owner))
]
@@ -83,7 +83,7 @@ app client = do
Signal
{ signalPath = "/"
- , signalInterface = "org.dharkael.Flameshot"
+ , signalInterface = "org.flameshot.Flameshot"
, signalDestination = Nothing
, signalBody = Variant (ValueAtom (AtomWord32 _callId)) : rest
, ..
@@ -146,7 +146,7 @@ app client = do
withTimeout_ cTimeout awaitDaemonJoin "daemon" "join" $ do
callId <- getStdRandom random :: IO Word32
call client (methodCall "/" "" "graphicCapture")
- { methodCallDestination = Just "org.dharkael.Flameshot"
+ { methodCallDestination = Just "org.flameshot.Flameshot"
, methodCallInterface = Nothing
, methodCallBody =
[ toVariant cGuiPath