mid-kid

Results 188 comments of mid-kid

Can you try running `git clean -xdf` before running `./build.sh` again?

Windows doesn't need executable permissions to run a program and that command *removes* said permission...

Was having the same issue, applied the following patch: ```diff --- components/url_formatter/spoof_checks/top_domains/make_top_domain_list_variables.cc.orig 2022-04-06 14:01:36.134367421 +0200 +++ components/url_formatter/spoof_checks/top_domains/make_top_domain_list_variables.cc 2022-04-06 14:01:41.957748921 +0200 @@ -74,7 +74,7 @@ } bool ContainsOnlyDigits(const std::string& text) {...

Apparently the patch above wasn't enough to get the actual chrome binary to work on my machine. It fails with a: ``` zsh: illegal hardware instruction ./chrome ``` Just like...

Same issue on 101.0.4951.64. gdb output is similar. Gentoo with llvm/clang 13.0.1.

I'm running this on gentoo+OpenRC just fine. The init script looks like: ``` $ cat /etc/init.d/validity #!/sbin/openrc-run command="/usr/lib/python-validity/dbus-service" command_background=true pidfile="/var/run/${RC_SVCNAME}.pid" ```

@Midou36O You can use fprintd-0.9.0 to build the clients without libsystemd. Here's a relevant patch for it: https://pastebin.com/raw/7AQbB0WC That said, good chance you can modify modern fprintd to link with...

Like I said, I use the clients from fprintd-0.9.0, which don't need libsystemd, so I wouldn't know.

That unfortunately didn't solve it for me. I currently have no idea where the theme is stored on my system so I have no idea how to check its version.

Sorry I should've specified, I don't know where the Adwaita theme is stored, and I thought you were referring to that in your previous comment. The firefox theme I'm using...