[X2Go-Dev] Processed: X2Go issue (in src:x2goclient) has been marked as pending for release

2019-06-18 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

> tag #1320 pending
Bug #1320 [x2goclient] >=libssh-0.8.0 does not provide libssh_threads.so anymore
Bug #1338 [x2goclient] openSUSE Tumbleweed RPM builds against obsolete (and 
nowadays missing) libssh
Added tag(s) pending.
Added tag(s) pending.
> fixed #1320 4.1.2.2
Bug #1320 [x2goclient] >=libssh-0.8.0 does not provide libssh_threads.so anymore
Bug #1338 [x2goclient] openSUSE Tumbleweed RPM builds against obsolete (and 
nowadays missing) libssh
There is no source info for the package 'x2goclient' at version '4.1.2.2' with 
architecture ''
Unable to make a source version for version '4.1.2.2'
Marked as fixed in versions 4.1.2.2.
Marked as fixed in versions 4.1.2.2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1320: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1320
1338: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1338
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1320: X2Go issue (in src:x2goclient) has been marked as pending for release

2019-06-18 Thread Mihai Moldovan
tag #1320 pending
fixed #1320 4.1.2.2
thanks

Hello,

X2Go issue #1320 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=08d33b3

The issue will most likely be fixed in src:x2goclient (4.1.2.2).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 08d33b30a625710cdd019ea6868dd11fb787f964
Author: Mihai Moldovan 
Date:   Tue Jun 18 12:10:55 2019 +0200

debian/changelog: bug #1320 should be fixed for good, so marking as 
resolved.

diff --git a/debian/changelog b/debian/changelog
index ed1b3ab..dd113a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,7 +70,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
 - x2goclient.pro: fix libssh_threads logic again. Ubuntu Bionic/18.04
   ships a pre-release version of 0.8.0, which is tagged as that version,
   but really based upon 0.7.x and still has/needs a libssh_threads
-  library. Big "Wat?" to you, Canonical.
+  library. Big "Wat?" to you, Canonical. Fixes: #1320.
 - src/x2goclient.cpp: fix array length calculation.
 - Windows: Update PuTTY from 0.70 to 0.71. Fixes quite a list of issues
   discovered through the EU-funded bug bounty programme. Not all are
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1392: PulseAudio didn't start

2019-06-18 Thread Kuerbis42

Package: X2GoClient

Version 4.1.2.0


Directly after starting X2GoClient an error window appear.

Hostsystem for the Client: W10, 1803 (Build 17134.228)

Hardware: CPU Ryzen 5 1600

Mainboard: ASUS CROSSHAIR VI HERO


Greets, Frank
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1393: Bug#1393: sftp-server binary not found gentoo (profile 17.1)

2019-06-18 Thread Mihai Moldovan
Control: reassign -1 x2goclient

* On 6/18/19 9:12 AM, Tobias Ehrig wrote:
> Package: net-misc/x2goclient
> Version: 4.1.2.1
> 
> On Gentoo (eselect profile 17.1) the x2goclient can't find the binary
> sftp-server which is located at
> 
> /usr/lib64/misc/sftp-server
> 
> 
> Here is a patch

I was inclined to NAK this at first.

/usr/lib on a multilib Gentoo system is typically a symlink to /usr/lib64, while
on non-multilib systems, as far as I remember, it's just a normal directory
containing all library files.

The entry containing /usr/lib/misc should hence cover your use case as well. Did
the 17.1 profile remove the /usr/lib symlink? I'm currently still on 17.0, but
it looks like the whole point of 17.1 is to remove the compat symlink, so you
seem to be on the right track.


I think I'll apply a slightly modified patch that favors /usr/lib64/misc instead
(mostly because that's the more common arch now, we want to avoid calling 32-bit
binaries on 64-bit systems even if they are installed and it's highly unlikely
to have a 32-64-bit multilib system [i.e., main system 32-bit, with 64-bit as an
additional architecture]).



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1393: sftp-server binary not found gentoo (profile 17.1)

2019-06-18 Thread Tobias Ehrig
Package: net-misc/x2goclient
Version: 4.1.2.1

On Gentoo (eselect profile 17.1) the x2goclient can't find the binary
sftp-server which is located at

/usr/lib64/misc/sftp-server


Here is a patch

diff --git a/x2goclient-4.1.2.1/src/onmainwindow.cpp b/x2goclient-
4.1.2.1/src/onmainwindow.cpp
index 405b124..16eeeb5 100644
--- a/x2goclient-4.1.2.1/src/onmainwindow.cpp
+++ b/x2goclient-4.1.2.1/src/onmainwindow.cpp
@@ -10444,6 +10444,7 @@ void ONMainWindow::generateEtcFiles()
  << "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} <
12 x86, SLE{S,D} 12, Arch */
  << "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */
  << "/usr/lib/misc" /* Gentoo */
+ << "/usr/lib64/misc" /* Gentoo 17.1 x64 */
  << "/usr/libexec"; /* Slackware, OS X */
 
 #if QT_VERSION < 0x05
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: your mail

2019-06-18 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

> reassign 1393 x2goclient 4.1.2.1
Bug #1393 [x2goclient] sftp-server binary not found gentoo (profile 17.1)
Ignoring request to reassign bug #1393 to the same package
Bug #1393 [x2goclient] sftp-server binary not found gentoo (profile 17.1)
There is no source info for the package 'x2goclient' at version '4.1.2.1' with 
architecture ''
Unable to make a source version for version '4.1.2.1'
Marked as found in versions 4.1.2.1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1393: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1393
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1393: X2Go issue (in src:x2goclient) has been marked as pending for release

2019-06-18 Thread Mihai Moldovan
tag #1393 pending
fixed #1393 4.1.2.2
thanks

Hello,

X2Go issue #1393 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=567223f

The issue will most likely be fixed in src:x2goclient (4.1.2.2).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 567223f5b55fb0398322f01cb0f158da6eb2a524
Author: Mihai Moldovan 
Date:   Tue Jun 18 11:38:29 2019 +0200

src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server 
location for 64-bit-based Gentoo distros (17.1+ profiles).

Fixes: #1393.

diff --git a/debian/changelog b/debian/changelog
index 284692b..ed1b3ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,6 +102,9 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
   version available in EPEL 6.
 - src/onmainwindow.cpp: unbreak builds by fixing syntax error.
 - src/onmainwindow.cpp: also unbreak old EPEL 6 builds.
+- src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server
+  location for 64-bit-based Gentoo distros (17.1+ profiles). Fixes:
+  #1393.
   * debian/control:
 + Add build-depend on pkg-config.
   * x2goclient.spec:
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: Re: Bug#340: x2go fails under Ubuntu 13.10

2019-06-18 Thread X2Go Bug Tracking System
Processing control commands:

> close -1
Bug #340 [x2goclient] x2go fails under Ubuntu 13.10
Marked Bug as done

-- 
340: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=340
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: your mail

2019-06-18 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

> reassign 1338 x2goclient 4.1.2.1
Bug #1338 [x2goclient] openSUSE Tumbleweed RPM builds against obsolete (and 
nowadays missing) libssh
Ignoring request to reassign bug #1338 to the same package
Bug #1338 [x2goclient] openSUSE Tumbleweed RPM builds against obsolete (and 
nowadays missing) libssh
There is no source info for the package 'x2goclient' at version '4.1.2.1' with 
architecture ''
Unable to make a source version for version '4.1.2.1'
Marked as found in versions 4.1.2.1; no longer marked as found in versions 
4.1.2.2.
> merge 1320 1338
Bug #1320 [x2goclient] >=libssh-0.8.0 does not provide libssh_threads.so anymore
Bug #1320 [x2goclient] >=libssh-0.8.0 does not provide libssh_threads.so anymore
Added tag(s) rpm-packages.
Bug #1338 [x2goclient] openSUSE Tumbleweed RPM builds against obsolete (and 
nowadays missing) libssh
Merged 1320 1338
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1320: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1320
1338: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1338
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: Re: Bug#1393: sftp-server binary not found gentoo (profile 17.1)

2019-06-18 Thread X2Go Bug Tracking System
Processing control commands:

> reassign -1 x2goclient
Bug #1393 [net-misc/x2goclient] sftp-server binary not found gentoo (profile 
17.1)
Warning: Unknown package 'net-misc/x2goclient'
Bug reassigned from package 'net-misc/x2goclient' to 'x2goclient'.
No longer marked as found in versions 4.1.2.1.
Ignoring request to alter fixed versions of bug #1393 to the same values 
previously set

-- 
1393: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1393
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1356: Unable to find the sftp-server binary

2019-06-18 Thread Mihai Moldovan
Something's very odd here.

/usr/lib/openssh is Debian's and Ubuntu's default directory for sftp-server and
already included in our client code.


Are you really positive, that the binary is *there*? If yes, what does ls -ldh
/usr/lib/openssh/sftp-server say?



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1347: X2go ERROR 31 on NixOS

2019-06-18 Thread Mihai Moldovan
We expect to find the sftp-server binary in a specific set of directories
(additionally to $PATH).

For NixOS, I added /run/current-system/sw/bin at some point. If you setup a
special environment, i.e., creating something like /run/nixos.x2goclient/
instead of the default current-system name, I'm afraid you'll have to patch X2Go
Client yourself.

Alternatively, is there any way to detect what directory SHALL be used? We can't
and shouldn't scan for all directories under /run, since even if one contains
the binary we're searching for, we won't know if it is the "system snapshot"
that the user INTENDED to use. However, maybe NixOS sets up a special
environment variable we could use for that - and replace the hardcoded
current-system string with the content of the env variable.



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: X2Go issue (in src:x2goclient) has been marked as pending for release

