Konqueror: Difference between revisions
imported>Darlingthorpe how to see thumbnails in Konqueror |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
<!--T:1--> | |||
Konqueror is a file manager application preinstalled in KDE/Plasma Desktop Environments. | |||
== Running without KDE == | |||
Since NixOS makes it easy to run individual KDE applications without running the KDE Plasma desktop manager, one can easily install Konqueror as a file manager; but (as of NixOS Stable 22.11) it won't show thumbnails (which it calls "preview icons"). | Since NixOS makes it easy to run individual KDE applications without running the KDE Plasma desktop manager, one can easily install Konqueror as a file manager; but (as of NixOS Stable 22.11) it won't show thumbnails (which it calls "preview icons"). | ||
<!--T:2--> | |||
The fix (again, as of NixOS Stable 22.11) seems to be to install these packages in environment.systemPackages, in addition to libsForQt5.konqueror: | The fix (again, as of NixOS Stable 22.11) seems to be to install these packages in environment.systemPackages, in addition to libsForQt5.konqueror: | ||
ffmpegthumbnailer | <!--T:3--> | ||
libsForQt5.kdegraphics-thumbnailers | * ffmpegthumbnailer | ||
libsForQt5.ffmpegthumbs | * libsForQt5.kdegraphics-thumbnailers | ||
libsForQt5.kio-extras | * libsForQt5.ffmpegthumbs | ||
* libsForQt5.kio-extras | |||
<!--T:4--> | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category: | [[Category:File Manager]] | ||
</translate> |