-
Hello. Is there a plan to provide distribution version with xfce as wm? I could not find third party installer script. Tried to install MC (midnight commander) using compile, but it could not download source for MC. Probably old recipe? Can compile use some sort of version independent recipe? It would be great if apt, or dnf, or pacman could be used. Also is there support for appimage and flatpaks? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Technically, binary packages are fully supported. But we do not offer a repo with pre-build packages atm.
Atm the plan is to stick to awesomewm. The xfce recipes would have to be brought into shape. PRs are very welcome.
Please try this and report back whether it works: https://github.com/gobolinux/ThirdPartyInstallers
Thanks for reporting, I'll look to bring our MC recipe up-to-date:)
How would you imagine that to work?
Appimages are supported, but no flatpacks atm. Alternatively you could use https://github.com/xplshn/dbin |
Beta Was this translation helpful? Give feedback.
-
Perhaps we could distribute a few binaries on github? For instance dbojan requested XFCE. I think
Then at the least dbojan's use case would be covered for now. I am not sure whether Nuc1eoN
MC tarballs can be found here: https://ftp.osuosl.org/pub/midnightcommander/?C=M;O=D Latest one is: https://ftp.osuosl.org/pub/midnightcommander/mc-4.8.33.tar.xz The GoboLinux MC recipes indeed appear to be a bit outdated: https://github.com/gobolinux/Recipes/tree/master/MC Latest one there is 4.8.25 though. I had a look at the URL: https://github.com/gobolinux/Recipes/blob/master/MC/4.8.25/Recipe Indeed: url="http://www.midnight-commander.org/downloads/mc-4.8.25.tar.xz" You can probably try to update the recipe for now by yourself, using https://ftp.osuosl.org/pub/midnightcommander/mc-4.8.33.tar.xz Unfortunately I forgot how to do so myself; MakeRecipe? UpdateRecipe? (I could try, but I am waiting for the new gobo release; I am quite ok-ish
I think you mean so that a new release can be automatically updated? Personally I think just updating the URL is easier, but I understand what Writing a parser for websites is not so difficult. The way how my dumb scripts You could also give it a try if you have time and want to, to update the recipe (Of course plan B is to automatically update every gobolinux package, even
Understandable. Pacman was not so difficult to compile back when I tried it. https://gitlab.archlinux.org/pacman/pacman (Edit: We seem to not have any recipe for pacman yet: Setting it up may be a bit harder though. I don't know it very well myself, TL;DR: We should probably update the mc recipe. |
Beta Was this translation helpful? Give feedback.
-
Hi @dbojan I have updated the MC recipe for you in gobolinux/Recipes@360f3a3 You should be able to get it installed now via I'd be happy for feedback. |
Beta Was this translation helpful? Give feedback.
Hi @dbojan I have updated the MC recipe for you in gobolinux/Recipes@360f3a3
You should be able to get it installed now via
sudo Compile MC
. Make sure to install theSlang
dependency when prompted.I'd be happy for feedback.