Opened 4 years ago

Closed 17 months ago

#1031 closed defect (fixed)

Config dir migration on Unix.

Reported by: verm Owned by: Plorkyeran
Priority: normal Milestone: 3.0.0
Component: General Version: devel
Severity: minor Keywords:
Cc: Platform: Unix
Sub Component:

Description

The config dir on Unix is ~/.aegisub-<major>.<minor> (eg ~/.aegisub-2.2/)

When upgrading from a previous version to a new version this needs to be handled correctly. In most cases this just means copying the contents of the old dir to a new one and letting aegisub handle it as it normally would on Windows or OS X.

Change History (2)

comment:1 Changed 3 years ago by verm

  • Milestone changed from 2.2.0 to 3.0.0

Bump 2.2.0 tickets to milestone:3.0.0 (2.2.0 is becoming 3.0.0)

comment:2 Changed 17 months ago by plorkyeran

  • Owner set to Plorkyeran
  • Resolution set to fixed
  • Status changed from new to closed

(In [44bc249]) Don't suffix the configuration directory with the version on unix

Aegisub is not a library that needs to support having many versions
installed at once, and having multiple versions sharing a config
directory mostly works fine on Windows anyway.

Closes #1031.

Note: See TracTickets for help on using tickets.