View Issue Details

IDProjectCategoryView StatusLast Update
0000148opensim-SCFeaturepublic2021-08-10 07:46
ReporterTaylor Assigned Toonefang  
PriorityhighSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version0.9.0.2Fixed in Version0.9.1.1 
Summary0000148: Console grouping sanity.
DescriptionI'd like to see a console that makes use of "RegionType" grouping.

For example:
Main console has Window0 for ROBUST (as current), but the other windows (Window1, Window2, etc) are then of a certain RegionType, like "grid region".
With that don, then single-command switching to a secondary console(?) for "private sims", and another for "water sims", and however many types of regions we have.
TagsNo tags attached.

Relationships

child of 0000030 resolvedonefang Rewrite the bash scripts in Lua. 

Activities

onefang

onefang

2021-07-09 06:06

administrator   ~0000430

Soooo -

two or four panes per tmux window. Two for important sims, four for the rest.

SC window will have ROBUST, sledjchisl log (to eventually be replaced by sledjchisl UI), maybe Welcome. Perhaps one other window, or ROBUST as the wide one on top. I like to keep an mc in the fourth.
onefang

onefang

2021-07-09 07:15

administrator   ~0000431

Last edited: 2021-07-09 08:35

{['type'] = 'Welcome'; ['panes'] = 1; "Welcome"}

Add ["panes"] = 2 to the "Important" group, and the rest will default to 4 panes.

["panes"] = 6 for "Water" perhaps. lol

{['type'] = 'Welcome'; ['panes'] = 0; "Welcome"} Maybe could use that to mean "Share window with ROBUST"?
onefang

onefang

2021-07-09 07:19

administrator   ~0000432

This configuration file is in /opt/opensim_SC/etc/sims.lua and a default one is autogenerated on first run of updated sledjchisl, based on your existing sim.ini files.
onefang

onefang

2021-07-09 08:37

administrator   ~0000434

Last edited: 2021-07-23 14:15

Note that tmux has it's own ideas about renumbering panes when you create new ones. So be careful.

Panes is turning out to be a pain.
onefang

onefang

2021-08-10 07:46

administrator   ~0000469

That was painful and took waaaay too long.

Issue History

Date Modified Username Field Change
2020-01-29 01:15 Taylor New Issue
2020-01-29 01:15 Taylor Status new => assigned
2020-01-29 01:15 Taylor Assigned To => onefang
2020-01-29 01:18 onefang Target Version => 0.9.0.2
2020-02-06 06:03 onefang Relationship added child of 0000030
2021-05-28 06:36 onefang Priority normal => none
2021-07-09 06:06 onefang Note Added: 0000430
2021-07-09 07:15 onefang Note Added: 0000431
2021-07-09 07:19 onefang Note Added: 0000432
2021-07-09 08:35 onefang Note Edited: 0000431
2021-07-09 08:37 onefang Note Added: 0000434
2021-07-23 14:15 onefang Note Edited: 0000434
2021-07-24 03:58 onefang Priority none => high
2021-08-10 07:46 onefang Status assigned => resolved
2021-08-10 07:46 onefang Resolution open => fixed
2021-08-10 07:46 onefang Fixed in Version => 0.9.1.1
2021-08-10 07:46 onefang Note Added: 0000469