Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/gnome-shell-extension-panel-osd/commit/60eff04489517df7c1436bbf39069ec12ef45a23?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
14 additions and
1 deletions
data/panel-osd-settings.ui
@ -15,6 +15,8 @@
<object class="GtkBox" id="main-widget">
<object class="GtkBox" id="main-widget">
<property name="height_request">1</property>
<property name="height_request">1</property>
<property name="can_focus">False</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<property name="orientation">vertical</property>
<child>
<child>
<object class="GtkLabel" id="label-x-pos">
<object class="GtkLabel" id="label-x-pos">
@ -29,7 +31,7 @@
</object>
</object>
<packing>
<packing>
<property name="expand">False</property>
<property name="expand">False</property>
<property name="fill">Tru e</property>
<property name="fill">Fals e</property>
<property name="position">0</property>
<property name="position">0</property>
</packing>
</packing>
</child>
</child>
@ -210,5 +212,16 @@
<property name="position">6</property>
<property name="position">6</property>
</packing>
</packing>
</child>
</child>
<child>
<object class="GtkSeparator" id="separator3">
<property name="visible">True</property>
<property name="can_focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">7</property>
</packing>
</child>
</object>
</object>
</interface>
</interface>