faveoled

Results 62 comments of faveoled

> This was pushed 3 weeks ago and the exploit is bar from a few lines identical. The writeup (after translation to english) is also a close copy of https://jmpeax.dev/The-tale-of-a-GSM-Kernel-LPE.html....

> > > > It is fixed in the kernel: [torvalds/linux@3c4f833](https://github.com/torvalds/linux/commit/3c4f8333b582487a2d1e02171f1465531cde53e3) > > The changelog for 6.5.0-27 seems to contain the fix. That commit went to v6.5, the entire line...

Thanks. Can be solved this way: ``` libraryDependencies += "com.google.guava" % "guava" % "32.1.1-jre" libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1" ```

@xerial Thanks. It works. Just added some imports: ```scala import org.scalajs.jsenv.selenium.SeleniumJSEnv import org.openqa.selenium.chrome.ChromeOptions ```

> Looks like WINE problem -- 01a4:fixme... Wine usually works fine with a lot of those. Plus the only line related to transcribing click is the last one

![Screenshot from 2024-02-01 14-17-46](https://github.com/tonybolzan/snap-mysql-workbench/assets/85760289/724ff393-1a8a-44d0-a643-b44598788bf5) Mostly works but there's o segfault on Database -> Connect to database -> Ok: ``` (mysql-workbench-bin:13701): Gtk-CRITICAL **: 14:17:36.828: gtk_tree_view_unref_tree_helper: assertion 'node != NULL' failed /snap/mysql-workbench-community/13/usr/bin/mysql-workbench:...

I wrote the build files: [org.pgadmin.pgadmin4.zip](https://github.com/pgadmin-org/pgadmin4/files/14076317/org.pgadmin.pgadmin4.zip) If someone is interested they should provide an AppStream metadata file for the store. E.g. using this UI: https://www.freedesktop.org/software/appstream/metainfocreator/#/guiapp Flatpak can be tested locally...

> Can we build from source and not the `deb` and can we enable arm builds then? Doesn't look like ARM64 Linux is supported in NW.js (desktop app is based...

> plus I'll need to figure out a good way to bundle all the flutter dependencies with a release so that it can be built without network access (Flathub requires...