mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: stub out proxy source
The goal for this (which is unfinished) is to setup a dbus proxy to the peer. That can be reused for both gtk and mutter, if configured correctly. We'll likely need to allow some specific config tweaks in the UI.
This commit is contained in:
@ -4,6 +4,13 @@
|
||||
<object class="SysprofCpuAid" id="cpu_aid"/>
|
||||
<object class="SysprofMemoryAid" id="memory_aid"/>
|
||||
<object class="SysprofCallgraphAid" id="callgraph_aid"/>
|
||||
<object class="SysprofProxyAid" id="mutter_aid">
|
||||
<property name="object-path">/org/gnome/Sysprof3/Profiler</property>
|
||||
<property name="bus-type">session</property>
|
||||
<property name="bus-name">org.gnome.Mutter</property>
|
||||
<property name="display-name">Display Compositor</property>
|
||||
<property name="icon-name">org.gnome.Sysprof-symbolic</property>
|
||||
</object>
|
||||
<template class="SysprofProfilerAssistant" parent="GtkBin">
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
@ -66,6 +73,12 @@
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="SysprofAidIcon">
|
||||
<property name="aid">mutter_aid</property>
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="column">center</property>
|
||||
|
||||
Reference in New Issue
Block a user