Add AstroArch bridge#262
Conversation
| chmod 755 /home/astronaut/.astroarch | ||
| chmod 755 /home/astronaut/.oh-my-zsh | ||
|
|
||
| # Install astroarch-bridge for the astronaut and astronaut-kiosk users |
There was a problem hiding this comment.
no, not really. This problem MUST be solved at the package level AKA in PKGBUILD. Dropping the unit in /etc/systemd/user at install time shall be enough.
There was a problem hiding this comment.
I don't remember. Can we add references to users in the PKGBUILD? sudo -u “$USERNAME” mkdir -p “/home/$USERNAME/.config/astroarch-bridge”
There was a problem hiding this comment.
no, I solved this in the systemd unit directly Johannes1979I/astroarch-bridge@155c5d0
| fortune-mod cowsay pacman-contrib arandr neofetch \ | ||
| astromonitor kscreen sddm-kcm flatpak plasma-x11-session \ | ||
| kdialog jq astroarch-onboarding dhcpcd iw rsync xrdp xorgxrdp --noconfirm --ask 4 | ||
| kdialog jq astroarch-onboarding dhcpcd iw rsync xrdp xorgxrdp fakeroot astroarch-bridge tk python-qrcode --noconfirm --ask 4 |
There was a problem hiding this comment.
what's tk and python-qrcode for? Are those needed by astroarhc-bridge? If so we must declare them as dependencies in the PKGBUILD, not here
There was a problem hiding this comment.
Yes, they are required for astroarch_bridge_dashboard.py
There was a problem hiding this comment.
So we must fix upstream, not here
No description provided.