abrignoni / abrignoni/RLEAPP

Chrome OS Settings is incomplete

Aperta
#179 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
139
Fork
51
Merge medio
4h 25m
PR unite (30g)
51

Descrizione

The data in chromeOSSettings.py only phrases “Priority Preferences” not all preferences. Please add support for the “OS Settings” area.
``
],
"OS Preference": [
{"preference": {
"name": "OobeMarketingOptInScreenFinished",
"value": "true"
}},
{"preference": {
"name": "ash.filesapp.ui_prefs_migrated",
"value": "true"
}},
{"preference": {
"name": "launcher.result_ever_launched",
"value": "true"
}},
{"preference": {
"name": "settings.language.enabled_extension_imes_syncable",
"value": "\"\""
}},
{"preference": {
"name": "settings.restore_apps_and_pages",
"value": "2"
}},
{"preference": {
"name": "settings.language.preferred_languages_syncable",
"value": "\"en-US,en\""
}},
{"preference": {
"name": "settings.multi_profile_never_show_intro",
"value": "true"
}},
{"preference": {
"name": "OobeMarketingOptInChoice",
"value": "true"
}},
{"preference": {
"name": "crostini.terminal_settings",
"value": "{\"/hterm/profile-ids\":[\"default\"],\"/nassh/profile-ids\":[\"62d6\",\"1821\"],\"/nassh/profiles/1821/argstr\":\"\",\"/nassh/profiles/1821/description\":\"admin@example.com\",\"/nassh/profiles/1821/hostname\":\"example.com\",\"/nassh/profiles/1821/identity\":\"\",\"/nassh/profiles/1821/nassh-options\":\"--help\",\"/nassh/profiles/1821/port\":null,\"/nassh/profiles/1821/terminal-profile\":\"default\",\"/nassh/profiles/1821/terminalSSHDialogCommand\":\"admin@example.com\",\"/nassh/profiles/1821/username\":\"admin\",\"/nassh/profiles/62d6/argstr\":\"\",\"/nassh/profiles/62d6/description\":\"beluga@thetechrobo.ca\",\"/nassh/profiles/62d6/hostname\":\"thetechrobo.ca\",\"/nassh/profiles/62d6/identity\":\"\",\"/nassh/profiles/62d6/nassh-options\":\"\",\"/nassh/profiles/62d6/port\":null,\"/nassh/profiles/62d6/terminal-profile\":\"default\",\"/nassh/profiles/62d6/terminalSSHDialogCommand\":\"beluga@thetechrobo.ca\",\"/nassh/profiles/62d6/username\":\"beluga\",\"/nassh/welcome/notes-version\":60,\"/nassh/welcome/show-count\":3}"
}},
{"preference": {
"name": "settings.language.preload_engines_syncable",
"value": "\"xkb:us::eng\""
}}
],
``
The Crostini terminal settings should display as a separate artifact from the rest of the preferences.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.