- 30 Jul, 2020 1 commit
-
-
boyska authored
-
- 27 Jul, 2020 1 commit
-
-
Cyril 'kibi' Brulebois authored
-
- 25 Jul, 2020 1 commit
-
-
Cyril 'kibi' Brulebois authored
-
- 24 Jul, 2020 1 commit
-
-
boyska authored
-
- 21 Jul, 2020 4 commits
-
-
segfault authored
I see that this is not super obvious, but KeyboardSettingUI.apply() assumes that the keyboard setting was changed by the user, so it sets IS_DEFAULT (which is somewhat misnamed, it should rather be WAS_SET_AUTOMATICALLY (or WAS_SET_BY_USER, with the opposite value)) to false. When the keyboard layout is changed automatically because the language was changed, we want to set IS_DEFAULT to true, so we don't call KeyboardSettingUI.apply(), but directly self._setting.save(). What was missing was the call to apply_layout_to_current_screen(), which was causing #17794.
-
boyska authored
the previous behaviour was confusing: changing the language was changing the keyboard layout in the UI, but not really changing it.
-
geb authored
As tails-spoof-mac is running as root, its messages cannot be translated according to the user settings. This commit solves this problem by reading the localization settings from the environment (/etc/default/locale) in tails-spoof-mac initialization. To make this work, we also set up the desired localization environment before launching tails-unblock-network and tails-spoof-mac.
-
intrigeri authored
On MAC spoofing failure, include the name of the disabled network card in the title of the notification That was the intention since 988b4186 but in that commit, we forgot to replace gettext with eval_gettext when introducing variables in the translatable string. Let's fix this and accordingly, drop the test suite workaround for this bug. refs: #17784
-
- 20 Jul, 2020 1 commit
-
- 18 Jul, 2020 3 commits
-
- 17 Jul, 2020 2 commits
-
-
geb authored
-
geb authored
Delegate the discover of interface names to udev, instead of relying on reading and parsing /sys and lspci ourself, to make the discover more resilient to missing files, bus agnostic (allowing to discover non PCI devices like USB ones), and explicit (using udev's own hwdb).
-
- 13 Jul, 2020 1 commit
-
-
sajolida authored
-
- 12 Jul, 2020 1 commit
-
- 11 Jul, 2020 7 commits
-
-
Paul Wise authored
Suggested-by: ShellCheck Documentation: https://www.shellcheck.net/wiki/SC2148
-
Paul Wise authored
Suggested-by: ShellCheck Documentation: https://www.shellcheck.net/wiki/SC2145
-
Paul Wise authored
Suggested-by: ShellCheck Documentation: https://www.shellcheck.net/wiki/SC2045
-
Paul Wise authored
Suggested-by: ShellCheck Documentation: https://www.shellcheck.net/wiki/SC2068
-
intrigeri authored
-
intrigeri authored
-
- 10 Jul, 2020 8 commits
-
-
boyska authored
this takes in consideration the case of revision or other message that might follow the device code. I don't have HW that has revisions, so I don't know if they are put before or after the device code. The code is now defensive on this: the device code is extracted as the last block which might look like a device code, and the rest is kept as device name.
-
boyska authored
the codes are put at the left: this makes it less probable that they are trimmed away.
-
boyska authored
filtering with -d::0300 is enough
-
boyska authored
-
boyska authored
just run with "doctest" on the cmdline
-
boyska authored
-
boyska authored
a message which is easier to read is more likely to give useful bug reports
-
boyska authored
plymouth has stringent limits on message-length. The previous method of trimming the message was only appropriate for single-line messages. Now it's always valid. This is important because messages exceeding length would result in no message at all.
-
- 09 Jul, 2020 1 commit
-
-
segfault authored
-
- 08 Jul, 2020 2 commits
-
- 29 Jun, 2020 1 commit
-
-
anonym authored
-
- 27 Jun, 2020 5 commits