[Bug 1159871] Re: xpra unstable - please help to triage

2013-11-05 Thread peter swain
upstream xpra seems stable, after a small tweak ...
:/home/swine/gittrees/xpra-0.10.6+dfsg: diff -rup xpra/scripts/main.py{.orig,}
--- xpra/scripts/main.py.orig   2013-11-03 18:06:57.057468930 -0800
+++ xpra/scripts/main.py2013-11-03 18:55:40.247964249 -0800
@@ -787,7 +787,7 @@ def run_proxy(parser, opts, script_file,
 from xpra.server.proxy import XpraProxy
 assert gtk not in sys.modules
 if start_server:
-assert len(args)==1, proxy-start: expected 1 argument but got %s % 
len(args)
+assert len(args) = 1, proxy-start: expected 1+ arguments but got %s 
(%s) % (len(args),  .join(args))
 display_name = args[0]
 #we must use a subprocess to avoid messing things up - yuk
 cmd = [script_file, start]+args

Because ubuntu starts Xsession true, 2 args.
Now to turn that into a dpkg (tomorrow?)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xpra (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-31 Thread Ahmed El-Mahmoudy
That is a very old version of xpra

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-31 Thread Rolf Leggewie
Ahmed, good to see you.  How are you doing?

0.0.7.36+dfsg-1 is the latest, up-todate version available in precise
LTS (which itself was released less than a year ago).

I'll see if I can backport a later version of the package for testing.
Nonetheless, the version in the LTS is what it is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-31 Thread Ahmed El-Mahmoudy
I'm fine thanks.

Quantal  Raring have 0.3.11+dfsg-1.
Personally, I am using 0.7.5+dfsg-1 which I got from Debian experimental.
Latest on Debian experimental is 0.8.8+dfsg-1 but it can't be sync'ed easily to 
Ubuntu since it requires libav 9.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-31 Thread Rolf Leggewie
I managed to backport the package from unstable to precise without much
trouble.  I'll let you know how it goes.

When installing said package, I noticed that a bunch of multimedia-
related packages were being pulled in.  Overall about 20MB worth. I
don't need multimedia remotely and would appreciate if xpra packaging
could be modularized to allow finer control.

Thank you for maintaining the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-31 Thread Rolf Leggewie
The error from comment 1 is still present.  I'll report back if I
experience any stability issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-26 Thread Rolf Leggewie
and another one when detaching from a session.

$ xpra detach ssh:laptop:74
Enter passphrase for key '/home/rolf/.ssh/id_dsa': 
Exception in thread read_loop (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 551, in __bootstrap_inner
  File /usr/lib/python2.7/threading.py, line 504, in run
  File /usr/lib/xpra/xpra/protocol.py, line 245, in _read_thread_loop
type 'exceptions.TypeError': 'NoneType' object is not callable

Why do I have to enter password credentials when detaching from a remote
ssh-session anyhow, I wonder?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1159871] Re: xpra unstable - please help to triage

2013-03-25 Thread Rolf Leggewie
Here is another (non-fatal) error

$ /usr/lib/xpra/xpra/client.py:168: GtkWarning: IA__gtk_window_set_type_hint: 
assertion `!gtk_widget_get_mapped (GTK_WIDGET (window))' failed
  self.set_type_hint(hint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159871

Title:
  xpra unstable - please help to triage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpra/+bug/1159871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs