From e648900318a52bedcfd9fd3c3e03746b62bfd120 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Mon, 22 Jan 2024 22:29:37 -0800 Subject: [PATCH] .add-notes-after-majaro-test --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95109c6..bb9115c 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ You have two options to access MSFT resources on Arch Linux. ### For Ubuntu -Simply follow the official guide. <https://aka.ms/LinuxPortal> +Simply follow [the official guide](https://aka.ms/LinuxPortal) ### For Arch Linux 1. Install `intune-portal` packages in this repo. Don't forget to enable the `systemctl --user` service. -2. Follow the official guide to setup password policy file & disk encryption. +2. Follow [the official guide](https://aka.ms/LinuxPortal) to setup password policy file & disk encryption. 3. Copy the `/etc/os-release` file from ubuntu. 4. [none-gnome user only] Install `seahorse` and make sure you have a default keyring **with password**. 5. Run `intune-portal` to enroll your machine. @@ -64,6 +64,7 @@ You should be able to log into Edge browser without password. If Edge is not hap 2. Any error message in `sudo journalctl -u microsoft-identity-device-broker.service`? 3. Run `seahorse` and is there Intune entries in your `login` keyring? Is it `set as default`? 4. Run `ldd /usr/lib/libmsal_dbus_client.so`. Is there undefined reference? +5. If everything looks good, also check `journalctl -xe` and `sudo journalctl -xe` for other information. ### Common errors -- GitLab