Fabian Sauter
Fabian Sauter
Ah, thanks for reporting! Installing conan as follows should fix the issue for now: ```bash pip install --user conan==1.59.0 ```
You need to call `MainWindow::show_nfc_card_detection();`. https://github.com/Jutta-Proto/gtk-ui/blob/d53f559c85e3346bf5d3142ff988deb408027772/src/ui/windows/MainWindow.hpp#L55 I would go into `CoffeeSelectionWidget.{cpp, hpp}`. There look at how `edit_custom_coffee_clicked` is implemented via signals. I would create a new signal that triggers once...
I updated all README.md files accordingly. I will keep this issue open until I come around updating conan for it.
The NFC card reader flow is as follows: 1. User places its card on the reader. 2. The reader reads the card and sends the number as simple keyboard input...
Aha! Now it makes sense. I will try to reply tomorrow once I'm back from work again.
OK here is how I would do it: 1. Remove all existing occurrences (calls) of `show_nfc_card_detection();` inside `MainWindow.cpp` 2. Create a new event inside `CoffeeSelectionWidget.{cpp, hpp}` that forwards call to...
I run into the same error as you. The problem is as follows: 1. During compose you install `akmod-nvidia`. 2. `akmod-nvidia` will run as part of the `%post` section during...
Here is a fixed RPM that works during `rpm-ostree compose`: https://github.com/COM8/nvidia-kmod
@travier I'm fine with closing this, but this is not the point. The point is, you define something as `Requires` or even `Requires(post)` in an RPM spec. Then, inside the...
Things are installed on the system if you specify them via `Requires(post)` or `Requires` before your package. But I suspect the RPM database is not yet updated when the `%post`...