Skip to content
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

Text on MINEGRUB doesn't changed, after restart #44

Closed
Devious3901 opened this issue Oct 14, 2023 · 3 comments
Closed

Text on MINEGRUB doesn't changed, after restart #44

Devious3901 opened this issue Oct 14, 2023 · 3 comments

Comments

@Devious3901
Copy link

Hi that mean, that text "Im using arch btw"
after im restarting my pc
I see that assets dir have file with this random text, but its still only "im using arch btw"
Btw i didn't see smth about this file, and i how to randomise this. Help me

@Lxtharia
Copy link
Owner

the update_theme.py script will manually pick a random line from that file and apply it. The trick is to run it automatically, either by copying the systemd service or by adding a command to cron
with sudo crontab -e
and add something like @reboot python /boot/grub/themes/minegrub/update_theme.py
you can run that command manually (as root) too ofc, and see if something goes wrong

If the Readme is confusing, I would be very happy about feedback!

@Devious3901
Copy link
Author

the update_theme.py script will manually pick a random line from that file and apply it. The trick is to run it automatically, either by copying the systemd service or by adding a command to cron
with sudo crontab -e
and add something like @reboot python /boot/grub/themes/minegrub/update_theme.py
you can run that command manually (as root) too ofc, and see if something goes wrong

If the Readme is confusing, I would be very happy about feedback!

Ok, thx. But if i use minegrub for Ventoy, this still not work. Like im just copy all files with pic, etc. I need install python script for it, or it cant don't work anymore?

@Lxtharia
Copy link
Owner

I don't know where the themes for ventoy are stored, but if they are on a removable drive, the python script needs to run the script in the directory of ventoys minegrub theme. So whatever distro you boot needs to run the script in that folder. Have you tried it manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants