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/blame/commit/6cab93b472821b7b382e1408aa543d2334b017bd/data/org.gnome.shell.extensions.panel-osd.gschema.xml.in You should set ROOT_URL correctly, otherwise the web may not work correctly.
gnome-shell-extension-panel.../data/org.gnome.shell.extensions....

13 lines
458 B

<schemalist gettext-domain="gnome-shell-extension-panel-osd">
<schema id="org.gnome.shell.extensions.panel-osd" path="/org/gnome/shell/extensions/panel-osd/">
<key name="x-pos" type="d">
<default>50.0</default>
<_summary>Horizontal position of notification.</_summary>
</key>
<key name="y-pos" type="d">
<default>0.0</default>
<_summary>Vertical position of notification.</_summary>
</key>
</schema>
</schemalist>