-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Fedora Support #41
Comments
Unfortunately I did not test the theme on distros that were not ubuntu derivatives hoping that issues like this one will appear to know which distros people are using Matter with. Fedora is one of the distros I did not try Matter on 😅. |
I found out that there is no folder grub. There is only a folder called grub2. Can i use this folder to put the Matter inside? The Grub 2 Folder has a folder called themes. |
While you could drop the In https://github.com/mateosss/matter/#what-does-matter-do-to-my-system-files it is explained what files matter needs to touch, in theory, if every file has the same structure as an ubuntu derivative, it should be a matter (pun intended as always) of replacing some paths. If you feel comfortable with grub config files you could try it out, if not I will eventually install fedora in a vm and try to make it work. |
Okay, here is what i did so far:
I only have the colors now. The font is not applying and the resolution isn't too. The folder structure is different.
;) |
Great! It helps me as well.
|
Finally I got some time to work on this. For it to work, you should: (tested on a Fedora 32 virtualbox machine)
And now, you should be able to install Matter as usual. Also My main concerns are if this version works on EFI environments as the virtual machine was not. In any case, I uploaded this Fedora support release, could you try it out @congomonster? |
I merged the I will rename this issue to be the main one related to supporting Fedora. |
Can't get it to work on an EFI system following the instructions. I'll dig deeper to see what I can do. |
Got it partially working (only Fedora icon showing up) by setting |
Great! what did you do for it to work on EFI? |
Hi,
i downloaded matter and try to run the script. I'm on Fedora. I have this error:
I] [MATTER GRUB THEME]
[I] Argument -i required. Which icons go to which grub entries?.
[I] Your grub entries are:
Traceback (most recent call last):
File "./matter.py", line 715, in
do_preinstall_hint()
File "./matter.py", line 470, in do_preinstall_hint
do_list_grub_cfg_entries()
File "./matter.py", line 517, in do_list_grub_cfg_entries
with open(GRUB_CFG_PATH, "r", newline="") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/boot/grub/grub.cfg'
The text was updated successfully, but these errors were encountered: