Commit f0faacb
committed
fix(snap): Fix zenity part not buildable due to unavailable stage snap
The fixes the following build failure:
```text
Pulling zenity-integration
Error downloading snap 'zenity-integration' from channel 'latest/stable'.
```
This is due to the fact that the snap is based on core22, but [the zenity-integration stage snap only supports core18](https://forum.snapcraft.io/t/the-zenity-integration-stage-snap/10870):
```text
$ snap info zenity-integration --verbose | grep ^base:
base: core18
```
We should fall back to [the generic approach](https://forum.snapcraft.io/t/support-presenting-gui-dialogs-using-zenity/41218) until the situation is improved.
Fixes #12.
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>1 parent 9e3f7f8 commit f0faacb
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
166 | 175 | | |
167 | 176 | | |
168 | 177 | | |
| |||
0 commit comments