Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst] Problem mit tkman
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
oliver2104
Apprentice
Apprentice


Joined: 27 Jul 2004
Posts: 214
Location: Wien

PostPosted: Thu Aug 21, 2014 9:43 am    Post subject: [gelöst] Problem mit tkman Reply with quote

Hallo,
hab nach langer Zeit wieder mal versucht, diverse manpages mit tkman anzusehen.
hatte tkman als sehr komfortables Programm für diesen Zweck in Erinnerung.
Aber jetzt startet tkman mit der Fehlermeldung
    Error:tab stop"-13" is not at a positive distance
die kann man zwar überspringen, aber jede danach abgerufene manpage zeigt nur einen unverständlichen Buchstabensalat an.

Hab dazu im Internet nur einen Beitrag aus dem Jahr 2008 gefunden. Der nennt sich: workaround to prevent negative numbers
und hat kommentarlos die Datei: tkman-2.2-tcl85.diff angehängt und die schaut so aus:
Code:
--- gui.tcl.orig   2008-11-09 08:50:22.000000000 -0800
+++ gui.tcl   2008-11-09 08:58:43.000000000 -0800
@@ -745,9 +745,9 @@
 # so cols = (50/307)*562 = 91, want ~90, yay
    set repstr "ETRNIOASM          aaabcdeeeefghiijklmnnooprrsttuy"; set replen [string length $repstr]
 
-   set rm [expr {[winfo width $t]-2*[$t cget -padx]-10}]
+   set rm [expr {abs([winfo width $t]-2*[$t cget -padx]-10)}]
    $t tag configure info -tabs [list 0.3i $rm right]
-   $t tag configure census -tabs [list [expr {$rm-150}] right $rm right]
+   $t tag configure census -tabs [list [expr {abs($rm-150)}] right $rm right]
    $t tag configure high -tabs [list $rm right]
    $t tag configure rmtab -tabs [list $rm right]

ein Verzeichnis mit der Datei gui.tcl hab ich aber nicht, und somit auch keine Ahnung was ich mit der *.diff Datei anfangen soll.
Möglicherweise gibts auch seit 2008 schon eine bessere Lösung ?

Kann mir da jemand helfen ?


Last edited by oliver2104 on Sun Aug 24, 2014 8:01 am; edited 1 time in total
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2305
Location: Adendorf, Germany

PostPosted: Thu Aug 21, 2014 7:15 pm    Post subject: Reply with quote

Also tkman hatte sein letztes Release Version 2.2 im April 2003. Also vor über 11 Jahren.

Das sieht mir toter als tot aus. wie wäre es stattdessen mit pinfo? Ist halt ncurses statt tk.
_________________
Edited 220,176 times by Yamakuzure
Back to top
View user's profile Send private message
oliver2104
Apprentice
Apprentice


Joined: 27 Jul 2004
Posts: 214
Location: Wien

PostPosted: Sun Aug 24, 2014 8:00 am    Post subject: Reply with quote

Danke für die Antwort,

hab pinfo ausprobiert und muß mich da noch etwas einarbeiten.
Kann aber jetzt schon sagen, so schön wie tkman funktionierts nicht.
Ich find es schade dass tkman nicht mehr gepflegt wird
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum