Your message to the x2go-bugs mailing-list was rejected for the following
reasons:
The message is not from a list member
The original message as received by Mailman is attached.
Hi
This is a mass mail to all X2Go lists.
During the past few weeks, I have upgraded the mailing list infrastructure from
Mailman 2.1 to Mailman 3.0. All subscriptions and archived messages have been
imported. Users will NOT need to resubscribe and will continue to get mails.
Apologies for the long downtime, but especially the archive imports took weeks
to complete and had to be done twice, since the backend used in the first run
wasn't suited to the load and amount of data.
Unfortunately, the machine is struggling with the load, and web UI operations
sometimes take quite long to complete or even time out completely. Just try to
refresh and retry the last operation if you see this happening. We will probably
want to upgrade this machine in the future.
I'll split this mail up into a user, an administrator and a technical part. Feel
free to skip the parts that do not interest you.
************************
* USER-VISIBLE CHANGES *
************************
The old Mailman 2.1 infrastructure was quite basic - consisting of a mostly
static HTML-based web interface and statically generated HTML pages for each
message in the archives.
By contrast, Mailman 3.x is much more complex. The web interface is more fancy
and also uses Javascript, the archiver is a separate component known as
Hyperkitty and everything is plugged together via a Python-based Django uwsgi
web service communicating with an internal REST service.
Most importantly, you will have to register to the Django-powered Postorius
service to manage your subscriptions. Management is now centralized and you
won't get password reminders every month for each individual list.
To see a list of all public lists, head to
https://lists.x2go.org/postorius/lists/ ( https://lists.x2go.org/ will redirect
there).
To create an account, use the "Sign Up" button/link in the upper right corner of
the page.
After you have created an account, you will be able to modify all your
subscriptions in one place and all your subscriptions should show up
automatically (provided the account you signed up for uses the same email
address as your subscriptions).
This includes setting digest options, pausing mail transfer, subscribing and
unsubscribing.
If you do not wish to create an account, you can still join or leave mailing
lists by sending messages to nameoflist-join(a)lists.x2go.org or
nameoflist-leave(a)lists.x2go.org. nameoflist-subscribe(a)lists.x2go.org and
nameoflist-unsubscribe(a)lists.x2go.org are aliases that also work. In this case,
you will, however, be unable to change other options.
Archives can be found at https://lists.x2go.org/hyperkitty - note that if you're
logged in to Postorius, you will also be automatically logged in to Hyperkitty.
The archives for a list can also be reached by following the Archive link/button
in Postorius's mailing list info page.
In order not to break old links, the old archive is also still accessible at
https://lists.x2go.org/pipermail/ - albeit in a read-only state that will not be
updated any longer. I have added information to the index pages to reflect that.
**************************
* ADMINISTRATION CHANGES *
**************************
Mailman 3.x allows making users administrators or owners of lists, which can
then change settings, tend to held messages and the like.
Historically, in Mailman 2.1, administration was based upon a password.
I have created a super user account named listadmins(a)lists.x2go.org with the
known password. This user is owner of all lists and can be used to manage every
aspect.
As soon as you are logged in to an account that is either and administrator or
owner of one or multiple lists, you can use Postorius (
https://lists.x2go.org/postorius/lists ) to manage settings, held messages and
the like.
Especially the "held message" interface deserves a bit of explanation.
By default, 10 messages are shown per page. Each message can be selected/ticked
individually or you can all select all messages in a page at once by using the
checkbox left of "Subject" in the table header.
Clicking the buttons "Accept", "Reject" or "Discard" will carry out the
appropriate action on all selected messages. Note, however, that this will not
add the sender to any of the auto-accept, auto-reject or auto-discard lists.
In order to also add the sender of a message to a specific auto-action list,
click on a message. A javascript-based popup will appear with the whole message
text. The popup might not show up instantly, especially if the machine is slow,
so please wait after clicking on message! If you get an error about the message
not existing, refresh the page and retry. The popup includes two buttons at the
bottom to show either the full source of the message or just the headers, which
can be very handy. Above the "Rejection reason" text box, a "--- Set member
moderation ---" drop down menu can be used to select the desired auto action
(hold, reject, discard, accept or default processing). After setting this
correctly, use any of the "Accept", "Reject" or "Discard" buttons below the text
box to submit the result and carry out the desired action.
Django has a special admin interface at https://lists.x2go.org/admin that can be
used to manage data in Hyperkitty (the archiver), for instance to delete
messages from the archive. Usually, you will not need to use this admin interface.
*************************
* TECHNICAL INFORMATION *
*************************
Unfortunately, Mailman 3.x is horribly broken by default in Ubuntu 24.04 (c.f.,
https://bugs.launchpad.net/ubuntu/+source/mailman-suite/+bug/2062960 and other
bug reports).
The mailman version is too old to be compatible with dependencies it needs,
leading to a non-working setup out of the box.
Upstream recommends installing mailman via a Python venv, but that would
essentially decouple it from the system (and system updates), which I don't like.
For this reason, I backported a lot of code to fix the Mailman 3 as installed
via the distro packages.
However, I've only done so purely on the file system and haven't created
modified .deb packages.
Please be extra careful when upgrading ymir and please don't update any packages
related to Django, Mailman, Hyperkitty or Xapian! This will undo all of my
changes and break the whole mailing list infrastructure.
I plan on backporting newer versions from Debian Testing or Unstable to Ubuntu
24.04/noble in a proper .deb-based way, but that's not something I can easily do
right away.
Initially, I set up Mailman and Hyperkitty to use SQLite3 as its database
backened, but that turned out to be excruciatingly slow.
It's now using the PostgreSQL 16 backend, which works better, but also uses
quite a bit of system memory, so the machine's swap space is always in use.
When upgrading PostgreSQL in the future, the databases will also need to be
migrated correctly.
Hyperkitty can optionally use a full-text search engine to provide better search
capabilities. Initially, I used Whoosh, but it turned out to be rather resource
hungry and, unfortunately, also slow. We're now using Xapian with a fix for long
terms, which unfortunately has not been applied upstream yet. (
https://github.com/notanumber/xapian-haystack/pull/238 )
I've enabled Markdown rendering mode in Hyperkitty for x2go-announcements,
x2go-dev, x2go-user, x2go-user and x2go-i18n. This crashed badly on some mails
yesterday, but should now fall back correctly to the basic text renderer in case
of failures.
Mihai
The following problem reports have not yet been marked as `taken up' by a
message to done(a)bugs.x2go.org or or `forwarded' by a
message to forwarded(a)bugs.x2go.org.
The maintainer listed against each package is derived from the Maintainer
field of the package found in the development tree; there is an override file
that can be amended to get the right results if you have taken over a package
and do not expect to issue a new version soon.
Variant versions of the Maintainer field for the same actual package
maintainer will be listed separately.
Maintainers with few outstanding Bugs appear first, to avoid those with few
Bugs being lost deep in the message.
Package Ref Subject
(unknown) (14 Bugs):
4.0.1.2-0~ 400 Feature request: SSH proxy functionality for RDP sessions (
<x2goclien 475 x2goclient v4.0.2.0 running on OSX, causes remote UI breaka
<x2goserve 476 User1 can use X session from other users
bugs.x2go. 94 broken links in report page
bugs.x2go. 114 debbugs still produces weird mails of the form <package-nam
bugs.x2go. 181 debbugs regression: bug number appears multiple times in su
eclipse 291 eclipse: Eclipse crash when i try to open a file
git.x2go.o 98 Use a IRC bot to inject Git commit messages into #x2go on i
packages.x 463 x2goserver cannot be installed on Debian Wheezy armel
src:x2gobr 221 Make hard-coded path /usr/lib/x2go build-configurable via M
wiki.x2go. 396 StartSSL.com certificate for wiki.x2go.org
x2go 452 Whole Display turns into Window mode upon session resume
x2go clien 477 [X2Go-User] Buggy File & Folder sharing
x2go-clien 320 windows client terminating by ctrl+alt+f
X2Go Developers <x2go-dev(a)lists.berlios.de> (225 Bugs):
cups-x2go 298 cups-x2go does not have copyright file
cups-x2go 299 No documentation in cups-x2go
libnx-x11 269 Xinerama not working on RPM based distros
libpam-x2g 196 Make tests optional
libxcomp3 339 nxcomp: Android patch
libxcomp3 341 update of nxproxy fails
nx-libs 84 DESTDIR and OPTFLAGS patches for nx-libs
nx-libs 113 X11TransWritev in libNX_X11.so.6 causes VLC crash
nx-libs 205 Patch for fix cairo issue
nx-libs 233 X2goserver 4.0.1.0 Segmenation fault
nx-libs 271 nx-3.5.0.20 breaks FreeNX on RPM based system
nx-libs 411 Fix ppc64 build
nx-libs 412 imake issues
nx-libs 423 FIx more -Werror=format-security errors
nx-libs (n 410 Segfault of _X11TransWritev in libNX_X11.so.6 with libQtGui
nxagent 123 X2Go Server RPM packages fail to install on RHEL & co.
nxagent 150 Cinnamon desktop requires GLX extensions > v6
nxagent 367 wine does not start within x2goclient: Application tried to
nxagent 417 Two screens, wrong screen used for limits of positioning co
nxagent 418 Not all windows recover upon resume (single application/ter
nxagent 437 Session resume problems
nxagent 467 Segfault when using SDL_Init()
pinentry-x 303 Fix FSF address
pyhoca-gui 19 Windows version of PyHoca-GUI: test with MS terminal server
pyhoca-gui 193 No feedback to the user is sent
pyhoca-gui 203 X2Go session not resumable after connection got disrupted
pyhoca-gui 206 When a user ends pyhoca-gui, the session cannot be resumed
pyhoca-gui 318 Mounts fail on Windows 8
pyhoca-gui 319 PyHoca-GUI does not migrate session profiles properly (0.0.
pyhoca-gui 383 pyhoca-gui doesn't load on Windows7 64bits
pyhoca-gui 394 Clicking on pyhoca-gui icon in tray gets a random "No handl
pyhoca-gui 460 pyhoca-gui Debian package misses cups dependency
python-x2g 190 debug-sftpxfer creates operation not permitted
python-x2g 191 debug-sftpxfer creates operation not permitted
python-x2g 324 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 325 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 326 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 334 Don't allow users to override X2Go commands via ~/bin (or s
python-x2g 358 Fwd: [Bug 1040072] New: [abrt] pyhoca-gui-0.4.0.8-1.fc19: s
python-x2g 392 Wishlist for USB support in unity greeter
x2goadminc 359 Desktop/Startmenu icon for X2Go Admin Center
x2goagent 40 xkeyboard-config 2.6.0 might break NX keyboard layout
x2goagent 49 Xinerama patch in nx-libs maybe breaks wine1.4
x2goagent 62 GTK(?)-Issues in Debian Testing/Wheezy
x2goagent 63 Current Cairo test suite segfaults x2goagent
x2goagent 78 NX_xrandr lacks support from Xrandr 1.2 and higher
x2goagent 129 X Error: BadAccess (attempt to access private resource deni
x2goagent 259 Cannot log in on Centos 6.4 without Xorg running
x2goagent 262 Color issue with some programs GUI when used with X2GO (ok
x2goagent 393 Improvements for RPM package (Xinerama support)
x2goagent 399 wrong keyboard layout due to missing xkb rules file
x2gobroker 135 Make X2Go Session Broker for Ubuntu lucid
x2gobroker 153 Provide SSH brokerage functionality in x2gobroker.git
x2gobroker 217 x2gobroker: better debugging af x2gobroker-agent calls
x2gobroker 275 x2gobroker-wsgi: logrotate incorrectly configured
x2gobroker 280 Query server-side desktop session list through x2gobroker-a
x2gobroker 306 broker (daemon mode) crashes when there is a problem execut
x2gobroker 360 Make inifile broker backend the default
x2gobroker 361 Provide a test page in X2Go Session Broker, that allows que
x2gobroker 379 Provide support for systemd
x2gobroker 380 Provide support for systemd
x2gobroker 447 [PATCH] Add support for cookie based auth after initial pas
x2gobroker 449 [PATCH] Add support to run pre and post authentication scri
x2gobroker 450 [PATCH] Add simple https get authmech
x2gobroker 451 Make https_get auth mech configurable
x2gobroker 469 Move pre and post scripts to common code and add scripts in
x2gobroker 470 Add basic support for pulling https_get authmech config fro
x2goclient 21 DirectRDP: button for ,,terminate session'' actually just s
x2goclient 25 DirectRDP: make sound configurable through GUI widgets
x2goclient 26 DirectRDP: make folder sharing configurable through x2gocli
x2goclient 30 http broker client in X2Go Client: setpass task does not re
x2goclient 31 X2Go Clients Gr-Tunnel (client-side endpoint) listens on al
x2goclient 39 x2goclient lacks AppleScript scripting support on Mac OS X
x2goclient 44 Segmentation Violation in ONMainWindow::slotProxyFinished(
x2goclient 46 x2goclient almost unreadable font colors for popup help
x2goclient 52 x2goclient deletes all files in a given directory, possible
x2goclient 68 X2goclient & OTP
x2goclient 70 X2Go Client: some of the debug code fails to compile
x2goclient 77 X2Go Client corrupts Cygwin
x2goclient 99 x2goclient segmentation fault
x2goclient 101 x2goclient: resuming "running" session fails
x2goclient 106 SSH Host Key Validation fails when ECDSA is already known
x2goclient 108 Missing fonts in X application
x2goclient 109 x2goclient crash after selecting external X server
x2goclient 110 No buttons in KDE netbook theme
x2goclient 112 Mac Os X keyboard bug: NumLockMask always set, keyboard unu
x2goclient 119 Windows does not open at requested size
x2goclient 120 RFE: A "use native size" for connect to local desktop optio
x2goclient 122 x2goclient takes about 30s to detect if application was clo
x2goclient 125 Bug with Alt Gr keyboard
x2goclient 128 Bug with Alt Gr keyboard
x2goclient 144 Bluetooth headset switches to low quality profile on applic
x2goclient 157 x2goclient.app 4.0.0.4 crashes immediately on launch
x2goclient 159 X2Go Client on Windows leaves SSH processes behind that can
x2goclient 160 Disable LDAP settings when X2Go Client is in broker mode
x2goclient 169 Usability: Too easy to start a session by clicking anywhere
x2goclient 178 X2Go client on Windows reports: Couldn't create pid file "/
x2goclient 184 missing public SSH key file should throw an error
x2goclient 186 x2goclient in broker-mode: unhelpful error message
x2goclient 187 Destroying SshMasterConnection off the main thread leads to
x2goclient 188 x2go desktop sessions are not properly resized to window si
x2goclient 195 windows client ignores ssh port
x2goclient 197 vcxsrv.exe crash
x2goclient 208 X2goclient on mac
x2goclient 209 Mac Client crashes on start
x2goclient 212 x2go doesn't honour ssh (client) configuration
x2goclient 213 x2go doesn't honour /etc/ssh/ssh_known_hosts
x2goclient 215 Fwd: [X2Go-Dev] Google Chrome and chromium-browser both cra
x2goclient 227 Bug of creating remote file while starting session
x2goclient 232 Connecting from fedora, fails to load normal color scheme i
x2goclient 234 x2goclient on mac without sshd reports error
x2goclient 235 x2goclient error messages regarding sshd are confusing
x2goclient 236 x2goclient on mac ignores users language setting
x2goclient 237 No Qt'isms in ~/.x2goclient/sessions
x2goclient 239 import/export session definitions
x2goclient 240 X2goclient cannot read hashed entries in known_hosts
x2goclient 246 taskbar disappears (forward for Debian BTS issue #712670)
x2goclient 248 Conditional jump or move depends on uninitialised value(s)
x2goclient 249 Segmentation fault in x2goclient
x2goclient 252 Tabulator and 'p' keys are not working on Mac OS X
x2goclient 253 ONMainWindow::closeEvent: If statement depends on uninitial
x2goclient 258 SECURITY: x2goclient allows clipboard sniffing
x2goclient 263 X2Go Client fails to resume
x2goclient 264 Antialiasing x2go client desktop image - smooth pixels when
x2goclient 265 x2go client - zoom type for remote screen in session prefer
x2goclient 266 x2goclient does not handle exporting dirs correctly in brok
x2goclient 270 xinerama.conf sometimes contains bogus
x2goclient 282 Use client-side LANG + LC_* settings in server session
x2goclient 290 SSH key based authentication problems
x2goclient 297 Pulseaudio doesn't start when there is no audio input devic
x2goclient 308 Feature addition to support two factor authentication to ss
x2goclient 317 Mounting of maps on Windows 8 is broken
x2goclient 322 RDP connection through SSH proxy: Unable to execute: rdeskt
x2goclient 327 x2go client crashes if .bashrc prints anything
x2goclient 336 Don't allow users to override X2Go commands via ~/bin (or s
x2goclient 340 x2go fails under Ubuntu 13.10
x2goclient 342 Seamless / rootless apps don't resize in KDE/Kwin
x2goclient 343 Invisible UI components when compositing enabled
x2goclient 344 X2Go Client does not query ssh-agent for SSH proxy authenti
x2goclient 352 Numlock in User session
x2goclient 362 Chromium/chrome still crash VcXsrv when used with X2Go (VcX
x2goclient 364 Please add config option to disable bubble help text and ch
x2goclient 365 Please add config option for "Eye Candy" regarding session
x2goclient 368 GSSAPI support falls back to SSH key
x2goclient 369 [X2Go-Dev] Bug#364: Please add config option to disable bub
x2goclient 373 x2goclient crashes on ending session
x2goclient 378 Point to XQuartz as extra, non-bundled dependency during in
x2goclient 385 Redirect incoming audio stream from TCP to the PA unix doma
x2goclient 386 Make automatic DPI setting available for all platforms X2Go
x2goclient 389 Spelling/English language syntax patches to x2goclient
x2goclient 395 Mac Menu Bar Icon Handles Left Clicks vs Right Clicks Incor
x2goclient 403 Connection to local desktop freezes
x2goclient 405 x2goclient pollutes ~/.ssh/authorized_keys
x2goclient 408 Blank error message for Authentication Failed
x2goclient 413 [PATCH] Spelling fixes.
x2goclient 421 X2goclient on Windows: sshd.exe does not start.
x2goclient 425 High CPU usage for "Windows Audio Device Graph Isolation" w
x2goclient 433 x2goclient can not login with username in email format
x2goclient 435 Ubuntu 14.04: x2goclient uses 200% CPU (2 cores) when rem
x2goclient 436 x2goclient crashes when server maxlogins limit is set
x2goclient 439 Shared folder mounting fails
x2goclient 443 x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
x2goclient 454 [X2Go-User] Buggy File & Folder sharing
x2goclient 455 [X2Go-User] Buggy File & Folder sharing
x2goclient 456 [X2Go-User] Buggy File & Folder sharing
x2goclient 461 Can't connect to ssh anymore
x2goclient 462 X2Go Windows Client Doesn't Allow Fullscreen on Secondary M
x2goclient 466 Client breaks connection on print dialog
x2goclient 472 Upgrade SSH key exchange and message authentication code fr
x2goclient 474 Windows: Port X2Go Client: MinGW 4.4 + QT 4.8.5 -> MinGW 4.
x2goclient 478 session profile settings: Hide GSSAPI support with DirectRD
x2goclient 479 x2goclient crash
x2goclient 480 Segmentation Fault (core dump)
x2gomatebi 402 Numlock issues
x2goplasma 304 Inconsistent licensing for x2goplasmabindings
x2goplugin 58 x2goplugin: after session startup whole local desktop unusa
x2goserver 11 Forward USB using USB IP
x2goserver 28 Xfixes issues with Ubuntu precise and above
x2goserver 42 GNOME3 desktop (in non-fullscreen mode) does XRandR resizin
x2goserver 79 x2goruncommand is not "user friendly"
x2goserver 82 x2gosuspend-session executes with no SESSION_NAME set
x2goserver 96 X2Go session in fullscreen does not adjust screen resolutio
x2goserver 102 README.md files for each of the server folders
x2goserver 117 Make Cinnamon selectable
x2goserver 161 pulseaudio error messages
x2goserver 207 X2Go win32 client screen resolution bug
x2goserver 254 race condition in RPM init script
x2goserver 256 add consolekit to x2goserver
x2goserver 257 Make X2Go Server systemd aware
x2goserver 267 x2golistsessions - import db_changestatus into main namespa
x2goserver 272 [X2Go-User] Session resume fails with AFS home directories
x2goserver 279 Add script that provide a list of available desktop session
x2goserver 286 keyboard layout isn't applied to the session (when starting
x2goserver 289 Launch (suspended) X2Go sessions without the need of client
x2goserver 302 No session resume
x2goserver 309 Make x2goterminate-session / x2gosuspend-session operable a
x2goserver 323 x2go server refuses client with 'Error: Wrong version or in
x2goserver 332 handle session suspension/termination via x2gocleansessions
x2goserver 338 gnome no longer working in Ubuntu 13.10
x2goserver 353 Subsequent attempts to resume a fullscreen linux session fa
x2goserver 371 RPM: setgid x2gouser on sqlite3 wrapper script
x2goserver 372 x2goadmin writes to users homes
x2goserver 387 use dbus-launch to start recent gnome-terminal applications
x2goserver 390 Provide meta packages x2goserver-<desktopshell>
x2goserver 397 Cannot connect when user home folder contains a non-ascii c
x2goserver 401 Fwd: Unity only black screen after correctly logging in - 1
x2goserver 406 Can't execute program when using PAM namespace on server
x2goserver 407 Sometimes mounts will remain, even after a close of the ses
x2goserver 429 x2goserver: x2goserever fails to upgrade.
x2goserver 442 x2goserver-fmbindings has associations conflict with crosso
x2goserver 444 [X2Go-User] Fwd: x2gostartagent command argument
x2goserver 457 Fwd: polkit-gnome-authentication-agent-1 fails to start on
x2goserver 458 Apps launched by pkexec fail to start on specific distros
x2goserver 459 PolicyKit authentication within apps often fails
x2goserver 464 Mac Keyboard does not work with GNOME Desktop
x2goserver 465 possible memory leak; throughput problem
x2goserver 468 bug reporting about hostname error [x2golistsessions]
x2goserver 481 Mac client breaks keyboard layout
x2gothincl 250 ultiple xorg.conf's in x2go TCE
x2gothincl 374 Setting keyboard layout in x2gothinclient
x2gothincl 375 x2gothinclient does not install 686 kernel
x2gothincl 419 extend /etc/x2go/x2gothinclient_init functionality
x2gothincl 482 Thinclient env would not boot with Ubuntu 14.04
x2gousbmou 228 Mount MTP on thinclients
x2gousbmou 398 Automounter only mounts first partition of USB media (at le
Every Tuesday, the listing by package maintainer is posted.
Every Friday, the listing by age of the report is posted.
Please see the documentation for more information about how to
use the Bug tracking system. It is available on the WWW at
<A HREF="http://bugs.x2go.org/txt/">bugs.x2go.org/txt</A>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear subscriber to x2go-bugs,
As you may already know, BerliOS, where x2go-bugs is currently hosted,
is closing down on April 30, 2014.
We have prepared a new x2go-bugs mailing list on lists.x2go.org - but
due to technical and legal constraints, we are unable to carry your
subscription over to the new host automatically.
So, if you wish to receive x2go-bugs messages after April 30, 2014,
please go to http://lists.x2go.org/listinfo/x2go-bugs and manually
subscribe to the new x2go-bugs list available there.
Kind Regards,
The X2Go Listserv Admins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBAgAGBQJTThErAAoJEKRUbBMT/NRxp64P+wTYDHsH8ZfsV07g3Ith6//b
yXFm4ynuU2OJ5Tk8mziNdvqqKveKIEz/dsw3wnEpkOAZP0wE5T/Ilj7J7Qt9nFE1
PofjBHb2+fvybABaYpqqbyNHI7x3vi4YLxi6KRMQLhcGxwGNAzaLhwUq0pWS4MaR
wuH04Fa8iM1I+Ba06sKuk3EJbf40L9eet62r25ppgDmR/nz9V7NhSfBNdu8aIUs2
Wbqkh9Bhqu5vzvTIOjcyxv9MTrPtrHNhSlKcpsVZcf2ZZqHsL+GO0i67EX3PZbgE
Nh+OITEFwSFgSZCGwy7vGZckzBFgdqQboEsgrpKj/jq45mpi0smgJwzdo6iEBKZv
ax0tpxPs0QQkeIhu9ca+XZyn0I48A8fokTTgwntxRBrMjC2cmuCLEDBc9EsNbBmN
ccbUytiWlGzKVl2oZHVvC3efNupiTH615vP+9NWt+U6m8aEv4jwIVkxP9XJ7KnON
9Eh8SxNazcNswfhuoYKLr7AoS/ghvCxIBpUWqe1lZKG8vbQSZmCIeSDRj930E75V
H0mrG7CnyCPu0tbGvCAvjlH1x9j6of+NrczT3LX+7N8lLzr8hIeba/ObPQ7APyYm
rATO4fRZIoU7BUVqbHOZ4eOtLoKT+mtUqz4OqG1a5w6WQtYfZeu1y2+F5SHGo+U9
gqfGPgX1s02CWjXJzAzl
=IgZ3
-----END PGP SIGNATURE-----
The following problem reports have not yet been marked as `taken up' by a
message to done(a)bugs.x2go.org or or `forwarded' by a
message to forwarded(a)bugs.x2go.org.
The maintainer listed against each package is derived from the Maintainer
field of the package found in the development tree; there is an override file
that can be amended to get the right results if you have taken over a package
and do not expect to issue a new version soon.
Variant versions of the Maintainer field for the same actual package
maintainer will be listed separately.
Maintainers with few outstanding Bugs appear first, to avoid those with few
Bugs being lost deep in the message.
Package Ref Subject
(unknown) (14 Bugs):
4.0.1.2-0~ 400 Feature request: SSH proxy functionality for RDP sessions (
<x2goclien 475 x2goclient v4.0.2.0 running on OSX, causes remote UI breaka
<x2goserve 476 User1 can use X session from other users
bugs.x2go. 94 broken links in report page
bugs.x2go. 114 debbugs still produces weird mails of the form <package-nam
bugs.x2go. 181 debbugs regression: bug number appears multiple times in su
eclipse 291 eclipse: Eclipse crash when i try to open a file
git.x2go.o 98 Use a IRC bot to inject Git commit messages into #x2go on i
packages.x 463 x2goserver cannot be installed on Debian Wheezy armel
src:x2gobr 221 Make hard-coded path /usr/lib/x2go build-configurable via M
wiki.x2go. 396 StartSSL.com certificate for wiki.x2go.org
x2go 452 Whole Display turns into Window mode upon session resume
x2go clien 477 [X2Go-User] Buggy File & Folder sharing
x2go-clien 320 windows client terminating by ctrl+alt+f
X2Go Developers <x2go-dev(a)lists.berlios.de> (222 Bugs):
cups-x2go 298 cups-x2go does not have copyright file
cups-x2go 299 No documentation in cups-x2go
libnx-x11 269 Xinerama not working on RPM based distros
libpam-x2g 196 Make tests optional
libxcomp3 339 nxcomp: Android patch
libxcomp3 341 update of nxproxy fails
nx-libs 84 DESTDIR and OPTFLAGS patches for nx-libs
nx-libs 113 X11TransWritev in libNX_X11.so.6 causes VLC crash
nx-libs 205 Patch for fix cairo issue
nx-libs 233 X2goserver 4.0.1.0 Segmenation fault
nx-libs 271 nx-3.5.0.20 breaks FreeNX on RPM based system
nx-libs 411 Fix ppc64 build
nx-libs 412 imake issues
nx-libs 423 FIx more -Werror=format-security errors
nx-libs (n 410 Segfault of _X11TransWritev in libNX_X11.so.6 with libQtGui
nxagent 123 X2Go Server RPM packages fail to install on RHEL & co.
nxagent 150 Cinnamon desktop requires GLX extensions > v6
nxagent 367 wine does not start within x2goclient: Application tried to
nxagent 417 Two screens, wrong screen used for limits of positioning co
nxagent 418 Not all windows recover upon resume (single application/ter
nxagent 437 Session resume problems
nxagent 467 Segfault when using SDL_Init()
pinentry-x 303 Fix FSF address
pyhoca-gui 19 Windows version of PyHoca-GUI: test with MS terminal server
pyhoca-gui 193 No feedback to the user is sent
pyhoca-gui 203 X2Go session not resumable after connection got disrupted
pyhoca-gui 206 When a user ends pyhoca-gui, the session cannot be resumed
pyhoca-gui 318 Mounts fail on Windows 8
pyhoca-gui 319 PyHoca-GUI does not migrate session profiles properly (0.0.
pyhoca-gui 383 pyhoca-gui doesn't load on Windows7 64bits
pyhoca-gui 394 Clicking on pyhoca-gui icon in tray gets a random "No handl
pyhoca-gui 460 pyhoca-gui Debian package misses cups dependency
python-x2g 190 debug-sftpxfer creates operation not permitted
python-x2g 191 debug-sftpxfer creates operation not permitted
python-x2g 324 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 325 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 326 Enable TCP socket in Pulseaudio daemon before starting up s
python-x2g 334 Don't allow users to override X2Go commands via ~/bin (or s
python-x2g 358 Fwd: [Bug 1040072] New: [abrt] pyhoca-gui-0.4.0.8-1.fc19: s
python-x2g 392 Wishlist for USB support in unity greeter
x2goadminc 359 Desktop/Startmenu icon for X2Go Admin Center
x2goagent 40 xkeyboard-config 2.6.0 might break NX keyboard layout
x2goagent 49 Xinerama patch in nx-libs maybe breaks wine1.4
x2goagent 62 GTK(?)-Issues in Debian Testing/Wheezy
x2goagent 63 Current Cairo test suite segfaults x2goagent
x2goagent 78 NX_xrandr lacks support from Xrandr 1.2 and higher
x2goagent 129 X Error: BadAccess (attempt to access private resource deni
x2goagent 259 Cannot log in on Centos 6.4 without Xorg running
x2goagent 262 Color issue with some programs GUI when used with X2GO (ok
x2goagent 393 Improvements for RPM package (Xinerama support)
x2goagent 399 wrong keyboard layout due to missing xkb rules file
x2gobroker 135 Make X2Go Session Broker for Ubuntu lucid
x2gobroker 153 Provide SSH brokerage functionality in x2gobroker.git
x2gobroker 217 x2gobroker: better debugging af x2gobroker-agent calls
x2gobroker 275 x2gobroker-wsgi: logrotate incorrectly configured
x2gobroker 280 Query server-side desktop session list through x2gobroker-a
x2gobroker 306 broker (daemon mode) crashes when there is a problem execut
x2gobroker 360 Make inifile broker backend the default
x2gobroker 361 Provide a test page in X2Go Session Broker, that allows que
x2gobroker 379 Provide support for systemd
x2gobroker 380 Provide support for systemd
x2gobroker 447 [PATCH] Add support for cookie based auth after initial pas
x2gobroker 449 [PATCH] Add support to run pre and post authentication scri
x2gobroker 450 [PATCH] Add simple https get authmech
x2gobroker 451 Make https_get auth mech configurable
x2gobroker 469 Move pre and post scripts to common code and add scripts in
x2gobroker 470 Add basic support for pulling https_get authmech config fro
x2goclient 21 DirectRDP: button for ,,terminate session'' actually just s
x2goclient 25 DirectRDP: make sound configurable through GUI widgets
x2goclient 26 DirectRDP: make folder sharing configurable through x2gocli
x2goclient 30 http broker client in X2Go Client: setpass task does not re
x2goclient 31 X2Go Clients Gr-Tunnel (client-side endpoint) listens on al
x2goclient 39 x2goclient lacks AppleScript scripting support on Mac OS X
x2goclient 44 Segmentation Violation in ONMainWindow::slotProxyFinished(
x2goclient 46 x2goclient almost unreadable font colors for popup help
x2goclient 52 x2goclient deletes all files in a given directory, possible
x2goclient 68 X2goclient & OTP
x2goclient 70 X2Go Client: some of the debug code fails to compile
x2goclient 77 X2Go Client corrupts Cygwin
x2goclient 99 x2goclient segmentation fault
x2goclient 101 x2goclient: resuming "running" session fails
x2goclient 106 SSH Host Key Validation fails when ECDSA is already known
x2goclient 108 Missing fonts in X application
x2goclient 109 x2goclient crash after selecting external X server
x2goclient 110 No buttons in KDE netbook theme
x2goclient 112 Mac Os X keyboard bug: NumLockMask always set, keyboard unu
x2goclient 119 Windows does not open at requested size
x2goclient 120 RFE: A "use native size" for connect to local desktop optio
x2goclient 122 x2goclient takes about 30s to detect if application was clo
x2goclient 125 Bug with Alt Gr keyboard
x2goclient 128 Bug with Alt Gr keyboard
x2goclient 144 Bluetooth headset switches to low quality profile on applic
x2goclient 157 x2goclient.app 4.0.0.4 crashes immediately on launch
x2goclient 159 X2Go Client on Windows leaves SSH processes behind that can
x2goclient 160 Disable LDAP settings when X2Go Client is in broker mode
x2goclient 169 Usability: Too easy to start a session by clicking anywhere
x2goclient 178 X2Go client on Windows reports: Couldn't create pid file "/
x2goclient 184 missing public SSH key file should throw an error
x2goclient 186 x2goclient in broker-mode: unhelpful error message
x2goclient 187 Destroying SshMasterConnection off the main thread leads to
x2goclient 188 x2go desktop sessions are not properly resized to window si
x2goclient 195 windows client ignores ssh port
x2goclient 197 vcxsrv.exe crash
x2goclient 208 X2goclient on mac
x2goclient 209 Mac Client crashes on start
x2goclient 212 x2go doesn't honour ssh (client) configuration
x2goclient 213 x2go doesn't honour /etc/ssh/ssh_known_hosts
x2goclient 215 Fwd: [X2Go-Dev] Google Chrome and chromium-browser both cra
x2goclient 227 Bug of creating remote file while starting session
x2goclient 232 Connecting from fedora, fails to load normal color scheme i
x2goclient 234 x2goclient on mac without sshd reports error
x2goclient 235 x2goclient error messages regarding sshd are confusing
x2goclient 236 x2goclient on mac ignores users language setting
x2goclient 237 No Qt'isms in ~/.x2goclient/sessions
x2goclient 239 import/export session definitions
x2goclient 240 X2goclient cannot read hashed entries in known_hosts
x2goclient 246 taskbar disappears (forward for Debian BTS issue #712670)
x2goclient 248 Conditional jump or move depends on uninitialised value(s)
x2goclient 249 Segmentation fault in x2goclient
x2goclient 252 Tabulator and 'p' keys are not working on Mac OS X
x2goclient 253 ONMainWindow::closeEvent: If statement depends on uninitial
x2goclient 258 SECURITY: x2goclient allows clipboard sniffing
x2goclient 263 X2Go Client fails to resume
x2goclient 264 Antialiasing x2go client desktop image - smooth pixels when
x2goclient 265 x2go client - zoom type for remote screen in session prefer
x2goclient 266 x2goclient does not handle exporting dirs correctly in brok
x2goclient 270 xinerama.conf sometimes contains bogus
x2goclient 282 Use client-side LANG + LC_* settings in server session
x2goclient 290 SSH key based authentication problems
x2goclient 297 Pulseaudio doesn't start when there is no audio input devic
x2goclient 308 Feature addition to support two factor authentication to ss
x2goclient 317 Mounting of maps on Windows 8 is broken
x2goclient 322 RDP connection through SSH proxy: Unable to execute: rdeskt
x2goclient 327 x2go client crashes if .bashrc prints anything
x2goclient 336 Don't allow users to override X2Go commands via ~/bin (or s
x2goclient 340 x2go fails under Ubuntu 13.10
x2goclient 342 Seamless / rootless apps don't resize in KDE/Kwin
x2goclient 343 Invisible UI components when compositing enabled
x2goclient 344 X2Go Client does not query ssh-agent for SSH proxy authenti
x2goclient 352 Numlock in User session
x2goclient 362 Chromium/chrome still crash VcXsrv when used with X2Go (VcX
x2goclient 364 Please add config option to disable bubble help text and ch
x2goclient 365 Please add config option for "Eye Candy" regarding session
x2goclient 368 GSSAPI support falls back to SSH key
x2goclient 369 [X2Go-Dev] Bug#364: Please add config option to disable bub
x2goclient 373 x2goclient crashes on ending session
x2goclient 378 Point to XQuartz as extra, non-bundled dependency during in
x2goclient 385 Redirect incoming audio stream from TCP to the PA unix doma
x2goclient 386 Make automatic DPI setting available for all platforms X2Go
x2goclient 389 Spelling/English language syntax patches to x2goclient
x2goclient 395 Mac Menu Bar Icon Handles Left Clicks vs Right Clicks Incor
x2goclient 403 Connection to local desktop freezes
x2goclient 405 x2goclient pollutes ~/.ssh/authorized_keys
x2goclient 408 Blank error message for Authentication Failed
x2goclient 413 [PATCH] Spelling fixes.
x2goclient 421 X2goclient on Windows: sshd.exe does not start.
x2goclient 425 High CPU usage for "Windows Audio Device Graph Isolation" w
x2goclient 433 x2goclient can not login with username in email format
x2goclient 435 Ubuntu 14.04: x2goclient uses 200% CPU (2 cores) when rem
x2goclient 436 x2goclient crashes when server maxlogins limit is set
x2goclient 439 Shared folder mounting fails
x2goclient 443 x2goclient 4.0.2.0 HEAD FTBFS (resources.rcc errors)
x2goclient 454 [X2Go-User] Buggy File & Folder sharing
x2goclient 455 [X2Go-User] Buggy File & Folder sharing
x2goclient 456 [X2Go-User] Buggy File & Folder sharing
x2goclient 461 Can't connect to ssh anymore
x2goclient 462 X2Go Windows Client Doesn't Allow Fullscreen on Secondary M
x2goclient 466 Client breaks connection on print dialog
x2goclient 472 Upgrade SSH key exchange and message authentication code fr
x2goclient 474 Windows: Port X2Go Client: MinGW 4.4 + QT 4.8.5 -> MinGW 4.
x2goclient 478 session profile settings: Hide GSSAPI support with DirectRD
x2goclient 479 x2goclient crash
x2gomatebi 402 Numlock issues
x2goplasma 304 Inconsistent licensing for x2goplasmabindings
x2goplugin 58 x2goplugin: after session startup whole local desktop unusa
x2goserver 11 Forward USB using USB IP
x2goserver 28 Xfixes issues with Ubuntu precise and above
x2goserver 42 GNOME3 desktop (in non-fullscreen mode) does XRandR resizin
x2goserver 79 x2goruncommand is not "user friendly"
x2goserver 82 x2gosuspend-session executes with no SESSION_NAME set
x2goserver 96 X2Go session in fullscreen does not adjust screen resolutio
x2goserver 102 README.md files for each of the server folders
x2goserver 117 Make Cinnamon selectable
x2goserver 161 pulseaudio error messages
x2goserver 207 X2Go win32 client screen resolution bug
x2goserver 254 race condition in RPM init script
x2goserver 256 add consolekit to x2goserver
x2goserver 257 Make X2Go Server systemd aware
x2goserver 267 x2golistsessions - import db_changestatus into main namespa
x2goserver 272 [X2Go-User] Session resume fails with AFS home directories
x2goserver 279 Add script that provide a list of available desktop session
x2goserver 286 keyboard layout isn't applied to the session (when starting
x2goserver 289 Launch (suspended) X2Go sessions without the need of client
x2goserver 302 No session resume
x2goserver 309 Make x2goterminate-session / x2gosuspend-session operable a
x2goserver 323 x2go server refuses client with 'Error: Wrong version or in
x2goserver 332 handle session suspension/termination via x2gocleansessions
x2goserver 338 gnome no longer working in Ubuntu 13.10
x2goserver 353 Subsequent attempts to resume a fullscreen linux session fa
x2goserver 371 RPM: setgid x2gouser on sqlite3 wrapper script
x2goserver 372 x2goadmin writes to users homes
x2goserver 387 use dbus-launch to start recent gnome-terminal applications
x2goserver 390 Provide meta packages x2goserver-<desktopshell>
x2goserver 397 Cannot connect when user home folder contains a non-ascii c
x2goserver 401 Fwd: Unity only black screen after correctly logging in - 1
x2goserver 406 Can't execute program when using PAM namespace on server
x2goserver 407 Sometimes mounts will remain, even after a close of the ses
x2goserver 429 x2goserver: x2goserever fails to upgrade.
x2goserver 442 x2goserver-fmbindings has associations conflict with crosso
x2goserver 444 [X2Go-User] Fwd: x2gostartagent command argument
x2goserver 457 Fwd: polkit-gnome-authentication-agent-1 fails to start on
x2goserver 458 Apps launched by pkexec fail to start on specific distros
x2goserver 459 PolicyKit authentication within apps often fails
x2goserver 464 Mac Keyboard does not work with GNOME Desktop
x2goserver 465 possible memory leak; throughput problem
x2goserver 468 bug reporting about hostname error [x2golistsessions]
x2gothincl 250 ultiple xorg.conf's in x2go TCE
x2gothincl 374 Setting keyboard layout in x2gothinclient
x2gothincl 375 x2gothinclient does not install 686 kernel
x2gothincl 419 extend /etc/x2go/x2gothinclient_init functionality
x2gousbmou 228 Mount MTP on thinclients
x2gousbmou 398 Automounter only mounts first partition of USB media (at le
Every Tuesday, the listing by package maintainer is posted.
Every Friday, the listing by age of the report is posted.
Please see the documentation for more information about how to
use the Bug tracking system. It is available on the WWW at
<A HREF="http://bugs.x2go.org/txt/">bugs.x2go.org/txt</A>
Processing commands for control(a)bugs.x2go.org:
> close #473
Bug #473 {Done: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>} [x2goclient] x2goclient 4.0.1.4 fails to build
Bug 473 is already marked as done; not doing anything.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
473: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=473
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Processing commands for control(a)bugs.x2go.org:
> close #473
Bug #473 [x2goclient] x2goclient 4.0.1.4 fails to build
Marked Bug as done
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
473: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=473
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems