I wish I can run a control-center-like application with just a few very common settings in it. Language, date and time, keyboard etc.
Is there any package providing that feature? Or is there a way to allow me to create an "application/panel" like that?
Edit for clarity:
This is an OS template I am preparing. User will create a virtual machine from it. So I want to have an application which I can put it on the desktop. They are from different countries. They will need to configure some basic settings: language, time zone, keyboard etc..
So I wish to help them to see a panel and there are these settings right there to click one by one to get to these settings.
I wish to have such "panel" application. I know these settings are within the control center. So function-wise, it's like a customized control center panel or "starter guide".
I do not know whether is is possible (probably it is) to control what panes the Gnome settings panel displays. However, reading your clarification, you may do this by placing a few launchers to the relevant panels on the desktop.
For example, to display the "Date & Time" panel directly, you can issue the command:
You thus could create a desktop launcher that directly opens the Date&Time panel.
In fact, you do not need to create such launchers. They already exist on your system in the folder
/usr/share/applications/
, so just copy the ones you want to the desktop.You can list all launchers available with the command:
The command
learns that
gnome-datetime-panel.desktop
is the one pointing to the date-time pane. Copy that file to your desktop to have a launcher to that panel on your desktop:it means? you can install settings app also from another display managers (like kde, xfce, etc...). and yes it's possible to make "settings" app, but if you want to make it by yourself - then ask about it on stackoverflow. note that:
and if about existing settings apps - most of them, when installing, will also install full their's desktop environments, so appearance settings'd work.