> On Thu, Sep 11, 2014 at 12:48 PM, Javier Vasquez <j.e.vasquez.v@xxxxxxxxx> wrote: > Hi, > ... > 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. > ... OK, just in case any one had similar problems the problem got fixed on a later release of hpmyroom. Now it's working on plain fluxbox. At the end latest PKGBUILD... Thanks, -- Javier ---------------------------------------------- pkgname=hpmyroom pkgver=10.0.0.0210 pkgrel=0 pkgdesc="HP MyRoom" url="https://www.myroom.hp.com" arch=('i686' 'x86_64') license="custom" provides=('hpmyroom') if [ $CARCH = 'i686' ] ; then debarch=i386 md5sums=('87040242987e821642fda506bf1734eb') depends=('libutil-linux' 'libxss' 'libxfixes' 'libxtst' 'alsa-lib' 'libpng12' 'libsm' 'libice' 'libxrender' 'fontconfig' 'freetype2' 'libxext' 'libx11' 'zlib' 'glibc' 'glib2' 'gcc-libs' 'libxi' 'expat' 'bzip2' 'libpng' 'harfbuzz' 'libxcb' 'pcre' 'libxau' 'libxdmcp' 'libpulse') else debarch=amd64 md5sums=('79040052c999f741f12d84d049958b8c') depends=('lib32-util-linux' 'lib32-libxss' 'lib32-libxfixes' 'lib32-libxtst' 'lib32-alsa-lib' 'lib32-libpng12' 'lib32-libsm' 'lib32-libice' 'lib32-libxrender' 'lib32-fontconfig' 'lib32-freetype2' 'lib32-libxext' 'lib32-libx11' 'lib32-zlib' 'lib32-glibc' 'lib32-glib2' 'lib32-gcc-libs' 'lib32-libxi' 'lib32-expat' 'lib32-bzip2' 'lib32-libpng' 'lib32-harfbuzz' 'lib32-libxcb' 'lib32-pcre' 'lib32-libxau' 'lib32-libxdmcp' 'lib32-libpulse') fi source=(https://www.myroom.hp.com/downloadfiles/${pkgname}_v${pkgver}_${debarch}.deb) package() { ar x ${pkgname}_v${pkgver}_${debarch}.deb tar xf data.tar.xz --no-same-permissions --no-overwrite-dir -C $pkgdir chmod a-x $pkgdir/usr/share/applications/HP-myroom.desktop chmod a-x $pkgdir/usr/share/hpmyroom/cacerts.pem chmod a-x $pkgdir/usr/share/hpmyroom/Resources/* }