History log of /haiku/data/system/boot/first_login/default_deskbar_items.sh
Revision Date Author Comments
# ef1427bb 30-Jan-2024 Augustin Cavalier <waddlesplash@gmail.com>

PowerStatus: Add logic to automatically install in Deskbar.

Modeled after NetworkStatus. Also add it to
default_deskbar_items.sh.

Fixes #18748.


# 7bf88c51 07-May-2020 Sergei Reznikov <diver@gelios.net>

Enable KeymapSwitcher automatically for some locales.

Change-Id: Ie3b49be07dd02227850cb0d7d2a7befca7992668
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2597
Reviewed-by: Sergei Reznikov <diver@gelios.net>


# d2eca26b 19-Oct-2015 Axel Dörfler <axeld@pinc-software.de>

Moved per user post install actions to first-login script.

* The same mechanism (and the same PostInstallScript) is used for this.
* If a file first_login exists in ~/config/settings/boot, the first-login
scripts are launched, and the file removed.
* This fixes adding the deskbar tray icons even when there is no Deskbar
running yet (for example on first boot when the FirstBootPrompt
starts), or, IOW bug #12275.