Hi, I'm trying to use HP myRoom tool: https://www.myroom.hp.com It's pretty similar to HP virtualRooms tool: https://www.rooms.hp.com There's an AUR package for hpvirtualrooms: https://aur.archlinux.org/packages/hpvirtualrooms And attached goes a package (essentially the PKGBUILD) I created for hpmyroom. myRoom is supposed to be based on the virtualRooms technology. With virtualRooms I don't have any problems getting whatever is shared from the virtual rooms. With myRoom I can use the VoIP functionality, I can chat, I can share desktop, and from my room I can also share desktop. Weird enough, I can not get what others share to me on myRoom, or others' room shares. What I see is something popping up really quick and disappearing in a blink of an eye. I'm not using any DE, just a plain WM (fluxbox), so perhaps it might be some configuration missing, or some permissions issue. I also attempted xhost+, with no success. Though I didn't expect anything great from that, given I don't need it for virtualRooms. I'm writing in case there's any Arch user that can help. On ubuntu with gnome this thing works out of the box, and I'm getting the hpmyroom binaries from the deb package (there's also rpm). See ldd output: % ldd /usr/share/hpmyroom/hpmyroom linux-gate.so.1 (0xf777c000) libuuid.so.1 => /usr/lib32/libuuid.so.1 (0xf7745000) libXss.so.1 => /usr/lib32/libXss.so.1 (0xf7741000) libXfixes.so.3 => /usr/lib32/libXfixes.so.3 (0xf773b000) libXtst.so.6 => /usr/lib32/libXtst.so.6 (0xf7734000) libasound.so.2 => /usr/lib32/libasound.so.2 (0xf7628000) libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf75f8000) libSM.so.6 => /usr/lib32/libSM.so.6 (0xf75ef000) libICE.so.6 => /usr/lib32/libICE.so.6 (0xf75d2000) libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf75c7000) libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf758a000) libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf74e6000) libXext.so.6 => /usr/lib32/libXext.so.6 (0xf74d1000) libX11.so.6 => /usr/lib32/libX11.so.6 (0xf739a000) libz.so.1 => /usr/lib32/libz.so.1 (0xf7383000) libdl.so.2 => /usr/lib32/libdl.so.2 (0xf737d000) librt.so.1 => /usr/lib32/librt.so.1 (0xf7374000) libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf7269000) libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf724c000) libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7156000) libm.so.6 => /usr/lib32/libm.so.6 (0xf710a000) libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf70ee000) libc.so.6 => /usr/lib32/libc.so.6 (0xf6f2c000) /lib/ld-linux.so.2 (0xf777f000) libXi.so.6 => /usr/lib32/libXi.so.6 (0xf6f19000) libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf6ef0000) libbz2.so.1.0 => /usr/lib32/libbz2.so.1.0 (0xf6edf000) libpng16.so.16 => /usr/lib32/libpng16.so.16 (0xf6ea0000) libharfbuzz.so.0 => /usr/lib32/libharfbuzz.so.0 (0xf6e44000) libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6e1e000) libpcre.so.1 => /usr/lib32/libpcre.so.1 (0xf6db0000) libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6dac000) libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6da4000) So I don't see any missing library, though there might be some incompatible ones, but I have no clue. If there's any one who can help me out to be able to get the shared stuff on myRoom, that'd be great. Thanks, -- Javier.