From Electron Cloud
Jump to: navigation, search
(New page: Dolphin has retained the stupid arbitrary maximum file size limit for generating previews (thumbnails): you can have any setting you want as long as it's less than 100 megs, in the setting...)
 
 
Line 1: Line 1:
Dolphin has retained the stupid arbitrary maximum file size limit for generating previews (thumbnails): you can have any setting you want as long as it's less than 100 megs, in the settings GUI at least.  But you can increase it more by editing this conf file:
+
Dolphin has retained the stupid arbitrary maximum file size limit for generating previews (thumbnails), similar to what Konqueror had: you can have any setting you want as long as it's less than 100 megs, in the settings GUI at least.  But you can increase it more by editing this conf file:
  
 
  .kde4/share/config/kdeglobals
 
  .kde4/share/config/kdeglobals

Latest revision as of 00:38, 12 January 2010

Dolphin has retained the stupid arbitrary maximum file size limit for generating previews (thumbnails), similar to what Konqueror had: you can have any setting you want as long as it's less than 100 megs, in the settings GUI at least. But you can increase it more by editing this conf file:

.kde4/share/config/kdeglobals

e.g. the following will make the limit 1000 MB:

[PreviewSettings]
MaximumSize=1048576000