Advertisement
vladislav_larionov

Untitled

Mar 4th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.17 KB | None | 0 0
  1. ^[[A^[[ALast login: Tue Mar 4 12:51:31 2025 from 192.168.1.44
  2. ^[[A^[[A,---
  3. | Aurora 5.2.0.828 (Moscow) (live)
  4. '---
  5. [defaultuser@R570E ~]$ dbus-monitor
  6. signal time=1741081907.747347 sender=org.freedesktop.DBus -> destination=:1.72 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  7. string ":1.72"
  8. signal time=1741081907.747631 sender=org.freedesktop.DBus -> destination=:1.72 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  9. string ":1.72"
  10. method call time=1741081913.346196 sender=:1.73 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  11. method return time=1741081913.346303 sender=org.freedesktop.DBus -> destination=:1.73 serial=1 reply_serial=1
  12. string ":1.73"
  13. signal time=1741081913.346472 sender=org.freedesktop.DBus -> destination=(null destination) serial=63 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  14. string ":1.73"
  15. string ""
  16. string ":1.73"
  17. signal time=1741081913.346794 sender=org.freedesktop.DBus -> destination=:1.73 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  18. string ":1.73"
  19. method call time=1741081913.349624 sender=:1.73 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  20. string "org.sailfishos.installationhandler"
  21. error time=1741081913.349897 sender=org.freedesktop.DBus -> destination=:1.73 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=2
  22. string "Could not get owner of name 'org.sailfishos.installationhandler': no such name"
  23. method call time=1741081913.353621 sender=:1.73 -> destination=org.sailfishos.installationhandler serial=3 path=/org/sailfishos/installationhandler; interface=org.freedesktop.DBus.Introspectable; member=Introspect
  24. method call time=1741081913.493751 sender=:1.43 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  25. string "org.nemomobile.lipstick"
  26. method return time=1741081913.493888 sender=org.freedesktop.DBus -> destination=:1.43 serial=3 reply_serial=3
  27. string ":1.27"
  28. method call time=1741081913.495091 sender=:1.43 -> destination=org.nemomobile.lipstick serial=4 path=/LauncherModel; interface=org.freedesktop.DBus.Introspectable; member=Introspect
  29. method return time=1741081913.515821 sender=:1.27 -> destination=:1.43 serial=122 reply_serial=4
  30. string "<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
  31. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  32. <node>
  33. <interface name="org.nemomobile.lipstick.LauncherModel">
  34. <signal name="showUpdatingProgress">
  35. <arg name="packageName" type="s" direction="out"/>
  36. </signal>
  37. <method name="updatingStarted">
  38. <arg name="packageName" type="s" direction="in"/>
  39. <arg name="label" type="s" direction="in"/>
  40. <arg name="iconPath" type="s" direction="in"/>
  41. <arg name="desktopFile" type="s" direction="in"/>
  42. </method>
  43. <method name="updatingProgress">
  44. <arg name="packageName" type="s" direction="in"/>
  45. <arg name="progress" type="i" direction="in"/>
  46. </method>
  47. <method name="updatingFinished">
  48. <arg name="packageName" type="s" direction="in"/>
  49. </method>
  50. <method name="notifyLaunching">
  51. <arg name="desktopFile" type="s" direction="in"/>
  52. </method>
  53. <method name="cancelNotifyLaunching">
  54. <arg name="desktopFile" type="s" direction="in"/>
  55. </method>
  56. </interface>
  57. <interface name="org.freedesktop.DBus.Properties">
  58. <method name="Get">
  59. <arg name="interface_name" type="s" direction="in"/>
  60. <arg name="property_name" type="s" direction="in"/>
  61. <arg name="value" type="v" direction="out"/>
  62. </method>
  63. <method name="Set">
  64. <arg name="interface_name" type="s" direction="in"/>
  65. <arg name="property_name" type="s" direction="in"/>
  66. <arg name="value" type="v" direction="in"/>
  67. </method>
  68. <method name="GetAll">
  69. <arg name="interface_name" type="s" direction="in"/>
  70. <arg name="values" type="a{sv}" direction="out"/>
  71. <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
  72. </method>
  73. <signal name="PropertiesChanged">
  74. <arg name="interface_name" type="s" direction="out"/>
  75. <arg name="changed_properties" type="a{sv}" direction="out"/>
  76. <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
  77. <arg name="invalidated_properties" type="as" direction="out"/>
  78. </signal>
  79. </interface>
  80. <interface name="org.freedesktop.DBus.Introspectable">
  81. <method name="Introspect">
  82. <arg name="xml_data" type="s" direction="out"/>
  83. </method>
  84. </interface>
  85. <interface name="org.freedesktop.DBus.Peer">
  86. <method name="Ping"/>
  87. <method name="GetMachineId">
  88. <arg name="machine_uuid" type="s" direction="out"/>
  89. </method>
  90. </interface>
  91. </node>
  92. "
  93. method call time=1741081913.519980 sender=:1.43 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  94. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.lipstick'"
  95. method call time=1741081914.096786 sender=:1.43 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  96. string "org.sailfishos.installationhandler"
  97. uint32 4
  98. signal time=1741081914.096905 sender=org.freedesktop.DBus -> destination=(null destination) serial=64 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  99. string "org.sailfishos.installationhandler"
  100. string ""
  101. string ":1.43"
  102. signal time=1741081914.096963 sender=org.freedesktop.DBus -> destination=:1.43 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  103. string "org.sailfishos.installationhandler"
  104. method return time=1741081914.097001 sender=org.freedesktop.DBus -> destination=:1.43 serial=5 reply_serial=6
  105. uint32 1
  106. method return time=1741081914.098987 sender=:1.43 -> destination=:1.73 serial=7 reply_serial=3
  107. string "<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
  108. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  109. <node>
  110. <interface name="org.sailfishos.installationhandler">
  111. <signal name="installFinished">
  112. <arg name="success" type="b" direction="out"/>
  113. <arg name="errorString" type="s" direction="out"/>
  114. </signal>
  115. <signal name="removalFinished">
  116. <arg name="success" type="b" direction="out"/>
  117. <arg name="errorString" type="s" direction="out"/>
  118. </signal>
  119. <signal name="needConfirm">
  120. </signal>
  121. <method name="installFiles">
  122. <arg name="fileUrls" type="as" direction="in"/>
  123. <arg name="sdkMode" type="b" direction="in"/>
  124. <arg name="keepUserdata" type="b" direction="in"/>
  125. </method>
  126. <method name="installFiles">
  127. <arg name="fileUrls" type="as" direction="in"/>
  128. <arg name="sdkMode" type="b" direction="in"/>
  129. </method>
  130. <method name="installFiles">
  131. <arg name="fileUrls" type="as" direction="in"/>
  132. </method>
  133. <method name="removePackages">
  134. <arg name="packageNames" type="as" direction="in"/>
  135. <arg name="keepUserdata" type="b" direction="in"/>
  136. </method>
  137. <method name="removePackages">
  138. <arg name="packageNames" type="as" direction="in"/>
  139. </method>
  140. <method name="removePackageByDesktopFile">
  141. <arg name="desktopFile" type="s" direction="in"/>
  142. </method>
  143. </interface>
  144. <interface name="org.freedesktop.DBus.Properties">
  145. <method name="Get">
  146. <arg name="interface_name" type="s" direction="in"/>
  147. <arg name="property_name" type="s" direction="in"/>
  148. <arg name="value" type="v" direction="out"/>
  149. </method>
  150. <method name="Set">
  151. <arg name="interface_name" type="s" direction="in"/>
  152. <arg name="property_name" type="s" direction="in"/>
  153. <arg name="value" type="v" direction="in"/>
  154. </method>
  155. <method name="GetAll">
  156. <arg name="interface_name" type="s" direction="in"/>
  157. <arg name="values" type="a{sv}" direction="out"/>
  158. <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
  159. </method>
  160. <signal name="PropertiesChanged">
  161. <arg name="interface_name" type="s" direction="out"/>
  162. <arg name="changed_properties" type="a{sv}" direction="out"/>
  163. <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
  164. <arg name="invalidated_properties" type="as" direction="out"/>
  165. </signal>
  166. </interface>
  167. <interface name="org.freedesktop.DBus.Introspectable">
  168. <method name="Introspect">
  169. <arg name="xml_data" type="s" direction="out"/>
  170. </method>
  171. </interface>
  172. <interface name="org.freedesktop.DBus.Peer">
  173. <method name="Ping"/>
  174. <method name="GetMachineId">
  175. <arg name="machine_uuid" type="s" direction="out"/>
  176. </method>
  177. </interface>
  178. </node>
  179. "
  180. method call time=1741081914.101864 sender=:1.73 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  181. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  182. method call time=1741081914.103248 sender=:1.73 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  183. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='installFinished'"
  184. method call time=1741081914.103405 sender=:1.73 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  185. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  186. method call time=1741081914.103511 sender=:1.73 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  187. string "org.sailfishos.installationhandler"
  188. method return time=1741081914.103598 sender=org.freedesktop.DBus -> destination=:1.73 serial=4 reply_serial=7
  189. string ":1.43"
  190. method call time=1741081914.105521 sender=:1.73 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  191. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='needConfirm'"
  192. method call time=1741081914.107353 sender=:1.73 -> destination=org.sailfishos.installationhandler serial=9 path=/org/sailfishos/installationhandler; interface=org.sailfishos.installationhandler; member=installFiles
  193. array [
  194. string "/home/defaultuser/RPMS/ru.auroraos.ScreenGrab-0.1-1.armv7hl.rpm"
  195. ]
  196. boolean true
  197. boolean true
  198. method call time=1741081914.150073 sender=:1.43 -> destination=org.nemomobile.lipstick serial=8 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingStarted
  199. string "ru.auroraos.ScreenGrab"
  200. string ""
  201. string ""
  202. string "/usr/share/applications/ru.auroraos.ScreenGrab.desktop"
  203. method call time=1741081914.151751 sender=:1.27 -> destination=org.freedesktop.DBus serial=123 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  204. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.43',arg2=''"
  205. method return time=1741081914.153009 sender=:1.27 -> destination=:1.43 serial=124 reply_serial=8
  206. method return time=1741081914.198464 sender=:1.43 -> destination=:1.73 serial=9 reply_serial=9
  207. signal time=1741081914.341725 sender=:1.11 -> destination=(null destination) serial=70 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  208. string "Processing…"
  209. double 1
  210. int32 0
  211. signal time=1741081914.427025 sender=:1.11 -> destination=(null destination) serial=71 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  212. string "Idle"
  213. double 1
  214. int32 0
  215. signal time=1741081914.428750 sender=:1.11 -> destination=(null destination) serial=72 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=GraphUpdated
  216. string "http://tracker.api.gnome.org/ontology/v3/tracker#FileSystem"
  217. array [
  218. dict entry(
  219. int32 1
  220. int32 819
  221. )
  222. ]
  223. method call time=1741081914.585533 sender=:1.43 -> destination=org.nemomobile.lipstick serial=10 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingFinished
  224. string "ru.auroraos.ScreenGrab"
  225. method call time=1741081914.587078 sender=:1.27 -> destination=org.freedesktop.DBus serial=125 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  226. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.43',arg2=''"
  227. method call time=1741081914.588202 sender=:1.27 -> destination=org.freedesktop.DBus serial=126 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  228. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  229. error time=1741081914.588325 sender=org.freedesktop.DBus -> destination=:1.27 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=126
  230. string "The given match rule wasn't found and can't be removed"
  231. method return time=1741081914.591406 sender=:1.27 -> destination=:1.43 serial=127 reply_serial=10
  232. signal time=1741081914.591518 sender=:1.43 -> destination=(null destination) serial=11 path=/org/sailfishos/installationhandler; interface=org.sailfishos.installationhandler; member=removalFinished
  233. boolean true
  234. string ""
  235. method call time=1741081914.690689 sender=:1.74 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  236. method return time=1741081914.691413 sender=org.freedesktop.DBus -> destination=:1.74 serial=1 reply_serial=1
  237. string ":1.74"
  238. signal time=1741081914.691529 sender=org.freedesktop.DBus -> destination=(null destination) serial=65 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  239. string ":1.74"
  240. string ""
  241. string ":1.74"
  242. signal time=1741081914.691692 sender=org.freedesktop.DBus -> destination=:1.74 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  243. string ":1.74"
  244. method call time=1741081914.691839 sender=:1.74 -> destination=org.nemomobile.lipstick serial=2 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingStarted
  245. string "ru.auroraos.ScreenGrab"
  246. string "ru.auroraos.ScreenGrab"
  247. string "image://theme/icon-store-app-default"
  248. string ""
  249. method call time=1741081914.692939 sender=:1.27 -> destination=org.freedesktop.DBus serial=128 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  250. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.74',arg2=''"
  251. method return time=1741081914.693873 sender=:1.27 -> destination=:1.74 serial=129 reply_serial=2
  252. method call time=1741081914.845332 sender=:1.75 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  253. method return time=1741081914.845499 sender=org.freedesktop.DBus -> destination=:1.75 serial=1 reply_serial=1
  254. string ":1.75"
  255. signal time=1741081914.845685 sender=org.freedesktop.DBus -> destination=(null destination) serial=66 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  256. string ":1.75"
  257. string ""
  258. string ":1.75"
  259. signal time=1741081914.845804 sender=org.freedesktop.DBus -> destination=:1.75 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  260. string ":1.75"
  261. method call time=1741081914.849122 sender=:1.75 -> destination=org.maliit.server serial=2 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  262. string "org.maliit.Server.Address"
  263. string "address"
  264. method return time=1741081914.851235 sender=:1.35 -> destination=:1.75 serial=18 reply_serial=2
  265. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=ec130b372dd88ea9af9a389f67c6c9b1"
  266. method call time=1741081915.165792 sender=:1.76 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  267. method return time=1741081915.166850 sender=org.freedesktop.DBus -> destination=:1.76 serial=1 reply_serial=1
  268. string ":1.76"
  269. signal time=1741081915.167018 sender=org.freedesktop.DBus -> destination=(null destination) serial=67 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  270. string ":1.76"
  271. string ""
  272. string ":1.76"
  273. signal time=1741081915.167204 sender=org.freedesktop.DBus -> destination=:1.76 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  274. string ":1.76"
  275. method call time=1741081915.169615 sender=:1.76 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  276. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  277. method return time=1741081915.169743 sender=org.freedesktop.DBus -> destination=:1.76 serial=3 reply_serial=2
  278. method call time=1741081915.205312 sender=:1.76 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  279. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  280. method return time=1741081915.205446 sender=org.freedesktop.DBus -> destination=:1.76 serial=4 reply_serial=3
  281. method call time=1741081915.217799 sender=:1.76 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  282. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  283. method return time=1741081915.217886 sender=org.freedesktop.DBus -> destination=:1.76 serial=5 reply_serial=4
  284. method call time=1741081915.221625 sender=:1.76 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  285. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/background/portrait/'"
  286. method return time=1741081915.222147 sender=org.freedesktop.DBus -> destination=:1.76 serial=6 reply_serial=5
  287. method call time=1741081915.222249 sender=:1.76 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  288. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/lightOnDark/'"
  289. method return time=1741081915.222320 sender=org.freedesktop.DBus -> destination=:1.76 serial=7 reply_serial=6
  290. method call time=1741081915.222348 sender=:1.76 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  291. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/darkOnLight/'"
  292. method return time=1741081915.222390 sender=org.freedesktop.DBus -> destination=:1.76 serial=8 reply_serial=7
  293. method call time=1741081915.238035 sender=:1.77 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  294. method return time=1741081915.238991 sender=org.freedesktop.DBus -> destination=:1.77 serial=1 reply_serial=1
  295. string ":1.77"
  296. signal time=1741081915.239253 sender=org.freedesktop.DBus -> destination=(null destination) serial=68 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  297. string ":1.77"
  298. string ""
  299. string ":1.77"
  300. signal time=1741081915.239342 sender=org.freedesktop.DBus -> destination=:1.77 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  301. string ":1.77"
  302. signal time=1741081915.263523 sender=org.freedesktop.DBus -> destination=(null destination) serial=69 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ActivatableServicesChanged
  303. method call time=1741081915.263637 sender=:1.77 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=ReloadConfig
  304. method return time=1741081915.263665 sender=org.freedesktop.DBus -> destination=:1.77 serial=3 reply_serial=2
  305. signal time=1741081915.264827 sender=org.freedesktop.DBus -> destination=:1.77 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  306. string ":1.77"
  307. signal time=1741081915.264944 sender=org.freedesktop.DBus -> destination=(null destination) serial=70 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  308. string ":1.77"
  309. string ":1.77"
  310. string ""
  311. signal time=1741081916.960601 sender=:1.27 -> destination=(null destination) serial=130 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  312. int32 1
  313. signal time=1741081916.960672 sender=:1.27 -> destination=(null destination) serial=131 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  314. int32 2
  315. signal time=1741081916.962427 sender=:1.27 -> destination=(null destination) serial=132 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  316. int32 3
  317. signal time=1741081916.962691 sender=:1.27 -> destination=(null destination) serial=133 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  318. int32 0
  319. signal time=1741081916.983556 sender=:1.27 -> destination=(null destination) serial=134 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  320. int32 1
  321. signal time=1741081916.983765 sender=:1.27 -> destination=(null destination) serial=135 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  322. int32 2
  323. method call time=1741081919.653770 sender=:1.74 -> destination=org.nemomobile.lipstick serial=3 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingFinished
  324. string "ru.auroraos.ScreenGrab"
  325. method call time=1741081919.656777 sender=:1.27 -> destination=org.freedesktop.DBus serial=136 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  326. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.74',arg2=''"
  327. method return time=1741081919.657160 sender=:1.27 -> destination=:1.74 serial=137 reply_serial=3
  328. signal time=1741081919.661591 sender=org.freedesktop.DBus -> destination=:1.74 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  329. string ":1.74"
  330. signal time=1741081919.661767 sender=org.freedesktop.DBus -> destination=(null destination) serial=71 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  331. string ":1.74"
  332. string ":1.74"
  333. string ""
  334. method call time=1741081919.663191 sender=:1.43 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  335. string "org.freedesktop.Notifications"
  336. method return time=1741081919.663395 sender=org.freedesktop.DBus -> destination=:1.43 serial=6 reply_serial=12
  337. string ":1.34"
  338. method call time=1741081919.664061 sender=:1.43 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  339. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  340. method call time=1741081919.665749 sender=:1.43 -> destination=org.freedesktop.DBus serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  341. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='ActionInvoked'"
  342. method call time=1741081919.665904 sender=:1.43 -> destination=org.freedesktop.DBus serial=15 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  343. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  344. method call time=1741081919.666255 sender=:1.43 -> destination=org.freedesktop.DBus serial=16 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  345. string "org.freedesktop.Notifications"
  346. method return time=1741081919.666468 sender=org.freedesktop.DBus -> destination=:1.43 serial=7 reply_serial=16
  347. string ":1.34"
  348. method call time=1741081919.668619 sender=:1.43 -> destination=org.freedesktop.DBus serial=17 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  349. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='NotificationClosed'"
  350. method call time=1741081919.669020 sender=:1.43 -> destination=org.freedesktop.DBus serial=18 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  351. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='InputTextSet'"
  352. method call time=1741081919.671439 sender=:1.43 -> destination=org.freedesktop.Notifications serial=19 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
  353. string ""
  354. uint32 0
  355. string "icon-lock-installed"
  356. string "Установка завершена"
  357. string "ru.auroraos.ScreenGrab"
  358. array [
  359. ]
  360. array [
  361. dict entry(
  362. string "x-nemo-preview-body"
  363. variant string "ru.auroraos.ScreenGrab"
  364. )
  365. dict entry(
  366. string "transient"
  367. variant boolean true
  368. )
  369. dict entry(
  370. string "x-nemo-owner"
  371. variant string "sailfish-installationhandler"
  372. )
  373. dict entry(
  374. string "urgency"
  375. variant int32 1
  376. )
  377. dict entry(
  378. string "x-nemo-preview-summary"
  379. variant string "Установка завершена"
  380. )
  381. ]
  382. int32 -1
  383. method call time=1741081919.673573 sender=:1.34 -> destination=org.freedesktop.DBus serial=21 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  384. string ":1.43"
  385. method return time=1741081919.673791 sender=org.freedesktop.DBus -> destination=:1.34 serial=13 reply_serial=21
  386. uint32 2491
  387. method call time=1741081919.677219 sender=:1.34 -> destination=org.nemomobile.lipstick serial=22 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
  388. string ""
  389. uint32 0
  390. string "icon-lock-installed"
  391. string "Установка завершена"
  392. string "ru.auroraos.ScreenGrab"
  393. array [
  394. ]
  395. array [
  396. dict entry(
  397. string "transient"
  398. variant boolean true
  399. )
  400. dict entry(
  401. string "urgency"
  402. variant int32 1
  403. )
  404. dict entry(
  405. string "x-nemo-owner"
  406. variant string "sailfish-installationhandler"
  407. )
  408. dict entry(
  409. string "x-nemo-preview-body"
  410. variant string "ru.auroraos.ScreenGrab"
  411. )
  412. dict entry(
  413. string "x-nemo-preview-summary"
  414. variant string "Установка завершена"
  415. )
  416. ]
  417. int32 -1
  418. method return time=1741081919.703786 sender=:1.27 -> destination=:1.34 serial=138 reply_serial=22
  419. uint32 15
  420. method return time=1741081919.708556 sender=:1.34 -> destination=:1.43 serial=23 reply_serial=19
  421. uint32 15
  422. signal time=1741081919.712577 sender=:1.43 -> destination=(null destination) serial=20 path=/org/sailfishos/installationhandler; interface=org.sailfishos.installationhandler; member=installFinished
  423. boolean true
  424. string ""
  425. method call time=1741081919.714880 sender=:1.73 -> destination=org.freedesktop.DBus serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  426. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='needConfirm'"
  427. method call time=1741081919.715229 sender=:1.73 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  428. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='installFinished'"
  429. method call time=1741081919.715335 sender=:1.73 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  430. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  431. method call time=1741081919.716795 sender=:1.73 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  432. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  433. method call time=1741081919.716977 sender=:1.73 -> destination=org.freedesktop.DBus serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  434. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  435. error time=1741081919.717140 sender=org.freedesktop.DBus -> destination=:1.73 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=14
  436. string "The given match rule wasn't found and can't be removed"
  437. signal time=1741081919.724141 sender=org.freedesktop.DBus -> destination=:1.73 serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  438. string ":1.73"
  439. signal time=1741081919.724282 sender=org.freedesktop.DBus -> destination=(null destination) serial=72 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  440. string ":1.73"
  441. string ":1.73"
  442. string ""
  443. method call time=1741081920.178819 sender=:1.78 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  444. method return time=1741081920.178932 sender=org.freedesktop.DBus -> destination=:1.78 serial=1 reply_serial=1
  445. string ":1.78"
  446. signal time=1741081920.179087 sender=org.freedesktop.DBus -> destination=(null destination) serial=73 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  447. string ":1.78"
  448. string ""
  449. string ":1.78"
  450. signal time=1741081920.179159 sender=org.freedesktop.DBus -> destination=:1.78 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  451. string ":1.78"
  452. signal time=1741081920.232175 sender=org.freedesktop.DBus -> destination=(null destination) serial=74 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ActivatableServicesChanged
  453. method call time=1741081920.232308 sender=:1.78 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=ReloadConfig
  454. method return time=1741081920.232355 sender=org.freedesktop.DBus -> destination=:1.78 serial=3 reply_serial=2
  455. method call time=1741081920.236787 sender=:1.79 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  456. method return time=1741081920.236919 sender=org.freedesktop.DBus -> destination=:1.79 serial=1 reply_serial=1
  457. string ":1.79"
  458. signal time=1741081920.237041 sender=org.freedesktop.DBus -> destination=(null destination) serial=75 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  459. string ":1.79"
  460. string ""
  461. string ":1.79"
  462. signal time=1741081920.237226 sender=org.freedesktop.DBus -> destination=:1.79 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  463. string ":1.79"
  464. signal time=1741081920.239703 sender=org.freedesktop.DBus -> destination=:1.78 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  465. string ":1.78"
  466. signal time=1741081920.239890 sender=org.freedesktop.DBus -> destination=(null destination) serial=76 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  467. string ":1.78"
  468. string ":1.78"
  469. string ""
  470. method call time=1741081920.241544 sender=:1.79 -> destination=com.jolla.windowprompt serial=2 path=/com/jolla/windowprompt; interface=com.jolla.windowprompt; member=newPermissionPrompt
  471. string "/usr/share/applications/ru.auroraos.ScreenGrab.desktop"
  472. array [
  473. dict entry(
  474. string "required"
  475. array [
  476. string "/etc/sailjail/permissions/PushNotifications.permission"
  477. string "/etc/sailjail/permissions/Camera.permission"
  478. string "/etc/sailjail/permissions/Internet.permission"
  479. string "/etc/sailjail/permissions/Audio.permission"
  480. string "/etc/sailjail/permissions/Videos.permission"
  481. string "/etc/sailjail/permissions/UserDirs.permission"
  482. string "/etc/sailjail/permissions/ScreenCapture.permission"
  483. ]
  484. )
  485. ]
  486. method call time=1741081920.509076 sender=:1.75 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  487. string "com.jolla.windowprompt"
  488. uint32 4
  489. signal time=1741081920.511176 sender=org.freedesktop.DBus -> destination=(null destination) serial=77 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  490. string "com.jolla.windowprompt"
  491. string ""
  492. string ":1.75"
  493. signal time=1741081920.511308 sender=org.freedesktop.DBus -> destination=:1.75 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  494. string "com.jolla.windowprompt"
  495. method return time=1741081920.511344 sender=org.freedesktop.DBus -> destination=:1.75 serial=4 reply_serial=3
  496. uint32 1
  497. method call time=1741081920.527911 sender=:1.75 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  498. string ":1.79"
  499. method return time=1741081920.528215 sender=org.freedesktop.DBus -> destination=:1.75 serial=5 reply_serial=4
  500. uint32 2076
  501. method call time=1741081920.538580 sender=:1.75 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  502. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.79',arg2=''"
  503. method return time=1741081920.540149 sender=:1.75 -> destination=:1.79 serial=6 reply_serial=2
  504. object path "/com/jolla/windowprompt/queue/prompt0"
  505. method call time=1741081920.543122 sender=:1.79 -> destination=com.jolla.windowprompt serial=3 path=/com/jolla/windowprompt/queue/prompt0; interface=com.jolla.windowprompt.Prompt; member=wait
  506. method call time=1741081920.783911 sender=:1.76 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  507. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/lipstick-jolla-home/'"
  508. method return time=1741081920.784193 sender=org.freedesktop.DBus -> destination=:1.76 serial=9 reply_serial=8
  509. method call time=1741081920.879013 sender=:1.75 -> destination=com.jolla.lipstick serial=7 path=/lockscreen; interface=com.jolla.lipstick; member=showLockscreen
  510. method return time=1741081920.883527 sender=:1.27 -> destination=:1.75 serial=139 reply_serial=7
  511. signal time=1741081921.086081 sender=:1.27 -> destination=(null destination) serial=140 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  512. int32 3969
  513. signal time=1741081921.086295 sender=:1.27 -> destination=(null destination) serial=141 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  514. string "1742c"
  515. signal time=1741081921.625398 sender=:1.11 -> destination=(null destination) serial=73 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  516. string "Processing…"
  517. double 1
  518. int32 0
  519. signal time=1741081921.653390 sender=:1.11 -> destination=(null destination) serial=74 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=GraphUpdated
  520. string "http://tracker.api.gnome.org/ontology/v3/tracker#FileSystem"
  521. array [
  522. dict entry(
  523. int32 0
  524. int32 819
  525. )
  526. ]
  527. method call time=1741081921.655677 sender=:1.11 -> destination=org.freedesktop.DBus serial=75 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  528. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  529. method return time=1741081921.655780 sender=org.freedesktop.DBus -> destination=:1.11 serial=26 reply_serial=75
  530. signal time=1741081921.655800 sender=org.freedesktop.DBus -> destination=org.freedesktop.systemd1 serial=47 path=/org/freedesktop/DBus; interface=org.freedesktop.systemd1.Activator; member=ActivationRequest
  531. string "tracker-extract-3.service"
  532. method call time=1741081921.655828 sender=:1.11 -> destination=org.freedesktop.DBus serial=76 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=StartServiceByName
  533. string "org.freedesktop.Tracker3.Miner.Extract"
  534. uint32 0
  535. method call time=1741081921.657412 sender=:1.0 -> destination=org.freedesktop.DBus serial=27 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  536. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  537. method return time=1741081921.657514 sender=org.freedesktop.DBus -> destination=:1.0 serial=48 reply_serial=27
  538. signal time=1741081921.658699 sender=:1.11 -> destination=(null destination) serial=77 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  539. string "Idle"
  540. double 1
  541. int32 0
  542. method call time=1741081921.710446 sender=:1.80 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  543. method return time=1741081921.710538 sender=org.freedesktop.DBus -> destination=:1.80 serial=1 reply_serial=1
  544. string ":1.80"
  545. signal time=1741081921.710671 sender=org.freedesktop.DBus -> destination=(null destination) serial=78 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  546. string ":1.80"
  547. string ""
  548. string ":1.80"
  549. signal time=1741081921.710760 sender=org.freedesktop.DBus -> destination=:1.80 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  550. string ":1.80"
  551. method call time=1741081921.721121 sender=:1.80 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  552. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/freedesktop/tracker/extract/'"
  553. method return time=1741081921.721370 sender=org.freedesktop.DBus -> destination=:1.80 serial=3 reply_serial=2
  554. method call time=1741081921.773854 sender=:1.80 -> destination=org.freedesktop.Tracker3.Miner.Files serial=3 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.DBus.Peer; member=Ping
  555. method return time=1741081921.775255 sender=:1.11 -> destination=:1.80 serial=78 reply_serial=3
  556. method call time=1741081921.778189 sender=:1.80 -> destination=org.freedesktop.Tracker3.Miner.Files serial=4 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=Query
  557. string "SELECT ?prefix ?name { ?name nrl:prefix ?prefix }"
  558. file descriptor
  559. inode: 47956
  560. type: fifo
  561. array [
  562. ]
  563. method return time=1741081921.787453 sender=:1.11 -> destination=:1.80 serial=79 reply_serial=4
  564. array [
  565. string "prefix"
  566. string "name"
  567. ]
  568. method call time=1741081921.790084 sender=:1.80 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  569. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files.Control',interface='org.freedesktop.DBus.Properties',member='PropertiesChanged',path='/org/freedesktop/Tracker3/Miner/Files/Proxy',arg0='org.freedesktop.Tracker3.Miner.Files.Proxy'"
  570. method return time=1741081921.790334 sender=org.freedesktop.DBus -> destination=:1.80 serial=4 reply_serial=5
  571. method call time=1741081921.790583 sender=:1.80 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  572. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files.Control',interface='org.freedesktop.Tracker3.Miner.Files.Proxy',path='/org/freedesktop/Tracker3/Miner/Files/Proxy'"
  573. method return time=1741081921.790707 sender=org.freedesktop.DBus -> destination=:1.80 serial=5 reply_serial=6
  574. method call time=1741081921.790728 sender=:1.80 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  575. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files.Control'"
  576. method return time=1741081921.790759 sender=org.freedesktop.DBus -> destination=:1.80 serial=6 reply_serial=7
  577. method call time=1741081921.790778 sender=:1.80 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  578. string "org.freedesktop.Tracker3.Miner.Files.Control"
  579. error time=1741081921.790806 sender=org.freedesktop.DBus -> destination=:1.80 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=8
  580. string "Could not get owner of name 'org.freedesktop.Tracker3.Miner.Files.Control': no such name"
  581. method call time=1741081921.793097 sender=:1.80 -> destination=org.freedesktop.Tracker3.Miner.Files serial=9 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=Query
  582. string "SELECT COUNT(?urn) { { GRAPH tracker:Audio { ?urn a nfo:FileDataObject ; nfo:fileName [] } } UNION { GRAPH tracker:Pictures { ?urn a nfo:FileDataObject ; nfo:fileName [] } } UNION { GRAPH tracker:Video { ?urn a nfo:FileDataObject ; nfo:fileName [] } } UNION { GRAPH tracker:Software { ?urn a nfo:FileDataObject ; nfo:fileName [] } } UNION { GRAPH tracker:Documents { ?urn a nfo:FileDataObject ; nfo:fileName [] } } FILTER (NOT EXISTS { GRAPH tracker:FileSystem { ?urn tracker:extractorHash ?hash }})} OFFSET ~offset LIMIT 200"
  583. file descriptor
  584. inode: 69641
  585. type: fifo
  586. array [
  587. dict entry(
  588. string "offset"
  589. variant int64 0
  590. )
  591. ]
  592. method call time=1741081921.797464 sender=:1.80 -> destination=org.freedesktop.DBus serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  593. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files',interface='org.freedesktop.Tracker3.Endpoint',member='GraphUpdated',path='/org/freedesktop/Tracker3/Endpoint'"
  594. method return time=1741081921.797568 sender=org.freedesktop.DBus -> destination=:1.80 serial=8 reply_serial=10
  595. method call time=1741081921.801058 sender=:1.80 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  596. string "org.freedesktop.Tracker3.Miner.Extract"
  597. uint32 4
  598. signal time=1741081921.801144 sender=org.freedesktop.DBus -> destination=(null destination) serial=49 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  599. string "org.freedesktop.Tracker3.Miner.Extract"
  600. string ""
  601. string ":1.80"
  602. method return time=1741081921.801189 sender=org.freedesktop.DBus -> destination=:1.11 serial=27 reply_serial=76
  603. uint32 1
  604. signal time=1741081921.801216 sender=org.freedesktop.DBus -> destination=:1.80 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  605. string "org.freedesktop.Tracker3.Miner.Extract"
  606. method return time=1741081921.801300 sender=org.freedesktop.DBus -> destination=:1.80 serial=10 reply_serial=11
  607. uint32 1
  608. method return time=1741081921.801373 sender=:1.11 -> destination=:1.80 serial=80 reply_serial=9
  609. array [
  610. string "COUNT("v_urn" )"
  611. ]
  612. method call time=1741081921.801557 sender=:1.80 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  613. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files'"
  614. method return time=1741081921.801701 sender=org.freedesktop.DBus -> destination=:1.80 serial=11 reply_serial=12
  615. method call time=1741081921.802332 sender=:1.11 -> destination=org.freedesktop.DBus serial=81 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  616. string "org.freedesktop.Tracker3.Miner.Extract"
  617. method return time=1741081921.802516 sender=org.freedesktop.DBus -> destination=:1.11 serial=28 reply_serial=81
  618. string ":1.80"
  619. method call time=1741081921.802855 sender=:1.80 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  620. string "org.freedesktop.Tracker3.Miner.Files"
  621. method return time=1741081921.802978 sender=org.freedesktop.DBus -> destination=:1.80 serial=12 reply_serial=13
  622. string ":1.11"
  623. signal time=1741081921.803016 sender=:1.80 -> destination=(null destination) serial=14 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Started
  624. signal time=1741081921.803047 sender=:1.80 -> destination=(null destination) serial=15 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Progress
  625. string "Idle"
  626. double 1
  627. int32 0
  628. method call time=1741081921.804001 sender=:1.11 -> destination=org.freedesktop.DBus serial=82 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  629. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Extract',interface='org.freedesktop.Tracker3.Miner',member='Progress',path='/org/freedesktop/Tracker3/Miner/Extract'"
  630. method return time=1741081921.804150 sender=org.freedesktop.DBus -> destination=:1.11 serial=29 reply_serial=82
  631. method call time=1741081921.884815 sender=:1.81 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  632. method return time=1741081921.885072 sender=org.freedesktop.DBus -> destination=:1.81 serial=1 reply_serial=1
  633. string ":1.81"
  634. signal time=1741081921.885181 sender=org.freedesktop.DBus -> destination=(null destination) serial=79 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  635. string ":1.81"
  636. string ""
  637. string ":1.81"
  638. signal time=1741081921.885776 sender=org.freedesktop.DBus -> destination=:1.81 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  639. string ":1.81"
  640. method call time=1741081921.889617 sender=:1.81 -> destination=org.maliit.server serial=2 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  641. string "org.maliit.Server.Address"
  642. string "address"
  643. method return time=1741081921.891622 sender=:1.35 -> destination=:1.81 serial=19 reply_serial=2
  644. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=ec130b372dd88ea9af9a389f67c6c9b1"
  645. method call time=1741081922.239715 sender=:1.82 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  646. method return time=1741081922.240746 sender=org.freedesktop.DBus -> destination=:1.82 serial=1 reply_serial=1
  647. string ":1.82"
  648. signal time=1741081922.240959 sender=org.freedesktop.DBus -> destination=(null destination) serial=80 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  649. string ":1.82"
  650. string ""
  651. string ":1.82"
  652. signal time=1741081922.241134 sender=org.freedesktop.DBus -> destination=:1.82 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  653. string ":1.82"
  654. method call time=1741081922.251146 sender=:1.82 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  655. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  656. method return time=1741081922.251306 sender=org.freedesktop.DBus -> destination=:1.82 serial=3 reply_serial=2
  657. method call time=1741081922.275979 sender=:1.82 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  658. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  659. method return time=1741081922.276169 sender=org.freedesktop.DBus -> destination=:1.82 serial=4 reply_serial=3
  660. method call time=1741081922.277849 sender=:1.82 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  661. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  662. method return time=1741081922.278044 sender=org.freedesktop.DBus -> destination=:1.82 serial=5 reply_serial=4
  663. method call time=1741081922.279754 sender=:1.82 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  664. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/background/portrait/'"
  665. method return time=1741081922.280774 sender=org.freedesktop.DBus -> destination=:1.82 serial=6 reply_serial=5
  666. method call time=1741081922.288339 sender=:1.82 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  667. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/lightOnDark/'"
  668. method return time=1741081922.288514 sender=org.freedesktop.DBus -> destination=:1.82 serial=7 reply_serial=6
  669. method call time=1741081922.288701 sender=:1.82 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  670. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/darkOnLight/'"
  671. method return time=1741081922.288760 sender=org.freedesktop.DBus -> destination=:1.82 serial=8 reply_serial=7
  672. method return time=1741081923.127603 sender=:1.75 -> destination=:1.79 serial=8 reply_serial=3
  673. variant array [
  674. string "/etc/sailjail/permissions/PushNotifications.permission"
  675. string "/etc/sailjail/permissions/Camera.permission"
  676. string "/etc/sailjail/permissions/Internet.permission"
  677. string "/etc/sailjail/permissions/Audio.permission"
  678. string "/etc/sailjail/permissions/Videos.permission"
  679. string "/etc/sailjail/permissions/UserDirs.permission"
  680. string "/etc/sailjail/permissions/ScreenCapture.permission"
  681. ]
  682. signal time=1741081923.146768 sender=org.freedesktop.DBus -> destination=:1.79 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  683. string ":1.79"
  684. signal time=1741081923.146908 sender=org.freedesktop.DBus -> destination=(null destination) serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  685. string ":1.79"
  686. string ":1.79"
  687. string ""
  688. signal time=1741081923.295440 sender=:1.27 -> destination=(null destination) serial=142 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  689. int32 0
  690. signal time=1741081923.295740 sender=:1.27 -> destination=(null destination) serial=143 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  691. string "none"
  692. method call time=1741081926.425277 sender=:1.83 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  693. method return time=1741081926.434867 sender=org.freedesktop.DBus -> destination=:1.83 serial=1 reply_serial=1
  694. string ":1.83"
  695. signal time=1741081926.437258 sender=org.freedesktop.DBus -> destination=(null destination) serial=81 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  696. string ":1.83"
  697. string ""
  698. string ":1.83"
  699. signal time=1741081926.437339 sender=org.freedesktop.DBus -> destination=:1.83 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  700. string ":1.83"
  701. method call time=1741081926.437428 sender=:1.83 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=AddMatch
  702. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.maliit.server'"
  703. method return time=1741081926.437483 sender=org.freedesktop.DBus -> destination=:1.83 serial=3 reply_serial=2
  704. method call time=1741081926.437559 sender=:1.83 -> destination=org.freedesktop.DBus serial=3 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  705. string "org.maliit.server"
  706. method return time=1741081926.437702 sender=org.freedesktop.DBus -> destination=:1.83 serial=4 reply_serial=3
  707. string ":1.35"
  708. method call time=1741081926.438046 sender=:1.83 -> destination=org.freedesktop.DBus serial=4 path=/; interface=org.freedesktop.DBus; member=AddMatch
  709. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.lipstick'"
  710. method return time=1741081926.438185 sender=org.freedesktop.DBus -> destination=:1.83 serial=5 reply_serial=4
  711. method call time=1741081926.438223 sender=:1.83 -> destination=org.freedesktop.DBus serial=5 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  712. string "org.nemomobile.lipstick"
  713. method return time=1741081926.439134 sender=org.freedesktop.DBus -> destination=:1.83 serial=6 reply_serial=5
  714. string ":1.27"
  715. method call time=1741081926.449178 sender=:1.83 -> destination=org.freedesktop.DBus serial=6 path=/; interface=org.freedesktop.DBus; member=AddMatch
  716. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.amberapi.zxing'"
  717. method return time=1741081926.450035 sender=org.freedesktop.DBus -> destination=:1.83 serial=7 reply_serial=6
  718. method call time=1741081926.450208 sender=:1.83 -> destination=org.freedesktop.DBus serial=7 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  719. string "org.amberapi.zxing"
  720. error time=1741081926.450332 sender=org.freedesktop.DBus -> destination=:1.83 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=7
  721. string "Could not get owner of name 'org.amberapi.zxing': no such name"
  722. method call time=1741081926.450509 sender=:1.83 -> destination=org.freedesktop.DBus serial=8 path=/; interface=org.freedesktop.DBus; member=AddMatch
  723. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.PinQuery'"
  724. method return time=1741081926.450857 sender=org.freedesktop.DBus -> destination=:1.83 serial=9 reply_serial=8
  725. method call time=1741081926.450935 sender=:1.83 -> destination=org.freedesktop.DBus serial=9 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  726. string "com.jolla.PinQuery"
  727. method return time=1741081926.451484 sender=org.freedesktop.DBus -> destination=:1.83 serial=10 reply_serial=9
  728. string ":1.27"
  729. method call time=1741081926.451614 sender=:1.83 -> destination=org.freedesktop.DBus serial=10 path=/; interface=org.freedesktop.DBus; member=AddMatch
  730. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.lipstick.ConnectionSelector'"
  731. method return time=1741081926.452218 sender=org.freedesktop.DBus -> destination=:1.83 serial=11 reply_serial=10
  732. method call time=1741081926.453660 sender=:1.83 -> destination=org.freedesktop.DBus serial=11 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  733. string "com.jolla.lipstick.ConnectionSelector"
  734. method return time=1741081926.453888 sender=org.freedesktop.DBus -> destination=:1.83 serial=12 reply_serial=11
  735. string ":1.5"
  736. method call time=1741081926.454025 sender=:1.83 -> destination=org.freedesktop.DBus serial=12 path=/; interface=org.freedesktop.DBus; member=AddMatch
  737. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='org.mpris.MediaPlayer2'"
  738. method return time=1741081926.456610 sender=org.freedesktop.DBus -> destination=:1.83 serial=13 reply_serial=12
  739. method call time=1741081926.456722 sender=:1.83 -> destination=org.freedesktop.DBus serial=13 path=/; interface=org.freedesktop.DBus; member=AddMatch
  740. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='org.sailfishos.coveraction'"
  741. method return time=1741081926.456812 sender=org.freedesktop.DBus -> destination=:1.83 serial=14 reply_serial=13
  742. method call time=1741081926.456890 sender=:1.83 -> destination=org.freedesktop.DBus serial=14 path=/; interface=org.freedesktop.DBus; member=AddMatch
  743. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  744. method return time=1741081926.457001 sender=org.freedesktop.DBus -> destination=:1.83 serial=15 reply_serial=14
  745. method call time=1741081926.457059 sender=:1.83 -> destination=org.freedesktop.DBus serial=15 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  746. string "org.freedesktop.Notifications"
  747. method return time=1741081926.457186 sender=org.freedesktop.DBus -> destination=:1.83 serial=16 reply_serial=15
  748. string ":1.34"
  749. method call time=1741081926.457300 sender=:1.83 -> destination=org.freedesktop.DBus serial=16 path=/; interface=org.freedesktop.DBus; member=AddMatch
  750. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.lipstick'"
  751. method return time=1741081926.457357 sender=org.freedesktop.DBus -> destination=:1.83 serial=17 reply_serial=16
  752. method call time=1741081926.457446 sender=:1.83 -> destination=org.freedesktop.DBus serial=17 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  753. string "com.jolla.lipstick"
  754. method return time=1741081926.457498 sender=org.freedesktop.DBus -> destination=:1.83 serial=18 reply_serial=17
  755. string ":1.27"
  756. method call time=1741081926.457544 sender=:1.83 -> destination=org.freedesktop.DBus serial=18 path=/; interface=org.freedesktop.DBus; member=AddMatch
  757. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.auroraos.ScreenGrab1'"
  758. method return time=1741081926.457633 sender=org.freedesktop.DBus -> destination=:1.83 serial=19 reply_serial=18
  759. method call time=1741081926.458273 sender=:1.83 -> destination=org.freedesktop.DBus serial=19 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  760. string "ru.auroraos.ScreenGrab1"
  761. error time=1741081926.458524 sender=org.freedesktop.DBus -> destination=:1.83 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=19
  762. string "Could not get owner of name 'ru.auroraos.ScreenGrab1': no such name"
  763. method call time=1741081926.458768 sender=:1.83 -> destination=org.freedesktop.DBus serial=20 path=/; interface=org.freedesktop.DBus; member=AddMatch
  764. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.omp.RuntimeManager'"
  765. method return time=1741081926.458889 sender=org.freedesktop.DBus -> destination=:1.83 serial=21 reply_serial=20
  766. method call time=1741081926.458949 sender=:1.83 -> destination=org.freedesktop.DBus serial=21 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  767. string "ru.omp.RuntimeManager"
  768. method return time=1741081926.459059 sender=org.freedesktop.DBus -> destination=:1.83 serial=22 reply_serial=21
  769. string ":1.34"
  770. method call time=1741081926.459160 sender=:1.83 -> destination=org.freedesktop.DBus serial=22 path=/; interface=org.freedesktop.DBus; member=AddMatch
  771. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.Thumbnailer'"
  772. method return time=1741081926.459264 sender=org.freedesktop.DBus -> destination=:1.83 serial=23 reply_serial=22
  773. method call time=1741081926.459328 sender=:1.83 -> destination=org.freedesktop.DBus serial=23 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  774. string "org.nemomobile.Thumbnailer"
  775. error time=1741081926.459435 sender=org.freedesktop.DBus -> destination=:1.83 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=23
  776. string "Could not get owner of name 'org.nemomobile.Thumbnailer': no such name"
  777. method call time=1741081926.459679 sender=:1.83 -> destination=org.freedesktop.DBus serial=24 path=/; interface=org.freedesktop.DBus; member=AddMatch
  778. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='ru.auroraos.ScreenGrab'"
  779. method return time=1741081926.460932 sender=org.freedesktop.DBus -> destination=:1.83 serial=25 reply_serial=24
  780. method call time=1741081926.461053 sender=:1.83 -> destination=org.freedesktop.DBus serial=25 path=/; interface=org.freedesktop.DBus; member=AddMatch
  781. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.omp.am'"
  782. method return time=1741081926.461116 sender=org.freedesktop.DBus -> destination=:1.83 serial=26 reply_serial=25
  783. method call time=1741081926.461149 sender=:1.83 -> destination=org.freedesktop.DBus serial=26 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  784. string "ru.omp.am"
  785. error time=1741081926.461197 sender=org.freedesktop.DBus -> destination=:1.83 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=26
  786. string "Could not get owner of name 'ru.omp.am': no such name"
  787. method call time=1741081926.461242 sender=:1.83 -> destination=org.freedesktop.DBus serial=27 path=/; interface=org.freedesktop.DBus; member=AddMatch
  788. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ca.desrt.dconf'"
  789. method return time=1741081926.461758 sender=org.freedesktop.DBus -> destination=:1.83 serial=28 reply_serial=27
  790. method call time=1741081926.461798 sender=:1.83 -> destination=org.freedesktop.DBus serial=28 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  791. string "ca.desrt.dconf"
  792. method return time=1741081926.461849 sender=org.freedesktop.DBus -> destination=:1.83 serial=29 reply_serial=28
  793. string ":1.29"
  794. method call time=1741081926.461896 sender=:1.83 -> destination=org.freedesktop.DBus serial=29 path=/; interface=org.freedesktop.DBus; member=AddMatch
  795. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.share'"
  796. method return time=1741081926.461950 sender=org.freedesktop.DBus -> destination=:1.83 serial=30 reply_serial=29
  797. method call time=1741081926.461986 sender=:1.83 -> destination=org.freedesktop.DBus serial=30 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  798. string "org.sailfishos.share"
  799. error time=1741081926.462039 sender=org.freedesktop.DBus -> destination=:1.83 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=30
  800. string "Could not get owner of name 'org.sailfishos.share': no such name"
  801. method call time=1741081926.462088 sender=:1.83 -> destination=org.freedesktop.DBus serial=31 path=/; interface=org.freedesktop.DBus; member=ListNames
  802. method return time=1741081926.463198 sender=org.freedesktop.DBus -> destination=:1.83 serial=32 reply_serial=31
  803. array [
  804. string "org.freedesktop.DBus"
  805. string "org.freedesktop.Notifications"
  806. string ":1.7"
  807. string ":1.8"
  808. string "org.sailfishos.fileservice"
  809. string ":1.9"
  810. string "com.meego.msyncd"
  811. string "org.sailfishos.Messages"
  812. string "org.freedesktop.systemd1"
  813. string "com.google.code.AccountsSSO.Accounts.uuid_97e657d901c026294d38938567c6c9a6"
  814. string "com.google.code.AccountsSSO.Accounts.uuid_6b0d138632e52366696a8a0467c6c9a6"
  815. string "org.freedesktop.Tracker3.Miner.Extract"
  816. string "com.jolla.Connectiond"
  817. string "com.jolla.ambienced"
  818. string "com.google.code.AccountsSSO.Accounts.uuid_f3c0f324c4a4d60216fc3a5e67c6c9ad"
  819. string "com.google.code.AccountsSSO.Accounts.uuid_080a583bffcd56071c97558c67c6c9a6"
  820. string "org.freedesktop.ohm_session_agent"
  821. string "org.pulseaudio.Server"
  822. string "com.google.code.AccountsSSO.Accounts.uuid_f5551d924d5e7d70544da42b67c6c9a6"
  823. string "com.google.code.AccountsSSO.Accounts.uuid_f5622a9f567aab393814d33867c6c9a6"
  824. string ":1.80"
  825. string "com.jolla.lipstick.ConnectionSelector"
  826. string ":1.81"
  827. string ":1.82"
  828. string "org.freedesktop.Telepathy.Client.CommHistory"
  829. string ":1.83"
  830. string ":1.61"
  831. string "com.jolla.PinQuery"
  832. string "com.jolla.windowprompt"
  833. string ":1.62"
  834. string ":1.40"
  835. string ":1.63"
  836. string ":1.41"
  837. string ":1.64"
  838. string ":1.42"
  839. string ":1.20"
  840. string ":1.65"
  841. string ":1.43"
  842. string ":1.21"
  843. string ":1.66"
  844. string ":1.44"
  845. string "com.google.code.AccountsSSO.Accounts.uuid_b29e3b2e612395208792dd0b67c6c9a6"
  846. string ":1.22"
  847. string ":1.67"
  848. string ":1.45"
  849. string "org.sailfishos.installationhandler"
  850. string ":1.68"
  851. string ":1.46"
  852. string "org.freedesktop.Telepathy.Client.voicecall"
  853. string ":1.69"
  854. string "org.nemomobile.DevicePresence"
  855. string "com.google.code.AccountsSSO.Accounts.uuid_ca845fb44e1ee296f63b16d367c6c9b9"
  856. string "org.sailfish.simkit"
  857. string ":1.47"
  858. string ":1.48"
  859. string ":1.26"
  860. string "com.google.code.AccountsSSO.Accounts.uuid_7279851cfc56307325a3120967c6c9a6"
  861. string "com.jolla.keyboard.plugin.presage"
  862. string ":1.49"
  863. string "com.jolla.lipstick"
  864. string ":1.27"
  865. string ":1.28"
  866. string "org.freedesktop.Telepathy.ChannelDispatcher"
  867. string "org.bluez.obex"
  868. string "ca.desrt.dconf"
  869. string ":1.29"
  870. string "org.freedesktop.portal.Documents"
  871. string "com.google.code.AccountsSSO.Accounts.uuid_5be69d4677f8f05bbdd187cf67c6c9a6"
  872. string "com.google.code.AccountsSSO.Accounts.uuid_29664df4748951e1ca65fd5367c6c9b9"
  873. string "org.nemomobile.CommHistory"
  874. string "org.freedesktop.Telepathy.Connection.ring.tel._0xb20858a0"
  875. string "org.nemomobile.calendardataservice"
  876. string "com.jolla.keyboard"
  877. string "org.nemomobile.lipstick"
  878. string "com.nokia.telephony.callhistory"
  879. string "org.nemomobile.voicecall"
  880. string "com.google.code.AccountsSSO.Accounts.uuid_9d1e09de0052773029b6ff0a67c6c9a6"
  881. string "org.PulseAudio1"
  882. string "org.maliit.server"
  883. string "org.freedesktop.Telepathy.AccountManager"
  884. string "ru.omp.weather"
  885. string "org.freedesktop.Telepathy.Connection.ring.tel._0xb2085980"
  886. string ":1.70"
  887. string ":1.71"
  888. string "com.jolla.voicecall.ui"
  889. string "com.google.code.AccountsSSO.Accounts.uuid_cd0a76eb44707a74debe234967c6c9a6"
  890. string ":1.50"
  891. string "org.nemomobile.qmlmessages"
  892. string ":1.51"
  893. string ":1.52"
  894. string ":1.30"
  895. string "com.nokia.profiled"
  896. string ":1.75"
  897. string ":1.53"
  898. string ":1.31"
  899. string "com.nokia.policy.telephony"
  900. string ":1.76"
  901. string ":1.54"
  902. string ":1.32"
  903. string "org.freedesktop.impl.portal.PermissionStore"
  904. string ":1.10"
  905. string ":1.55"
  906. string ":1.33"
  907. string ":1.11"
  908. string "com.nokia.contactsd"
  909. string "org.freedesktop.Telepathy.MissionControl5"
  910. string ":1.34"
  911. string ":1.12"
  912. string ":1.57"
  913. string "com.google.code.AccountsSSO.Accounts.uuid_1e8a7b399c1aa8aeb159e04867c6c9b2"
  914. string "com.google.code.AccountsSSO.Accounts.uuid_9f0196b2f48ef9170b5bd64967c6c9b2"
  915. string ":1.35"
  916. string ":1.0"
  917. string ":1.13"
  918. string ":1.58"
  919. string ":1.36"
  920. string ":1.14"
  921. string ":1.59"
  922. string "org.freedesktop.Telepathy.ConnectionManager.ring"
  923. string ":1.37"
  924. string ":1.2"
  925. string ":1.15"
  926. string "org.freedesktop.Telepathy.Client.ru.omp.messages"
  927. string ":1.38"
  928. string "ru.omp.RuntimeManager"
  929. string ":1.3"
  930. string ":1.16"
  931. string ":1.39"
  932. string "org.freedesktop.Tracker3.Miner.Files"
  933. string ":1.4"
  934. string ":1.17"
  935. string ":1.5"
  936. string ":1.18"
  937. string "org.nemomobile.AccountPresence"
  938. string ":1.6"
  939. string "org.maemo.Playback.Manager"
  940. string "com.google.code.AccountsSSO.Accounts.uuid_a9bec5fc1eda528dd490109567c6c9a6"
  941. string ":1.19"
  942. ]
  943. method call time=1741081926.464890 sender=:1.83 -> destination=org.freedesktop.DBus serial=32 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  944. string "org.freedesktop.DBus"
  945. method return time=1741081926.465764 sender=org.freedesktop.DBus -> destination=:1.83 serial=33 reply_serial=32
  946. string "org.freedesktop.DBus"
  947. method call time=1741081926.465874 sender=:1.83 -> destination=org.freedesktop.DBus serial=33 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  948. string "org.freedesktop.Notifications"
  949. method return time=1741081926.465933 sender=org.freedesktop.DBus -> destination=:1.83 serial=34 reply_serial=33
  950. string ":1.34"
  951. method call time=1741081926.465979 sender=:1.83 -> destination=org.freedesktop.DBus serial=34 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  952. string "com.jolla.lipstick.ConnectionSelector"
  953. method return time=1741081926.466044 sender=org.freedesktop.DBus -> destination=:1.83 serial=35 reply_serial=34
  954. string ":1.5"
  955. method call time=1741081926.466093 sender=:1.83 -> destination=org.freedesktop.DBus serial=35 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  956. string "com.jolla.PinQuery"
  957. method return time=1741081926.466145 sender=org.freedesktop.DBus -> destination=:1.83 serial=36 reply_serial=35
  958. string ":1.27"
  959. method call time=1741081926.466287 sender=:1.83 -> destination=org.freedesktop.DBus serial=36 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  960. string "com.jolla.lipstick"
  961. method return time=1741081926.466343 sender=org.freedesktop.DBus -> destination=:1.83 serial=37 reply_serial=36
  962. string ":1.27"
  963. method call time=1741081926.466384 sender=:1.83 -> destination=org.freedesktop.DBus serial=37 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  964. string "ca.desrt.dconf"
  965. method return time=1741081926.466426 sender=org.freedesktop.DBus -> destination=:1.83 serial=38 reply_serial=37
  966. string ":1.29"
  967. method call time=1741081926.467158 sender=:1.83 -> destination=org.freedesktop.DBus serial=38 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  968. string "org.nemomobile.lipstick"
  969. method return time=1741081926.467254 sender=org.freedesktop.DBus -> destination=:1.83 serial=39 reply_serial=38
  970. string ":1.27"
  971. method call time=1741081926.467318 sender=:1.83 -> destination=org.freedesktop.DBus serial=39 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  972. string "org.maliit.server"
  973. method return time=1741081926.467761 sender=org.freedesktop.DBus -> destination=:1.83 serial=40 reply_serial=39
  974. string ":1.35"
  975. method call time=1741081926.467810 sender=:1.83 -> destination=org.freedesktop.DBus serial=40 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  976. string "ru.omp.RuntimeManager"
  977. method return time=1741081926.467896 sender=org.freedesktop.DBus -> destination=:1.83 serial=41 reply_serial=40
  978. string ":1.34"
  979. method call time=1741081926.468247 sender=:1.83 -> destination=org.freedesktop.DBus serial=41 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  980. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  981. method return time=1741081926.468335 sender=org.freedesktop.DBus -> destination=:1.83 serial=42 reply_serial=41
  982. method call time=1741081926.492217 sender=:1.83 -> destination=org.freedesktop.DBus serial=42 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  983. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  984. method return time=1741081926.492339 sender=org.freedesktop.DBus -> destination=:1.83 serial=43 reply_serial=42
  985. method call time=1741081926.492511 sender=:1.83 -> destination=org.freedesktop.DBus serial=43 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  986. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  987. method return time=1741081926.492580 sender=org.freedesktop.DBus -> destination=:1.83 serial=44 reply_serial=43
  988. method call time=1741081926.492629 sender=:1.83 -> destination=org.freedesktop.DBus serial=44 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  989. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/background/portrait/'"
  990. method return time=1741081926.492710 sender=org.freedesktop.DBus -> destination=:1.83 serial=45 reply_serial=44
  991. method call time=1741081926.492759 sender=:1.83 -> destination=org.freedesktop.DBus serial=45 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  992. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/lightOnDark/'"
  993. method return time=1741081926.492843 sender=org.freedesktop.DBus -> destination=:1.83 serial=46 reply_serial=45
  994. method call time=1741081926.492891 sender=:1.83 -> destination=org.freedesktop.DBus serial=46 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  995. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/darkOnLight/'"
  996. method return time=1741081926.492978 sender=org.freedesktop.DBus -> destination=:1.83 serial=47 reply_serial=46
  997. signal time=1741081926.684467 sender=:1.27 -> destination=(null destination) serial=144 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=NotificationClosed
  998. uint32 15
  999. uint32 1
  1000. method call time=1741081926.936401 sender=:1.84 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  1001. method return time=1741081926.936596 sender=org.freedesktop.DBus -> destination=:1.84 serial=1 reply_serial=1
  1002. string ":1.84"
  1003. signal time=1741081926.936702 sender=org.freedesktop.DBus -> destination=(null destination) serial=82 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1004. string ":1.84"
  1005. string ""
  1006. string ":1.84"
  1007. signal time=1741081926.936847 sender=org.freedesktop.DBus -> destination=:1.84 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1008. string ":1.84"
  1009. method call time=1741081926.942903 sender=:1.84 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1010. string "org.freedesktop.Notifications"
  1011. method return time=1741081926.943207 sender=org.freedesktop.DBus -> destination=:1.84 serial=3 reply_serial=2
  1012. string ":1.34"
  1013. method call time=1741081926.949349 sender=:1.84 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1014. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  1015. method call time=1741081926.949641 sender=:1.84 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1016. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='ActionInvoked'"
  1017. method call time=1741081926.950391 sender=:1.84 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1018. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  1019. method call time=1741081926.950901 sender=:1.84 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1020. string "org.freedesktop.Notifications"
  1021. method return time=1741081926.951311 sender=org.freedesktop.DBus -> destination=:1.84 serial=4 reply_serial=6
  1022. string ":1.34"
  1023. method call time=1741081926.955683 sender=:1.84 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1024. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='NotificationClosed'"
  1025. method call time=1741081926.956133 sender=:1.84 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1026. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='InputTextSet'"
  1027. signal time=1741081927.818354 sender=org.freedesktop.DBus -> destination=org.freedesktop.systemd1 serial=50 path=/org/freedesktop/DBus; interface=org.freedesktop.systemd1.Activator; member=ActivationRequest
  1028. string "screengrab-daemon.service"
  1029. method call time=1741081927.818585 sender=:1.83 -> destination=ru.auroraos.ScreenGrab1 serial=47 path=/ru/auroraos/ScreenGrab1/Service; interface=org.freedesktop.DBus.Properties; member=Get
  1030. string "ru.auroraos.ScreenGrab1.Service"
  1031. string "ScreenInfo"
  1032. method call time=1741081927.825490 sender=:1.0 -> destination=org.freedesktop.DBus serial=28 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1033. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.auroraos.ScreenGrab1'"
  1034. method return time=1741081927.825686 sender=org.freedesktop.DBus -> destination=:1.0 serial=51 reply_serial=28
  1035. method call time=1741081928.177082 sender=:1.85 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  1036. method return time=1741081928.177236 sender=org.freedesktop.DBus -> destination=:1.85 serial=1 reply_serial=1
  1037. string ":1.85"
  1038. signal time=1741081928.177340 sender=org.freedesktop.DBus -> destination=(null destination) serial=83 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1039. string ":1.85"
  1040. string ""
  1041. string ":1.85"
  1042. signal time=1741081928.177554 sender=org.freedesktop.DBus -> destination=:1.85 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1043. string ":1.85"
  1044. method call time=1741081928.180646 sender=:1.85 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  1045. string "ru.auroraos.ScreenGrab1"
  1046. uint32 4
  1047. signal time=1741081928.180757 sender=org.freedesktop.DBus -> destination=(null destination) serial=52 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1048. string "ru.auroraos.ScreenGrab1"
  1049. string ""
  1050. string ":1.85"
  1051. signal time=1741081928.180812 sender=org.freedesktop.DBus -> destination=:1.85 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1052. string "ru.auroraos.ScreenGrab1"
  1053. method return time=1741081928.180847 sender=org.freedesktop.DBus -> destination=:1.85 serial=4 reply_serial=2
  1054. uint32 1
  1055. method call time=1741081928.215895 sender=:1.85 -> destination=org.maliit.server serial=3 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  1056. string "org.maliit.Server.Address"
  1057. string "address"
  1058. method return time=1741081928.217192 sender=:1.35 -> destination=:1.85 serial=20 reply_serial=3
  1059. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=ec130b372dd88ea9af9a389f67c6c9b1"
  1060. method return time=1741081928.217412 sender=:1.85 -> destination=:1.83 serial=4 reply_serial=47
  1061. variant array [
  1062. dict entry(
  1063. string "primary"
  1064. array [
  1065. dict entry(
  1066. string "size"
  1067. variant struct {
  1068. int32 720
  1069. int32 1440
  1070. }
  1071. )
  1072. ]
  1073. )
  1074. ]
  1075. method call time=1741081928.931148 sender=:1.84 -> destination=org.maliit.server serial=9 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  1076. string "org.maliit.Server.Address"
  1077. string "address"
  1078. method return time=1741081928.938424 sender=:1.35 -> destination=:1.84 serial=21 reply_serial=9
  1079. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=ec130b372dd88ea9af9a389f67c6c9b1"
  1080. signal time=1741081929.925863 sender=:1.27 -> destination=(null destination) serial=145 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  1081. int32 4181
  1082. signal time=1741081929.926033 sender=:1.27 -> destination=(null destination) serial=146 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  1083. string "17868"
  1084. method call time=1741081929.942221 sender=:1.26 -> destination=ca.desrt.dconf serial=29 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Change
  1085. array of bytes [
  1086. 2f 64 65 73 6b 74 6f 70 2f 6c 69 70 73 74 69 63 6b 2d 6a 6f 6c 6c 61 2d
  1087. 68 6f 6d 65 2f 64 69 61 6c 6f 67 5f 6f 72 69 65 6e 74 61 74 69 6f 6e 00
  1088. 02 00 00 00 00 69 00 30 38
  1089. ]
  1090. method return time=1741081929.958896 sender=:1.29 -> destination=:1.26 serial=14 reply_serial=29
  1091. string ":1.29:user:9"
  1092. signal time=1741081929.966417 sender=:1.29 -> destination=(null destination) serial=15 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Notify
  1093. string "/desktop/lipstick-jolla-home/dialog_orientation"
  1094. array [
  1095. string ""
  1096. ]
  1097. string ":1.29:user:9"
  1098. method call time=1741081930.155068 sender=:1.84 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1099. string "type='signal',path='/com/jolla/lipstick',interface='com.jolla.lipstick',member='coverstatus'"
  1100. method call time=1741081930.180633 sender=:1.84 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  1101. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1102. uint32 4
  1103. signal time=1741081930.180732 sender=org.freedesktop.DBus -> destination=(null destination) serial=48 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1104. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1105. string ""
  1106. string ":1.84"
  1107. signal time=1741081930.180780 sender=org.freedesktop.DBus -> destination=:1.84 serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1108. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1109. method return time=1741081930.180813 sender=org.freedesktop.DBus -> destination=:1.84 serial=7 reply_serial=12
  1110. uint32 1
  1111. signal time=1741081930.352428 sender=:1.27 -> destination=(null destination) serial=147 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1112. int32 3
  1113. signal time=1741081930.352550 sender=:1.27 -> destination=(null destination) serial=148 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1114. int32 0
  1115. signal time=1741081931.632613 sender=:1.80 -> destination=(null destination) serial=16 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Stopped
  1116. method call time=1741081931.634502 sender=:1.80 -> destination=org.freedesktop.DBus serial=17 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1117. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files.Control'"
  1118. method return time=1741081931.634745 sender=org.freedesktop.DBus -> destination=:1.80 serial=13 reply_serial=17
  1119. signal time=1741081931.651514 sender=org.freedesktop.DBus -> destination=:1.80 serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1120. string "org.freedesktop.Tracker3.Miner.Extract"
  1121. signal time=1741081931.651659 sender=org.freedesktop.DBus -> destination=(null destination) serial=53 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1122. string "org.freedesktop.Tracker3.Miner.Extract"
  1123. string ":1.80"
  1124. string ""
  1125. signal time=1741081931.651861 sender=org.freedesktop.DBus -> destination=:1.80 serial=15 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1126. string ":1.80"
  1127. signal time=1741081931.651953 sender=org.freedesktop.DBus -> destination=(null destination) serial=84 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1128. string ":1.80"
  1129. string ":1.80"
  1130. string ""
  1131. method call time=1741081931.652108 sender=:1.0 -> destination=org.freedesktop.DBus serial=29 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1132. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  1133. method call time=1741081931.655448 sender=:1.11 -> destination=org.freedesktop.DBus serial=83 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1134. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Extract',interface='org.freedesktop.Tracker3.Miner',member='Progress',path='/org/freedesktop/Tracker3/Miner/Extract'"
  1135. method return time=1741081931.655610 sender=org.freedesktop.DBus -> destination=:1.11 serial=30 reply_serial=83
  1136. method call time=1741081931.655756 sender=:1.11 -> destination=org.freedesktop.DBus serial=84 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1137. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  1138. method return time=1741081931.655857 sender=org.freedesktop.DBus -> destination=:1.11 serial=31 reply_serial=84
  1139. signal time=1741081933.276221 sender=org.freedesktop.DBus -> destination=:1.83 serial=49 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1140. string ":1.83"
  1141. signal time=1741081933.276334 sender=org.freedesktop.DBus -> destination=(null destination) serial=85 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1142. string ":1.83"
  1143. string ":1.83"
  1144. string ""
  1145. signal time=1741081933.280781 sender=org.freedesktop.DBus -> destination=:1.84 serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1146. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1147. signal time=1741081933.280956 sender=org.freedesktop.DBus -> destination=(null destination) serial=110 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1148. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1149. string ":1.84"
  1150. string ""
  1151. signal time=1741081933.281090 sender=org.freedesktop.DBus -> destination=:1.84 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1152. string ":1.84"
  1153. signal time=1741081933.281141 sender=org.freedesktop.DBus -> destination=(null destination) serial=86 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1154. string ":1.84"
  1155. string ":1.84"
  1156. string ""
  1157. signal time=1741081933.283963 sender=:1.27 -> destination=(null destination) serial=149 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  1158. int32 0
  1159. signal time=1741081933.284059 sender=:1.27 -> destination=(null destination) serial=150 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  1160. string "none"
  1161. signal time=1741081933.288265 sender=:1.27 -> destination=(null destination) serial=151 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1162. int32 1
  1163. signal time=1741081933.288390 sender=:1.27 -> destination=(null destination) serial=152 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1164. int32 2
  1165. method call time=1741081933.300098 sender=:1.26 -> destination=ca.desrt.dconf serial=30 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Change
  1166. array of bytes [
  1167. 2f 64 65 73 6b 74 6f 70 2f 6c 69 70 73 74 69 63 6b 2d 6a 6f 6c 6c 61 2d
  1168. 68 6f 6d 65 2f 64 69 61 6c 6f 67 5f 6f 72 69 65 6e 74 61 74 69 6f 6e 00
  1169. 01 00 00 00 00 69 00 30 38
  1170. ]
  1171. method return time=1741081933.308085 sender=:1.29 -> destination=:1.26 serial=16 reply_serial=30
  1172. string ":1.29:user:10"
  1173. signal time=1741081933.310069 sender=:1.29 -> destination=(null destination) serial=17 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Notify
  1174. string "/desktop/lipstick-jolla-home/dialog_orientation"
  1175. array [
  1176. string ""
  1177. ]
  1178. string ":1.29:user:10"
  1179. method call time=1741081933.389451 sender=:1.27 -> destination=ru.omp.RuntimeManager serial=153 path=/ru/omp/RuntimeManager/WindowManagement1; interface=ru.omp.RuntimeManager.WindowManagement1; member=UpdateWindowStatus
  1180. string ""
  1181. int32 0
  1182. int32 1
  1183. int32 1
  1184. error time=1741081933.390249 sender=:1.34 -> destination=:1.27 error_name=org.freedesktop.DBus.Error.Failed reply_serial=153
  1185. string "Application not running: "
  1186.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement