Konqueror: Difference between revisions
Beginning sentence. |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
<!--T:1--> | |||
Konqueror is a file manager application preinstalled in KDE/Plasma Desktop Environments. | Konqueror is a file manager application preinstalled in KDE/Plasma Desktop Environments. | ||
== Running without KDE == | == 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: | ||
<!--T:3--> | |||
* ffmpegthumbnailer | * ffmpegthumbnailer | ||
* libsForQt5.kdegraphics-thumbnailers | * libsForQt5.kdegraphics-thumbnailers | ||
Line 10: | Line 15: | ||
* libsForQt5.kio-extras | * libsForQt5.kio-extras | ||
<!--T:4--> | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:File Manager]] | |||
</translate> |