[X2Go-Commits] [live-build-x2go] branch mini created (now 7200e9b)

2023-12-15 Thread git-admin
fixed pubkey downloader The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Aliot

[X2Go-Commits] [live-build-x2go] 08/08: Labels with blanks need to have their blanks replaced with \x20, else the comparison with /dev/disk/by-label will fail; lsblk -r instad of lsblk -l does that.

2023-12-15 Thread git-admin
{print $1}' | sort -u | tr '\n' '|') # generated from lsblk echo -n "\n$(date +'%F | %T | ')'$0' Status of lsblk: '$LSBLKLIST'." | tee -a /dev/tty8 [ "$LABELLIST" = "$LSBLKLIST" ] && break -- Alioth's /home/x2g

[X2Go-Commits] [live-build-x2go] 06/08: /dev/disxk/by-label may contain "\x20" for blanks, this needs to be interpreted, "echo -e" is the way to do this.

2023-12-15 Thread git-admin
echo -n "\n$(date +'%F | %T | ')'$0' Status of lsblk: '$LSBLKLIST'." | tee -a /dev/tty8 - [ "$LABELLIST" = "$LSBLKLIST" ] && break + [ "$(echo -e "$LABELLIST")" = "$LSB

[X2Go-Commits] [live-build-x2go] 07/08: Revert "/dev/disxk/by-label may contain "\x20" for blanks, this needs to be"

2023-12-15 Thread git-admin
ot;$LABELLIST" = "$LSBLKLIST" ] && break sleep 1 done -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 04/08: blankdpmsfix now also supports passing a time value

2023-12-15 Thread git-admin
onds = 1 second + SLEEPTIME=$(echo $SLEEPTIME | awk '{ printf "%s", $1/1000 }') # awk works for fractions so we don't need bc + SLEEPCOMMAND="/bin/sleep $SLEEPTIME" + +#xset dpms force suspend +xset dpms force off + $SLEEPCOMMAND xset dpms

[X2Go-Commits] [live-build-x2go] 05/08: persistent installations would shut down immediately on boot when .halt file was present, so we make sure to delete it and sync the disk

2023-12-15 Thread git-admin
sysrq-trigger ; echo u >/proc/sysrq-trigger ; done ; echo o >/proc/sysrq-trigger' else - POWEROFFCOMMAND='poweroff' + POWEROFFCOMMAND='rm -f /home/user/.halt ; sync ; poweroff' fi # Spawn Powerbutton-Monitor -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks

[X2Go-Commits] [live-build-x2go] 02/08: updated bpo repository name

2023-12-15 Thread git-admin
-lists/backports.list.chroot +++ b/config/package-lists/backports.list.chroot @@ -1 +1 @@ -linux-image-amd64/stretch-backports +linux-image-amd64/buster-backports -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] 03/08: do not background task in initrd

2023-12-15 Thread git-admin
-n/d' \ + -e 's/ &$//' \ -e 's/early/initrd/g' \ -e 's/Early/Initrd/g' \ ../../lib/live/config/-earlyblankdpmsfix >"${DESTDIR}/lib/live/boot/-initrdblankdpmsfix" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/

[X2Go-Commits] [live-build-x2go] branch feature/openbox-magic-pixel-workaround-buster-heuler-bpo created (now 9e3f8dc)

2023-12-15 Thread git-admin
e already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 01/08: added backported linux kernel image (not sure if this works ...)

2023-12-15 Thread git-admin
000..e1b3ca8 --- /dev/null +++ b/config/package-lists/backports.list.chroot @@ -0,0 +1 @@ +linux-image-amd64/stretch-backports -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] 01/01: Move to gitlab.x2go.org

2023-12-15 Thread git-admin
-b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1 [...] lb build cd `dirname $DIR` ln -nfs `basename $DIR` lb-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/cod

[X2Go-Commits] [live-build-x2go] branch feature/bullseye-fvwm updated (b06c9d2 -> 731bf31)

2023-12-15 Thread git-admin
tirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Aliot

[X2Go-Commits] [live-build-x2go] 10/10: add ipv6 howto

2023-12-15 Thread git-admin
ymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickreboot [...] lb build cd `dirname $DIR` ln -nfs `basename $DIR` lb-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 09/10: move to gitlab.x2go.org

2023-12-15 Thread git-admin
de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_l [...] - sudo lb build - cd `dirname $DIR` - sudo ln -nfs `basename $DIR` lb-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org

[X2Go-Commits] [live-build-x2go] 07/10: Delete x2go.key.chroot

2023-12-15 Thread git-admin
+K1CNpphT6bAWkXkcftdZB6oJ+HeCTbdWR8nP64Z57lAr1uLf -GgnImSzT/4N6/IeM -=d8Zd --END PGP PUBLIC KEY BLOCK- -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing

[X2Go-Commits] [live-build-x2go] 08/10: Delete x2go.list.chroot

2023-12-15 Thread git-admin
/debian buster main -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 06/10: Delete utils.list.chroot

2023-12-15 Thread git-admin
vim screen xdotool -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 05/10: use xinit initialization instead on nodm

2023-12-15 Thread git-admin
/package-lists/desktop.list.chroot @@ -1 +1 @@ -xserver-xorg-video-all xserver-xorg fvwm nodm xterm aptitude +xserver-xorg-video-all xserver-xorg fvwm -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] 04/10: Update x2go.list.chroot

2023-12-15 Thread git-admin
/x2go.list.chroot @@ -1,3 +1 @@ -x2goclient -freerdp2-x11 -libnss-mdns +x2goclient freerdp2-x11 libnss-mdns -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go

[X2Go-Commits] [live-build-x2go] 03/10: add libnss-mdns for name resolution of x2goserver.local

2023-12-15 Thread git-admin
/config/package-lists/x2go.list.chroot @@ -1 +1,3 @@ -x2goclient freerdp2-x11 tigervnc-viewer +x2goclient +freerdp2-x11 +libnss-mdns -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] 01/10: Move to gitlab.x2go.org

2023-12-15 Thread git-admin
dkeys kernel.sysrq=1 keep_bootcon sysrq_always_enabled log_buf_len=1M quickreboot silent splash toram lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 quiet initrd=initrd.img rootwait=120 initrd http://$FQDN/initrd.img boot EOF -- Alioth's /home/x2go-admin/maintenancescripts/git/

[X2Go-Commits] [live-build-x2go] 02/10: Update x2gothinclient_sessions to mdns name x2goserver.local

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] branch feature/bookworm-fvwm updated (b556dc9 -> c01d61b)

2023-12-15 Thread git-admin
config/package-lists/utils.list.chroot -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-tags] [x2goclient] annotated tag 0.6.1.3 deleted (was c6245eb5)

2023-12-15 Thread git-admin
ded folder for pyhoca-cli based GUI (name may still change) discards 5b39fdfd * re-importing projects -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https://lists.x2go.org/listinfo/x2go-tags

[X2Go-tags] [x2goclient] annotated tag 0.6.1.1 deleted (was 2aadb0db)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.6.1.2 deleted (was fe679671)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.6.1.0 deleted (was dd411eaa)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.6.0.1 deleted (was fe6ec281)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.6.0.0 deleted (was 1546795a)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.5.0.4 deleted (was e116c404)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.5.0.3 deleted (was 57c613e2)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.5.0.2 deleted (was 9b8bded7)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.5.0.1 deleted (was 1ef6df74)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.5.0.0 deleted (was aed661b9)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.4.0.2 deleted (was 240d844b)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.4.0.1 deleted (was 1fc39104)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.4.0.0 deleted (was c9801c7e)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.1.0 deleted (was 454dc64b)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.0.4 deleted (was 67f00f85)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.0.3 deleted (was 8b1d4769)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.0.1 deleted (was 0467e386)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.0.2 deleted (was 47ba173f)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.2.0.0 deleted (was d28b50ae)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.4.2 deleted (was 7ee5ca1d)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.4.1 deleted (was cd646521)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.4.0 deleted (was 6ca45380)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.3.3 deleted (was 1492d516)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.3.2 deleted (was 59173bae)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-tags] [x2goclient] annotated tag 0.1.3.1 deleted (was 2e0f1ae3)

2023-12-15 Thread git-admin
; therefore, this change does not discard any commits from the repository. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https

[X2Go-Commits] [x2goclient] 06/06: Fix crashes in broker mode when server key check has failed

