You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem. Here is the workaround to get past the input validation.
WORKAROUND:
Use the services-systemd extension and add an existing service that has a config file (i.e. *.service file) in any of the the /etc/systemd/ directories. Once this is saved, we can use the dconf-editor to alter the record. For example, you could use display-manager.service string.
Then open the dconf-editor
$ dconf-editor
Within the dconf-editor navigate to /org/gnome/shell/extensions/services/systemd
Alter the record that corresponds to the one that was added with the first step in order to match the actual name.
['{"name":"Postgresql","service":"[email protected]","type":"system"}']
Currently, the extension doesn't allow me to add [email protected] entry, however, it looks like it is supported:
https://github.com/petres/gnome-shell-extension-services-systemd/blob/master/services-systemd%40abteil.org/prefs.js#L326
What I am doing wrong or how can I help to fix it?
The text was updated successfully, but these errors were encountered: