-
-
Notifications
You must be signed in to change notification settings - Fork 637
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
General description of bug:
- What happened: Xfce developers rewrote the configuration manager for the terminal,
terminalrcis now obsolete and no longer used byxfce4-terminal. - What should happen: The terminal font line should get pulled from
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xmlinstead. - Did it work in an older version: It should work with a version of
xfce4-terminalolder than 1.1.0 - Where did you get the binary: Arch Linux repositories
- Does this issue still occurs in the latest dev build? yes
Often helpful information:
The content of the configuration file you use (if any)
// ~/.config/fastfetch/config.jsonc
// See https://github.com/fastfetch-cli/fastfetch/wiki/Configuration for more details
// See *.jsonc in https://github.com/fastfetch-cli/fastfetch/tree/dev/presets/examples for more examples
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 2
}
},
"display": {
"percentType": 9 // colored percent number
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
// "cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"disk",
"battery",
"poweradapter",
"locale",
"break",
"colors"
]
}
Output of env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false:
...
Terminal Font: Couldn't find FontName in .config/xfce4/terminal/terminalrc
...
Output of fastfetch --list-features:
threads
libpci
vulkan
wayland
xcb-randr
xcb
xrandr
x11
gio
dconf
dbus
imagemagick7
chafa
zlib
xfconf
egl
glx
osmesa
opencl
libpulse
libnm
libddcutil
Directx Headers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working