deter

Results 27 comments of deter

> Weirdly this issues is only present on openSUSE Tumbleweed. I have tested on Arch, Kubuntu, Neon, Fedora, KaOS... None of them had this issue. Only openSUSE Tumbleweed. I have...

I am no python expert but seems simple enough ```python import requests import json list = requests.get("https://raw.githubusercontent.com/turalus/encycloDB/master/Dirty%20Words/DirtyWords.json") list = json.loads(list.text) print(list) ```

I don't know to be honest I want it to be xborders but I can't rename the repository

Yes it would be great if you maintained it! Yes the package version will always be package.txt. But could you rename it xborders naming it xborder was a mistake and...

I mean it's not that big of a deal, xborder-git is fine. But there are some problems with the package ![image](https://user-images.githubusercontent.com/82973108/186479569-da3f09ec-7ce5-43ab-ae19-14ae09aef8a5.png)

Maybe I can do a fix to find version.txt somewhere else, but it would be better to fix the AUR package instead of patch it

Yes can you tell me how to become maintainer of the package?

For version.txt can't we place it in ~/.local/share/xborders and all other files needed?

``` package() { cd xborder mkdir $pkgdir/opt/xborders -p install -Dm644 * $pkgdir/opt/xborders -v printf "#!/bin/sh\npython3 /opt/xborders/xborders \$@\n" >> xborders-ln chmod +x xborders-ln install -Dm+xr xborders-ln "$pkgdir/usr/bin/xborders" } ``` Can we...

I tested it seems fine, only problem would be when I create files in the xborders directory. I only do this for ignoring version update notification, but I can just...