GUI for Regional Configuration, Keyboard, and Time Zone

Moderator: Forum moderators

Post Reply
User avatar
josejp2424
Posts: 250
Joined: Sun Jul 12, 2020 11:40 pm
Has thanked: 264 times
Been thanked: 160 times

GUI for Regional Configuration, Keyboard, and Time Zone

Post by josejp2424 »

Script for Keyboard and Time Zone Configuration

This Bash script allows you to easily modify the keyboard language and time zone of your system. Here’s how it works.
What does the script do?

Language Configuration: Allows you to select from multiple languages and keyboard layouts. It uses gettext to display the names of the languages in a translated format.

Time Zone Selection: Displays a list of available time zones using timedatectl, allowing the user to choose the correct one.

Applying Changes: Upon confirming the selection, the script updates:
The keyboard configuration with localectl set-keymap.
The system configuration with localectl set-locale.
The time zone with timedatectl set-timezone.

Notification: At the end, it shows a message confirming that the changes have been applied.

Image

Attachments
Locale-and-Timezone-Configurator-01.tar.bz2
gui en yad
(22.4 KiB) Downloaded 20 times
User avatar
AntonioPt
Posts: 265
Joined: Wed Aug 11, 2021 7:41 pm
Has thanked: 109 times
Been thanked: 49 times

Re: GUI for Regional Configuration, Keyboard, and Time Zone

Post by AntonioPt »

Hi @josejp2424 ,

need to do some updates :D in order to be more universal :)
1 need to grab current set up what aint doing
2 icons aren't present for LunarPup at least LOL
3 time zone aren't being grab since you are using a different option

Attachments
jose(1).png
jose(1).png (323.85 KiB) Viewed 459 times

Why astronauts use Linux
Because you can't open windows in space

User avatar
AntonioPt
Posts: 265
Joined: Wed Aug 11, 2021 7:41 pm
Has thanked: 109 times
Been thanked: 49 times

Re: GUI for Regional Configuration, Keyboard, and Time Zone

Post by AntonioPt »

Small update for icons if they aren't present like i try without full instalation :D

P.S. sorry didn't notice you add it in install pack extra icons

P.S.may i ask you add the option to translate to go to a difrent path ?

Attachments
locale-keyboard.sh.fake.gz
(10.74 KiB) Downloaded 13 times

Why astronauts use Linux
Because you can't open windows in space

User avatar
josejp2424
Posts: 250
Joined: Sun Jul 12, 2020 11:40 pm
Has thanked: 264 times
Been thanked: 160 times

Re: GUI for Regional Configuration, Keyboard, and Time Zone

Post by josejp2424 »

AntonioPt wrote: Sat Oct 12, 2024 5:36 am

Hi @josejp2424 ,

need to do some updates :D in order to be more universal :)
1 need to grab current set up what aint doing
2 icons aren't present for LunarPup at least LOL
3 time zone aren't being grab since you are using a different option

hi @AntonioPt
The GUI is more specific to KL distros, as they use systemd.
For Lunarpup, I see it’s a Puppy Linux, which doesn’t use systemd, and that’s why you’re getting an error.
We would need to approach the script differently to make it work for you.

Post Reply

Return to “KL-Dev_Work”