Fabien LOISON
Fabien LOISON
Hello, I just tested and drag&drop of files works from most folders, but you are right, it does not works from `/tmp`. And if I browse to this folder with...
Hello, I want to add support for more image formats like AVIF and JPEG XL in YOGA, but I have no much time currently. I hope I will be able...
I am thinking about this, but I do not know what I will do at the end... I want to keep YOGA and YOGA Image Optimizer as simple as possible,...
* Draco is only supported as an extension to the glTF 2 format (KHR_draco_mesh_compression) by [assimp](https://github.com/assimp/assimp/pull/3614). We may enable this extension through an option in YOGA. * The Draco format...
Hello, What do you mean by "NTFS diver folder"? Is it a folder mounted using somthing like ntfs-3g in userland (fuse? gvfs?)
Hello, You are perfectly right. I added this option very quickly to allow Cover Thumnailer to work with latest Nautilus version, because it is better than nothing. If someone make...
Hello, Did you mean something like this?  This will not be implemented in Cover Thumbnailer : It is too complicated to have a good-looking result in Nautilus for that....
Caja is a fork of Nautilus 2.x and Nemo is a fork of Nautilus 3.x... So it would not be better... ^^' Also, please note that Cover Thumbnailer is no...
Hello, Cover Thumbnailer uses XDG dirs only to discover Music and Pictures folders. The path to the config file is hardcoded in both scripts ([thumbnailer](https://github.com/flozz/cover-thumbnailer/blob/master/cover-thumbnailer.py#L136-L139) and [gui](https://github.com/flozz/cover-thumbnailer/blob/master/cover-thumbnailer-gui.py#L114-L117)). As this project...
To fully support the alpha channel in PhotonUI widget, the following widgets must be modified: - `photonui.Color`: - ~~`setRgbString()` must be implemented~~ β done: `get/setCssRgbString()` - ~~`setRgbaString()` must be implemented~~...