Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > ger.ct > #300369

Re: Ist das ct-Abo noch haltbar?

From Frank Boehm <fraboehm@gmx.de>
Newsgroups ger.ct
Subject Re: Ist das ct-Abo noch haltbar?
Date 2017-03-06 15:03 +0000
Organization baldar.de
Message-ID <o9jtop$qcf$1@tyr.baldar.de> (permalink)
References (4 earlier) <e80d1e07-2154-4454-8c4b-d832edb4132f@googlegroups.com> <ehv90gF1nedU1@mid.individual.net> <o9dsci$lks$1@news.albasani.net> <3ttmbcd3svnr8hjjgrrn64r196t20lu7pd@4ax.com> <ei48rdF1gilU1@mid.individual.net>

Show all headers | View raw


Hermann Riemann <nospam.gerct08@hermann-riemann.de> wrote:
> Am 06.03.2017 um 00:36 schrieb Martin Gerdes:
> 
> > Artikel zum Thema:
> > http://meedia.de/2016/11/04/60-weniger-auflage-in-nur-fuenf-jahren-der-niedergang-der-computerzeitschriften-branche/
> 
> Da steht etwas von
> 
> immer perfekter funktionierenden Mac-, Windows-
> oder mobilen Betriebssystemen
> 
> Das kann ich bei Linux KDE mit Grafikarte von AMD
> und Multimonitorbetrieb nicht bestätigen.

Versuch doch nicht alle Bildschirme an eine Karte zu haengen, sondern
kauf mehrere preiswerte aktuelle nvidia Graka. Das loest schon mal
einen Teil der Probleme.

Und was Deine KDE Fenster angeht.

Was steht bei Dir unter:
System Settings > Window Behaviour > Window Behaviour > Advanced > Placement

und wenn ein Fenster immer an einer bestimmten Stelle stehen soll,
versuch doch mal diesen Tip umzusetzen.

| Position the window where you want it to open, then right-click on the
| title-bar, choosing Advanced -> Special Window Settings. This will open
| a settings window, with appropriate entries already made. All you need
| to do now is select the Geometry tab and check Position and Size.


Was steht eigentlich bei Dir unter:
System Settings > Startup and shutdown > Desktop session

Nachdem das auf "Restore manually saved session" gesetzt wurde gibt es
beim Abmelden einen neuen Eintrag "save session".


> Hier so meine heutige Erfahrung mit freeciv:
> 
> Ein browserfenster lag nach dem Hochfahren diesmal
> nicht an anderer Stelle.
> 
> Dafür aber die meisten freeciv Fenster.
> Fensterlassen sich oft nicht einfach
> ohne besonderer Menu-Aktionen
> verschieben oder nach rechts vergrößern
> oder auf einen anderen Monitor verschieben.
> 
> Irgendwann klappte eine der Monitoranzeigen nicht mehr
> und die Fenster lagen an unterschiedlicher Stelle auf
> unterschiedlichen Monitoren.
> 
> Nach dem Wiederhochfahren war die Hintergrundeinstellung
> des mittleren nicht die von mir, sondern die von die von SuSE.
> 
> Die offenen chaotischen freeciv Fenster
> habe ich erstmal alle geschlossen.
> 
> Hermann
>    der den Eindruck eines Niedergangs von
>    KDE AMD und Aten-kvm-switches hat.

Du verwendest da schon eine ungewoehnliche Konfiguration.

Wenn alles nichts hilft und Dein KDE noch qt4 verwendet gibt es noch
das utility WMIface (gab eine Anpassung von qt3 nach qt4, von qt5 weiss
ich noch nichts) oder wmctrl.

Vermutlich gibt es das von Deiner Distribution auch bereits als Paket
fertig.

http://software.opensuse.org/download.html?project=home%3Allunak%3Akde&package=wmiface

Damit solltest Du etwas passendes Skripten koennen.

Das Programm braucht die Fensternummer, die kann man fuer ein laufendes
Programm rausbekommen mit

xwininfo -int | grep 'Window id'

und dann auf das in Frage kommende Fenster clicken.


Eine Uebersicht aller geoeffneter Fenster und Positionen mit wmctrl:
wmctrl -m -l -G

Koordinaten x,y 0,0 sind links oben auf dem Monitor.
zuerst die x,y Punkte eines Fensters links oben, gefolgt von breite und
hoehe.


