Hi. Im wondering if someone can make a port of this for EndeavourOS? Even with just a title name change or something.
It would greatly help me in my quest to have a driver manager GUI.
No one else has to use or implement it if they don’t want to but I really want my OS set up with it.
Hello. Yeah I know but I’m an ocd guy and perfectionist so just would be good to have the proper naming.
And if that distro or it’s git maintainers stop then the package will be useless relying on them
So would appreciate if someone could help port it for me
If all you’re wanting to do is change the name, it’s pretty easy to do. Download the repo, run makepkg and test the install. After that, do a text search for references to garuda and replace it with EOS. Should be easy enough for you to do. Post here if you get stuck and I’m sure people would be willing to help if you put in a little effort yourself.
I just tried that. I changed the labelheader=Garuda Settings parameter to what I wanted. But when I run makepkg -si it just installs there version from their git and completely ignores my build
EDIT:
I was able to compile the Manjaro Settings one with my edits…but nothing shows up in the sub menus of the app - click on hardware configuration, and nothing shows up, same as in all the other sub menus…so it has to be compiled using the garuda one
I might be way off with this as my coding knowledge sucks . But manjaro uses MHWD to install/uninstall drivers etc so that may need to be changed as EOS doesn’t use that implementation
Don’t use Manjaro’s mhwd to install drivers on anything other than Manjaro - it won’t work.
You are just about to break your installation.
Are you asking how to port Manjaro’s mhwd to Arch? That seems like a rather large, ambiguous, and difficult question to answer, involving a lot of low-level system and programming detail.
I’d recommend you get used to how the distro currently works before trying to change it into another distro.
I guess before we all get too carried away, let’s start at the beginning: Why do you want garuda-settings-manager? What features of it are you looking to use?
You are incorrect.
I just installed my NVIDIA drivers through my custom made app.
And im typing on the OS now after it.
Also even the garuda settings aur/git repo uses the MHWD as a dependency for it:
@librewish forked most of the majaro “goodies” over to arch. Although probably easier just to add the chaotic aur repo to your install and get the packages that way. They get rebuilt daily I believe.
So basically you want to fork Garuda’s tools and replace the distro name with EnOS.
Easy enough to do - clone the repos, do a search-and-replace, recompile. It’s not really a very nice thing to do given you’re using someone else’s work and it would be better to give credit where credit is due, but there’s nothing stopping you.