I'll step through the relevant commands from your config snippet.
This local admin user will be given priv-15 access if used for auth.
username admin privilege 15 secret 5 <encrypted password>
| # -*- coding: UTF-8 -*- | |
| # This script is based on Tilix's "open_tilix.py" by Gerald Nunn | |
| # - https://github.com/gnunn1/tilix/blob/master/data/nautilus/open-tilix.py | |
| # Modified for VScode, references: | |
| # - https://gnome.pages.gitlab.gnome.org/nautilus-python/class-nautilus-python-menu-provider.html | |
| # - https://askubuntu.com/a/301205/643965 | |
| from gettext import gettext, textdomain | |
| from subprocess import Popen | |
| import shutil |