! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Feature request: Remember sorting order and last open folder
Status:
CLOSED: FIXED
Severity:
enhancement

Comments

Description Miguel Latorre 2006-01-23 12:31:21 CET
Thunar does not remember the listing order and sorting priorities (by filename,
by type...) from the last session. It would be a useful feature in the
preferences menu alongside a "last open folder" option.

Reproducible: Always
Steps to Reproduce:
1. 
2. 
3.
Comment 1 Benedikt Meurer editbugs 2006-01-23 12:54:37 CET
The sort column id and sort order is indeed a good thing to remember. But the
last folder is not necessarily a good idea, as people will expect Thunar to open
the folder which is passed by command line or from which Thunar was spawned
(this doesn't work currently, but will be fixed soon).
Comment 2 Benedikt Meurer editbugs 2006-02-13 12:43:09 CET
Committed with revision 19854.

2006-02-13	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.h: Rename
	  ThunarListModelColumn to ThunarColumn and add an enum type for it.
	* thunar/thunar-details-view.c, thunar/thunar-icon-view.c,
	  thunar/thunar-list-model.c, thunar/thunar-path-entry.c: Use the new
	  ThunarColumn enum type.
	* thunar/thunar-gobject-extensions.c: Add transformation function for
	  GtkSortType to string.
	* thunar/thunar-preferences.c, docs/README.thunarrc: Add LastSortColumn
	  and LastSortOrder preferences, which contain the last selected sort
	  settings. Bug #1342.
	* thunar/thunar-standard-view.c: Apply default sort settings on con-
	  struction and save new defaults whenever the sort settings are
	  changed by the user. Bug #1342.

Bug #1342

Reported by:
Miguel Latorre
Reported on: 2006-01-23
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Additional information