Gordinator

Results 18 comments of Gordinator

This is an issue with Tkinterweb, the python module that runs the web browser. A fix would be to use requests to download the web page and use a HTML...

It is considered to be a good practise to censor your Windows username in file paths, something like C:/Users//

The difference is most likely the way devices differentiate between megabytes and mebibytes. Confused? Not surprising. A megabyte is 1000 kilobytes, which is 1000 bytes. A mebibyte is 1024 kibibytes,...

I know that a +1 comment is hardly useful, but I'm surprised this hasn't been implemented yet.

> if you updated the PC (specifically the kernel), you need to reboot it This isn't the problem; I've had this issue for quite a while, regardless of whether I...

> What's the output of `grep BINDER /boot/config-$(uname -r)`? Just to make sure your kernel configuration is compatible. $ grep BINDER /boot/config-$(uname -r) grep: /boot/config-6.6.1-zen1-1-zen: No such file or directory

The issue is that I use `systemd-boot` as my boot loader, so this is the output I get: ``` $ ls /boot/config* ls: cannot access '/boot/config*': No such file or...

Also, some more info: ``` $ ls -R /boot /boot: boot EFI initramfs-linux-binder-fallback.img initramfs-linux-binder.img initramfs-linux-zen-fallback.img initramfs-linux-zen.img loader syslinux vmlinuz-linux-binder vmlinuz-linux-zen /boot/boot: /boot/EFI: BOOT Linux systemd /boot/EFI/BOOT: BOOTX64.EFI /boot/EFI/Linux: /boot/EFI/systemd: systemd-bootx64.efi...

I do have a `/prog/config.gz` file, but `find /boot | grep config` returns nothing.

``` $ zcat /proc/config.gz | grep BINDER CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDERFS=y CONFIG_ANDROID_BINDER_DEVICES="" # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set ```