andrej1919
andrej1919
As newbie I am completely lost in (#85) debate. In any case, please add +1 to this enhancement. Adding Day Planner into my Daily note with manual Command mode operation...
Thanks, it works fine.
> PDF previews would allow me to use broot as my main file browser, I hope it can be added! In addition to mutool, the [Kitty icat](https://sw.kovidgoyal.net/kitty/kittens/icat/) method may be...
Just installed xplr, similar error on Manjaro Linux: `thread '' panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC as i64', library/std/src/sys/unix/time.rs:77:9 note: run with ` `RUST_BACKTRACE=1`` environment...
Thanks. Just one more observation. This is the contents of my test directory: ``` broot.log test.csv test.doc test.docx test.html test.pdf test.txt test.xlsx ``` Since I noticed that `test.html` is not...
I dicsovered libreoffice does not work at the command line. It needs to be invoked like this: `flatpak run org.libreoffice.LibreOffice`
Thanks, but it does not work with this adapted configuration. Relevant line from log file: `[ERROR] broot::preview::preview_transformer: conversion failed using ["flatpak", "run", "libreoffice", "--headless", "--convert-to", "png", "--outdir", "{output-dir}", "{input-path}"]`
> flatpak run libreoffice --headless --convert-to png --outdir . path/to/officefile I tried this: `flatpak run org.libreoffice.LibreOffice --headless --convert-to png --outdir . test.doc` Output: `convert /home/hal/temp/test.doc as a Writer document ->...
> This output is normal. This should have generated a test.png file. It does nothing, But after restart the output is a bit different: ``` $ flatpak run org.libreoffice.LibreOffice --headless...