Tamim Baschour

Results 9 comments of Tamim Baschour

Yes, there is this https://github.com/archlinux/mkinitcpio/pull/7 (see the discussions and https://github.com/archlinux/mkinitcpio/commit/9c1e0f3dd01151b79e9b557ea8510605616c1369). Basically, mkinitcpio only removes vmlinuz from /boot, if `lib/modules/$kernel/pkgbase` exists and otherwise bails. In those cases the responsibility is left...

I just encountered the same problem. Season numbers do not show up at all. Repro steps: 1. create generic webhook 2. fill in url 3. select `itemAdded` event and itemType...

I tested a bit more and found that this is somehow related to the xdg-desktop-portal. I can run your prebuild appimage with `GTK_USE_PORTAL=0 ./jelly-player_1.0.0_amd64.AppImage` just fine. So I disabled the...

I can't use the deb package since arch is not based an debian and doesn't use deb. What I don't understand though is, why I can use your AppImage, at...

Alright, tried the .deb package, but same thing. I'm on plain archlinux with kde plasma 5.27.6. Default browser is Firefox. How do I get the webview implementation? Wouldn't this be...

Found something. Since I'm using KDE, `XDG_CURRENT_DESKTOP=KDE` is set. Settings this to anything but `KDE` fixes the problem entirely. Not sure what that means or what causes this in the...

I’ve been working on a feature that might go in a similar direction. It flags when packages changed maintainers since the last install/update, so you get a warning before proceeding....

> Would it make sense to try and calculate an estimate "safety rating" based on the information we have on the RPC and display it on the listing. I've been...

> Could also include a regex that detects any "curl a URL and run it" lines in the PKGBUILD and print a warning There are dozens of ways to do...