Antonio Romano

Results 36 comments of Antonio Romano

> Granted, there will be hiccups. One is... And another one is that that every way to point to a specific document region is tightly coupled to the underlying ePub...

These are the parameters of the `mode-line-inactive` face, as seen from the customization panel: ``` ((t (:box (:line-width (3 . 3) :color "#90A4AE" :style nil) :foreground "#FFFFFF" :background "#90A4AE"))) ```...

I have used "emacs -Q" when looking upon the face customization panel. This is the code that i fed to `M-:`: ``` (add-to-list 'load-path /nano-theme") (add-to-list 'load-path "/nano-modeline") (require 'nano-theme)...

Also keeping the box with `(3 . 3)` but setting its color to `nil` would be an option, so that it wouldn't affect people who use nano-theme but not nano-modeline.

I'm not self-hosting nor deploying Nextcloud myself, but instead I'm relying on Hetzner's Storage Box solution. It is not free, though. I've used [Disroot ](https://disroot.org/en/services/nextcloud) in the past which offers...

There's an app called RoundSync (available on IzzyOnDroid repos) that acts as a Android specific frontend to rclone. One neat thing or this application is that it can make document...

Hi, thank you for the quick reply. Here are the output from the mentioned targets: ### Output of `nnreddit-rpc-log.20240112.114136`: ``` Refresh token: /home/antonio/.local/share/nnreddit/refresh-token ``` ### Output of ` *nnreddit-default-stderr*` ```...

``` Python 3.11.6 (main, Nov 15 2023, 09:22:27) [GCC] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import webbrowser >>> webbrowser.open_new_tab("https://google.com") True >>> webbrowser._tryorder ['firefox', 'xdg-open',...

No problem, I created a ticket hoping that this issue could easily be reproduced in order to facilitate the troubleshooting. This has not been the case, but I'll investigate further...

Good news: sys tray support for Thunderbird on Linux is in development. https://connect.mozilla.org/t5/ideas/system-tray-support-on-linux/idc-p/55780/highlight/true#M32692