Bart Louwers
Bart Louwers
With regard to inline rendering (of images) and similar ideas, it might pay off to take a look at vnote: https://github.com/vnotex/vnote
I have the same problem on Fedora (with Gnome). Package: gnome-shell-extension-pomodoro-1:0.14.0-3.fc29.x86_64 running X11. The error in the console is: ``` Failed to register: Timeout was reached ``` Looking at the...
You mean a confirmation? That will be useful indeed.
A simpler option may be to switch to Read The Docs. They override Sphinx' built-in statically generated search and replace it with Elasticsearch, as described [here](https://docs.readthedocs.io/en/stable/guides/searching-with-readthedocs.html#). As a proof of...
Are the links you get with `Copy image link` guaranteed to continue to work in the future? If not having a link that can be used for hotlinking would be...
@matthewhorridge This has been fixed in JDK 9 https://iamnobuna.ga/post/java-hidpi-woes-finally-over
Can this be re-opened?
I reported this bug on the Arch Linux bug tracker: https://bugs.archlinux.org/task/75920
Quick fix: ``` $ git clone https://github.com/elementary/icons # cp icons/actions/symbolic/pane-show-symbolic.svg /usr/share/icons/Adwaita/scalable/actions/pane-show-symbolic.svg # cp icons/actions/symbolic/pane-hide-symbolic.svg /usr/share/icons/Adwaita/scalable/actions/pane-hide-symbolic.svg # gtk-update-icon-cache /usr/share/icons/Adwaita ``` --- Another option, install elementary-icon-theme and edit `/usr/share/icons/Adwaita/index.theme ` to inherit...
There is an [elementary-icon-theme](https://archlinux.org/packages/community/any/elementary-icon-theme/) packge. It installs the icons to: ``` /usr/share/icons/elementary/actions/symbolic/pane-show-symbolic.svg /usr/share/icons/elementary/actions/symbolic/pane-hide-symbolic.svg ``` How can we make sure that Minder picks these up? Edit: I tried this: ``` default_theme.add_resource_path(...