MeanEYE / Sunflower

Small and highly customizable twin-panel file manager for Linux with support for plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error filtering locations

jtojnar opened this issue · comments

When I type something in the filter field in the locations, I get the following error:

Traceback (most recent call last):
  File "/nix/store/vs2swfmhrfd1g964qgcc4arlzbs1waj4-sunflower-2020-07-03-unstable/lib/python3.8/site-packages/sunflower/widgets/location_menu.py", line 225, in __handle_filter_check_location
    return self._search_query in row.get_location().lower() if self._search_query else True
AttributeError: 'NoneType' object has no attribute 'lower'

(Sunflower:7391): Gtk-WARNING **: 22:45:39.576: Can't set a parent on widget which has a parent

(Sunflower:7391): Gtk-WARNING **: 22:45:39.576: Can't set a parent on widget which has a parent

(Sunflower:7391): Gtk-CRITICAL **: 22:46:24.218: gtk_list_store_set_sort_column_id: assertion 'header != NULL' failed

Thank you for reporting this.

Please update and retest. Thanks!

Seems to work now. Thanks.

Good! Thanks for reporting!