2023-12-15 Thread git-admin
- a/src/onmainwindow.h +++ b/src/onmainwindow.h @@ -1025,7 +1025,7 @@ private: */ static bool get_translator (const QString file_name_start, QTranslator **translator); void getClientKeyboardConfig(QString& layout, QString& model, QString& variant); - +void startBrok

[X2Go-Commits] [x2goclient] 05/06: debian/changelog: fixup.

2023-12-15 Thread git-admin
is started, when + using broker +- In direct RDP mode, when using broker, forward username and password to + the RDP client if user entered any. [ Mihai Moldovan ] * New upstream version (4.1.2.4): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 04/06: x2goclient.spec: add Recommends: x2gokdriveclient for FC30+, RH 8+, *SuSE 15.4+.

2023-12-15 Thread git-admin
9 || 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +Recommends: x2gokdriveclient +%endif %if 0%{?suse_version} Requires: openssh %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2

[X2Go-Commits] [x2goclient] 01/06: Continue development

2023-12-15 Thread git-admin
ec b/x2goclient.spec index 5fd4b276..0b16adfc 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version:4.1.2.3 +Version:4.1.2.4 Release:0.0x2go1%{?dist} # Default to Qt 4 for now. -- Alioth's /home/x2go-admin/maintenan

[X2Go-Commits] [x2goclient] 03/06: In direct RDP mode, when using broker, forward username and password to the RDP client if user enetered any.

2023-12-15 Thread git-admin
password=getCurrentPass(); +} } nxproxy=new QProcess; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org http

[X2Go-Commits] [x2goclient] 02/06: Fix crashes when syn reply arriving after the session is started, when using broker

2023-12-15 Thread git-admin
if the session already started */ +bool ignoreBrokerSessions; bool haveTerminal; bool proxyRunning; bool drawMenu; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [x2goclient] 35/38: pyhoca-cli.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).

2023-12-15 Thread git-admin
it, too, and it's certainly dead +# for Tumbleweed and ALP. %global want_python2 1 -%if 0%{?fedora} >= 31 +%if 0%{?fedora} >= 31 || 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150400 %global want_python2 0 %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/

[X2Go-tags] [x2goclient] annotated tag 0.1.3.1 created (now 2e0f1ae3)

2023-12-15 Thread git-admin
Python X2go * fixing handling of add_to_known_hosts and known_hosts parameters * built Debian/Ubuntu Packages * release: --- No new revisions were added by this update. -- Alioth's /home/x2go-admin

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-spread-2023

2023-12-15 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-tags] [x2goclient] annotated tag 0.6.1.3 created (now c6245eb5)

2023-12-15 Thread git-admin
epository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-tags] [x2goclient] annotated tag 0.6.0.0 created (now 1546795a)

2023-12-15 Thread git-admin
elease Manager (1): Continue development --- No new revisions were added by this update. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclie

[X2Go-tags] [x2goclient] annotated tag 0.6.0.1 created (now fe6ec281)

2023-12-15 Thread git-admin
is update. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-tags mailing list x2go-tags@lists.x2go.org https://lists.x2go.org/listinfo/x2go-tags

[X2Go-Commits] [x2goclient] 38/38: Continue development

2023-12-15 Thread git-admin
-25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: https://wiki.x2go.org """ -__VERSION__ = "0.6.1.3" +__VERSION__ = "0.6.1.4" from .frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-tags] [x2goclient] annotated tag 0.1.3.3 created (now 1492d516)

2023-12-15 Thread git-admin
updates html version of man page man page update depends on new Python X2go version, updates dh dependency version increment --- No new revisions were added by this update. -- Alioth's /home/x2go-admin

[X2Go-tags] [x2goclient] annotated tag 0.1.3.2 created (now 59173bae)

2023-12-15 Thread git-admin
= =t5T0 -END PGP SIGNATURE- Mike Gabriel (2): catching ValueError if --password is not given bugfix for --password rewrite code --- No new revisions were added by this update. -- Alioth's /home/x2go-admin

[X2Go-tags] [x2goclient] annotated tag 0.5.0.4 created (now e116c404)

2023-12-15 Thread git-admin
... release 0.5.0.4 --- No new revisions were added by this update. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-tags] [x2goclient] annotated tag 0.4.0.1 created (now 1fc39104)

2023-12-15 Thread git-admin
hFi/nZJrmQTWtWyl+xbH =lz9B -END PGP SIGNATURE- Mike Gabriel (2): Bump egg version to 0.4.0.1 release 0.4.0.1 --- No new revisions were added by this update. -- Alioth's /home/x2go-admin/maintenancescripts/git

[X2Go-Commits] [x2goclient] 36/38: pyhoca-cli.spec: Remove pycache handling from the files list.

2023-12-15 Thread git-admin
_version} > 1500 ) -%if ( 0%{?sle_version} >= 15 ) || ( 0%{?suse_version} > 1500 ) -%pycache_only %{python3_sitelib}/pyhoca/cli/__pycache__ -%else -%pycache_only %{python3_sitelib}/__pycache__ -%endif -%endif -%endif %endif %{_mandir}/man1/%{name}.1* -- Alioth's /home/x2go-admin/main

[X2Go-Commits] [x2goclient] 34/38: pyhoca-cli.spec: change http:// to https:// links where appropriate.

2023-12-15 Thread git-admin
/releases/source/%{name}/%{name}-%{version}.tar.gz +URL:https://www.x2go.org/ +Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch %if 0%{?with_python2} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email

[X2Go-Commits] [x2goclient] 37/38: release 0.6.1.3

2023-12-15 Thread git-admin
+ -- X2Go Release Manager Tue, 22 Aug 2023 08:45:44 +0200 pyhoca-cli (0.6.1.2-0x2go1) unstable; urgency=medium -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing

[X2Go-Commits] [x2goclient] 30/38: misc: change http:// to https:// links where appropriate.

2023-12-15 Thread git-admin
is a cross-platform (Windows, MacOS X, Linux) X2Go client for the command line.", license = 'AGPLv3+', author = 'Mike Gabriel', -url = 'http://www.x2go.org', +url = 'https://www.x2go.org', namespace_packages = [ 'pyhoca', ], packages = [ 'pyhoca.cli', ], package_di

[X2Go-Commits] [x2goclient] 32/38: debian/copyright: change http:// to https:// links where appropriate.

2023-12-15 Thread git-admin
. - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. . -- Alioth's /hom

[X2Go-Commits] [x2goclient] 31/38: debian/control: change http:// to https:// links where appropriate.

2023-12-15 Thread git-admin
cli -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 25/38: pyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented in the x2go Python module.

2023-12-15 Thread git-admin
ssh/id_rsa' % current_home -if not a.ssh_privkey and os.path.isfile('%s/.ssh/id_dsa' % current_home): -a.ssh_privkey = '%s/.ssh/id_dsa' % current_home # only look for ssh keys if no ssh privkey is specified if a.ssh_privkey: -- Alioth's /home/x2go-admin/maintenancescripts

[X2Go-Commits] [x2goclient] 33/38: debian/watch: change http:// to https:// links where appropriate.

2023-12-15 Thread git-admin
-- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 28/38: misc: pre-release copyright update.

2023-12-15 Thread git-admin
ca is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git __

[X2Go-Commits] [x2goclient] 27/38: debian/changelog: sync with git history.

2023-12-15 Thread git-admin
Thu, 26 Dec 2019 17:03:42 +0100 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 26/38: {pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.

2023-12-15 Thread git-admin
ve = False -passphrase = None +passphrase = self.args.ssh_passphrase passphrase_unlock_counter = 3 _username = self.args.username or self._X2GoClient__get_session_username(self.x2go_session_hash) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-emai

[X2Go-Commits] [x2goclient] 29/38: man/man1/pyhoca-cli.1: pre-release date update.

2023-12-15 Thread git-admin
0.6.1.3" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___

[X2Go-Commits] [x2goclient] 20/38: {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.

2023-12-15 Thread git-admin
): """\ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 22/38: Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature."

2023-12-15 Thread git-admin
lf.x2go_session_hash) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 21/38: {pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.

2023-12-15 Thread git-admin
ve = False -passphrase = None +passphrase = self.args.ssh_passphrase passphrase_unlock_counter = 3 _username = self.args.username or self._X2GoClient__get_session_username(self.x2go_session_hash) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-emai

[X2Go-Commits] [x2goclient] 24/38: {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate.

2023-12-15 Thread git-admin
): """\ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2goclient] 23/38: Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if appropriate."

2023-12-15 Thread git-admin
gs.command, - look_for_keys=self.args.look_for_keys) + cmd=self.args.command) def authenticate(self): """\ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email o

[X2Go-Commits] [x2goclient] 18/38: {pyhoca-cli, pyhoca/cli/frontend.py}: Add --non-interactive cmdline option for forcefully preventing password queries on the TTY.

2023-12-15 Thread git-admin
password = None +passphrase = None +_auth_count += 1 if not connected and _auth_count <= 0: if self.auth_attempts >= 2: -- Alioth's /home/x2go-admin/maintenance

[X2Go-Commits] [x2goclient] 19/38: man/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.

2023-12-15 Thread git-admin
PROFILE You either have to specify a server name or a pre-configured X2GoClient session profile to tell \fBpyhoca-cli\fR to -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-com

[X2Go-Commits] [x2goclient] 17/38: d/changelog: update from Git history

2023-12-15 Thread git-admin
to NX options. - pyhoca-cli: Add cmdline option --list-cmdline-features. Required for Remmina X2Go Plugin. +- pyhoca-cli: Write program version to STDOUT (not STDERR). [ Daniel Teichmann ] * New upstream release (0.6.1.3): -- Alioth's /home/x2go-admin/maintenancescripts/git

[X2Go-Commits] [x2goclient] 15/38: pyhoca-cli: Add cmdline option --list-cmdline-features. Required for Remmina X2Go Plugin.

2023-12-15 Thread git-admin
e: if a.version: version() +if a.list_cmdline_features: +list_features() + if type(a.host) == str and not a.username and "@" in a.host: a.username = a.host.split('@')[0] a.host = '@'.join(a.host.split('@')[1:]) -- Alioth's /home/x2go-admi

[X2Go-Commits] [x2goclient] 13/38: Move --dpi cmdline option from X2Go options to NX options.

2023-12-15 Thread git-admin
= [ {'args':['--port'], 'default': None, 'help': 'compatibility option, synonymous to --remote-ssh-port PORT', }, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git

[X2Go-Commits] [x2goclient] 14/38: Rename 'NX options' to 'session options'.

2023-12-15 Thread git-admin
(p_printopts, print_options), (p_brokeropts, broker_options), (p_actionopts, action_options), (p_debugopts, debug_options), (p_sessionopts, session_options), (p_backendopts, backend_options), (p_compatopts, compat_options)): for opt in opts: args = opt['args'] -- Alioth's /hom

[X2Go-Commits] [x2goclient] 16/38: pyhoca-cli: Write program version to STDOUT (not STDERR).

2023-12-15 Thread git-admin
;%s\n" % VERSION_TEXT) +print("%s" % VERSION_TEXT) sys.exit(0) def list_features(): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits maili

[X2Go-Commits] [x2goclient] 11/38: man/man1/pyhoca-cli.1: Fix docs for --quiet option.

2023-12-15 Thread git-admin
options and exit. \*(T<\fB\-V, \-\-version\fR\*(T> Output version information and exit. .TP -\*(T<\fB\-d, \-\-quiet\fR\*(T> +\*(T<\fB\-\-quiet\fR\*(T> No output to stdout at all! .TP \*(T<\fB\-d, \-\-debug\fR\*(T> -- Alioth's /home/x2go-admin/maintenancescripts/git/

[X2Go-Commits] [x2goclient] 09/38: pyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification. Only demand an integer, if args.dpi is set to something else than None.

2023-12-15 Thread git-admin
ntime_error ("value for cmd line argument --dpi must be an positive integer value between 20 and 400", parser=p, exitcode=1) # input check for --clipboard-mode a.clipboard_mode = a.clipboard_mode.lower() -- Alioth's /home/x2go-admin/maintenancescripts/git/hook

[X2Go-Commits] [x2goclient] 10/38: pyhoca-cli: Add --kdrive option.

2023-12-15 Thread git-admin
dpi=self.args.dpi, xinerama=self.args.xinerama, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-comm

[X2Go-Commits] [x2goclient] 12/38: debian/changelog: update from Git log

2023-12-15 Thread git-admin
. [ Daniel Teichmann ] * New upstream release (0.6.1.3): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org

[X2Go-Commits] [x2goclient] 07/38: pyhoca-cli: Add cmdline parameter --dpi.

2023-12-15 Thread git-admin
dpi=self.args.dpi, xinerama=self.args.xinerama, geometry=self.args.geometry,

<    1   2   3   4   5   6   7   8   9   10   >