From 1bb1d71d50c1fa43e5eb0e47df3556054b039abc Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 8 Jun 2021 16:54:54 +0200 Subject: Main.app: org.{dharkael => flameshot}.Flameshot --- src/main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3