Closed teto closed 9 months ago
Have you tried the lastest commit? Works on my end
Can confirm that this problem doesn't exist in 0.10.0
Is this still an issue?
Working fine on my end
I've just updated locally the nix package from 0.9 to 0.10 and it worked ty.
@ErikReider the granite dependency is a package from the pantheon project right ? If you wanna have a look https://github.com/NixOS/nixpkgs/pull/290627 I had to add sassc which seems like a new dependency
@ErikReider the granite dependency is a package from the pantheon project right ?
Yep. It's a neat GTK lib :)
If you wanna have a look NixOS/nixpkgs#290627 I had to add sassc which seems like a new dependency
Awesome! Thanks for maintaining the nix pkg :)
@ErikReider What are granite and gvfs needed for? And they are runtime dependencies and not buildtime right?
Please read through the README and the Man pages before submitting Please also make sure that there isn't any prior issue describing this bug
Describe the bug
I am trying to achieve https://github.com/ErikReider/SwayNotificationCenter/issues/323, i.e. copying the content of the notification on click. For some reason it didn't work so I tried to debug the env via:
but this triggers:
while I can copy the command in shell just fine. Could it be some parsing issue ?
Expected behavior A clear and concise description of what you expected to happen.
Please provide logs if you're experiencing notification errors / bugs
Attach Gists for swaync logs by running
G_MESSAGES_DEBUG=all swaync
and (if applicable) application logs.Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.