commit 639eb421cc8d09e866af563f8ddd79686b680240 parent ae8db382b0e6b17c66c9dfd1d54b519b768aecbb Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 4 Dec 2020 17:36:04 +0100 pkgs: add kinit to redhat-vpn 🙃 Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | pkgs/my/scripts/bin/redhat-vpn | | | 1 | + |
D | systems/naruhodo/redhat-vpn.desktop | | | 8 | -------- |
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/pkgs/my/scripts/bin/redhat-vpn b/pkgs/my/scripts/bin/redhat-vpn @@ -22,3 +22,4 @@ then else notify-send "VPN ${name} is already connected." "You are already connected to the Red Hat VPN, let's work !" fi +zenity --password --title="Kerberos password" | kinit vdemeest@REDHAT.COM diff --git a/systems/naruhodo/redhat-vpn.desktop b/systems/naruhodo/redhat-vpn.desktop @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Red Hat VPN -Exec=redhat-vpn -Type=Application -Terminal=false -Categories=System; -Icon=seahorse;- \ No newline at end of file