From 5b7122b4d150f58c85ac787b56661a3c822aaab8 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 22 Sep 2019 23:58:11 +0200 Subject: community/openrc-settingsd: move from testing --- .../openrc-settingsd/use-profiled-instead-of-envd.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/openrc-settingsd/use-profiled-instead-of-envd.patch (limited to 'community/openrc-settingsd/use-profiled-instead-of-envd.patch') diff --git a/community/openrc-settingsd/use-profiled-instead-of-envd.patch b/community/openrc-settingsd/use-profiled-instead-of-envd.patch new file mode 100644 index 0000000000..67e328b106 --- /dev/null +++ b/community/openrc-settingsd/use-profiled-instead-of-envd.patch @@ -0,0 +1,15 @@ +We don't use env.d in Alpine. + +diff --git a/src/localed.c b/src/localed.c +index 008ed16..4a210b6 100644 +--- a/src/localed.c ++++ b/src/localed.c +@@ -1281,7 +1281,7 @@ localed_init (gboolean _read_only) + + read_only = _read_only; + kbd_model_map_file = g_file_new_for_path (PKGDATADIR "/kbd-model-map"); +- locale_file = g_file_new_for_path (SYSCONFDIR "/env.d/02locale"); ++ locale_file = g_file_new_for_path (SYSCONFDIR "/profile.d/02locale.sh"); + keymaps_file = g_file_new_for_path (SYSCONFDIR "/conf.d/keymaps"); + + /* See http://www.gentoo.org/doc/en/xorg-config.xml */ -- cgit v1.2.3