You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I need to set an OS logo by replacing the ArchLinux default logo.
On the Login Manager is possible to do this by settings. For some reasons, I would like to set a different default OS logo directly on the code.
Inside all files at /usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether, despite I changed each values containing archlinux.png with newoslogo.png, the Login Manager continues to keep ArchLinux logo. So, where specifically is the piece of code where the starting OS logo is set?
Because currently, a workaround could be substituting src/img/logos/archlinux.png with the new png file by keeping archlinux filename, but it is greedy solution.
The text was updated successfully, but these errors were encountered:
Hello,
I need to set an OS logo by replacing the ArchLinux default logo.
On the Login Manager is possible to do this by settings. For some reasons, I would like to set a different default OS logo directly on the code.
Inside all files at
/usr/share/lightdm-webkit/themes/lightdm-webkit-theme-aether
, despite I changed each values containingarchlinux.png
withnewoslogo.png
, the Login Manager continues to keep ArchLinux logo. So, where specifically is the piece of code where the starting OS logo is set?Because currently, a workaround could be substituting
src/img/logos/archlinux.png
with the new png file by keepingarchlinux
filename, but it is greedy solution.The text was updated successfully, but these errors were encountered: