Aldo Adirajasa Fathoni

Results 21 comments of Aldo Adirajasa Fathoni

Can confirm working on SeaMonkey 2.53.16 with GM port for SM 3.10.0.1rc5pre

> I found [this thread](https://stackoverflow.com/questions/22729686/set-custom-protocol-handler-in-firefox) but I can't test right now Doesn't work, even after deleting all user data directories and opening the link by setting `window.location.href`, thus not a...

Has anyone found a way to do this without an iPhone? Trying to install Sequoia 15.5 guest on Sonoma 14.7.6. Update: Solved this by installing "Device Support for macOS 26"...

> > I see that in`src/keys.h` the FN key is mapped to 254, however, I need to map it to 464! > > That is keyd's internal code. It should...

I haven't tested on Sonoma since I don't have a device to test atm, try install the [official driver from Glass Echidna](https://github.com/Benjamin-Dobell/Heimdall/tree/master/OSX) or follow my Readme to [recompile CLI Heimdall](https://github.com/fathonix/heimdall-osx-arm64#building-without-frontend)...

Now that there's an i386 build of Mesa, I think it's safe to close this issue.

Looking at the menu bar code: https://github.com/actuallymentor/battery/blob/e9993d4777e6fecae87a0762c27366b8072847f5/app/modules/interface.js#L61-L71 That calls the settings code: https://github.com/actuallymentor/battery/blob/e9993d4777e6fecae87a0762c27366b8072847f5/app/modules/settings.js#L9-L42 Then the main UI code: https://github.com/actuallymentor/battery/blob/e9993d4777e6fecae87a0762c27366b8072847f5/app/modules/battery.js#L91-L92 Finally the main daemon: https://github.com/actuallymentor/battery/blob/e9993d4777e6fecae87a0762c27366b8072847f5/battery.sh#L690-L698 What it does is simply discharging...

This patch should force discharge the battery when reaches the upper percentage and charges again when reaches the lower. ```diff --- a/battery.sh 2025-11-16 22:53:13 +++ b/battery.sh 2025-11-16 23:26:49 @@ -718,12...

+1, also change the package id to something other than `com.android.webview` (such as `rocks.thorium.webview`) or provide another build that does so alongside the default id one, so Thorium can be...

I haven't tested much but uncommenting this line should suffice. Postfix responds when I telnet to the port. https://github.com/springcomp/self-hosted-simplelogin/blob/a9d1e3f6fbc86e75a1f3ec3644efa95e7a5586e7/postfix/conf.d/master.cf#L19