Skip to content

Commit 3d56554

Browse files
authored
Merge branch 'rmcrackan:master' into master
2 parents 471fd1e + f720127 commit 3d56554

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Source/LibationWinForms/Form1.QuickFilters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private void addQuickFilterBtn_Click(object sender, EventArgs e)
5757
private void productsDisplay_InitialLoaded(object sender, EventArgs e)
5858
{
5959
if (QuickFilters.UseDefault)
60-
performFilter(QuickFilters.Filters.FirstOrDefault().Filter);
60+
performFilter(QuickFilters.Filters.FirstOrDefault()?.Filter ?? "");
6161
}
6262
}
6363
}

docs/installation/linux.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ sudo dnf5 install ./libation.rpm
3131

3232
---
3333

34+
### AppImage
35+
36+
- Install via [AppMan](https://github.com/ivan-hc/AppMan) (rootless)
37+
```bash
38+
appman -i libation
39+
```
40+
- Install via [AM](https://github.com/ivan-hc/AM)
41+
```bash
42+
am -i libation
43+
```
44+
Thanks to Package Forge dev [Samuel](https://github.com/Samueru-sama) for [AppImage](https://github.com/pkgforge-dev/Libation-AppImage) maintenence.
45+
3446
### Arch Linux
3547

3648
```bash
@@ -76,6 +88,7 @@ Pacstall is the AUR Ubuntu wishes it had. It takes the concept of the AUR and pu
7688
```bash
7789
pacstall -I libation-deb
7890
```
91+
Thanks to [Tobias Heinlein](https://github.com/niontrix) for Pacstall package maintenance.
7992

8093
---
8194

0 commit comments

Comments
 (0)