hamiller / tracker-search-provider

Gnome-shell extension: displays tracker search results in the shell overview
16 stars 13 forks source link

Display full path #1

Closed franziskuskiefer closed 10 years ago

franziskuskiefer commented 10 years ago

It would be better to somehow display the full file path instead of cropping it (adding "..."). Currently it's hard to find a specific file if there are multiple files with the same name.

hamiller commented 10 years ago

Yeah, totally agree. Problem is the "somehow": I have no idea how. You are free to play with the css.

hamiller commented 10 years ago

Problem in general: The result of the searches is inserted into an GridSearchResult (default from gnome-shell) and therefore it need to be an IconGrid.BaseIcon. I don't know how I could change this to like ListSearchResult to be able to use others than IconGrid.BaseIcon.

As long as IconGrid.BaseIcon is used, the possibilities to display all data are relatively small... :(

hamiller commented 10 years ago

switched to ListResult in branch gnome_12_listview