Package Details: intuneme 0.16.0-2

Git Clone URL: https://aur.archlinux.org/intuneme.git (read-only, click to copy)
Package Base: intuneme
Description: Run Microsoft Intune on an immutable Linux host (systemd-nspawn container)
Upstream URL: https://github.com/frostyard/intuneme
Licenses: MIT
Submitter: zhzy0077
Maintainer: zhzy0077
Last Packager: zhzy0077
Votes: 0
Popularity: 0.000000
First Submitted: 2026-04-03 05:17 (UTC)
Last Updated: 2026-04-03 05:17 (UTC)

Latest Comments

onehalf3544 commented on 2026-05-06 20:55 (UTC) (edited on 2026-05-06 20:55 (UTC) by onehalf3544)

Yes, the problem here is with the authorization, not the gtk itself. xhost solves this issue.

leocalbi commented on 2026-05-06 17:54 (UTC)

Don't know if you were able to fix someway. I had the same issue but was able to fix installing in the host archlinux machine xwayland-satellite.

onehalf3544 commented on 2026-04-09 10:26 (UTC)

Thanks for a quick reply!

Looks like this is an existing issue (https://github.com/frostyard/intuneme/issues/56) - or at least the problem is very similar. Not sure if the fix is present in the aur package, however.

I'll try installing manually.

zhzy0077 commented on 2026-04-09 02:37 (UTC)

it's rendering using the host's X, what if you install gtk3/4 in host?

onehalf3544 commented on 2026-04-08 16:31 (UTC) (edited on 2026-04-08 16:37 (UTC) by onehalf3544)

gtk3 should probably be added as a dependency(?):

LXC:~$ intune-portal 
Authorization required, but no authorization protocol specified


thread 'main' (147) panicked at intune-portal/src/main.rs:24:24:
Unable to initialize GTK+, make sure GTK3 is installed: BoolError { message: "Failed to initialize GTK", filename: "/home/vscode/.cargo/registry/src/pkgs.dev.azure.com-a097f8b731777768/gtk-0.18.2/src/rt.rs", function: "gtk::rt::init", line: 141 }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)

UPD:

sudo apt install libgtk-3-dev

inside the container did not help ;(