Skip to content
Snippets Groups Projects
Commit 7e8175e2 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Merge branch 'master' of git.recolic.net:root/daily-scripts

parents b00a8c60 0c68b707
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,16 @@ lc_startup () { ...@@ -12,11 +12,16 @@ lc_startup () {
fi fi
fi fi
# Azure VPN fix # default browser for Azure VPN + azcli
[ -f /usr/share/applications/microsoft-azurevpnclient.desktop ] && sed -i 's|^Exec=/opt/microsoft|Exec=env BR=microsoft-edge-stable /opt/microsoft|' /usr/share/applications/microsoft-azurevpnclient.desktop [ -f /usr/share/applications/microsoft-azurevpnclient.desktop ] && sed -i 's|^Exec=/opt/microsoft|Exec=env BR=microsoft-edge-stable /opt/microsoft|' /usr/share/applications/microsoft-azurevpnclient.desktop
# azcli fix
[ -f /usr/bin/az ] && sed -i 's|^/opt/azure-cli|BR=microsoft-edge-stable /opt/azure-cli|' /usr/bin/az [ -f /usr/bin/az ] && sed -i 's|^/opt/azure-cli|BR=microsoft-edge-stable /opt/azure-cli|' /usr/bin/az
# Azure VPN fix
if [ -f /usr/share/polkit-1/rules.d/microsoft-azurevpnclient.rules ]; then
if ! grep "action.id.indexOf" /usr/share/polkit-1/rules.d/microsoft-azurevpnclient.rules; then
echo cG9sa2l0LmFkZFJ1bGUoZnVuY3Rpb24oYWN0aW9uLCBzdWJqZWN0KSB7CiAgICBpZiAoYWN0aW9uLmlkLmluZGV4T2YoIm9yZy5mcmVlZGVza3RvcC5yZXNvbHZlMSIpID49IDApIHtyZXR1cm4gcG9sa2l0LlJlc3VsdC5ZRVM7fQp9KTsK | base64 -d >> /usr/share/polkit-1/rules.d/microsoft-azurevpnclient.rules
fi
fi
else else
lc_bgrun /dev/null every 1h systemctl restart --user microsoft-identity-broker.service lc_bgrun /dev/null every 1h systemctl restart --user microsoft-identity-broker.service
# lc_bgrun /dev/null every 30m /etc/ar2/ar2.sh # lc_bgrun /dev/null every 30m /etc/ar2/ar2.sh
......
48.2
====
* windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395]
* build: Allow disabling the X11 session [Neal; !396, !400]
Contributors:
Daniel Buch Hansen, Neal Gompa
48.1
====
Translators:
Hugo Carvalho [pt], Danial Behzadi [fa]
48.0 48.0
==== ====
* apps-menu: Fix scrolling items into view on keynav [Victor; !391] * apps-menu: Fix scrolling items into view on keynav [Victor; !391]
......
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
], ],
"url": "https://gitlab.gnome.org/GNOME/gnome-shell-extensions", "url": "https://gitlab.gnome.org/GNOME/gnome-shell-extensions",
"uuid": "launch-new-instance@gnome-shell-extensions.gcampax.github.com", "uuid": "launch-new-instance@gnome-shell-extensions.gcampax.github.com",
"version": 47 "version": 48
} }
\ No newline at end of file
48.2
====
* windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395]
* build: Allow disabling the X11 session [Neal; !396, !400]
Contributors:
Daniel Buch Hansen, Neal Gompa
48.1
====
Translators:
Hugo Carvalho [pt], Danial Behzadi [fa]
48.0 48.0
==== ====
* apps-menu: Fix scrolling items into view on keynav [Victor; !391] * apps-menu: Fix scrolling items into view on keynav [Victor; !391]
......
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
], ],
"url": "https://gitlab.gnome.org/GNOME/gnome-shell-extensions", "url": "https://gitlab.gnome.org/GNOME/gnome-shell-extensions",
"uuid": "user-theme@gnome-shell-extensions.gcampax.github.com", "uuid": "user-theme@gnome-shell-extensions.gcampax.github.com",
"version": 63 "version": 64
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment