pank

Results 27 comments of pank

It also resets the font size so I would assume the bug is in ESS/AUCTeX...

I just realized this what I'm asking about is `eldoc` support. A quick function to give a progress bar is: ``` (defun rasmus/eldoc-progress () "Display progress in buffer" (let* ((width...

Hi João, Sure, but `sml` is boring. I like the `nyan-cat`. What you talk about it more in line with what I first outlined. As I see it, it boils...

The file is fine. It's a standard PNG that is recognized by the os and by other programmes. I get the same error with the version installed by the msi.

I added the full backtrace in the first message. `D:/a/pympress/pympress/pympress/app.py` looks like a build path. My path is `c:\path\to\pympress`. Is there any prefix I might need to change?

Hmm, I only seem to have the compiled/frozen `pyc` files and I don't think I could set up the dependencies for compiling pympress on this system. `loaders.cache` seems solid to...

The links do not appear to be working. Meanwhile, I have tried to setup a `conda` environment to run "pip" pympress. But conda `pygobject` doesn't seem to provide Poppler binding....

I can start pympress with the latest build. But is still complaining about pngs. Moving the mouse inside the window constantly creates errors relating to Adwaita icons_ ``` (pympress.exe:19056): Gdk-CRITICAL...

Aside: I just noticed that conda gdk doesn't support png: ``` (pympress) $ gdk-pixbuf-query-loaders | grep -i png ``` but it is actually missing the pixbufloader files.

> Interesting. Can you use that query loaders binary with GDK_PIXBUF_MODULEDIR set to the pympress-shipped module dir? No it crashes. I think the versions are (too) different. It can't load...