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

.add-notes-after-majaro-test

parent 03ff0541
No related branches found
No related tags found
No related merge requests found
......@@ -137,16 +137,20 @@ Terminal shows 400 bad request. I fixed this problem by `rm -rf ~/.Microsoft ~/.
Install seahorse, create a "password keyring". You MUST set a password (because of a known bug mentioned above) and then set it as default.
- intune-portal white screen on Wayland: libEGL warning: egl: failed to create dri2 screen
This is not the root cause. Please look for other error message in `journalctl -xe`. The JAVA program is responsible to draw some GUI, and more likely to fail.
## Tested on
> fresh OS installation
|Where|What|
|----|-----|
|ArchLinux + gnome|Level1 + Level2|
|ArchLinux + xfce4|Level1 + Level2|
## TODO
|Env |Version|Tested |
|-------------------|-------|---------------|
|Arch Linux + gnome |2024.01|Level1 + Level2|
|Arch Linux + xfce4 |2024.01|Level1 + Level2|
Test on Manjaro Linux.
<!--
|Manjaro Linux + KDE|240113 |Level1 + Level2|
-->
......@@ -8,7 +8,7 @@ url="https://packages.microsoft.com/ubuntu/20.04/prod/pool/main/i/intune-portal"
license=("GPL2")
arch=("x86_64")
# Official Depends: libsoup2.4-1 (>= 2.4.0), libgtk-3-0 (>= 3.21.4), msalsdk-dbusclient (>= 1.0), libssl1.1 (>= 1.1.0), libcurl4 (>= 7.16.2), libc6 (>= 2.29), libsystemd0, libdbus-1-3 (>= 1.9.14), zlib1g (>= 1:1.2.0), libatk1.0-0 (>= 1.12.4), libuuid1 (>= 2.16), libglib2.0-0 (>= 2.35.8), libpam-pwquality (>= 1.4.0-2), gnome-keyring (>= 3.36), libgtk-3-0 (>= 3.9.10), libx11-6, libjavascriptcoregtk-4.0-18, libpango-1.0-0 (>= 1.14.0), libc6 (>= 2.28), libwebkit2gtk-4.0-37 (>= 2.5.3), libsecret-1-0 (>= 0.7), libglib2.0-0 (>= 2.12.0), libpam0g (>= 0.99.7.1), libstdc++6 (>= 9), libsqlite3-0 (>= 3.7.14)
depends=("msalsdk-dbusclient" "gnome-keyring" "libsecret" "openssl-1.1" "webkit2gtk" "libjxl>0.9.0")
depends=("msalsdk-dbusclient" "gnome-keyring" "libsecret" "openssl-1.1" "webkit2gtk" "libjxl>0.8.0")
makedepends=()
conflicts=()
replaces=()
......
......@@ -16,15 +16,10 @@ post_install() {
echo "Please run: systemctl enable --now --user intune-agent.timer" 1>&2
}
pre_remove()
{
pre_remove() {
systemctl disable intune-daemon.socket --now
}
pre_upgrade() {
pre_remove
}
post_remove() {
systemctl --system daemon-reload
}
......
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