Das ist allerdings ein etwas aufwendiger Weg zu scripten. Aber wenn Du
weisst wo alles jetzt ist, kannst Du es spaeter dorthin
wiederherstellen.


Beispielskripte mit wmctrl gibt es hier:
http://askubuntu.com/questions/411503/is-there-a-dynamic-multiple-monitor-friendly-desktop-environment-available-for-u

#!/bin/bash
# Script_Name: save_window_conf.sh
if [ -f $HOME/.my_windows_config.txt ]; then
    echo -e "Information: Previous configuration file \"$HOME/.my_windows_config.txt\" already exists.\nTo save a new configuration remove it manually using the following command,\n\n\trm $HOME/.my_windows_config.txt"
    exit 1
else
    wmctrl -p -G -l | awk '($2 != -1)&&($3 != 0)&&($NF != "Desktop")' | awk '{print $1}' | while read mywinid
    do
        xwininfo -id "$mywinid" >> $HOME/.my_windows_config.txt
    done
fi

#!/bin/bash
# Script_Name: load_window_conf.sh

file=$HOME/.my_windows_config.txt
declare -a mywinid
declare -a x
declare -a y
declare -a width
declare -a height

nl=$(cat "$file" | grep xwininfo |wc -l)

for i in $(seq 1 $nl)
do
    mywinid[i]=$(cat "$file" | grep "xwininfo" | awk -v p="$i" '{if(NR==p) print $4}')
    x[i]=$(cat "$file" | grep "Absolute upper-left X" | awk -v p="$i" '{if(NR==p) print $NF}')
    y[i]=$(cat "$file" | grep "Absolute upper-left Y" | awk -v p="$i" '{if(NR==p) print $NF}')
    width[i]=$(cat "$file" | grep "Width" | awk -v p="$i" '{if(NR==p) print $NF}')
    height[i]=$(cat "$file" | grep "Height" | awk -v p="$i" '{if(NR==p) print $NF}')
done

for it in $(seq 1 $nl)
do
    wmctrl -i -r "${mywinid[$it]}" -e 0,"${x[$it]}","${y[$it]}","${width[it]}","${height[it]}"
done



Bei mir funktioniert es meine Fenster in KDE4 damit zu sichern und
wiederherzustellen.


cu Frank


-- 
Wirklich reich ist,
wer mehr Traeume in seiner Seele hat,
als die Realitaet zerstoeren kann.

Back to ger.ct | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-03 13:08 +0100
  Re: Ist das ct-Abo noch haltbar? "Dr. Joachim Neudert" <neudert@5sl.org> - 2017-03-03 13:21 +0100
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-03 14:22 +0100
      Re: Ist das ct-Abo noch haltbar? Magnus Walter <magnus.walter@twinmail.de> - 2017-03-03 21:55 +0100
        Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-04 00:31 +0100
        Re: Ist das ct-Abo noch haltbar? Herwig AQSR <herwig.huener@t-online.de> - 2017-03-03 17:02 -0800
          Re: Ist das ct-Abo noch haltbar? Ricardo Szabo <usenet13@rickszabo.de> - 2017-03-04 07:34 +0000
            Re: Ist das ct-Abo noch haltbar? "Dr. Joachim Neudert" <neudert@5sl.org> - 2017-03-04 09:03 +0100
              Re: Ist das ct-Abo noch haltbar? Frank Widmaier <expiresbecausespam_311217@widdi.de> - 2017-03-04 09:56 +0100
                Re: Ist das ct-Abo noch haltbar? Herwig AQSR <herwig.huener@t-online.de> - 2017-03-04 03:37 -0800
              Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-05 10:23 +0100
              Re: Ist das ct-Abo noch haltbar? Martin Gerdes <martin.gerdes@gmx.de> - 2017-03-06 00:36 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-06 06:02 +0100
                Re: Ist das ct-Abo noch haltbar? Fidel-Sebastian Hunrichse-Lara <Fidel-Sebastian_Hunrichse-Lara@b.maus.de> - 2017-03-06 11:33 +0100
                Re: Ist das ct-Abo noch haltbar? Frank Boehm <fraboehm@gmx.de> - 2017-03-06 15:03 +0000
                Re: Ist das ct-Abo noch haltbar? Shinji Ikari <shinji@gmx.net> - 2017-03-07 07:58 +0100
                Re: Ist das ct-Abo noch haltbar? Frank Boehm <fraboehm@gmx.de> - 2017-03-07 09:49 +0000
                Re: Ist das ct-Abo noch haltbar? Shinji Ikari <shinji@gmx.net> - 2017-03-07 11:47 +0100
                Re: Ist das ct-Abo noch haltbar? Matthias Eißing <meissing@gmx.de> - 2017-03-07 11:52 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-07 14:00 +0100
                Re: Ist das ct-Abo noch haltbar? Shinji Ikari <shinji@gmx.net> - 2017-03-07 22:06 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-08 07:28 +0100
                Re: Ist das ct-Abo noch haltbar? Frank Boehm <fraboehm@gmx.de> - 2017-03-07 14:19 +0000
                Re: Ist das ct-Abo noch haltbar? Shinji Ikari <shinji@gmx.net> - 2017-03-07 22:05 +0100
                Re: Ist das ct-Abo noch haltbar? Matthias Eißing <meissing@gmx.de> - 2017-03-08 10:31 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-07 13:18 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-07 13:13 +0100
                Re: Ist das ct-Abo noch haltbar? Frank Boehm <fraboehm@gmx.de> - 2017-03-07 13:42 +0000
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-06 19:11 +0000
                Re: Ist das ct-Abo noch haltbar? Martin Gerdes <martin.gerdes@gmx.de> - 2017-03-07 22:41 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-08 08:01 +0100
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-11 07:01 +0000
                Re: Ist das ct-Abo noch haltbar? Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-03-11 07:41 +0000
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-11 12:10 +0100
                Re: Ist das ct-Abo noch haltbar? Hergen Lehmann <hlehmann.expires.5-11@snafu.de> - 2017-03-11 13:38 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-11 19:47 +0100
                Re: Ist das ct-Abo noch haltbar? Hergen Lehmann <hlehmann.expires.5-11@snafu.de> - 2017-03-11 20:35 +0100
            Re: Ist das ct-Abo noch haltbar? g.kuehne <kuehne123@front.ru> - 2017-03-04 09:49 +0100
              Re: Ist das ct-Abo noch haltbar? Frank Widmaier <expiresbecausespam_311217@widdi.de> - 2017-03-04 10:12 +0100
              Re: Ist das ct-Abo noch haltbar? Herwig AQSR <herwig.huener@t-online.de> - 2017-03-04 03:35 -0800
              Re: Ist das ct-Abo noch haltbar? Martin Gerdes <martin.gerdes@gmx.de> - 2017-03-07 22:41 +0100
                Re: Ist das ct-Abo noch haltbar? gunter Kühne <kuehne123@front.ru> - 2017-03-07 23:05 +0100
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-08 06:04 +0000
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-08 08:21 +0100
                Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-08 09:53 +0100
                Re: Ist das ct-Abo noch haltbar? Heiner Hass <heinerh@gmx.net> - 2017-03-08 23:09 +0100
                Re: Ist das ct-Abo noch haltbar? Dietz Proepper <dietz-news@rotfl.franken.de> - 2017-03-08 12:39 +0100
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-08 20:15 +0100
                Re: Ist das ct-Abo noch haltbar? Dietz Proepper <dietz-news@rotfl.franken.de> - 2017-03-09 08:12 +0100
                Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-09 08:58 +0100
                Re: Ist das ct-Abo noch haltbar? Hergen Lehmann <hlehmann.expires.5-11@snafu.de> - 2017-03-09 10:54 +0100
                Re: Ist das ct-Abo noch haltbar? Martin Gerdes <martin.gerdes@gmx.de> - 2017-03-09 18:03 +0100
                Re: Ist das ct-Abo noch haltbar? spamfalle2@arcor.de (Marc Stibane) - 2017-03-17 17:44 +0100
                Re: Ist das ct-Abo noch haltbar? Matthias Eißing <meissing@gmx.de> - 2017-03-10 16:30 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-08 08:06 +0100
            Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-04 10:39 +0100
              Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-04 11:33 +0100
                Re: Ist das ct-Abo noch haltbar? Mike Grantz <experiment2@wiebringtmaneinenaffendazugeldzuverschwenden.de> - 2017-03-05 08:20 +0100
              Re: Ist das ct-Abo noch haltbar? Peter Mc Donough <mcd-mail-lists@gmx.net> - 2017-03-04 13:11 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-04 14:31 +0100
                Re: Ist das ct-Abo noch haltbar? Peter Mc Donough <mcd-mail-lists@gmx.net> - 2017-03-04 18:28 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 00:01 +0100
                Re: Ist das ct-Abo noch haltbar? Mike Grantz <experiment2@wiebringtmaneinenaffendazugeldzuverschwenden.de> - 2017-03-05 08:16 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-05 12:07 +0100
                Re: Ist das ct-Abo noch haltbar? Mike Grantz <experiment2@wiebringtmaneinenaffendazugeldzuverschwenden.de> - 2017-03-05 14:32 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-05 19:11 +0100
              Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-04 23:48 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-05 00:15 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 01:06 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-05 10:19 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 20:06 +0100
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-05 06:32 +0000
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-05 06:59 +0000
                Re: Ist das ct-Abo noch haltbar? Dietz Proepper <dietz-news@rotfl.franken.de> - 2017-03-05 10:38 +0100
                Re: Ist das ct-Abo noch haltbar? Michael Bode <m.g.bode@web.de> - 2017-03-05 11:34 +0100
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-05 18:59 +0000
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-05 14:02 +0100
                Re: Ist das ct-Abo noch haltbar? Bernd Ohm <resistor5k6@online.de> - 2017-03-05 10:58 +0100
                Re: Ist das ct-Abo noch haltbar? Dietz Proepper <dietz-news@rotfl.franken.de> - 2017-03-05 11:06 +0100
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-05 19:02 +0000
                Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-05 22:16 +0100
                Re: Ist das ct-Abo noch haltbar? Bernd Ohm <resistor5k6@online.de> - 2017-03-06 20:28 +0100
                Re: Ist das ct-Abo noch haltbar? Ricardo Szabo <usenet13@rickszabo.de> - 2017-03-05 08:32 +0000
                Re: Ist das ct-Abo noch haltbar? Wolfgang Kynast <wky@gmx.de> - 2017-03-05 10:20 +0100
            Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-04 23:46 +0100
              Re: Ist das ct-Abo noch haltbar? Fidel-Sebastian Hunrichse-Lara <Fidel-Sebastian_Hunrichse-Lara@b.maus.de> - 2017-03-04 23:52 +0100
      Re: Ist das ct-Abo noch haltbar? Heiner Hass <heinerh@gmx.net> - 2017-03-04 01:00 +0100
      Re: Ist das ct-Abo noch haltbar? Sascha Grage <SGrage@gmx.net> - 2017-03-04 12:41 +0100
      Re: Ist das ct-Abo noch haltbar? Thomas Flaig <t.gf@freenet.de> - 2017-03-05 21:13 +0100
        Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-05 22:11 +0100
      Re: Ist das ct-Abo noch haltbar? Ned Kelly <ned.kelly@nefkom.net> - 2017-03-08 17:35 +0100
  Re: Ist das ct-Abo noch haltbar? Frank Hucklenbroich <Hucklenbroich01@aol.com> - 2017-03-03 13:47 +0100
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-03 14:15 +0100
      Re: Ist das ct-Abo noch haltbar? Walter Schmid <paulwalterschmid@vtxmail.ch> - 2017-03-03 16:25 +0100
        Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-03 22:23 +0100
          Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-04 01:17 +0100
            Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-04 11:38 +0100
            Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-04 22:17 +0100
              Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 01:26 +0100
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-05 14:02 +0100
                Re: Ist das ct-Abo noch haltbar? Wolfgang Kynast <wky@gmx.de> - 2017-03-05 16:35 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 20:38 +0100
                Re: Ist das ct-Abo noch haltbar? Frank Hucklenbroich <Hucklenbroich01@aol.com> - 2017-03-06 15:26 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 20:13 +0100
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-05 23:49 +0000
              Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-05 11:08 +0100
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-05 20:46 +0000
                Re: Ist das ct-Abo noch haltbar? Fidel-Sebastian Hunrichse-Lara <Fidel-Sebastian_Hunrichse-Lara@b.maus.de> - 2017-03-05 22:05 +0100
                Re: Ist das ct-Abo noch haltbar? Goetz Schultz <ng-delete-mailer@goetz.co.uk> - 2017-03-08 21:28 +0000
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-06 02:40 +0100
                Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-06 11:01 +0100
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-05 21:24 +0100
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-07 11:07 +0100
                Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-07 11:33 +0100
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-07 12:41 +0000
                Re: Ist das ct-Abo noch haltbar? Bernd Ohm <resistor5k6@online.de> - 2017-03-07 14:04 +0100
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-07 20:08 +0000
                Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-07 22:47 +0100
                Re: Ist das ct-Abo noch haltbar? "Ulrich F. Heidenreich" <from!not-for-mail@tremornet.de> - 2017-03-08 12:27 +0100
                Re: Ist das ct-Abo noch haltbar? spamfalle2@arcor.de (Marc Stibane) - 2017-03-17 17:44 +0100
                Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-17 17:42 +0000
              Re: Ist das ct-Abo noch haltbar? Lars Gebauer <lars.gebauer@yahoo.de> - 2017-03-05 11:06 +0000
                Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-05 19:13 +0000
                Re: Ist das ct-Abo noch haltbar? Sepp Neuper <Sepp_Neuper@web.de> - 2017-03-05 21:28 +0100
            Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 01:23 +0100
              Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-05 10:56 +0100
                Re: Ist das ct-Abo noch haltbar? Holger Marzen <holger@marzen.de> - 2017-03-05 09:59 +0000
                Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-05 11:18 +0100
                Re: Ist das ct-Abo noch haltbar? Jörg Tewes <jogi1964@gmx.net> - 2017-03-05 20:08 +0100
                Re: Ist das ct-Abo noch haltbar? Holger Marzen <holger@marzen.de> - 2017-03-05 19:33 +0000
                Re: Ist das ct-Abo noch haltbar? Frank Hucklenbroich <Hucklenbroich01@aol.com> - 2017-03-06 15:34 +0100
                Re: Ist das ct-Abo noch haltbar? Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2017-03-06 15:02 +0000
                Re: Ist das ct-Abo noch haltbar? Lars Gebauer <lars.gebauer@yahoo.de> - 2017-03-06 15:46 +0000
            Re: Ist das ct-Abo noch haltbar? Thomas Flaig <t.gf@freenet.de> - 2017-03-05 21:19 +0100
  Re: Ist das ct-Abo noch haltbar? Ricardo Szabo <usenet13@rickszabo.de> - 2017-03-03 14:50 +0000
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-03 17:36 +0100
    Re: Ist das ct-Abo noch haltbar? Herwig AQSR <herwig.huener@t-online.de> - 2017-03-03 16:59 -0800
  Re: Ist das ct-Abo noch haltbar? Fidel-Sebastian Hunrichse-Lara <Fidel-Sebastian_Hunrichse-Lara@b.maus.de> - 2017-03-03 16:53 +0100
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-03 17:40 +0100
  Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-03 19:23 +0000
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-04 01:20 +0100
      Re: Ist das ct-Abo noch haltbar? v_borchert@despammed.com (Volker Borchert) - 2017-03-04 08:09 +0000
  Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-05 10:31 +0100
  Re: Ist das ct-Abo noch haltbar? Alexander Kluss <alex_k@gmx.net> - 2017-03-06 08:09 +0100
  Re: Ist das ct-Abo noch haltbar? Stephan Bumberger <bumberger@gmx.de> - 2017-03-07 14:12 +0100
    Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-07 17:38 +0100
      Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-07 17:46 +0000
        Re: Ist das ct-Abo noch haltbar? Ruediger Lahl <ruediger.lahl@gmx.de> - 2017-03-07 19:25 +0100
        Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-08 08:37 +0100
  Re: Ist das ct-Abo noch haltbar? Lothar Frings <Lothar.Frings@gmx.de> - 2017-03-08 01:06 -0800
  Re: Ist das ct-Abo noch haltbar? Peter Mc Donough <mcd-mail-lists@gmx.net> - 2017-03-08 15:18 +0100
    Re: Ist das ct-Abo noch haltbar? Beate Goebel <baetschbla@usenet.arcornews.de> - 2017-03-08 16:05 +0100
      Re: Ist das ct-Abo noch haltbar? Peter Mc Donough <mcd-mail-lists@gmx.net> - 2017-03-09 14:42 +0100
        Re: Ist das ct-Abo noch haltbar? Beate Goebel <baetschbla@usenet.arcornews.de> - 2017-03-09 16:28 +0100
        Re: Ist das ct-Abo noch haltbar? Hermann Riemann <nospam.gerct08@hermann-riemann.de> - 2017-03-09 17:38 +0100
    Re: Ist das ct-Abo noch haltbar? Dr. Joachim Neudert <neudert@5sl.org> - 2017-03-08 16:38 +0000

csiph-web