Break application platform into a separate module #2

Closed
opened 2024-04-28 23:59:56 +00:00 by sashakoshka · 1 comment
Owner

Having configuration, data, cache, etc. filesystems (and filesystem code in general) within this module is wack. By having a separate application platform module it will be possible to:

  • Automatically include common backends
  • Take full advantage of platform-specific directory structures (XDG, Windows, etc.)
  • Automatically load themes

The only thing getting in the way of this is the theme package depending on tomo.ApplicationDescription.

Having configuration, data, cache, etc. filesystems (and filesystem code in general) within this module is wack. By having a separate application platform module it will be possible to: - Automatically include common backends - Take full advantage of platform-specific directory structures (XDG, Windows, etc.) - Automatically load themes The only thing getting in the way of this is the theme package depending on tomo.ApplicationDescription.
Author
Owner
https://git.tebibyte.media/tomo/nasin
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tomo/tomo#2
No description provided.