John Factotum

Results 571 comments of John Factotum

> either it should support something like plotinus It will probably be added to libadwaita at some point. See https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/35

One can set [`enable-javascript-markup`](https://webkitgtk.org/reference/webkit2gtk/stable/WebKitSettings.html#WebKitSettings--enable-javascript-markup) to `FALSE`. This would effectively remove all JavaScript from the page while still allowing you to run `webkit_web_view_run_javascript ()`.

@hongquan I think you should use `--ccache --force-clean` with `flatpak-builder` to avoid recompiling every time. Also in [GNOME Builder](https://wiki.gnome.org/Apps/Builder) you can simply click on the "Run" button (or Ctrl+F5) to...

> it would be useful if the application would automatically adjust the window geometry when entering a particular audio mode, and restore it when returning to the playback of videos....

Personally, I prefer Tobias's mockup: - The bottom bar only takes a single row on desktop. This makes it look less heavy. - All playback related settings (volume, speed, subtitles,...

> chapters/playlist items could go there. I think maybe playlist should have it's own flap. When the screen is narrow, instead of folding it, the playlist could instead be docked...

@moshiur-raj I'm not sure what you mean by "drop down menu on the upper right corner". Playlist underneath video is pretty common, isn't it? It's used by, for example, YouTube.

I think @drkui is probably referring to the progress bar, similar to #269?

Get a CFI for your href first, ```js const id = href.split('#')[1] const section = book.spine.get(href) await section.load(book.load.bind(book)) const el = id ? section.document.getElementById(id) : section.document.body const cfi = section.cfiFromElement(el)...

Linux Mint's theme doesn't support `gtk-application-prefer-dark-theme`: https://github.com/linuxmint/mint-themes/issues/199