Lik

Results 15 comments of Lik

FigJam has same working freehand mode implementation (it creates objects from drawings), and eraser just deletes these objects

[In mkinitcpio](https://github.com/archlinux/mkinitcpio/blob/44c3ff90160810df71b47ff0fa491ae98c81fa4a/hooks/encrypt#L104-L105) "plymouth ask-for-password" is used. Solar theme has password prompt menu. Make quicktest: `# plymouthd; plymouth --show-splash; plymouth ask-for-password; sleep 5; killall plymouthd` In a tty it waits indefinitely...

Is there intended way to change keyboard layout in debug shell? I can barely write in qwerty, and didn't found any working methods to change layout even in dracut

I made it (somewhat) work! [my config](https://github.com/user-attachments/files/16326342/config.txt) Most important part: ```` binaries = ['plymouthd', 'plymouth', 'plymouth-set-default-theme', 'udevadm', 'nano', 'cat', 'killall', 'less', 'sed', 'echo', 'awk', 'grep'] paths = ['/run/plymouth'] dependencies =...

Also plymouth correctly executed during shutdown and I saw animation

> what did you have to set in your kernel command line? root=/dev/mapper/root rootflags=subvol=@root quiet splash

I'm not sure how can I set my cmdline now. efibootmgr `Boot01FF* UMC /EFI/Linux/gentoo-6.6.35-gentoo-dist.efi on 04A4-FD69 HD(2,GPT,bf7c7c30-f664-47a3-bd6f-9d9da25ad6cc,0x39d86800,0x5ff800)/File(\EFI\Linux\gentoo-6.6.35-gentoo-dist.efi) root=/dev/mapper/root rootflags=subvol=@root quiet loglevel=5` /etc/kernel/cmdline `root=/dev/mapper/root rootflags=subvol=@root quiet loglevel=5` /etc/kernel/uefi-mkconfig `root=/dev/mapper/root rootflags=subvol=@root quiet...

[result of kernel --config ](https://github.com/user-attachments/files/16329418/log.txt) In installkernel config /etc/kernel/install.conf ```` layout=uki initrd_generator=ugrd uki_generator=ukify ```` ukify is using /etc/kernel/cmdline ```` * Calling ukify with arguments: build --linux=/usr/src/linux-6.6.35-gentoo-dist/arch/x86/boot/bzImage --uname=6.6.35-gentoo-dist --output=/usr/src/linux-6.6.35-gentoo-dist/arch/x86/boot/uki.efi --initrd=/boot/amd-uc.img --initrd=/usr/src/linux-6.6.35-gentoo-dist/arch/x86/boot/initrd...

I extracted initrd from uki and unpacked it. /proc/cmdline is a file inside initramfs and it has `quiet splash` line, so maybe info from efi entry is not even used

> I extracted initrd from uki and unpacked it. /proc/cmdline is a file inside initramfs and it has `quiet splash` line, so maybe info from efi entry is not even...