Applet name and maintainer
placesCenter@scollins @collinss
What would you like to see?
- Consolidate with maintainers of 'Places', 'Places with Terminal', and 'Custom Places'
- Remove hard-coded 'User' and 'System' organization
- Adopt generic 'Groups' with custom name and icon
- Have a 'Group' infinitely nestable if desired. The only required one being the root.
- Nested groups would have something visual like a 'GroupBox' for a named thin box, with the name and box each optional.
- Each group can have items added to it
- Each item can be of type: separator, system, user, network, or custom (additional options if needed/desired, such as workspace or launch)
- Add ability to share your custom defined places schema that will automatically remove known identification and replace it with current user. If you wanted to make it corporate-friendly, separate the config into an all-users portion and an individual portion where the all-users is locked down.
Example Scenario:
Group (Documents) {
- User->Documents, name="My Documents", icon="folder-documents"
- Separator
- Custom->/home//Documents/Budget, name="Annual Budget", icon="money-accounting"
- Custom->/home//Documents/Receipts, name="Receipts", icon="money-receipt"
}
Group (Games) {
- Group (Steam) {
- Custom->/home//.local/share/Steam/steamapps/common, "Steam Apps", name=, icon=
- Separator
- Custom-> (path to a games mods or config folder)
- Network->(path to mod resources share), auth=(path to credential file), name=, icon=
- }
}
Applet name and maintainer
placesCenter@scollins @collinss
What would you like to see?
Example Scenario:
Group (Documents) {
}
Group (Games) {
}