Skip to content

Commit

Permalink
FROM ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 8, 2024
1 parent 4357a46 commit fe6c0af
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion xpra/opt/filebot-xpra/start
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,37 @@ xpra start \
--bind-tcp="$XPRA_BIND:$XPRA_PORT" \
--tcp-auth="$XPRA_AUTH" \
--daemon=no \
$XPRA_OPTS 2>&1 | grep -v -e 'pointer device emulation using XTest' -e 'no uinput module' -e '.X11-unix will not be created' -e 'created unix domain socket' -e 'cannot create group socket' -e 'Errno 13' -e 'watching for applications menu changes' -e '/usr/share/applications' -e '/usr/share/xpra/www' -e '/tmp/xpra/0/server.pid' -e 'ibus-daemon' -e 'start menu entries'
$XPRA_OPTS 2>&1 \
| grep -v \
-e 'pointer device emulation using XTest' \
-e 'no uinput module' \
-e 'missing audio module' \
-e '.X11-unix will not be created' \
-e 'created unix domain socket' \
-e '/run/user/1000/xpra' \
-e '/home/ubuntu/.xpra' \
-e '/tmp/xpra/0/socket' \
-e 'created abstract sockets' \
-e '@xpra/0' \
-e 'cannot create group socket' \
-e 'Errno 13' \
-e 'watching for applications menu changes' \
-e '/usr/share/applications' \
-e '/usr/share/xpra/www' \
-e '/tmp/xpra/0/server.pid' \
-e 'ibus-daemon' \
-e 'D-Bus notification forwarding is available' \
-e 'start menu entries' \
-e 'No OpenGL_accelerate module loaded' \
-e 'xkbcomp' \
-e 'Could not resolve keysym' \
-e 'DeprecationWarning' \
-e '_stop_event' \
-e 'webcam forwarding is disabled' \
-e 'video4linux' \
-e 'v4l2loopback' \
-e 'webcam' \
-e 'lpinfo command failed' \
-e '/usr/sbin/lpinfo' \
-e 'printer forwarding enabled' \
-e 'IPv6 loopback address is not supported'

0 comments on commit fe6c0af

Please sign in to comment.