We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494cc14 commit d0a8d3cCopy full SHA for d0a8d3c
src/detection/terminalfont/terminalfont_linux.c
@@ -146,7 +146,10 @@ static void detectXFCETerminal(FFTerminalFontResult* terminalFont)
146
}
147
148
if (!configFound)
149
+ {
150
ffStrbufSetStatic(&terminalFont->error, "Couldn't find xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml or xfce4/terminal/terminalrc");
151
+ return;
152
+ }
153
154
if(useSysFont.length == 0 || ffStrbufIgnCaseCompS(&useSysFont, "false") == 0)
155
{
0 commit comments