Advertisement
vladislav_larionov

Untitled

Mar 4th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.26 KB | None | 0 0
  1. Last login: Tue Mar 4 14:30:29 2025 from 192.168.1.44
  2. ,---
  3. | Aurora 5.2.0.828 (Moscow) (live)
  4. '---
  5. [defaultuser@R570E ~]$ dbus-monitor
  6. signal time=1741087839.555736 sender=org.freedesktop.DBus -> destination=:1.87 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  7. string ":1.87"
  8. signal time=1741087839.556076 sender=org.freedesktop.DBus -> destination=:1.87 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  9. string ":1.87"
  10. method call time=1741087858.038669 sender=:1.88 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  11. method return time=1741087858.038757 sender=org.freedesktop.DBus -> destination=:1.88 serial=1 reply_serial=1
  12. string ":1.88"
  13. signal time=1741087858.038907 sender=org.freedesktop.DBus -> destination=(null destination) serial=98 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  14. string ":1.88"
  15. string ""
  16. string ":1.88"
  17. signal time=1741087858.039036 sender=org.freedesktop.DBus -> destination=:1.88 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  18. string ":1.88"
  19. method call time=1741087858.039958 sender=:1.88 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  20. string "org.sailfishos.installationhandler"
  21. error time=1741087858.040069 sender=org.freedesktop.DBus -> destination=:1.88 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=1741087858.042488 sender=:1.88 -> destination=org.sailfishos.installationhandler serial=3 path=/org/sailfishos/installationhandler; interface=org.freedesktop.DBus.Introspectable; member=Introspect
  24. method call time=1741087858.113828 sender=:1.81 -> 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=1741087858.113942 sender=org.freedesktop.DBus -> destination=:1.81 serial=3 reply_serial=3
  27. string ":1.27"
  28. method call time=1741087858.114655 sender=:1.81 -> destination=org.nemomobile.lipstick serial=4 path=/LauncherModel; interface=org.freedesktop.DBus.Introspectable; member=Introspect
  29. method return time=1741087858.116099 sender=:1.27 -> destination=:1.81 serial=154 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=1741087858.118093 sender=:1.81 -> 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=1741087858.248285 sender=:1.81 -> 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=1741087858.248392 sender=org.freedesktop.DBus -> destination=(null destination) serial=99 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  99. string "org.sailfishos.installationhandler"
  100. string ""
  101. string ":1.81"
  102. signal time=1741087858.248434 sender=org.freedesktop.DBus -> destination=:1.81 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  103. string "org.sailfishos.installationhandler"
  104. method return time=1741087858.248461 sender=org.freedesktop.DBus -> destination=:1.81 serial=5 reply_serial=6
  105. uint32 1
  106. method return time=1741087858.250065 sender=:1.81 -> destination=:1.88 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=1741087858.252751 sender=:1.88 -> 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=1741087858.253118 sender=:1.88 -> 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=1741087858.254178 sender=:1.88 -> 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=1741087858.254854 sender=:1.88 -> 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=1741087858.255089 sender=org.freedesktop.DBus -> destination=:1.88 serial=4 reply_serial=7
  189. string ":1.81"
  190. method call time=1741087858.255931 sender=:1.88 -> 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=1741087858.256978 sender=:1.88 -> 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=1741087858.277768 sender=:1.81 -> 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=1741087858.278864 sender=:1.27 -> destination=org.freedesktop.DBus serial=155 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.81',arg2=''"
  205. method return time=1741087858.279806 sender=:1.27 -> destination=:1.81 serial=156 reply_serial=8
  206. method return time=1741087858.303048 sender=:1.81 -> destination=:1.88 serial=9 reply_serial=9
  207. signal time=1741087858.386201 sender=:1.11 -> destination=(null destination) serial=85 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=1741087858.455079 sender=:1.11 -> destination=(null destination) serial=86 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=1741087858.455231 sender=:1.11 -> destination=(null destination) serial=87 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=1741087858.620371 sender=:1.81 -> destination=org.nemomobile.lipstick serial=10 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingFinished
  224. string "ru.auroraos.ScreenGrab"
  225. method call time=1741087858.621266 sender=:1.27 -> destination=org.freedesktop.DBus serial=157 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.81',arg2=''"
  227. method return time=1741087858.621667 sender=:1.27 -> destination=:1.81 serial=158 reply_serial=10
  228. signal time=1741087858.622381 sender=:1.81 -> destination=(null destination) serial=11 path=/org/sailfishos/installationhandler; interface=org.sailfishos.installationhandler; member=removalFinished
  229. boolean true
  230. string ""
  231. method call time=1741087858.663836 sender=:1.89 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  232. method return time=1741087858.663960 sender=org.freedesktop.DBus -> destination=:1.89 serial=1 reply_serial=1
  233. string ":1.89"
  234. signal time=1741087858.663995 sender=org.freedesktop.DBus -> destination=(null destination) serial=100 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  235. string ":1.89"
  236. string ""
  237. string ":1.89"
  238. signal time=1741087858.664037 sender=org.freedesktop.DBus -> destination=:1.89 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  239. string ":1.89"
  240. method call time=1741087858.664649 sender=:1.89 -> destination=org.nemomobile.lipstick serial=2 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingStarted
  241. string "ru.auroraos.ScreenGrab"
  242. string "ru.auroraos.ScreenGrab"
  243. string "image://theme/icon-store-app-default"
  244. string ""
  245. method call time=1741087858.665650 sender=:1.27 -> destination=org.freedesktop.DBus serial=159 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  246. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.89',arg2=''"
  247. method return time=1741087858.666628 sender=:1.27 -> destination=:1.89 serial=160 reply_serial=2
  248. method call time=1741087859.333492 sender=:1.90 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  249. method return time=1741087859.333627 sender=org.freedesktop.DBus -> destination=:1.90 serial=1 reply_serial=1
  250. string ":1.90"
  251. signal time=1741087859.333815 sender=org.freedesktop.DBus -> destination=(null destination) serial=101 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  252. string ":1.90"
  253. string ""
  254. string ":1.90"
  255. signal time=1741087859.333911 sender=org.freedesktop.DBus -> destination=:1.90 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  256. string ":1.90"
  257. signal time=1741087859.349458 sender=org.freedesktop.DBus -> destination=(null destination) serial=102 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ActivatableServicesChanged
  258. method call time=1741087859.349579 sender=:1.90 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=ReloadConfig
  259. method return time=1741087859.349676 sender=org.freedesktop.DBus -> destination=:1.90 serial=3 reply_serial=2
  260. signal time=1741087859.351021 sender=org.freedesktop.DBus -> destination=:1.90 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  261. string ":1.90"
  262. signal time=1741087859.351160 sender=org.freedesktop.DBus -> destination=(null destination) serial=103 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  263. string ":1.90"
  264. string ":1.90"
  265. string ""
  266. method call time=1741087859.457024 sender=:1.91 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  267. method return time=1741087859.457239 sender=org.freedesktop.DBus -> destination=:1.91 serial=1 reply_serial=1
  268. string ":1.91"
  269. signal time=1741087859.457529 sender=org.freedesktop.DBus -> destination=(null destination) serial=104 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  270. string ":1.91"
  271. string ""
  272. string ":1.91"
  273. signal time=1741087859.457813 sender=org.freedesktop.DBus -> destination=:1.91 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  274. string ":1.91"
  275. method call time=1741087859.461688 sender=:1.91 -> destination=org.maliit.server serial=2 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  276. string "org.maliit.Server.Address"
  277. string "address"
  278. method return time=1741087859.464133 sender=:1.35 -> destination=:1.91 serial=22 reply_serial=2
  279. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=86061011f1de8ce2b2870c4367c6e303"
  280. method call time=1741087859.809741 sender=:1.92 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  281. method return time=1741087859.809930 sender=org.freedesktop.DBus -> destination=:1.92 serial=1 reply_serial=1
  282. string ":1.92"
  283. signal time=1741087859.810149 sender=org.freedesktop.DBus -> destination=(null destination) serial=105 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  284. string ":1.92"
  285. string ""
  286. string ":1.92"
  287. signal time=1741087859.810300 sender=org.freedesktop.DBus -> destination=:1.92 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  288. string ":1.92"
  289. method call time=1741087859.814084 sender=:1.92 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  290. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  291. method return time=1741087859.814249 sender=org.freedesktop.DBus -> destination=:1.92 serial=3 reply_serial=2
  292. method call time=1741087859.833284 sender=:1.92 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  293. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  294. method return time=1741087859.833492 sender=org.freedesktop.DBus -> destination=:1.92 serial=4 reply_serial=3
  295. method call time=1741087859.837017 sender=:1.92 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  296. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  297. method return time=1741087859.837204 sender=org.freedesktop.DBus -> destination=:1.92 serial=5 reply_serial=4
  298. method call time=1741087859.843028 sender=:1.92 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  299. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/background/portrait/'"
  300. method return time=1741087859.843216 sender=org.freedesktop.DBus -> destination=:1.92 serial=6 reply_serial=5
  301. method call time=1741087859.845132 sender=:1.92 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  302. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/lightOnDark/'"
  303. method return time=1741087859.845897 sender=org.freedesktop.DBus -> destination=:1.92 serial=7 reply_serial=6
  304. method call time=1741087859.846147 sender=:1.92 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  305. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/distanceField/darkOnLight/'"
  306. method return time=1741087859.846518 sender=org.freedesktop.DBus -> destination=:1.92 serial=8 reply_serial=7
  307. method call time=1741087860.521645 sender=:1.27 -> destination=ru.omp.RuntimeManager serial=161 path=/ru/omp/RuntimeManager/WindowManagement1; interface=ru.omp.RuntimeManager.WindowManagement1; member=UpdateWindowStatus
  308. string ""
  309. int32 0
  310. int32 0
  311. int32 0
  312. error time=1741087860.524716 sender=:1.34 -> destination=:1.27 error_name=org.freedesktop.DBus.Error.Failed reply_serial=161
  313. string "Application not running: "
  314. method call time=1741087863.446771 sender=:1.89 -> destination=org.nemomobile.lipstick serial=3 path=/LauncherModel; interface=org.nemomobile.lipstick.LauncherModel; member=updatingFinished
  315. string "ru.auroraos.ScreenGrab"
  316. method call time=1741087863.450431 sender=:1.27 -> destination=org.freedesktop.DBus serial=162 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  317. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.89',arg2=''"
  318. method return time=1741087863.450747 sender=:1.27 -> destination=:1.89 serial=163 reply_serial=3
  319. signal time=1741087863.454968 sender=org.freedesktop.DBus -> destination=:1.89 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  320. string ":1.89"
  321. signal time=1741087863.455125 sender=org.freedesktop.DBus -> destination=(null destination) serial=106 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  322. string ":1.89"
  323. string ":1.89"
  324. string ""
  325. method call time=1741087863.456326 sender=:1.81 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  326. string "org.freedesktop.Notifications"
  327. method return time=1741087863.456499 sender=org.freedesktop.DBus -> destination=:1.81 serial=6 reply_serial=12
  328. string ":1.34"
  329. method call time=1741087863.458274 sender=:1.81 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  330. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  331. method call time=1741087863.459830 sender=:1.81 -> destination=org.freedesktop.DBus serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  332. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='ActionInvoked'"
  333. method call time=1741087863.460185 sender=:1.81 -> destination=org.freedesktop.DBus serial=15 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  334. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  335. method call time=1741087863.460704 sender=:1.81 -> destination=org.freedesktop.DBus serial=16 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  336. string "org.freedesktop.Notifications"
  337. method return time=1741087863.460834 sender=org.freedesktop.DBus -> destination=:1.81 serial=7 reply_serial=16
  338. string ":1.34"
  339. method call time=1741087863.462638 sender=:1.81 -> destination=org.freedesktop.DBus serial=17 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  340. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='NotificationClosed'"
  341. method call time=1741087863.463220 sender=:1.81 -> destination=org.freedesktop.DBus serial=18 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  342. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='InputTextSet'"
  343. method call time=1741087863.465920 sender=:1.81 -> destination=org.freedesktop.Notifications serial=19 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
  344. string ""
  345. uint32 0
  346. string "icon-lock-installed"
  347. string "Установка завершена"
  348. string "ru.auroraos.ScreenGrab"
  349. array [
  350. ]
  351. array [
  352. dict entry(
  353. string "x-nemo-owner"
  354. variant string "sailfish-installationhandler"
  355. )
  356. dict entry(
  357. string "x-nemo-preview-body"
  358. variant string "ru.auroraos.ScreenGrab"
  359. )
  360. dict entry(
  361. string "transient"
  362. variant boolean true
  363. )
  364. dict entry(
  365. string "x-nemo-preview-summary"
  366. variant string "Установка завершена"
  367. )
  368. dict entry(
  369. string "urgency"
  370. variant int32 1
  371. )
  372. ]
  373. int32 -1
  374. method call time=1741087863.468091 sender=:1.34 -> destination=org.freedesktop.DBus serial=26 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  375. string ":1.81"
  376. method return time=1741087863.468239 sender=org.freedesktop.DBus -> destination=:1.34 serial=14 reply_serial=26
  377. uint32 3345
  378. method call time=1741087863.471794 sender=:1.34 -> destination=org.nemomobile.lipstick serial=27 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
  379. string ""
  380. uint32 0
  381. string "icon-lock-installed"
  382. string "Установка завершена"
  383. string "ru.auroraos.ScreenGrab"
  384. array [
  385. ]
  386. array [
  387. dict entry(
  388. string "transient"
  389. variant boolean true
  390. )
  391. dict entry(
  392. string "urgency"
  393. variant int32 1
  394. )
  395. dict entry(
  396. string "x-nemo-owner"
  397. variant string "sailfish-installationhandler"
  398. )
  399. dict entry(
  400. string "x-nemo-preview-body"
  401. variant string "ru.auroraos.ScreenGrab"
  402. )
  403. dict entry(
  404. string "x-nemo-preview-summary"
  405. variant string "Установка завершена"
  406. )
  407. ]
  408. int32 -1
  409. method return time=1741087863.493382 sender=:1.27 -> destination=:1.34 serial=164 reply_serial=27
  410. uint32 16
  411. method return time=1741087863.495420 sender=:1.34 -> destination=:1.81 serial=28 reply_serial=19
  412. uint32 16
  413. signal time=1741087863.498180 sender=:1.81 -> destination=(null destination) serial=20 path=/org/sailfishos/installationhandler; interface=org.sailfishos.installationhandler; member=installFinished
  414. boolean true
  415. string ""
  416. method call time=1741087863.500087 sender=:1.88 -> destination=org.freedesktop.DBus serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  417. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='installFinished'"
  418. method call time=1741087863.501160 sender=:1.88 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  419. string "type='signal',sender='org.sailfishos.installationhandler',path='/org/sailfishos/installationhandler',interface='org.sailfishos.installationhandler',member='needConfirm'"
  420. method call time=1741087863.501265 sender=:1.88 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  421. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  422. method call time=1741087863.501567 sender=:1.88 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  423. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.installationhandler'"
  424. method call time=1741087863.503406 sender=:1.88 -> destination=org.freedesktop.DBus serial=14 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  425. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  426. error time=1741087863.503535 sender=org.freedesktop.DBus -> destination=:1.88 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=14
  427. string "The given match rule wasn't found and can't be removed"
  428. signal time=1741087863.503784 sender=org.freedesktop.DBus -> destination=:1.88 serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  429. string ":1.88"
  430. signal time=1741087863.503853 sender=org.freedesktop.DBus -> destination=(null destination) serial=107 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  431. string ":1.88"
  432. string ":1.88"
  433. string ""
  434. method call time=1741087864.083581 sender=:1.93 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  435. method return time=1741087864.083729 sender=org.freedesktop.DBus -> destination=:1.93 serial=1 reply_serial=1
  436. string ":1.93"
  437. signal time=1741087864.083799 sender=org.freedesktop.DBus -> destination=(null destination) serial=108 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  438. string ":1.93"
  439. string ""
  440. string ":1.93"
  441. signal time=1741087864.083890 sender=org.freedesktop.DBus -> destination=:1.93 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  442. string ":1.93"
  443. signal time=1741087864.134695 sender=org.freedesktop.DBus -> destination=(null destination) serial=109 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ActivatableServicesChanged
  444. method call time=1741087864.135270 sender=:1.93 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=ReloadConfig
  445. method return time=1741087864.135424 sender=org.freedesktop.DBus -> destination=:1.93 serial=3 reply_serial=2
  446. method call time=1741087864.142657 sender=:1.94 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  447. method return time=1741087864.142979 sender=org.freedesktop.DBus -> destination=:1.94 serial=1 reply_serial=1
  448. string ":1.94"
  449. signal time=1741087864.143094 sender=org.freedesktop.DBus -> destination=(null destination) serial=110 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  450. string ":1.94"
  451. string ""
  452. string ":1.94"
  453. signal time=1741087864.143243 sender=org.freedesktop.DBus -> destination=:1.94 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  454. string ":1.94"
  455. signal time=1741087864.148995 sender=org.freedesktop.DBus -> destination=:1.93 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  456. string ":1.93"
  457. signal time=1741087864.149254 sender=org.freedesktop.DBus -> destination=(null destination) serial=111 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  458. string ":1.93"
  459. string ":1.93"
  460. string ""
  461. method call time=1741087864.151486 sender=:1.94 -> destination=com.jolla.windowprompt serial=2 path=/com/jolla/windowprompt; interface=com.jolla.windowprompt; member=newPermissionPrompt
  462. string "/usr/share/applications/ru.auroraos.ScreenGrab.desktop"
  463. array [
  464. dict entry(
  465. string "required"
  466. array [
  467. string "/etc/sailjail/permissions/PushNotifications.permission"
  468. string "/etc/sailjail/permissions/Camera.permission"
  469. string "/etc/sailjail/permissions/Internet.permission"
  470. string "/etc/sailjail/permissions/Audio.permission"
  471. string "/etc/sailjail/permissions/Videos.permission"
  472. string "/etc/sailjail/permissions/UserDirs.permission"
  473. string "/etc/sailjail/permissions/ScreenCapture.permission"
  474. ]
  475. )
  476. ]
  477. method call time=1741087864.404587 sender=:1.91 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  478. string "com.jolla.windowprompt"
  479. uint32 4
  480. signal time=1741087864.404735 sender=org.freedesktop.DBus -> destination=(null destination) serial=112 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  481. string "com.jolla.windowprompt"
  482. string ""
  483. string ":1.91"
  484. signal time=1741087864.404808 sender=org.freedesktop.DBus -> destination=:1.91 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  485. string "com.jolla.windowprompt"
  486. method return time=1741087864.404856 sender=org.freedesktop.DBus -> destination=:1.91 serial=4 reply_serial=3
  487. uint32 1
  488. method call time=1741087864.425684 sender=:1.91 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  489. string ":1.94"
  490. method return time=1741087864.425852 sender=org.freedesktop.DBus -> destination=:1.91 serial=5 reply_serial=4
  491. uint32 2091
  492. method call time=1741087864.433127 sender=:1.91 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  493. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.94',arg2=''"
  494. method return time=1741087864.434574 sender=:1.91 -> destination=:1.94 serial=6 reply_serial=2
  495. object path "/com/jolla/windowprompt/queue/prompt0"
  496. method call time=1741087864.436476 sender=:1.94 -> destination=com.jolla.windowprompt serial=3 path=/com/jolla/windowprompt/queue/prompt0; interface=com.jolla.windowprompt.Prompt; member=wait
  497. method call time=1741087864.698330 sender=:1.92 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  498. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/lipstick-jolla-home/'"
  499. method return time=1741087864.698515 sender=org.freedesktop.DBus -> destination=:1.92 serial=9 reply_serial=8
  500. method call time=1741087864.779717 sender=:1.91 -> destination=com.jolla.lipstick serial=7 path=/lockscreen; interface=com.jolla.lipstick; member=showLockscreen
  501. method return time=1741087864.781406 sender=:1.27 -> destination=:1.91 serial=165 reply_serial=7
  502. signal time=1741087865.003871 sender=:1.27 -> destination=(null destination) serial=166 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  503. int32 3720
  504. signal time=1741087865.007608 sender=:1.27 -> destination=(null destination) serial=167 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  505. string "a42e"
  506. signal time=1741087865.414563 sender=:1.11 -> destination=(null destination) serial=88 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  507. string "Processing…"
  508. double 1
  509. int32 0
  510. signal time=1741087865.448397 sender=:1.11 -> destination=(null destination) serial=89 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=GraphUpdated
  511. string "http://tracker.api.gnome.org/ontology/v3/tracker#FileSystem"
  512. array [
  513. dict entry(
  514. int32 0
  515. int32 819
  516. )
  517. ]
  518. method call time=1741087865.449146 sender=:1.11 -> destination=org.freedesktop.DBus serial=90 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  519. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  520. method return time=1741087865.449373 sender=org.freedesktop.DBus -> destination=:1.11 serial=32 reply_serial=90
  521. signal time=1741087865.451011 sender=org.freedesktop.DBus -> destination=org.freedesktop.systemd1 serial=55 path=/org/freedesktop/DBus; interface=org.freedesktop.systemd1.Activator; member=ActivationRequest
  522. string "tracker-extract-3.service"
  523. method call time=1741087865.451169 sender=:1.11 -> destination=org.freedesktop.DBus serial=91 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=StartServiceByName
  524. string "org.freedesktop.Tracker3.Miner.Extract"
  525. uint32 0
  526. signal time=1741087865.451247 sender=:1.11 -> destination=(null destination) serial=92 path=/org/freedesktop/Tracker3/Miner/Files; interface=org.freedesktop.Tracker3.Miner; member=Progress
  527. string "Idle"
  528. double 1
  529. int32 0
  530. method call time=1741087865.454324 sender=:1.0 -> destination=org.freedesktop.DBus serial=31 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  531. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  532. method return time=1741087865.454515 sender=org.freedesktop.DBus -> destination=:1.0 serial=56 reply_serial=31
  533. method call time=1741087865.549027 sender=:1.95 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  534. method return time=1741087865.549115 sender=org.freedesktop.DBus -> destination=:1.95 serial=1 reply_serial=1
  535. string ":1.95"
  536. signal time=1741087865.549220 sender=org.freedesktop.DBus -> destination=(null destination) serial=113 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  537. string ":1.95"
  538. string ""
  539. string ":1.95"
  540. signal time=1741087865.549378 sender=org.freedesktop.DBus -> destination=:1.95 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  541. string ":1.95"
  542. method call time=1741087865.560763 sender=:1.95 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  543. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/freedesktop/tracker/extract/'"
  544. method return time=1741087865.560934 sender=org.freedesktop.DBus -> destination=:1.95 serial=3 reply_serial=2
  545. method call time=1741087865.652366 sender=:1.95 -> destination=org.freedesktop.Tracker3.Miner.Files serial=3 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.DBus.Peer; member=Ping
  546. method return time=1741087865.654591 sender=:1.11 -> destination=:1.95 serial=93 reply_serial=3
  547. method call time=1741087865.657716 sender=:1.95 -> destination=org.freedesktop.Tracker3.Miner.Files serial=4 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=Query
  548. string "SELECT ?prefix ?name { ?name nrl:prefix ?prefix }"
  549. file descriptor
  550. inode: 48529
  551. type: fifo
  552. array [
  553. ]
  554. method call time=1741087865.659857 sender=:1.96 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  555. method return time=1741087865.659929 sender=org.freedesktop.DBus -> destination=:1.96 serial=1 reply_serial=1
  556. string ":1.96"
  557. signal time=1741087865.660031 sender=org.freedesktop.DBus -> destination=(null destination) serial=114 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  558. string ":1.96"
  559. string ""
  560. string ":1.96"
  561. signal time=1741087865.660119 sender=org.freedesktop.DBus -> destination=:1.96 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  562. string ":1.96"
  563. method call time=1741087865.661132 sender=:1.96 -> destination=org.maliit.server serial=2 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  564. string "org.maliit.Server.Address"
  565. string "address"
  566. method return time=1741087865.662260 sender=:1.35 -> destination=:1.96 serial=23 reply_serial=2
  567. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=86061011f1de8ce2b2870c4367c6e303"
  568. method return time=1741087865.663353 sender=:1.11 -> destination=:1.95 serial=94 reply_serial=4
  569. array [
  570. string "prefix"
  571. string "name"
  572. ]
  573. method call time=1741087865.665924 sender=:1.95 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  574. 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'"
  575. method return time=1741087865.666044 sender=org.freedesktop.DBus -> destination=:1.95 serial=4 reply_serial=5
  576. method call time=1741087865.666068 sender=:1.95 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  577. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files.Control',interface='org.freedesktop.Tracker3.Miner.Files.Proxy',path='/org/freedesktop/Tracker3/Miner/Files/Proxy'"
  578. method return time=1741087865.666138 sender=org.freedesktop.DBus -> destination=:1.95 serial=5 reply_serial=6
  579. method call time=1741087865.666309 sender=:1.95 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  580. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files.Control'"
  581. method return time=1741087865.666373 sender=org.freedesktop.DBus -> destination=:1.95 serial=6 reply_serial=7
  582. method call time=1741087865.666405 sender=:1.95 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  583. string "org.freedesktop.Tracker3.Miner.Files.Control"
  584. error time=1741087865.666464 sender=org.freedesktop.DBus -> destination=:1.95 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=8
  585. string "Could not get owner of name 'org.freedesktop.Tracker3.Miner.Files.Control': no such name"
  586. method call time=1741087865.668488 sender=:1.95 -> destination=org.freedesktop.Tracker3.Miner.Files serial=9 path=/org/freedesktop/Tracker3/Endpoint; interface=org.freedesktop.Tracker3.Endpoint; member=Query
  587. 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"
  588. file descriptor
  589. inode: 66575
  590. type: fifo
  591. array [
  592. dict entry(
  593. string "offset"
  594. variant int64 0
  595. )
  596. ]
  597. method call time=1741087865.671680 sender=:1.95 -> destination=org.freedesktop.DBus serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  598. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files',interface='org.freedesktop.Tracker3.Endpoint',member='GraphUpdated',path='/org/freedesktop/Tracker3/Endpoint'"
  599. method return time=1741087865.671863 sender=org.freedesktop.DBus -> destination=:1.95 serial=8 reply_serial=10
  600. method call time=1741087865.676141 sender=:1.95 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  601. string "org.freedesktop.Tracker3.Miner.Extract"
  602. uint32 4
  603. signal time=1741087865.676300 sender=org.freedesktop.DBus -> destination=(null destination) serial=57 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  604. string "org.freedesktop.Tracker3.Miner.Extract"
  605. string ""
  606. string ":1.95"
  607. method return time=1741087865.676381 sender=org.freedesktop.DBus -> destination=:1.11 serial=33 reply_serial=91
  608. uint32 1
  609. signal time=1741087865.676431 sender=org.freedesktop.DBus -> destination=:1.95 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  610. string "org.freedesktop.Tracker3.Miner.Extract"
  611. method return time=1741087865.676486 sender=org.freedesktop.DBus -> destination=:1.95 serial=10 reply_serial=11
  612. uint32 1
  613. method return time=1741087865.678171 sender=:1.11 -> destination=:1.95 serial=95 reply_serial=9
  614. array [
  615. string "COUNT("v_urn" )"
  616. ]
  617. method call time=1741087865.678352 sender=:1.95 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  618. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files'"
  619. method return time=1741087865.678505 sender=org.freedesktop.DBus -> destination=:1.95 serial=11 reply_serial=12
  620. method call time=1741087865.679247 sender=:1.95 -> destination=org.freedesktop.DBus serial=13 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  621. string "org.freedesktop.Tracker3.Miner.Files"
  622. method return time=1741087865.679420 sender=org.freedesktop.DBus -> destination=:1.95 serial=12 reply_serial=13
  623. string ":1.11"
  624. signal time=1741087865.679644 sender=:1.95 -> destination=(null destination) serial=14 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Started
  625. signal time=1741087865.680044 sender=:1.95 -> destination=(null destination) serial=15 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Progress
  626. string "Idle"
  627. double 1
  628. int32 0
  629. method call time=1741087865.681078 sender=:1.11 -> destination=org.freedesktop.DBus serial=96 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  630. string "org.freedesktop.Tracker3.Miner.Extract"
  631. method return time=1741087865.681189 sender=org.freedesktop.DBus -> destination=:1.11 serial=34 reply_serial=96
  632. string ":1.95"
  633. method call time=1741087865.682425 sender=:1.11 -> destination=org.freedesktop.DBus serial=97 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  634. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Extract',interface='org.freedesktop.Tracker3.Miner',member='Progress',path='/org/freedesktop/Tracker3/Miner/Extract'"
  635. method return time=1741087865.682546 sender=org.freedesktop.DBus -> destination=:1.11 serial=35 reply_serial=97
  636. method call time=1741087866.025327 sender=:1.97 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  637. method return time=1741087866.025453 sender=org.freedesktop.DBus -> destination=:1.97 serial=1 reply_serial=1
  638. string ":1.97"
  639. signal time=1741087866.025620 sender=org.freedesktop.DBus -> destination=(null destination) serial=115 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  640. string ":1.97"
  641. string ""
  642. string ":1.97"
  643. signal time=1741087866.025785 sender=org.freedesktop.DBus -> destination=:1.97 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  644. string ":1.97"
  645. method call time=1741087866.030362 sender=:1.97 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  646. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  647. method return time=1741087866.030516 sender=org.freedesktop.DBus -> destination=:1.97 serial=3 reply_serial=2
  648. method call time=1741087866.041166 sender=:1.97 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  649. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  650. method return time=1741087866.041345 sender=org.freedesktop.DBus -> destination=:1.97 serial=4 reply_serial=3
  651. method call time=1741087866.046028 sender=:1.97 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  652. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  653. method return time=1741087866.046704 sender=org.freedesktop.DBus -> destination=:1.97 serial=5 reply_serial=4
  654. method call time=1741087866.050768 sender=:1.97 -> destination=org.freedesktop.DBus serial=5 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='/desktop/jolla/background/portrait/'"
  656. method return time=1741087866.050956 sender=org.freedesktop.DBus -> destination=:1.97 serial=6 reply_serial=5
  657. method call time=1741087866.051416 sender=:1.97 -> destination=org.freedesktop.DBus serial=6 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/distanceField/lightOnDark/'"
  659. method return time=1741087866.051491 sender=org.freedesktop.DBus -> destination=:1.97 serial=7 reply_serial=6
  660. method call time=1741087866.051929 sender=:1.97 -> destination=org.freedesktop.DBus serial=7 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/distanceField/darkOnLight/'"
  662. method return time=1741087866.052009 sender=org.freedesktop.DBus -> destination=:1.97 serial=8 reply_serial=7
  663. method return time=1741087866.948802 sender=:1.91 -> destination=:1.94 serial=8 reply_serial=3
  664. variant array [
  665. string "/etc/sailjail/permissions/PushNotifications.permission"
  666. string "/etc/sailjail/permissions/Camera.permission"
  667. string "/etc/sailjail/permissions/Internet.permission"
  668. string "/etc/sailjail/permissions/Audio.permission"
  669. string "/etc/sailjail/permissions/Videos.permission"
  670. string "/etc/sailjail/permissions/UserDirs.permission"
  671. string "/etc/sailjail/permissions/ScreenCapture.permission"
  672. ]
  673. signal time=1741087866.963693 sender=org.freedesktop.DBus -> destination=:1.94 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  674. string ":1.94"
  675. signal time=1741087866.963877 sender=org.freedesktop.DBus -> destination=(null destination) serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  676. string ":1.94"
  677. string ":1.94"
  678. string ""
  679. signal time=1741087867.122738 sender=:1.27 -> destination=(null destination) serial=168 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  680. int32 0
  681. signal time=1741087867.122954 sender=:1.27 -> destination=(null destination) serial=169 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  682. string "none"
  683. method call time=1741087870.082491 sender=:1.98 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  684. method return time=1741087870.082614 sender=org.freedesktop.DBus -> destination=:1.98 serial=1 reply_serial=1
  685. string ":1.98"
  686. signal time=1741087870.082648 sender=org.freedesktop.DBus -> destination=(null destination) serial=116 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  687. string ":1.98"
  688. string ""
  689. string ":1.98"
  690. signal time=1741087870.082690 sender=org.freedesktop.DBus -> destination=:1.98 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  691. string ":1.98"
  692. method call time=1741087870.082744 sender=:1.98 -> destination=org.freedesktop.DBus serial=2 path=/; interface=org.freedesktop.DBus; member=AddMatch
  693. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.maliit.server'"
  694. method return time=1741087870.082876 sender=org.freedesktop.DBus -> destination=:1.98 serial=3 reply_serial=2
  695. method call time=1741087870.082926 sender=:1.98 -> destination=org.freedesktop.DBus serial=3 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  696. string "org.maliit.server"
  697. method return time=1741087870.082986 sender=org.freedesktop.DBus -> destination=:1.98 serial=4 reply_serial=3
  698. string ":1.35"
  699. method call time=1741087870.083042 sender=:1.98 -> destination=org.freedesktop.DBus serial=4 path=/; interface=org.freedesktop.DBus; member=AddMatch
  700. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.lipstick'"
  701. method return time=1741087870.083137 sender=org.freedesktop.DBus -> destination=:1.98 serial=5 reply_serial=4
  702. method call time=1741087870.083354 sender=:1.98 -> destination=org.freedesktop.DBus serial=5 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  703. string "org.nemomobile.lipstick"
  704. method return time=1741087870.083412 sender=org.freedesktop.DBus -> destination=:1.98 serial=6 reply_serial=5
  705. string ":1.27"
  706. method call time=1741087870.083457 sender=:1.98 -> destination=org.freedesktop.DBus serial=6 path=/; interface=org.freedesktop.DBus; member=AddMatch
  707. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.amberapi.zxing'"
  708. method return time=1741087870.083489 sender=org.freedesktop.DBus -> destination=:1.98 serial=7 reply_serial=6
  709. method call time=1741087870.083755 sender=:1.98 -> destination=org.freedesktop.DBus serial=7 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  710. string "org.amberapi.zxing"
  711. error time=1741087870.083828 sender=org.freedesktop.DBus -> destination=:1.98 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=7
  712. string "Could not get owner of name 'org.amberapi.zxing': no such name"
  713. method call time=1741087870.085615 sender=:1.98 -> destination=org.freedesktop.DBus serial=8 path=/; interface=org.freedesktop.DBus; member=AddMatch
  714. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.PinQuery'"
  715. method return time=1741087870.085748 sender=org.freedesktop.DBus -> destination=:1.98 serial=9 reply_serial=8
  716. method call time=1741087870.085811 sender=:1.98 -> destination=org.freedesktop.DBus serial=9 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  717. string "com.jolla.PinQuery"
  718. method return time=1741087870.085891 sender=org.freedesktop.DBus -> destination=:1.98 serial=10 reply_serial=9
  719. string ":1.27"
  720. method call time=1741087870.085953 sender=:1.98 -> destination=org.freedesktop.DBus serial=10 path=/; interface=org.freedesktop.DBus; member=AddMatch
  721. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.lipstick.ConnectionSelector'"
  722. method return time=1741087870.085986 sender=org.freedesktop.DBus -> destination=:1.98 serial=11 reply_serial=10
  723. method call time=1741087870.086008 sender=:1.98 -> destination=org.freedesktop.DBus serial=11 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  724. string "com.jolla.lipstick.ConnectionSelector"
  725. method return time=1741087870.086054 sender=org.freedesktop.DBus -> destination=:1.98 serial=12 reply_serial=11
  726. string ":1.5"
  727. method call time=1741087870.086248 sender=:1.98 -> destination=org.freedesktop.DBus serial=12 path=/; interface=org.freedesktop.DBus; member=AddMatch
  728. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='org.mpris.MediaPlayer2'"
  729. method return time=1741087870.086610 sender=org.freedesktop.DBus -> destination=:1.98 serial=13 reply_serial=12
  730. method call time=1741087870.086656 sender=:1.98 -> destination=org.freedesktop.DBus serial=13 path=/; interface=org.freedesktop.DBus; member=AddMatch
  731. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='org.sailfishos.coveraction'"
  732. method return time=1741087870.086710 sender=org.freedesktop.DBus -> destination=:1.98 serial=14 reply_serial=13
  733. method call time=1741087870.086745 sender=:1.98 -> destination=org.freedesktop.DBus serial=14 path=/; interface=org.freedesktop.DBus; member=AddMatch
  734. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  735. method return time=1741087870.086799 sender=org.freedesktop.DBus -> destination=:1.98 serial=15 reply_serial=14
  736. method call time=1741087870.086911 sender=:1.98 -> destination=org.freedesktop.DBus serial=15 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  737. string "org.freedesktop.Notifications"
  738. method return time=1741087870.086961 sender=org.freedesktop.DBus -> destination=:1.98 serial=16 reply_serial=15
  739. string ":1.34"
  740. method call time=1741087870.087006 sender=:1.98 -> destination=org.freedesktop.DBus serial=16 path=/; interface=org.freedesktop.DBus; member=AddMatch
  741. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.jolla.lipstick'"
  742. method return time=1741087870.087059 sender=org.freedesktop.DBus -> destination=:1.98 serial=17 reply_serial=16
  743. method call time=1741087870.087094 sender=:1.98 -> destination=org.freedesktop.DBus serial=17 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  744. string "com.jolla.lipstick"
  745. method return time=1741087870.087175 sender=org.freedesktop.DBus -> destination=:1.98 serial=18 reply_serial=17
  746. string ":1.27"
  747. method call time=1741087870.088300 sender=:1.98 -> destination=org.freedesktop.DBus serial=18 path=/; interface=org.freedesktop.DBus; member=AddMatch
  748. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.auroraos.ScreenGrab1'"
  749. method return time=1741087870.088526 sender=org.freedesktop.DBus -> destination=:1.98 serial=19 reply_serial=18
  750. method call time=1741087870.088591 sender=:1.98 -> destination=org.freedesktop.DBus serial=19 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  751. string "ru.auroraos.ScreenGrab1"
  752. error time=1741087870.088870 sender=org.freedesktop.DBus -> destination=:1.98 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=19
  753. string "Could not get owner of name 'ru.auroraos.ScreenGrab1': no such name"
  754. method call time=1741087870.088997 sender=:1.98 -> destination=org.freedesktop.DBus serial=20 path=/; interface=org.freedesktop.DBus; member=AddMatch
  755. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.omp.RuntimeManager'"
  756. method return time=1741087870.089124 sender=org.freedesktop.DBus -> destination=:1.98 serial=21 reply_serial=20
  757. method call time=1741087870.089165 sender=:1.98 -> destination=org.freedesktop.DBus serial=21 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  758. string "ru.omp.RuntimeManager"
  759. method return time=1741087870.089215 sender=org.freedesktop.DBus -> destination=:1.98 serial=22 reply_serial=21
  760. string ":1.34"
  761. method call time=1741087870.089263 sender=:1.98 -> destination=org.freedesktop.DBus serial=22 path=/; interface=org.freedesktop.DBus; member=AddMatch
  762. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.Thumbnailer'"
  763. method return time=1741087870.089316 sender=org.freedesktop.DBus -> destination=:1.98 serial=23 reply_serial=22
  764. method call time=1741087870.089351 sender=:1.98 -> destination=org.freedesktop.DBus serial=23 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  765. string "org.nemomobile.Thumbnailer"
  766. error time=1741087870.089404 sender=org.freedesktop.DBus -> destination=:1.98 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=23
  767. string "Could not get owner of name 'org.nemomobile.Thumbnailer': no such name"
  768. method call time=1741087870.089455 sender=:1.98 -> destination=org.freedesktop.DBus serial=24 path=/; interface=org.freedesktop.DBus; member=AddMatch
  769. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0namespace='ru.auroraos.ScreenGrab'"
  770. method return time=1741087870.089508 sender=org.freedesktop.DBus -> destination=:1.98 serial=25 reply_serial=24
  771. method call time=1741087870.089543 sender=:1.98 -> destination=org.freedesktop.DBus serial=25 path=/; interface=org.freedesktop.DBus; member=AddMatch
  772. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.omp.am'"
  773. method return time=1741087870.089674 sender=org.freedesktop.DBus -> destination=:1.98 serial=26 reply_serial=25
  774. method call time=1741087870.089712 sender=:1.98 -> destination=org.freedesktop.DBus serial=26 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  775. string "ru.omp.am"
  776. error time=1741087870.089791 sender=org.freedesktop.DBus -> destination=:1.98 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=26
  777. string "Could not get owner of name 'ru.omp.am': no such name"
  778. method call time=1741087870.089841 sender=:1.98 -> destination=org.freedesktop.DBus serial=27 path=/; interface=org.freedesktop.DBus; member=AddMatch
  779. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ca.desrt.dconf'"
  780. method return time=1741087870.089956 sender=org.freedesktop.DBus -> destination=:1.98 serial=28 reply_serial=27
  781. method call time=1741087870.090497 sender=:1.98 -> destination=org.freedesktop.DBus serial=28 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  782. string "ca.desrt.dconf"
  783. method return time=1741087870.090607 sender=org.freedesktop.DBus -> destination=:1.98 serial=29 reply_serial=28
  784. string ":1.29"
  785. method call time=1741087870.090654 sender=:1.98 -> destination=org.freedesktop.DBus serial=29 path=/; interface=org.freedesktop.DBus; member=AddMatch
  786. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.sailfishos.share'"
  787. method return time=1741087870.090706 sender=org.freedesktop.DBus -> destination=:1.98 serial=30 reply_serial=29
  788. method call time=1741087870.090773 sender=:1.98 -> destination=org.freedesktop.DBus serial=30 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  789. string "org.sailfishos.share"
  790. error time=1741087870.090930 sender=org.freedesktop.DBus -> destination=:1.98 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=30
  791. string "Could not get owner of name 'org.sailfishos.share': no such name"
  792. method call time=1741087870.091007 sender=:1.98 -> destination=org.freedesktop.DBus serial=31 path=/; interface=org.freedesktop.DBus; member=ListNames
  793. method return time=1741087870.091253 sender=org.freedesktop.DBus -> destination=:1.98 serial=32 reply_serial=31
  794. array [
  795. string "org.freedesktop.DBus"
  796. string "org.freedesktop.Notifications"
  797. string ":1.7"
  798. string "org.freedesktop.Telepathy.Connection.ring.tel._0xb5d180a0"
  799. string ":1.8"
  800. string "org.sailfishos.fileservice"
  801. string ":1.9"
  802. string "com.meego.msyncd"
  803. string "org.sailfishos.Messages"
  804. string "org.freedesktop.systemd1"
  805. string "com.google.code.AccountsSSO.Accounts.uuid_3c1943205948e6047eaa0dae67c6e2f8"
  806. string "org.freedesktop.Tracker3.Miner.Extract"
  807. string "com.google.code.AccountsSSO.Accounts.uuid_d3fd89d642e1eee9722e44d167c6e30b"
  808. string "com.jolla.Connectiond"
  809. string "com.jolla.ambienced"
  810. string "com.google.code.AccountsSSO.Accounts.uuid_afed82c03cbef8efac7178cb67c6e2ff"
  811. string "com.google.code.AccountsSSO.Accounts.uuid_fa28aa5b0985f33321f7713c67c6e2f8"
  812. string "org.freedesktop.ohm_session_agent"
  813. string "org.pulseaudio.Server"
  814. string "org.freedesktop.Telepathy.Connection.ring.tel._0xb5d18180"
  815. string "com.google.code.AccountsSSO.Accounts.uuid_1f807d3d95f814cddee11bbe67c6e2f8"
  816. string "com.google.code.AccountsSSO.Accounts.uuid_9dc5296c5a662bd816fb1c8067c6e304"
  817. string "com.jolla.lipstick.ConnectionSelector"
  818. string ":1.81"
  819. string ":1.82"
  820. string "org.freedesktop.Telepathy.Client.CommHistory"
  821. string ":1.61"
  822. string "com.jolla.PinQuery"
  823. string "com.jolla.windowprompt"
  824. string ":1.62"
  825. string ":1.40"
  826. string "com.google.code.AccountsSSO.Accounts.uuid_f103d246e4be084873fc4cbd67c6e2f8"
  827. string ":1.63"
  828. string ":1.41"
  829. string ":1.64"
  830. string ":1.20"
  831. string "com.google.code.AccountsSSO.Accounts.uuid_eac90160969d7a7f1bbd167867c6e2f9"
  832. string ":1.65"
  833. string ":1.43"
  834. string ":1.21"
  835. string ":1.66"
  836. string ":1.44"
  837. string ":1.22"
  838. string ":1.67"
  839. string ":1.45"
  840. string "org.sailfishos.installationhandler"
  841. string ":1.68"
  842. string "org.freedesktop.Telepathy.Client.voicecall"
  843. string ":1.69"
  844. string "org.nemomobile.DevicePresence"
  845. string "org.sailfish.simkit"
  846. string ":1.47"
  847. string ":1.48"
  848. string ":1.26"
  849. string "com.jolla.keyboard.plugin.presage"
  850. string ":1.49"
  851. string "com.jolla.lipstick"
  852. string ":1.27"
  853. string ":1.28"
  854. string "com.google.code.AccountsSSO.Accounts.uuid_cf122e78ccfa1b589228120967c6e2f8"
  855. string "org.freedesktop.Telepathy.ChannelDispatcher"
  856. string "org.bluez.obex"
  857. string "ca.desrt.dconf"
  858. string ":1.29"
  859. string "org.freedesktop.portal.Documents"
  860. string "org.nemomobile.CommHistory"
  861. string "com.google.code.AccountsSSO.Accounts.uuid_0ddde4da84c031c6c749039867c6e2f8"
  862. string "org.nemomobile.calendardataservice"
  863. string "com.google.code.AccountsSSO.Accounts.uuid_cd0ddfaa619c16583891838367c6e2f8"
  864. string "com.google.code.AccountsSSO.Accounts.uuid_91d993ca85cd9352434267ed67c6e30b"
  865. string "com.jolla.keyboard"
  866. string "com.google.code.AccountsSSO.Accounts.uuid_b8ebd3f3875946c6f185bcb867c6e304"
  867. string "org.nemomobile.lipstick"
  868. string "com.nokia.telephony.callhistory"
  869. string "org.nemomobile.voicecall"
  870. string "com.google.code.AccountsSSO.Accounts.uuid_2f3d7e763994404df20edc5167c6e2f8"
  871. string "org.PulseAudio1"
  872. string "org.maliit.server"
  873. string "org.freedesktop.Telepathy.AccountManager"
  874. string "ru.omp.weather"
  875. string "com.google.code.AccountsSSO.Accounts.uuid_2bd3c6a6e9acd07f07bbff7867c6e2f8"
  876. string ":1.91"
  877. string ":1.92"
  878. string ":1.70"
  879. string ":1.71"
  880. string "com.jolla.voicecall.ui"
  881. string ":1.50"
  882. string ":1.95"
  883. string "org.nemomobile.qmlmessages"
  884. string ":1.51"
  885. string ":1.96"
  886. string ":1.52"
  887. string ":1.30"
  888. string "com.nokia.profiled"
  889. string ":1.97"
  890. string ":1.53"
  891. string ":1.31"
  892. string "com.nokia.policy.telephony"
  893. string ":1.98"
  894. string ":1.54"
  895. string ":1.32"
  896. string "org.freedesktop.impl.portal.PermissionStore"
  897. string ":1.10"
  898. string ":1.55"
  899. string ":1.33"
  900. string ":1.11"
  901. string "com.nokia.contactsd"
  902. string "org.freedesktop.Telepathy.MissionControl5"
  903. string ":1.34"
  904. string ":1.12"
  905. string "com.google.code.AccountsSSO.Accounts.uuid_ba06ad7848fb6aed8121e87d67c6e2f8"
  906. string ":1.57"
  907. string ":1.35"
  908. string ":1.0"
  909. string ":1.13"
  910. string ":1.58"
  911. string ":1.36"
  912. string ":1.14"
  913. string ":1.59"
  914. string "org.freedesktop.Telepathy.ConnectionManager.ring"
  915. string ":1.37"
  916. string ":1.2"
  917. string ":1.15"
  918. string "org.freedesktop.Telepathy.Client.ru.omp.messages"
  919. string ":1.38"
  920. string "ru.omp.RuntimeManager"
  921. string ":1.3"
  922. string ":1.16"
  923. string ":1.39"
  924. string "org.freedesktop.Tracker3.Miner.Files"
  925. string ":1.4"
  926. string ":1.17"
  927. string ":1.5"
  928. string ":1.18"
  929. string "org.nemomobile.AccountPresence"
  930. string ":1.6"
  931. string "org.maemo.Playback.Manager"
  932. string ":1.19"
  933. ]
  934. method call time=1741087870.095887 sender=:1.98 -> destination=org.freedesktop.DBus serial=32 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  935. string "org.freedesktop.DBus"
  936. method return time=1741087870.095957 sender=org.freedesktop.DBus -> destination=:1.98 serial=33 reply_serial=32
  937. string "org.freedesktop.DBus"
  938. method call time=1741087870.096003 sender=:1.98 -> destination=org.freedesktop.DBus serial=33 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  939. string "org.freedesktop.Notifications"
  940. method return time=1741087870.096050 sender=org.freedesktop.DBus -> destination=:1.98 serial=34 reply_serial=33
  941. string ":1.34"
  942. method call time=1741087870.096094 sender=:1.98 -> destination=org.freedesktop.DBus serial=34 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  943. string "com.jolla.lipstick.ConnectionSelector"
  944. method return time=1741087870.096139 sender=org.freedesktop.DBus -> destination=:1.98 serial=35 reply_serial=34
  945. string ":1.5"
  946. method call time=1741087870.096186 sender=:1.98 -> destination=org.freedesktop.DBus serial=35 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  947. string "com.jolla.PinQuery"
  948. method return time=1741087870.096237 sender=org.freedesktop.DBus -> destination=:1.98 serial=36 reply_serial=35
  949. string ":1.27"
  950. method call time=1741087870.097001 sender=:1.98 -> destination=org.freedesktop.DBus serial=36 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  951. string "com.jolla.lipstick"
  952. method return time=1741087870.097073 sender=org.freedesktop.DBus -> destination=:1.98 serial=37 reply_serial=36
  953. string ":1.27"
  954. method call time=1741087870.097120 sender=:1.98 -> destination=org.freedesktop.DBus serial=37 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  955. string "ca.desrt.dconf"
  956. method return time=1741087870.097166 sender=org.freedesktop.DBus -> destination=:1.98 serial=38 reply_serial=37
  957. string ":1.29"
  958. method call time=1741087870.097254 sender=:1.98 -> destination=org.freedesktop.DBus serial=38 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  959. string "org.nemomobile.lipstick"
  960. method return time=1741087870.097414 sender=org.freedesktop.DBus -> destination=:1.98 serial=39 reply_serial=38
  961. string ":1.27"
  962. method call time=1741087870.097521 sender=:1.98 -> destination=org.freedesktop.DBus serial=39 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  963. string "org.maliit.server"
  964. method return time=1741087870.097624 sender=org.freedesktop.DBus -> destination=:1.98 serial=40 reply_serial=39
  965. string ":1.35"
  966. method call time=1741087870.097761 sender=:1.98 -> destination=org.freedesktop.DBus serial=40 path=/; interface=org.freedesktop.DBus; member=GetNameOwner
  967. string "ru.omp.RuntimeManager"
  968. method return time=1741087870.097900 sender=org.freedesktop.DBus -> destination=:1.98 serial=41 reply_serial=40
  969. string ":1.34"
  970. method call time=1741087870.098182 sender=:1.98 -> destination=org.freedesktop.DBus serial=41 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  971. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/'"
  972. method return time=1741087870.098392 sender=org.freedesktop.DBus -> destination=:1.98 serial=42 reply_serial=41
  973. method call time=1741087870.119521 sender=:1.98 -> destination=org.freedesktop.DBus serial=42 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  974. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/'"
  975. method return time=1741087870.119763 sender=org.freedesktop.DBus -> destination=:1.98 serial=43 reply_serial=42
  976. method call time=1741087870.120297 sender=:1.98 -> destination=org.freedesktop.DBus serial=43 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  977. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/jolla/theme/color/'"
  978. method return time=1741087870.120457 sender=org.freedesktop.DBus -> destination=:1.98 serial=44 reply_serial=43
  979. method call time=1741087870.120523 sender=:1.98 -> destination=org.freedesktop.DBus serial=44 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='/desktop/jolla/background/portrait/'"
  981. method return time=1741087870.120612 sender=org.freedesktop.DBus -> destination=:1.98 serial=45 reply_serial=44
  982. method call time=1741087870.120677 sender=:1.98 -> destination=org.freedesktop.DBus serial=45 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/distanceField/lightOnDark/'"
  984. method return time=1741087870.120819 sender=org.freedesktop.DBus -> destination=:1.98 serial=46 reply_serial=45
  985. method call time=1741087870.120888 sender=:1.98 -> destination=org.freedesktop.DBus serial=46 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/distanceField/darkOnLight/'"
  987. method return time=1741087870.121007 sender=org.freedesktop.DBus -> destination=:1.98 serial=47 reply_serial=46
  988. signal time=1741087870.525364 sender=:1.27 -> destination=(null destination) serial=170 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=NotificationClosed
  989. uint32 16
  990. uint32 1
  991. method call time=1741087870.616579 sender=:1.99 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  992. method return time=1741087870.617921 sender=org.freedesktop.DBus -> destination=:1.99 serial=1 reply_serial=1
  993. string ":1.99"
  994. signal time=1741087870.618141 sender=org.freedesktop.DBus -> destination=(null destination) serial=117 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  995. string ":1.99"
  996. string ""
  997. string ":1.99"
  998. signal time=1741087870.618492 sender=org.freedesktop.DBus -> destination=:1.99 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  999. string ":1.99"
  1000. method call time=1741087870.624759 sender=:1.99 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1001. string "org.freedesktop.Notifications"
  1002. method return time=1741087870.624951 sender=org.freedesktop.DBus -> destination=:1.99 serial=3 reply_serial=2
  1003. string ":1.34"
  1004. method call time=1741087870.631796 sender=:1.99 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1005. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  1006. method call time=1741087870.632440 sender=:1.99 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1007. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='ActionInvoked'"
  1008. method call time=1741087870.632877 sender=:1.99 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1009. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Notifications'"
  1010. method call time=1741087870.634256 sender=:1.99 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1011. string "org.freedesktop.Notifications"
  1012. method return time=1741087870.635152 sender=org.freedesktop.DBus -> destination=:1.99 serial=4 reply_serial=6
  1013. string ":1.34"
  1014. method call time=1741087870.639277 sender=:1.99 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1015. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='NotificationClosed'"
  1016. method call time=1741087870.639947 sender=:1.99 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1017. string "type='signal',sender='org.freedesktop.Notifications',path='/org/freedesktop/Notifications',interface='org.freedesktop.Notifications',member='InputTextSet'"
  1018. signal time=1741087871.496622 sender=org.freedesktop.DBus -> destination=org.freedesktop.systemd1 serial=58 path=/org/freedesktop/DBus; interface=org.freedesktop.systemd1.Activator; member=ActivationRequest
  1019. string "screengrab-daemon.service"
  1020. method call time=1741087871.496772 sender=:1.98 -> destination=ru.auroraos.ScreenGrab1 serial=47 path=/ru/auroraos/ScreenGrab1/Service; interface=org.freedesktop.DBus.Properties; member=Get
  1021. string "ru.auroraos.ScreenGrab1.Service"
  1022. string "ScreenInfo"
  1023. method call time=1741087871.500854 sender=:1.0 -> destination=org.freedesktop.DBus serial=32 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1024. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='ru.auroraos.ScreenGrab1'"
  1025. method return time=1741087871.501120 sender=org.freedesktop.DBus -> destination=:1.0 serial=59 reply_serial=32
  1026. method call time=1741087871.757595 sender=:1.100 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  1027. method return time=1741087871.757801 sender=org.freedesktop.DBus -> destination=:1.100 serial=1 reply_serial=1
  1028. string ":1.100"
  1029. signal time=1741087871.757911 sender=org.freedesktop.DBus -> destination=(null destination) serial=118 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1030. string ":1.100"
  1031. string ""
  1032. string ":1.100"
  1033. signal time=1741087871.758057 sender=org.freedesktop.DBus -> destination=:1.100 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1034. string ":1.100"
  1035. method call time=1741087871.766085 sender=:1.100 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  1036. string "ru.auroraos.ScreenGrab1"
  1037. uint32 4
  1038. signal time=1741087871.766276 sender=org.freedesktop.DBus -> destination=(null destination) serial=60 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1039. string "ru.auroraos.ScreenGrab1"
  1040. string ""
  1041. string ":1.100"
  1042. signal time=1741087871.766427 sender=org.freedesktop.DBus -> destination=:1.100 serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1043. string "ru.auroraos.ScreenGrab1"
  1044. method return time=1741087871.766528 sender=org.freedesktop.DBus -> destination=:1.100 serial=4 reply_serial=2
  1045. uint32 1
  1046. method call time=1741087871.803338 sender=:1.100 -> destination=org.maliit.server serial=3 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  1047. string "org.maliit.Server.Address"
  1048. string "address"
  1049. method return time=1741087871.805181 sender=:1.100 -> destination=:1.98 serial=4 reply_serial=47
  1050. variant array [
  1051. dict entry(
  1052. string "primary"
  1053. array [
  1054. dict entry(
  1055. string "size"
  1056. variant struct {
  1057. int32 720
  1058. int32 1440
  1059. }
  1060. )
  1061. ]
  1062. )
  1063. ]
  1064. method return time=1741087871.807239 sender=:1.35 -> destination=:1.100 serial=24 reply_serial=3
  1065. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=86061011f1de8ce2b2870c4367c6e303"
  1066. method call time=1741087872.610091 sender=:1.99 -> destination=org.maliit.server serial=9 path=/org/maliit/server/address; interface=org.freedesktop.DBus.Properties; member=Get
  1067. string "org.maliit.Server.Address"
  1068. string "address"
  1069. method return time=1741087872.612449 sender=:1.35 -> destination=:1.99 serial=25 reply_serial=9
  1070. variant string "unix:path=/run/user/100000/maliit-server/dbus-socket,guid=86061011f1de8ce2b2870c4367c6e303"
  1071. signal time=1741087872.991813 sender=:1.27 -> destination=(null destination) serial=171 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  1072. int32 3851
  1073. signal time=1741087872.991931 sender=:1.27 -> destination=(null destination) serial=172 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  1074. string "a811"
  1075. method call time=1741087873.129247 sender=:1.99 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1076. string "type='signal',path='/com/jolla/lipstick',interface='com.jolla.lipstick',member='coverstatus'"
  1077. method call time=1741087873.187414 sender=:1.99 -> destination=org.freedesktop.DBus serial=12 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RequestName
  1078. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1079. uint32 4
  1080. signal time=1741087873.187689 sender=org.freedesktop.DBus -> destination=(null destination) serial=48 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1081. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1082. string ""
  1083. string ":1.99"
  1084. signal time=1741087873.187811 sender=org.freedesktop.DBus -> destination=:1.99 serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1085. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1086. method return time=1741087873.187892 sender=org.freedesktop.DBus -> destination=:1.99 serial=7 reply_serial=12
  1087. uint32 1
  1088. signal time=1741087873.304287 sender=:1.27 -> destination=(null destination) serial=173 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1089. int32 3
  1090. signal time=1741087873.304546 sender=:1.27 -> destination=(null destination) serial=174 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1091. int32 0
  1092. signal time=1741087875.561400 sender=:1.95 -> destination=(null destination) serial=16 path=/org/freedesktop/Tracker3/Miner/Extract; interface=org.freedesktop.Tracker3.Miner; member=Stopped
  1093. method call time=1741087875.564147 sender=:1.95 -> destination=org.freedesktop.DBus serial=17 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1094. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Files.Control'"
  1095. method return time=1741087875.564355 sender=org.freedesktop.DBus -> destination=:1.95 serial=13 reply_serial=17
  1096. method call time=1741087875.565913 sender=:1.95 -> destination=org.freedesktop.DBus serial=18 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1097. 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'"
  1098. method return time=1741087875.567962 sender=org.freedesktop.DBus -> destination=:1.95 serial=14 reply_serial=18
  1099. method call time=1741087875.568331 sender=:1.95 -> destination=org.freedesktop.DBus serial=19 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1100. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Files.Control',interface='org.freedesktop.Tracker3.Miner.Files.Proxy',path='/org/freedesktop/Tracker3/Miner/Files/Proxy'"
  1101. method return time=1741087875.568476 sender=org.freedesktop.DBus -> destination=:1.95 serial=15 reply_serial=19
  1102. signal time=1741087875.580292 sender=org.freedesktop.DBus -> destination=:1.95 serial=16 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1103. string "org.freedesktop.Tracker3.Miner.Extract"
  1104. signal time=1741087875.580605 sender=org.freedesktop.DBus -> destination=(null destination) serial=61 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1105. string "org.freedesktop.Tracker3.Miner.Extract"
  1106. string ":1.95"
  1107. string ""
  1108. signal time=1741087875.582695 sender=org.freedesktop.DBus -> destination=:1.95 serial=17 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1109. string ":1.95"
  1110. signal time=1741087875.582951 sender=org.freedesktop.DBus -> destination=(null destination) serial=119 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1111. string ":1.95"
  1112. string ":1.95"
  1113. string ""
  1114. method call time=1741087875.586209 sender=:1.0 -> destination=org.freedesktop.DBus serial=33 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1115. string "type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  1116. method call time=1741087875.589724 sender=:1.11 -> destination=org.freedesktop.DBus serial=98 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1117. string "type='signal',sender='org.freedesktop.Tracker3.Miner.Extract',interface='org.freedesktop.Tracker3.Miner',member='Progress',path='/org/freedesktop/Tracker3/Miner/Extract'"
  1118. method return time=1741087875.589910 sender=org.freedesktop.DBus -> destination=:1.11 serial=36 reply_serial=98
  1119. method call time=1741087875.590300 sender=:1.11 -> destination=org.freedesktop.DBus serial=99 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1120. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.Tracker3.Miner.Extract'"
  1121. method return time=1741087875.590459 sender=org.freedesktop.DBus -> destination=:1.11 serial=37 reply_serial=99
  1122. method call time=1741087877.794441 sender=:1.98 -> destination=ru.auroraos.ScreenGrab1 serial=48 path=/ru/auroraos/ScreenGrab1/Service; interface=ru.auroraos.ScreenGrab1.Service; member=RequestCapture
  1123. object path "/ru/auroraos/ScreenGrab1/Client"
  1124. array [
  1125. dict entry(
  1126. string "scale"
  1127. variant double 0.5
  1128. )
  1129. ]
  1130. method call time=1741087877.795910 sender=:1.100 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  1131. string ":1.98"
  1132. method return time=1741087877.796047 sender=org.freedesktop.DBus -> destination=:1.100 serial=5 reply_serial=5
  1133. uint32 3814
  1134. method call time=1741087877.797282 sender=:1.100 -> destination=org.freedesktop.DBus serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1135. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1136. method call time=1741087877.803321 sender=:1.100 -> destination=org.freedesktop.DBus serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1137. string "type='signal',sender=':1.98',path='/ru/auroraos/ScreenGrab1/Client',interface='ru.auroraos.ScreenGrab1.Client',member='Stop'"
  1138. method call time=1741087877.803583 sender=:1.100 -> destination=org.freedesktop.DBus serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1139. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1140. method call time=1741087877.803639 sender=:1.100 -> destination=org.freedesktop.DBus serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1141. string ":1.98"
  1142. method return time=1741087877.803707 sender=org.freedesktop.DBus -> destination=:1.100 serial=6 reply_serial=9
  1143. string ":1.98"
  1144. method return time=1741087877.804521 sender=:1.100 -> destination=:1.98 serial=10 reply_serial=48
  1145. method call time=1741087877.814139 sender=:1.101 -> destination=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello
  1146. method return time=1741087877.814194 sender=org.freedesktop.DBus -> destination=:1.101 serial=1 reply_serial=1
  1147. string ":1.101"
  1148. signal time=1741087877.814225 sender=org.freedesktop.DBus -> destination=(null destination) serial=120 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1149. string ":1.101"
  1150. string ""
  1151. string ":1.101"
  1152. signal time=1741087877.814265 sender=org.freedesktop.DBus -> destination=:1.101 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
  1153. string ":1.101"
  1154. method call time=1741087877.816079 sender=:1.101 -> destination=org.freedesktop.DBus serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1155. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/coderus/screencast/'"
  1156. method return time=1741087877.816374 sender=org.freedesktop.DBus -> destination=:1.101 serial=3 reply_serial=2
  1157. method call time=1741087877.824469 sender=:1.101 -> destination=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1158. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/coderus/screencast/'"
  1159. method return time=1741087877.824565 sender=org.freedesktop.DBus -> destination=:1.101 serial=4 reply_serial=3
  1160. method call time=1741087878.027315 sender=:1.100 -> destination=:1.98 serial=11 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1161. int32 0
  1162. int32 0
  1163. int32 360
  1164. int32 720
  1165. int32 1440
  1166. int32 0
  1167. method return time=1741087878.029512 sender=:1.98 -> destination=:1.100 serial=49 reply_serial=11
  1168. struct {
  1169. array [
  1170. int32 1036800
  1171. ]
  1172. array [
  1173. file descriptor
  1174. inode: 62131
  1175. type: file
  1176. ]
  1177. }
  1178. method call time=1741087878.033890 sender=:1.100 -> destination=:1.98 serial=12 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1179. int32 0
  1180. int32 0
  1181. method return time=1741087878.114692 sender=:1.98 -> destination=:1.100 serial=50 reply_serial=12
  1182. method call time=1741087878.157034 sender=:1.100 -> destination=:1.98 serial=13 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1183. int32 1
  1184. int32 0
  1185. int32 360
  1186. int32 720
  1187. int32 1440
  1188. int32 0
  1189. method return time=1741087878.159213 sender=:1.98 -> destination=:1.100 serial=51 reply_serial=13
  1190. struct {
  1191. array [
  1192. int32 1036800
  1193. ]
  1194. array [
  1195. file descriptor
  1196. inode: 66765
  1197. type: file
  1198. ]
  1199. }
  1200. method call time=1741087878.162855 sender=:1.100 -> destination=:1.98 serial=14 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1201. int32 1
  1202. int32 0
  1203. method return time=1741087878.170695 sender=:1.98 -> destination=:1.100 serial=52 reply_serial=14
  1204. method call time=1741087878.277345 sender=:1.100 -> destination=:1.98 serial=15 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1205. int32 0
  1206. int32 0
  1207. method return time=1741087878.283309 sender=:1.98 -> destination=:1.100 serial=53 reply_serial=15
  1208. method call time=1741087878.391198 sender=:1.100 -> destination=:1.98 serial=16 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1209. int32 1
  1210. int32 0
  1211. method return time=1741087878.398969 sender=:1.98 -> destination=:1.100 serial=54 reply_serial=16
  1212. method call time=1741087878.505803 sender=:1.100 -> destination=:1.98 serial=17 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1213. int32 0
  1214. int32 0
  1215. method return time=1741087878.512929 sender=:1.98 -> destination=:1.100 serial=55 reply_serial=17
  1216. method call time=1741087878.618871 sender=:1.100 -> destination=:1.98 serial=18 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1217. int32 1
  1218. int32 0
  1219. method return time=1741087878.627872 sender=:1.98 -> destination=:1.100 serial=56 reply_serial=18
  1220. method call time=1741087878.766165 sender=:1.100 -> destination=:1.98 serial=19 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1221. int32 0
  1222. int32 0
  1223. method return time=1741087878.776130 sender=:1.98 -> destination=:1.100 serial=57 reply_serial=19
  1224. method call time=1741087878.847400 sender=:1.100 -> destination=:1.98 serial=20 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1225. int32 1
  1226. int32 0
  1227. method return time=1741087878.859896 sender=:1.98 -> destination=:1.100 serial=58 reply_serial=20
  1228. method call time=1741087880.071035 sender=:1.100 -> destination=:1.98 serial=21 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1229. int32 0
  1230. int32 0
  1231. method return time=1741087880.086648 sender=:1.98 -> destination=:1.100 serial=59 reply_serial=21
  1232. method call time=1741087880.166652 sender=:1.100 -> destination=:1.98 serial=22 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1233. int32 1
  1234. int32 0
  1235. method return time=1741087880.173586 sender=:1.98 -> destination=:1.100 serial=60 reply_serial=22
  1236. method call time=1741087880.292652 sender=:1.100 -> destination=:1.98 serial=23 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1237. int32 0
  1238. int32 0
  1239. method return time=1741087880.301105 sender=:1.98 -> destination=:1.100 serial=61 reply_serial=23
  1240. method call time=1741087880.381457 sender=:1.100 -> destination=:1.98 serial=24 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1241. int32 1
  1242. int32 0
  1243. method return time=1741087880.389735 sender=:1.98 -> destination=:1.100 serial=62 reply_serial=24
  1244. method call time=1741087880.479993 sender=:1.100 -> destination=:1.98 serial=25 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1245. int32 0
  1246. int32 0
  1247. method return time=1741087880.487942 sender=:1.98 -> destination=:1.100 serial=63 reply_serial=25
  1248. method call time=1741087880.573007 sender=:1.100 -> destination=:1.98 serial=26 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1249. int32 1
  1250. int32 0
  1251. method return time=1741087880.579797 sender=:1.98 -> destination=:1.100 serial=64 reply_serial=26
  1252. method call time=1741087880.641463 sender=:1.100 -> destination=:1.98 serial=27 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1253. int32 0
  1254. int32 0
  1255. method return time=1741087880.659759 sender=:1.98 -> destination=:1.100 serial=65 reply_serial=27
  1256. method call time=1741087880.963997 sender=:1.100 -> destination=:1.98 serial=28 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1257. int32 1
  1258. int32 0
  1259. method return time=1741087880.973785 sender=:1.98 -> destination=:1.100 serial=66 reply_serial=28
  1260. method call time=1741087881.070462 sender=:1.100 -> destination=:1.98 serial=29 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1261. int32 0
  1262. int32 0
  1263. method return time=1741087881.086311 sender=:1.98 -> destination=:1.100 serial=67 reply_serial=29
  1264. method call time=1741087881.224866 sender=:1.100 -> destination=:1.98 serial=30 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1265. int32 1
  1266. int32 0
  1267. method return time=1741087881.235130 sender=:1.98 -> destination=:1.100 serial=68 reply_serial=30
  1268. method call time=1741087881.309674 sender=:1.100 -> destination=:1.98 serial=31 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Present
  1269. int32 0
  1270. int32 0
  1271. method return time=1741087881.317118 sender=:1.98 -> destination=:1.100 serial=69 reply_serial=31
  1272. signal time=1741087889.056343 sender=:1.98 -> destination=(null destination) serial=70 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Stop
  1273. method call time=1741087889.059901 sender=:1.100 -> destination=:1.98 serial=32 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=Abort
  1274. method return time=1741087889.080108 sender=:1.98 -> destination=:1.100 serial=71 reply_serial=32
  1275. method call time=1741087889.102751 sender=:1.100 -> destination=org.freedesktop.DBus serial=33 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1276. string "type='signal',sender=':1.98',path='/ru/auroraos/ScreenGrab1/Client',interface='ru.auroraos.ScreenGrab1.Client',member='Stop'"
  1277. method call time=1741087889.103285 sender=:1.100 -> destination=org.freedesktop.DBus serial=34 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1278. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1279. method call time=1741087889.103801 sender=:1.100 -> destination=org.freedesktop.DBus serial=35 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1280. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1281. method call time=1741087889.104732 sender=:1.100 -> destination=org.freedesktop.DBus serial=36 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1282. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  1283. error time=1741087889.105085 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=36
  1284. string "The given match rule wasn't found and can't be removed"
  1285. method call time=1741087893.826476 sender=:1.81 -> destination=org.freedesktop.DBus serial=21 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1286. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.nemomobile.lipstick'"
  1287. method call time=1741087893.827671 sender=:1.81 -> destination=org.freedesktop.DBus serial=22 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1288. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  1289. error time=1741087893.827896 sender=org.freedesktop.DBus -> destination=:1.81 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=22
  1290. string "The given match rule wasn't found and can't be removed"
  1291. signal time=1741087893.958086 sender=org.freedesktop.DBus -> destination=:1.82 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1292. string ":1.82"
  1293. signal time=1741087893.958427 sender=org.freedesktop.DBus -> destination=(null destination) serial=121 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1294. string ":1.82"
  1295. string ":1.82"
  1296. string ""
  1297. signal time=1741087893.964724 sender=org.freedesktop.DBus -> destination=:1.81 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1298. string "org.sailfishos.installationhandler"
  1299. signal time=1741087893.964961 sender=org.freedesktop.DBus -> destination=(null destination) serial=122 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1300. string "org.sailfishos.installationhandler"
  1301. string ":1.81"
  1302. string ""
  1303. signal time=1741087893.968830 sender=org.freedesktop.DBus -> destination=:1.81 serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1304. string ":1.81"
  1305. signal time=1741087893.969066 sender=org.freedesktop.DBus -> destination=(null destination) serial=123 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1306. string ":1.81"
  1307. string ":1.81"
  1308. string ""
  1309. method call time=1741087894.765701 sender=:1.91 -> destination=org.freedesktop.DBus serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ReleaseName
  1310. string "com.jolla.windowprompt"
  1311. signal time=1741087894.766553 sender=org.freedesktop.DBus -> destination=:1.91 serial=7 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1312. string "com.jolla.windowprompt"
  1313. signal time=1741087894.767100 sender=org.freedesktop.DBus -> destination=(null destination) serial=124 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1314. string "com.jolla.windowprompt"
  1315. string ":1.91"
  1316. string ""
  1317. method return time=1741087894.767265 sender=org.freedesktop.DBus -> destination=:1.91 serial=8 reply_serial=9
  1318. uint32 1
  1319. method call time=1741087894.774534 sender=:1.91 -> destination=org.freedesktop.DBus serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1320. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.94',arg2=''"
  1321. method call time=1741087894.775442 sender=:1.91 -> destination=org.freedesktop.DBus serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1322. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.DBus'"
  1323. error time=1741087894.775745 sender=org.freedesktop.DBus -> destination=:1.91 error_name=org.freedesktop.DBus.Error.MatchRuleNotFound reply_serial=11
  1324. string "The given match rule wasn't found and can't be removed"
  1325. method call time=1741087894.782188 sender=:1.92 -> destination=org.freedesktop.DBus serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1326. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/desktop/lipstick-jolla-home/'"
  1327. method return time=1741087894.782538 sender=org.freedesktop.DBus -> destination=:1.92 serial=10 reply_serial=9
  1328. signal time=1741087894.944214 sender=org.freedesktop.DBus -> destination=:1.92 serial=11 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1329. string ":1.92"
  1330. signal time=1741087894.944444 sender=org.freedesktop.DBus -> destination=(null destination) serial=125 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1331. string ":1.92"
  1332. string ":1.92"
  1333. string ""
  1334. signal time=1741087894.944595 sender=org.freedesktop.DBus -> destination=:1.91 serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1335. string ":1.91"
  1336. signal time=1741087894.944696 sender=org.freedesktop.DBus -> destination=(null destination) serial=126 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1337. string ":1.91"
  1338. string ":1.91"
  1339. string ""
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349. method call time=1741087905.158620 sender=:1.98 -> destination=ru.auroraos.ScreenGrab1 serial=72 path=/ru/auroraos/ScreenGrab1/Service; interface=ru.auroraos.ScreenGrab1.Service; member=RequestCapture
  1350. object path "/ru/auroraos/ScreenGrab1/Client"
  1351. array [
  1352. dict entry(
  1353. string "scale"
  1354. variant double 0.5
  1355. )
  1356. ]
  1357. method call time=1741087905.161615 sender=:1.100 -> destination=org.freedesktop.DBus serial=37 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetConnectionUnixProcessID
  1358. string ":1.98"
  1359. method return time=1741087905.163440 sender=org.freedesktop.DBus -> destination=:1.100 serial=8 reply_serial=37
  1360. uint32 3814
  1361. method call time=1741087905.165622 sender=:1.100 -> destination=org.freedesktop.DBus serial=38 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1362. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1363. method call time=1741087905.184285 sender=:1.101 -> destination=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1364. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/coderus/screencast/'"
  1365. method return time=1741087905.184434 sender=org.freedesktop.DBus -> destination=:1.101 serial=5 reply_serial=4
  1366. method call time=1741087905.184493 sender=:1.101 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch
  1367. string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/coderus/screencast/'"
  1368. method return time=1741087905.184580 sender=org.freedesktop.DBus -> destination=:1.101 serial=6 reply_serial=5
  1369. method call time=1741087905.184635 sender=:1.100 -> destination=org.freedesktop.DBus serial=39 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1370. string "type='signal',sender=':1.98',path='/ru/auroraos/ScreenGrab1/Client',interface='ru.auroraos.ScreenGrab1.Client',member='Stop'"
  1371. method call time=1741087905.185053 sender=:1.100 -> destination=org.freedesktop.DBus serial=40 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch
  1372. string "type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.98'"
  1373. method call time=1741087905.185152 sender=:1.100 -> destination=org.freedesktop.DBus serial=41 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
  1374. string ":1.98"
  1375. method return time=1741087905.185230 sender=org.freedesktop.DBus -> destination=:1.100 serial=9 reply_serial=41
  1376. string ":1.98"
  1377. method return time=1741087905.189462 sender=:1.100 -> destination=:1.98 serial=42 reply_serial=72
  1378. signal time=1741087905.472347 sender=org.freedesktop.DBus -> destination=:1.98 serial=49 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1379. string ":1.98"
  1380. signal time=1741087905.473943 sender=org.freedesktop.DBus -> destination=(null destination) serial=10 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1381. string ":1.98"
  1382. string ":1.98"
  1383. string ""
  1384. signal time=1741087905.477617 sender=org.freedesktop.DBus -> destination=:1.99 serial=8 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1385. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1386. signal time=1741087905.480159 sender=org.freedesktop.DBus -> destination=(null destination) serial=111 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1387. string "org.sailfishos.coveraction.ru.auroraos.ScreenGrab.pid35.id1"
  1388. string ":1.99"
  1389. string ""
  1390. signal time=1741087905.481579 sender=org.freedesktop.DBus -> destination=:1.99 serial=9 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
  1391. string ":1.99"
  1392. signal time=1741087905.482251 sender=org.freedesktop.DBus -> destination=(null destination) serial=127 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
  1393. string ":1.99"
  1394. string ":1.99"
  1395. string ""
  1396. signal time=1741087905.484601 sender=:1.27 -> destination=(null destination) serial=175 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowProcessIdChanged
  1397. int32 0
  1398. signal time=1741087905.485569 sender=:1.27 -> destination=(null destination) serial=176 path=/; interface=org.nemomobile.compositor; member=privateTopmostWindowPolicyApplicationIdChanged
  1399. string "none"
  1400. signal time=1741087905.486443 sender=:1.27 -> destination=(null destination) serial=177 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1401. int32 1
  1402. signal time=1741087905.487337 sender=:1.27 -> destination=(null destination) serial=178 path=/com/jolla/lipstick; interface=com.jolla.lipstick; member=coverstatus
  1403. int32 2
  1404. method call time=1741087905.553595 sender=:1.100 -> destination=:1.98 serial=43 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1405. int32 0
  1406. int32 0
  1407. int32 360
  1408. int32 720
  1409. int32 1440
  1410. int32 0
  1411. error time=1741087905.553783 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=43
  1412. string "The name :1.98 was not provided by any .service files"
  1413. method call time=1741087905.553965 sender=:1.27 -> destination=ru.omp.RuntimeManager serial=179 path=/ru/omp/RuntimeManager/WindowManagement1; interface=ru.omp.RuntimeManager.WindowManagement1; member=UpdateWindowStatus
  1414. string ""
  1415. int32 0
  1416. int32 1
  1417. int32 1
  1418. error time=1741087905.556423 sender=:1.34 -> destination=:1.27 error_name=org.freedesktop.DBus.Error.Failed reply_serial=179
  1419. string "Application not running: "
  1420. method call time=1741087905.631732 sender=:1.100 -> destination=:1.98 serial=44 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1421. int32 0
  1422. int32 0
  1423. int32 360
  1424. int32 720
  1425. int32 1440
  1426. int32 0
  1427. error time=1741087905.631961 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=44
  1428. string "The name :1.98 was not provided by any .service files"
  1429. method call time=1741087905.795734 sender=:1.100 -> destination=:1.98 serial=45 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1430. int32 0
  1431. int32 0
  1432. int32 360
  1433. int32 720
  1434. int32 1440
  1435. int32 0
  1436. error time=1741087905.801499 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=45
  1437. string "The name :1.98 was not provided by any .service files"
  1438. method call time=1741087905.877379 sender=:1.100 -> destination=:1.98 serial=46 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1439. int32 0
  1440. int32 0
  1441. int32 360
  1442. int32 720
  1443. int32 1440
  1444. int32 0
  1445. error time=1741087905.877563 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=46
  1446. string "The name :1.98 was not provided by any .service files"
  1447. method call time=1741087905.993153 sender=:1.100 -> destination=:1.98 serial=47 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1448. int32 0
  1449. int32 0
  1450. int32 360
  1451. int32 720
  1452. int32 1440
  1453. int32 0
  1454. error time=1741087905.993415 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=47
  1455. string "The name :1.98 was not provided by any .service files"
  1456. method call time=1741087906.109027 sender=:1.100 -> destination=:1.98 serial=48 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1457. int32 0
  1458. int32 0
  1459. int32 360
  1460. int32 720
  1461. int32 1440
  1462. int32 0
  1463. error time=1741087906.109195 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=48
  1464. string "The name :1.98 was not provided by any .service files"
  1465. method call time=1741087906.190326 sender=:1.100 -> destination=:1.98 serial=49 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1466. int32 0
  1467. int32 0
  1468. int32 360
  1469. int32 720
  1470. int32 1440
  1471. int32 0
  1472. error time=1741087906.190579 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=49
  1473. string "The name :1.98 was not provided by any .service files"
  1474. method call time=1741087906.289828 sender=:1.100 -> destination=:1.98 serial=50 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1475. int32 0
  1476. int32 0
  1477. int32 360
  1478. int32 720
  1479. int32 1440
  1480. int32 0
  1481. error time=1741087906.290061 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=50
  1482. string "The name :1.98 was not provided by any .service files"
  1483. method call time=1741087906.411777 sender=:1.100 -> destination=:1.98 serial=51 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1484. int32 0
  1485. int32 0
  1486. int32 360
  1487. int32 720
  1488. int32 1440
  1489. int32 0
  1490. error time=1741087906.412027 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=51
  1491. string "The name :1.98 was not provided by any .service files"
  1492. method call time=1741087906.521937 sender=:1.100 -> destination=:1.98 serial=52 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1493. int32 0
  1494. int32 0
  1495. int32 360
  1496. int32 720
  1497. int32 1440
  1498. int32 0
  1499. error time=1741087906.522079 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=52
  1500. string "The name :1.98 was not provided by any .service files"
  1501. method call time=1741087906.620689 sender=:1.100 -> destination=:1.98 serial=53 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1502. int32 0
  1503. int32 0
  1504. int32 360
  1505. int32 720
  1506. int32 1440
  1507. int32 0
  1508. error time=1741087906.620823 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=53
  1509. string "The name :1.98 was not provided by any .service files"
  1510. method call time=1741087906.741505 sender=:1.100 -> destination=:1.98 serial=54 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1511. int32 0
  1512. int32 0
  1513. int32 360
  1514. int32 720
  1515. int32 1440
  1516. int32 0
  1517. error time=1741087906.741660 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=54
  1518. string "The name :1.98 was not provided by any .service files"
  1519. method call time=1741087908.553346 sender=:1.100 -> destination=:1.98 serial=55 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1520. int32 0
  1521. int32 0
  1522. int32 360
  1523. int32 720
  1524. int32 1440
  1525. int32 0
  1526. error time=1741087908.553511 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=55
  1527. string "The name :1.98 was not provided by any .service files"
  1528. method call time=1741087908.649742 sender=:1.100 -> destination=:1.98 serial=56 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1529. int32 0
  1530. int32 0
  1531. int32 360
  1532. int32 720
  1533. int32 1440
  1534. int32 0
  1535. error time=1741087908.649973 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=56
  1536. string "The name :1.98 was not provided by any .service files"
  1537. method call time=1741087908.785329 sender=:1.100 -> destination=:1.98 serial=57 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1538. int32 0
  1539. int32 0
  1540. int32 360
  1541. int32 720
  1542. int32 1440
  1543. int32 0
  1544. error time=1741087908.785582 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=57
  1545. string "The name :1.98 was not provided by any .service files"
  1546. method call time=1741087908.907683 sender=:1.100 -> destination=:1.98 serial=58 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1547. int32 0
  1548. int32 0
  1549. int32 360
  1550. int32 720
  1551. int32 1440
  1552. int32 0
  1553. error time=1741087908.907939 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=58
  1554. string "The name :1.98 was not provided by any .service files"
  1555. method call time=1741087912.041274 sender=:1.100 -> destination=:1.98 serial=59 path=/ru/auroraos/ScreenGrab1/Client; interface=ru.auroraos.ScreenGrab1.Client; member=CreateBuffer
  1556. int32 0
  1557. int32 0
  1558. int32 360
  1559. int32 720
  1560. int32 1440
  1561. int32 0
  1562. error time=1741087912.041465 sender=org.freedesktop.DBus -> destination=:1.100 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=59
  1563. string "The name :1.98 was not provided by any .service files"
  1564. ^C
  1565. [defaultuser@R570E ~]$ Connection to 192.168.1.58 closed by remote host.
  1566. Connection to 192.168.1.58 closed.
  1567.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement