goldwarden icon indicating copy to clipboard operation
goldwarden copied to clipboard

I can't setup polkit on nixOS

Open ruizlenato opened this issue 1 year ago • 1 comments

image After I enter the password, this error occurs:

panic: exit status 1

goroutine 1 [running]:
github.com/quexten/goldwarden/cli/cmd.setupPolkit()
	github.com/quexten/goldwarden/cli/cmd/setup_linux.go:49 +0x44e
github.com/quexten/goldwarden/cli/cmd.init.func24(0xc0000e5300?, {0x973f68?, 0x4?, 0x973e30?})
	github.com/quexten/goldwarden/cli/cmd/setup_linux.go:81 +0xf
github.com/spf13/cobra.(*Command).execute(0xd594a0, {0xdb6aa0, 0x0, 0x0})
	github.com/spf13/[email protected]/command.go:989 +0xa91
github.com/spf13/cobra.(*Command).ExecuteC(0xd58080)
	github.com/spf13/[email protected]/command.go:1117 +0x3ff
github.com/spf13/cobra.(*Command).Execute(...)
	github.com/spf13/[email protected]/command.go:1041
github.com/quexten/goldwarden/cli/cmd.Execute({{0x0, 0x0}, 0x0, {0xc00002ee70, 0x2f}, 0x0, 0x0, {0x0, 0x0}, {0x0, ...}, ...})
	github.com/quexten/goldwarden/cli/cmd/root.go:29 +0xe6
main.main()
	github.com/quexten/goldwarden/main.go:54 +0x618

ruizlenato avatar Jan 05 '25 01:01 ruizlenato

How did you install it? by adding it to your packages (environment. or home.)? or using programs.goldwarden.enable?

I had to use the latter: https://github.com/quexten/goldwarden/issues/138#issuecomment-2566371742

dibenzepin avatar Jan 10 '25 14:01 dibenzepin