- Apr 04, 2023
-
-
boyska authored
-
- Apr 03, 2023
- Mar 30, 2023
-
-
intrigeri authored
tps: Fix "python.UnknownError" returned for builtin errors Closes #19578 See merge request tails/tails!1095
-
intrigeri authored
Test suite: Fix Electrum test Closes #19589 See merge request tails/tails!1105
-
segfault authored
Closes #19589
-
- Mar 29, 2023
-
-
intrigeri authored
Test suite: Press escape to wake up the display Closes #18953 See merge request tails/tails!1089
-
intrigeri authored
Test suite: Fix step "persistent Greeter options were restored" Closes #19558 See merge request tails/tails!1084
-
intrigeri authored
Welcome Screen: Support login kernel command-line option See merge request tails/tails!1093
-
segfault authored
We don't have to reboot after creating a Persistent Storage anymore.
-
segfault authored
I saw this fail because the button was not sensitive yet but it was a split second later.
-
segfault authored
The step was failing on my system because a few pixels are missing on the bottom of the screen keyboard.
-
segfault authored
Closes #19558
-
segfault authored
We used to just call `gettext` in the VM, which uses the current system language. Now we always translate to the language specified in $language, which allows us to also translate strings to the language configured in the greeter. Note that this required changing the lang_code of chinese from zh to zh_CN because otherwise `gettext` wouldn't translate it. This should not cause anything to break because it apparently for Chinese, the lang_code isn't used anywhere else currently.
-
segfault authored
We need this to set the LANGUAGE environment variable to make gettext translate a string to another language than the one currently set on the system (that's needed in the greeter, where language changes in the greeter don't propagate to the system until the greeter is closed).
-
segfault authored
It sometimes happens on my local system that chutney doesn't start at all and I have to delete /tmp/TailsToaster/chutney-data/ to fix that. Currently I only notice that that's the case after the start time of 10 minutes has passed. Chutney never takes that long to start on my system, so I want to reduce that startup time for my local runs.
-
segfault authored
This option is a convenience feature for developers. It makes the greeter automatically log in with the default settings.
-
boyska authored
Fix race when starting tails-ibus-proxy.service See merge request tails/tails!1086
-
boyska authored
tps: Fix activation of feature in inconsistent state Closes #19368, #19331, #8447, #19291, and #19376 See merge request tails/tails!1010
-
boyska authored
Resolve "myspace.com has become incompatible with our htpdate setup" Closes #19561 See merge request tails/tails!1085
-
intrigeri authored
Minor fixes See merge request tails/tails!1094
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
This script modifies the system config in depth.
-
- Mar 28, 2023
-
-
boyska authored
-
segfault authored
It seems like the module which contains builtin errors was renamed from "__builtin__" to "builtins" in Python 3.9. Also try to make the warning that's printed when the error name can't be used as a D-Bus error name more clear.
-
segfault authored
Pressing escape repeatedly did not fix #18953 yet, but the snapshots for which the error occurred were restored successfully multiple times in other tests from the same test run, which makes it likely that trying again to restore it could succeed. In the cases where restoring the snapshot succeeded, the display was activated within one second, so we reduce the time we try to wake up the display to 10 seconds. Closes #18953
-
intrigeri authored
Additional Software: Fix launched apps not accessible via Dogtail Closes #19131, #17365, and #19233 See merge request tails/tails!1092
-
- Mar 27, 2023
-
-
segfault authored
Other fixes included in this commit: - Give the display a bit more time to wake up (40s instead of 20s) - Also wait for display when restoring greeter snapshots
-
segfault authored
Avoids these messages being printed in the journal: systemd-udevd[563]: /etc/udev/rules.d/70-protect-boot-medium-for-udisks.rules:9 ENV key takes '==', '!=', '=', or '+=' operator, assuming '=', but please fix it. systemd-udevd[563]: /etc/udev/rules.d/70-protect-boot-medium-for-udisks.rules:16 ENV key takes '==', '!=', '=', or '+=' operator, assuming '=', but please fix it.
-
segfault authored
-
segfault authored
-
segfault authored
-
segfault authored
-
intrigeri authored
systemd: Use name in unit status messages Closes #19568 See merge request tails/tails!1088
-
intrigeri authored
Welcome Screen: Don't allow unlocking with empty passphrase by pressing Enter Closes #19570 See merge request tails/tails!1091
-
intrigeri authored
Upgrade to Linux 6.1.20-1 (stable branch) Closes #19484 and #19556 See merge request tails/tails!1080
-
- Mar 25, 2023
-
-
segfault authored
This makes the app accessible via Dogtail. According to GNOME documentation [1], this is the recommended way to ensure that an app is a direct descendent of the session, including that it ends up in the correct cgroup. [1]: https://wiki.gnome.org/HowDoI/DBusApplicationLaunching#Why.3F Closes #19233
-
segfault authored
This makes at least gedit accessible via Dogtail. refs: #19233
-
segfault authored
Closes #19570
-