Re: [MSEide-MSEgui-talk] tterminal again

2011-10-18 Thread Martin Schreiber
On Tuesday 18 October 2011 01.39:06 Sieghard wrote:
 
 Sorry, no comments - please refer to the man pages and kernel
 documentation. (I don't recall any detail any more myself now;)
 
 For other terminal devices, like e.g. xterm, rxvt or such I don't know of
 any method to access their text buffers, altough there may exist some -
 I'm afraid, very specific for the pertinent terminal implementation,
 respectively.

Thanks, I made a program which copies the PTY output to a file:
http://gitorious.org/mseuniverse/mseuniverse/trees/master/tools/utilities/ptytee

minoshi, can you run

ptytee --command=pacman -Sw acl --file=test.txt

and send the result?

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fun with Suse 11.4

2011-10-18 Thread Martin Schreiber
Martin Schreiber wrote:


 I can run mseide with -ns option for a work around, but the problem is
 that I do extensive use of skins in my programs. How is going this
 issue?

  Somebody should write bug reports to the bug tracker of the distros...

 
 It's reported
 
 Seems to be still not fixed radeon upstream:
 https://bugzilla.novell.com/show_bug.cgi?id=690766#c5
 
 Who will report the bug to the radeon driver developers?
 
Nobody?

Martin

___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tterminal again

2011-10-18 Thread minoshi


Thanks, I made a program which copies the PTY output to a file:
http://gitorious.org/mseuniverse/mseuniverse/trees/master/tools/utilities/ptytee

minoshi, can you run

ptytee --command=pacman -Sw acl --file=test.txt

and send the result?

Martin



no result.

[root@server Новый]# LANG=en_US.utf8 ./ptytee --command=pacman -Sw acl 
--file=test.txtresolving dependencies...


Targets (1): acl-2.2.51-1

Total Download Size:0.13 MB

Proceed with download? [Y/n] y


And program stop here. As I understand, ptytee can`t send answer to process.
I add option --noconfirm to command line and got that :


[root@server tee]# LANG=en_US.utf8 ./ptytee --command=pacman -S 
--noconfirm  acl --file=test.txt

warning: acl-2.2.51-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): acl-2.2.51-1

Total Download Size:0.13 MB
Total Installed Size:   0.59 MB

Proceed with installation? [Y/n]
:: Retrieving packages from core...
downloading acl-2.2.51-1-i686.pkg.tar.xz...
[root@server tee]#


the test file:

warning: acl-2.2.51-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): acl-2.2.51-1

Total Download Size:0.13 MB
Total Installed Size:   0.59 MB

Proceed with installation? [Y/n]
:: Retrieving packages from core...
downloading acl-2.2.51-1-i686.pkg.tar.xz...




--
Yours,
Alexandre Minoshi
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tterminal again

2011-10-18 Thread Martin Schreiber
On Tuesday 18 October 2011 20.03:18 minoshi wrote:
 no result.
 
 [root@server Новый]# LANG=en_US.utf8 ./ptytee --command=pacman -Sw acl
 --file=test.txtresolving dependencies...
 
 Targets (1): acl-2.2.51-1
 
 Total Download Size:0.13 MB
 
 Proceed with download? [Y/n] y
 
 
 And program stop here. As I understand, ptytee can`t send answer to
 process. I add option --noconfirm to command line and got that :
 
ptytee e2bb13357d2671d207e54537605d1ab63d794aaf has no input pipe and should 
work with terminal entry, please try again.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tterminal again

2011-10-18 Thread Martin Schreiber
On Monday 17 October 2011 17.16:36 minoshi wrote:
 17.10.2011 09:45, Martin Schreiber пишет:
  I tested with the ls command which has different output on a PTY, works
  for me.
 
 work for me too.
 but with 'pacman' no :/
 
git mseide-msegui master (e90ded93bc597a9153975e5bdbe25076c74d5198) has a pty 
on input and output, please test.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tterminal again

2011-10-18 Thread Martin Schreiber
Martin Schreiber wrote:

 On Monday 17 October 2011 17.16:36 minoshi wrote:
 17.10.2011 09:45, Martin Schreiber пишет:
  I tested with the ls command which has different output on a PTY,
  works for me.
 
 work for me too.
 but with 'pacman' no :/
 
 git mseide-msegui master (e90ded93bc597a9153975e5bdbe25076c74d5198) has a
 pty on input and output, please test.
 
That disturbs FPC in MSEide...
I'll try to fix tomorrow.

Martin

___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk