🧠 SynapseNotes

Search

Search IconIcon to open search

Limit access to the terminal to certain user (Ubuntu 22.04)

Last updated Jul 29, 2023

Ubuntu is a Linux distribution. This is a continuation to Remove access to the terminal to certain user (Ubuntu 22.04)] This however works on any distro running GNOME enviroment.

# Install dconf-editor

1
sudo apt-get install dconf-editor

This will allow us to edit the shortcut keybinds of GNOME on a low level safely.

# Edit via dconf gui

# Screenshot

# Log in and out

This step makes the changes take effect for the user.

# Explanation

More about dconf and gnome: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/configuring-gnome-at-low-level_using-the-desktop-environment-in-rhel-8

More about gnome keybinds https://github.com/Skycoder42/QHotkey/issues/35

# Source:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/configuring-gnome-at-low-level_using-the-desktop-environment-in-rhel-8