kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
22.13k stars 907 forks source link

DBus; "the name is not activatable" error on startup #7344

Closed jlo62 closed 1 month ago

jlo62 commented 1 month ago

Describe the bug On startup, I get this Error [105 21:46:19.933751] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable

Environment details

Linux ArchLinux 6.8.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Apr 2024 14:42:24 +0000 x86_64
Arch Linux 6.8.6-arch1-1 (/dev/tty)

DISTRIB_ID="Arch"
DISTRIB_RELEASE="rolling"
DISTRIB_DESCRIPTION="Arch Linux"
Running under: Wayland
Frozen: False
Paths:
  kitty: /usr/bin/kitty
  base dir: /usr/lib/kitty
  extensions dir: /usr/lib/kitty/kitty
  system shell: /usr/bin/zsh
Loaded config files:
  /home/janluca/.config/kitty/kitty.conf

Config options different from defaults:
cursor_blink_interval 0.0
enable_audio_bell     False
font_size             15.0
notify_on_cmd_finish  NotifyOnCmdFinish(when='invisible', duration=60.0, action='notify', cmdline=())
repaint_delay         6
scrollback_lines      10000
shell_integration     frozenset({'no-cursor'})
Colors:
    background            #04232a   
    color0                #04232a   
    color1                #dc322f   
    color10               #9fb700   
    color11               #d9a400   
    color12               #4ba1de   
    color13               #dc619d   
    color14               #32c1b6   
    color2                #859900   
    color3                #b58900   
    color4                #268bd2   
    color5                #d33682   
    color6                #2aa198   
    color7                #eee8d5   
    color9                #e35f5c   
    foreground            #839496   

Important environment variables seen by the kitty process:
    PATH                                /usr/local/bin:/usr/bin
    LANG                                en_US.UTF-8
    VISUAL                              micro
    EDITOR                              micro
    SHELL                               /usr/bin/zsh
    DISPLAY                             :0
    WAYLAND_DISPLAY                     wayland-1
    USER                                janluca
    XCURSOR_SIZE                        24
    XDG_SESSION_TYPE                    wayland
    XDG_RUNTIME_DIR                     /run/user/1000
    XDG_CURRENT_DESKTOP                 sway
kovidgoyal commented 1 month ago

You have a broken DBUS installation on your system. Fix it. Or ignore the erorr it's not critical.