Gwenview 16.08.2 KDE Frameworks 5.27.0 Qt 5.6.1 xcb windowing system Problem: When browsing images, Gwenview includes .NEF files in the browse list, even when $HOME/.kde/share/config/gwenviewrc contains the following configuration: <snip> [General] HistoryEnabled=true BlackListedExtensions=NEF,new </snip> According to this page of KDE documentation: /userbase.kde.org/Gwenview/Hidden_Configuration_Options Gwenview will ignore *.NEF files when browsing a file directory. Unfortunately, that isn't happening. I have a directory full of .JPG and .NEF files and Gwenview is loading both the .JPG and .NEF files when only the .JPG files should be loaded into the list of images to view. This results in browsing twice as many photos as expected, with redundancy. Please advise if this is due to a configuration error on my part. Thanks.
still a problem.
According to code, it requires (for whatever reason) a list of extensions in lowercase letters. Please try BlackListedExtensions=nef,new
It does not work in Gwenview 17.04.1 either. Changing the case does not change the incorrect behaviour.
Make sure you are using the correct configuration file "~/.config/gwenviewrc" for the KF5 version.
Created attachment 105790 [details] attachment-3152-0.html Thanks, that worked. A GUI to expose this option would be nice as pointed out in bug 379545. On 31 May 2017 at 01:15, Christoph Feck <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=373405 > > --- Comment #4 from Christoph Feck <cfeck@kde.org> --- > Make sure you are using the correct configuration file > "~/.config/gwenviewrc" > for the KF5 version. > > -- > You are receiving this mail because: > You are on the CC list for the bug. >
I have updated the wiki to mention the new location.