oklopfer
oklopfer
> Found mine "192.168.240.1" no errors on script but no wifi either same here except getting still getting errors on the script :(
this is partially true. CARCH is already known by this point to the script - but because we are putting that source into a subshell, it is losing the CARCH....
https://github.com/pacstall/pacstall/pull/1047 should fix this issue, but it will be a little bit before it releases fully. thanks for finding the exact cause, it made finding a solution much easier!
> I have canceled my branch.. it has canceled all my PR ... > > I don't understand the uninstall error. I suppose the problem is pacdeps should be makepacdeps...
Hey @sharder996 Any news on virtualbox as a backend for arm64 Macs?
> Hello, our current status on this is that we are still waiting for better support from VirtualBox. Admittedly, we haven't gotten around to checking this out again for some...
Just tested the beta5 release and unfortunately the deb still treats Levenshtein as a dependency instead of recommended, so it still does not install correctly on 24.04. ```bash $ sudo...
Built locally and was able to fix it by removing this line: https://github.com/Ulauncher/Ulauncher/blob/2eb7768c47fc25a5eb4f85032512ca9280952825/setup.cfg#L41 now I have: ```bash $ sudo apt install ./dist/ulauncher_6.0.0~beta5_all.deb Reading package lists... Done Building dependency tree... Done...
> Thank you @oklopfer. I guess recommended dependencies are actually treated as normal dependencies then. > > There seems to be flags to ignore recommended dependencies https://askubuntu.com/a/887704 > > This...
install from the new deb works perfectly - thanks for your work and an awesome project!