elementary / switchboard-plug-sharing

Switchboard Sharing Plug
GNU General Public License v3.0
10 stars 10 forks source link

Make hostname editable #53

Closed vjr closed 3 months ago

vjr commented 5 years ago

Related to the discussion in https://github.com/elementary/installer/issues/383 this is a wishlist to make the hostname field configurable, similar to what is available in other OSes like Fedora for example.

Changing the hostname via terminal may be error prone for novice users since apparently you have to edit both /etc/hostname and /etc/hosts correctly to avoid failure to sudo.

arshubham commented 4 years ago

We might want to take a look at hostnamectl . It has options to set --pretty, --static, and --transient hostnames.

cassidyjames commented 4 years ago

GNOME Control Center has a way to edit, we should take a look at that as well.

ryonakano commented 3 months ago

@danirabbit Do we really want to add this feature in Sharing plug, not in System plug?

The reasons I'm wondering this are:

screenshot

I'm not familiar with design things and previous decisions so I'd like to get opinions from you.

danirabbit commented 3 months ago

@ryonakano yeah I agree this is probably better done in the system plug. It would be a more natural location for it and we can always link there from here and the Bluetooth plug

danirabbit commented 3 months ago

Closing as a duplicate of https://github.com/elementary/switchboard-plug-about/issues/248