Public bug reported:

No bug but a patch.

Change line 566 and 585 if name.endswith(self.showbyex):
to if name.lower().endswith(tuple(self.showbyex.lower().split(';'))):
in /usr/share/screenlets/FolderView/FolderViewScreenlet.py

This will allow you to select multiple extensions separated by ; and
also fixes a minor bug if fileextensions are upper case like .GIF

** Affects: indiv-screenlets (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1503370

Title:
  FolderViewScreenlet: Feature multiple extensions (patch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indiv-screenlets/+bug/1503370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to