Skip to content

Commit

Permalink
upd(unicorn*git): fix gnome-keyring net regression (pacstall#4564)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored and Zahrun committed Oct 11, 2023
1 parent 58e61f1 commit 9a65873
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/unicorn-desktop-git/unicorn-desktop-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="unicorn-desktop-git"
url="https://github.com/rhino-linux/unicorn.git"
pkgver="0.0.1"
pkgrel="10"
pkgrel="11"
depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "xfce4-appmenu-plugin" "vala-panel-plugins-wnck" \
"vala-panel-appmenu" "appmenu-gtk2-module" "appmenu-gtk3-module" "xfce4-power-manager" \
"xfce4-power-manager-plugins" "xfce4-pulseaudio-plugin" "xfce4-helpers" "pavucontrol" \
Expand Down Expand Up @@ -83,4 +83,8 @@ post_install() {
sudo chown -cR "${PACSTALL_USER}" "${homedir}/.config/docks.ini"
sudo cp "/etc/xdg/xdg-unicorn/.bashrc" "/etc/skel/.bashrc"
papirus-folders -C violet --theme Papirus-Dark
if ! [[ -f /etc/NetworkManager/conf.d/10-globally-managed-devices.conf ]]; then
echo "[keyfile]" | sudo tee -a /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
echo "unmanaged-devices=none" | sudo tee -a /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
fi
}
6 changes: 5 additions & 1 deletion packages/unicorn-mobile-git/unicorn-mobile-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name="unicorn-mobile-git"
url="https://github.com/rhino-linux/unicorn.git"
pkgver="0.0.1"
pkgrel="7"
pkgrel="8"
depends=("xfwm4" "xfdashboard" "xfdashboard-plugins" "plank" "dconf-cli" "yaru-theme-icon" \
"yaru-theme-gtk" "papirus-icon-theme" "onboard" "xfce4-helpers" "xiccd" "xfce4" "dbus-x11" \
"hardinfo" "xarchiver" "xdg-desktop-portal-gtk" "xserver-xorg-video-vesa" "xserver-xorg-video-fbdev" \
Expand Down Expand Up @@ -97,4 +97,8 @@ post_install() {
mkdir -p "${homedir}/.local/share"
fi
cp -r "/etc/skel/.local/share/onboard" "${homedir}/.local/share"
if ! [[ -f /etc/NetworkManager/conf.d/10-globally-managed-devices.conf ]]; then
echo "[keyfile]" | sudo tee -a /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
echo "unmanaged-devices=none" | sudo tee -a /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
fi
}

0 comments on commit 9a65873

Please sign in to comment.