meator
meator
Use `--display-binary` to display both name and binary name.
I've made the commit message clearer. I've also added a check that increases `STEP_COUNT` by one when the `-S` option is used.
Here is a more `grep` friendly version (beware, CRLF): [data.txt](https://github.com/void-linux/void-packages/files/9291348/data.txt)
Here is the same data with added `maintainer`: [data.txt](https://github.com/void-linux/void-packages/files/9332966/data.txt) [data.json](https://github.com/void-linux/void-packages/files/9332967/data.json.txt)
Repology is great but they (I think) don't include the distfiles which are the main problem. I've included the same link to my first comment.
`btrfs-assistant` works fine on my machine. What's the difference between `btrfs-assistant` and `btrfs-assistant-bin`? They seem to launch the same program, but `btrfs-assistant-bin` prints: ``` QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to...
Oh, that makes sense. It's weird that `pkexec` in `btrfs-assistant-launcher` somehow breaks Qt.
But other than that it's working. I use `btrfs` and `snapper` on my system and `btrfs-assistant` can manage everything.
> Does `btrfs-assistant-launcher` work without `sudo`? As tranzystorek-io pointed out, `btrfs-assistant-launcher` is just ```sh #!/usr/bin/env bash pkexec btrfs-assistant --xdg-desktop=$XDG_CURRENT_DESKTOP ``` It uses `pkexec` for privilege escalation when run without `sudo`...
Sorry, I'm probably just creating confusion. This has to be an error on my part. `/usr/share/polkit-1/actions/org.btrfs-assistant.pkexec.policy` has ```xml true ``` so the `$DISPLAY` environment variable should be retained. My polkit...