Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/kbfx/commit/32bc4202791453c8b063881c5ba34ed2734525a0?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
14 additions and
0 deletions
@ -9,6 +9,20 @@
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # c h e c k f o r g c c v i s i b i l i t y s u p p o r t # # # # # # # # #
# F I X M E
# T h i s s h o u l d c h e c k f o r [ T ] Q t 3 v i s i b i l i t y s u p p o r t
if ( WITH_GCC_VISIBILITY )
if ( NOT UNIX )
tde_message_fatal ( FATAL_ERROR "\ngcc visibility support was requested, but your system is not *NIX" )
endif ( NOT UNIX )
set ( __KDE_HAVE_GCC_VISIBILITY 1 )
set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden" )
set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden" )
endif ( )
if ( BUILD_TRANSLATIONS AND NOT DEFINED MSGFMT_EXECUTABLE )
if ( BUILD_TRANSLATIONS AND NOT DEFINED MSGFMT_EXECUTABLE )
find_program ( MSGFMT_EXECUTABLE msgfmt )
find_program ( MSGFMT_EXECUTABLE msgfmt )
if ( NOT MSGFMT_EXECUTABLE )
if ( NOT MSGFMT_EXECUTABLE )