Package Details: bluejeans 2.33.2-1

Git Clone URL: https://aur.archlinux.org/bluejeans.git (read-only, click to copy)
Package Base: bluejeans
Description: BlueJeans desktop app for video calls
Upstream URL: https://www.bluejeans.com
Keywords: bluejeans videocall voip
Licenses: proprietary
Submitter: delx
Maintainer: guzzisti
Last Packager: guzzisti
Votes: 31
Popularity: 0.000000
First Submitted: 2015-08-12 11:48 (UTC)
Last Updated: 2024-01-27 18:54 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

archolas commented on 2024-01-22 15:08 (UTC) (edited on 2024-01-22 15:09 (UTC) by archolas)

Here is a small patch for 2.33.2.4:

diff --git a/PKGBUILD b/PKGBUILD
index 87afe1f..266fbc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# $ curl -s https://bluejeans.com/downloads | grep 'desktop/linux'

pkgname=bluejeans
-pkgver=2.31.0
-_patchlevel=83
+pkgver=2.33.2
+_patchlevel=4
pkgrel=1
pkgdesc="BlueJeans desktop app for video calls"
arch=('x86_64')
@@ -71,7 +71,7 @@ depends=('alsa-lib'
        'zlib')
install=bluejeans.install
source=(BlueJeans-${pkgver}.rpm::https://swdl.bluejeans.com/desktop-app/linux/${pkgver}/BlueJeans_${pkgver}.${_patchlevel}.rpm)
-sha256sums=('7734fa4bad76e25ef4b98aa407a7c6802a6a6415d2da2ae0c0e7e49aea4df075')
+sha256sums=('9f926d0ca470192f585ddcd5dd15d896ec23023e783dda4c53238536fbc4362a')

package() {
# add bluejeans wrapper to /usr/bin

mrechte commented on 2021-11-17 15:53 (UTC)

Hello. Since upgrade to 2.25, screen sharing no longer works (wayland + Gnome 41.1).

cake808 commented on 2021-10-09 21:11 (UTC)

Hey, thanks for the package!

Unfortunately screen sharing single windows doesn't work for me.

I get following message: "Wayland does not support Window Share. Try X11 Display Server. It supports Window Share."

I'm using X11... :/ Maybe I'm missing a dependency.

Is window sharing working for anyone?

lordchaos commented on 2021-09-29 10:17 (UTC)

I've just upgraded to 2.24.0.89 by cloning the git repo and editing the PKGBUILD file. Works fine. I don´t have any write access to the repo, so I can't push the changes.

mrechte commented on 2021-09-08 11:45 (UTC)

Hello,

I have been using BlueJeans for a while. Often, I get a complete freeze of the Desktop. This happens (I think) after sharing my screen.

When this happens, I have absolutely no keyboard control. I am not sure the kernel is crashed, but I have to force a poweroff with the power switch.

Anyone facing the same issue ?

kfallah commented on 2021-06-11 22:40 (UTC)

I am having issues logging into the desktop app. When I enter my email, a web browser opens for SSO authentication. After I authenticate, a blank web browser opens and I am not logged into the bluejeans app. The web app still works, but I would like to get the desktop app working too.

Could this be an issue with xdg-open? Is there any way to trace what the SSO redirect is doing?

kfallah commented on 2021-06-11 22:40 (UTC)

I am having issues logging into the desktop app. When I enter my email, a web browser opens for SSO authentication. After I authenticate, a blank web browser opens and I am not logged into the bluejeans app. The web app still works, but I would like to get the desktop app working too.

Could this be an issue with xdg-open? Is there any way to trace what the SSO redirect is doing?

tobias_de commented on 2020-12-04 16:47 (UTC) (edited on 2020-12-04 16:48 (UTC) by tobias_de)

For those people who had issues (like me): Note that this is just an electron app, which means they just wrapped a standalone browser around their website. So there shouldn't be any noticeable difference to just using their website.

woogienoogie commented on 2020-09-14 16:56 (UTC) (edited on 2020-09-14 16:56 (UTC) by woogienoogie)

Noticed this was a few minor versions out of date, a couple of tweaks to the PKGBUILD and everything works pretty much the same:

  • The comment on finding the latest version should be changed to curl -s https://www.bluejeans.com/downloads | grep 'desktop-app/linux' - it looks like curl can't resolve without the www subdomain, and they've modified their naming convention in their downloads.

  • pkgver=2.17.0

  • source should end with 11.rpm

  • I verified the current sha256sum as c8282ee53e394c70c88d5a1a535d02ffaeb3115031a8a4ea5dc6f355ae5db2c0, but of course that can be verified by the maintainer as well.

These changes successfully updated and installed, running so far without issues (but I'm on Manjaro not pure arch. Shouldn't affect this package, but I think it's fair to mention.)

jomkz commented on 2020-09-09 16:59 (UTC)

This isn't Arch specific but does anyone know if it's possible to scale the application font/text larger? The BlueJeans support page is not very helpful for advanced usage.