Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdeartwork/src/commit/9473bca188ee881cb3400af387401a1d45fdf91d/icewm-themes/MenschMaschine/titleIT.xpm
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"2 19 4 1",
|
|
" c #9dc8ff",
|
|
". c #d3ddf0",
|
|
"X c #e0e7f4",
|
|
"o c Gray100",
|
|
/* pixels */
|
|
"..",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
"XX",
|
|
"oo",
|
|
" "
|
|
};
|