Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

cava module fails: Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop

Open i-am-logger opened this issue 1 year ago • 2 comments

[2024-07-08 17:08:43.019] [info] Using configuration file /home/snick/.config/waybar/config [2024-07-08 17:08:43.022] [info] Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop [2024-07-08 17:08:43.022] [info] Using CSS file /home/snick/.config/waybar/style.css [2024-07-08 17:08:43.054] [info] Hyprland IPC starting [2024-07-08 17:08:43.056] [info] Loading persistent workspaces from Hyprland workspace rules error: interrupted by the user fish: Job 1, 'waybar' terminated by signal SIGSEGV (Address boundary error)

image

the configuration used to work until i updated to latest version v0.10.3 configuration:

	"cava": {
		"cava_config": "$XDG_CONFIG_HOME/cava/config",
		 // "format": "  |{}|",
		"framerate": 120,
		"autosens": 1,
		"sensitivity": 1.5,
		"bars": 14,
		"lower_cutoff_freq": 50,
		"higher_cutoff_freq": 15000,
		"hide_on_silence": true,
		"method": "pulse",
		"source": "auto",
		"stereo": false,
		// "reverse": true,
		"bar_delimiter": 0, //124,
		"monstercat": false,
		"waves": false,
		"noise_reduction": 0.77,
		// "input_delay": 2,
		"ascii_max_range": 8,
		// "format-icons": ["▁","▂","▃","▄","▅","▆","▇","█"],
		"format-icons": ["█", "▇", "▆", "▅", "▄", "▃", "▂", "▁"],

		"actions": {
			"on-click-right": "mode"
		}

i-am-logger avatar Jul 08 '24 23:07 i-am-logger

have you been able to find a fix yet? I am having the same issue :(

I am still looking, and if i find one ill try to post it here.

ItsAllPeachy avatar Jul 28 '24 17:07 ItsAllPeachy

no, still crashing when cava plugin is enabled

i-am-logger avatar Jul 29 '24 13:07 i-am-logger

Hi @i-am-logger , @ItsAllPeachy . libcava was synced with cava upstream. At least there was some major issue with pulse input which is solved. Can you update waybar. Make sure libcava-0.10.3 is used. Let me know about results. Thanks

LukashonakV avatar Sep 28 '24 11:09 LukashonakV

Thanks for the pointer to libcava-0.10.3 seems nix's waybar package installs libcava-0.10.1

https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/wa/waybar/package.nix#L76

i-am-logger avatar Oct 01 '24 03:10 i-am-logger

after update libcava to 0.10.3 i get this error:

image

my cava configuration is in ~/.config/cava/config

i-am-logger avatar Oct 01 '24 04:10 i-am-logger

"cava_config": "$XDG_CONFIG_HOME/cava/config",

missed this in the config...all good!

i-am-logger avatar Oct 01 '24 17:10 i-am-logger