Skip to content

Update Xfce Terminal Font line #602

@skipster1337

Description

@skipster1337

General description of bug:

  • What happened: Xfce developers rewrote the configuration manager for the terminal, terminalrc is now obsolete and no longer used by xfce4-terminal.
  • What should happen: The terminal font line should get pulled from ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xml instead.
  • Did it work in an older version: It should work with a version of xfce4-terminal older 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions