Public bug reported:
Binary package hint: lashwrap
lash_wrap uses a deprecated API to set the lash client name. That API
call no longer works (lashd ignores it). Thus, annoyingly, all
lash_wrap'ed applications show up with the same client name "lashwrap"
The fix is very simple: pass lash_init the lash_client_name (which can
be set on lash_wrap's command line) instead of "lash_wrap". This is what
the example simple_client from lash itself does.
- lash_client = lash_init (lash_args, "lash_wrap", 0,
LASH_PROTOCOL (2,0));
+ lash_client = lash_init (lash_args, lash_client_name.c_str(),
0, LASH_PROTOCOL (2,0));
** Affects: lashwrap (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739328
Title:
client name ignored (patch)
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs