abrignoni / abrignoni/RLEAPP

Chrome OS Settings is incomplete

オープン
#179 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
139
フォーク
51
平均マージ
4時間 25分
マージ済み PR(30日)
51

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。