Konqueror: Difference between revisions

From NixOS Wiki
Nicolas-goudry (talk | contribs)
No edit summary
Nicolas-goudry (talk | contribs)
Marked this version for translation
Line 1: Line 1:
<translate>
<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 11: Line 14:
* libsForQt5.kio-extras   
* libsForQt5.kio-extras   


<!--T:4-->
[[Category:Applications]]
[[Category:Applications]]
</translate>
</translate>

Revision as of 13:51, 12 July 2024

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").

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
  • libsForQt5.kdegraphics-thumbnailers
  • libsForQt5.ffmpegthumbs
  • libsForQt5.kio-extras