2019-06-18 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

> tag #1393 pending
Bug #1393 [x2goclient] sftp-server binary not found gentoo (profile 17.1)
Added tag(s) pending.
> fixed #1393 4.1.2.2
Bug #1393 [x2goclient] sftp-server binary not found gentoo (profile 17.1)
There is no source info for the package 'x2goclient' at version '4.1.2.2' with 
architecture ''
Unable to make a source version for version '4.1.2.2'
Marked as fixed in versions 4.1.2.2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1393: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1393
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#340: x2go fails under Ubuntu 13.10

2019-06-18 Thread Mihai Moldovan
Control: close -1


Very old issue, no follow-ups, distribution long unsupported. Closing.

If the problem still persists, please re-open.



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Updated info regarding X2Go: The Gathering 2019 (2019-09-27 to 2019-09-29)

2019-06-18 Thread Stefan Baur
Hey everyone,

Here's a quick heads-up regarding changes to the X2Go: The Gathering
2019 wiki page:

- The most important update is: If you want to stay at Linuxhotel, we
  need your feedback until 2019-08-12, not 2019-08-19, as initially
  announced.  As this deadline still is almost two months in the future,
  we hope this doesn't inconvenience you too much.

- We've also put a cost overview online; it is pretty much the same as
  last time we stayed at Linuxhotel.  The main change is the pricing for
  the dinner option at Unperfekthaus on Saturday evening.

Please visit 
for the complete list of changes.

Sincerely,
Stefan Baur, "X2Go: The Gathering" event organizer

Original message, with updated RSVP deadline:
> Dear $ALL,
> 
> As stated in the subject line, X2Go: The Gathering 2019 will take place
> at Linuxhotel, Essen, Germany, from Friday afternoon, 2019-09-27, to
> Sunday afternoon/evening, 2019-09-29 and will, again, be a three-day
> "work and play" (coding, chatting, sightseeing, socializing) event.
> 
> X2Go: The Gathering is the annual event where users, admins, and
> developers (including the i18n volunteers) of X2Go meet face to face, to
> discuss current X2Go-related issues, fix open bugs, and have a good time
> getting to know each other.
> As there is some overlap between X2Go, Arctica, and orca e.V., you can
> expect to see members of those groups as well.
> 
> *ATTENTION!* If you want to join us *and* want to sleep in one of the
> hotel rooms at the Linuxhotel, we need the number of beds and nights you
> want to reserve, as well as *your full name* (as printed on your
> passport) and *your nationality* by *2019-08-12* *23:59:59* *CEST* (yes,
> that's 2019-08-12, *not* 2019-09-12)!!!  Very important!!!  After that
> date, we will be unable to reserve a room for you!  First come, first
> serve!  As single rooms are in short supply, please book your bed in a
> 2- or 3-bed room, unless you absolutely have to use a single room.
> 
> Please send your reservation request to x2go-m...@baur-itcs.de with the
> text "The Gathering" somewhere in the subject and bug me publicly on the
> X2Go-Project list if you don't receive a confirmation by e-mail after a
> day or two.
> 
> Currently, the following core team members already have valid
> registrations and thus do not need to re-register:
> 
> - Baur, Stefan 'Stefan#1' (BAUR-ITCS)
> - DePaulo, Michael Swinick 'Mike#2'
> - Mike 'Mike#1' Gabriel (DAS-NETZWERKTEAM)
> - Grabowski, Juri (LiHAS)
> - Moldovan, Mihai 'ionic' (BAUR-ITCS)
> - Sibiller, Ulrich
> - Graesing, Heinz-M. 'h1.org'
> - Shneyder, Oleksandr 'Alex' (phoca)
> 
> If for some reason or other you do *not* need a place to sleep at
> Linuxhotel, but *do* want to join us, please *still* let us know in
> advance that you're planning to visit.  There's no such hard deadline as
> for the room reservations, but you will need to "check in" (and there
> will be an "Admission fee") for our gathering with the Linuxhotel staff,
> so please *do* let us know in advance.
> 
> We will be updating the Wiki page
> 
> as more information becomes available.  Certain things, like our
> breakfast options, or having lunch/dinner served by Linuxhotel instead
> of having to order from a delivery service, can only be planned once we
> know the exact number of participants.
> 
> Since we're still in the early planning phase, we do not yet have any
> sponsors for the event (though we plan to approach the "usual suspects"
> from previous years), so if you know someone willing and able to
> co-sponsor the event, please let me know at .
> Whether they wish to send us some "swag" with their company branding, or
> pledge money that we can use to lower dining and lodging costs for our
> participants, their sponsorship is greatly appreciated.
> 
> Sincerely,
> Stefan Baur, "X2Go: The Gathering" event organizer
> 


-- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243


0x6EDDF418CDBE5119.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev