Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing after Hyprland config change #5386

Closed
floork opened this issue May 7, 2024 · 1 comment
Closed

Crashing after Hyprland config change #5386

floork opened this issue May 7, 2024 · 1 comment
Labels
bug Something isn't working Wayland

Comments

@floork
Copy link

floork commented May 7, 2024

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

Hyprland v0.40.0

WezTerm version

wezterm 20240506-145255-0b50725f

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

When I am changing something inside my Hyprland config or just save it, Wezterm crashes with this message: running message loop: Protocol error 3 on object xdg_surface@29:

To Reproduce

Change something inside the hyprland.conf , or just save the file

Configuration

local wezterm = require("wezterm")
require("functions")
local config = {}

-- Use config builder if possible
if wezterm.config_builder then
  config = wezterm.config_builder({})
end

-- Configuring the font
config.font = wezterm.font_with_fallback({
  { family = "FiraCode Nerd Font" },
  { family = "Fira Code" },
})
config.color_scheme = "Chameleon (Gogh)"
config.harfbuzz_features = { "calt=0" }  -- disable ligatures
config.warn_about_missing_glyphs = false -- disable warning about missing glyphs

-- Configuring the window
config.window_background_opacity = 0.9

config.scrollback_lines = 10000

config.enable_wayland = true

config.keys = {
  {
    key = "w",
    mods = "SUPER",
    action = wezterm.action.DisableDefaultAssignment,
  },
}

return config

Expected Behavior

No response

Logs

12:28:10.458  WARN   window::os::wayland::connection > Unable to resolve appearance using xdg-desktop-portal: get_appearance.read_setting: Reading xdg-portal org.freedesktop.appearance color-scheme: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop

Anything else?

No response

@floork floork added the bug Something isn't working label May 7, 2024
@wez wez added the Wayland label May 10, 2024
@floork
Copy link
Author

floork commented May 15, 2024

seems to be fixed through hyprland

@floork floork closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Wayland
Projects
None yet
Development

No branches or pull requests

2 participants