User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.4) Gecko/20070610 Epiphany/2.18 Build Identifier: Hello, I'm opening text files in thunar with nano thorugh terminal, but when I do this, nano seems to automaticly fit an much bigger terminal window than the default one. Reproducible: Always Steps to Reproduce: Open an text file with this command from thunar: "exo-open --launch TerminalEmulator nano %f" I guess terminal have to be your default terminal. Actual Results: You will se an pretty messed up nano, which makes it unusable. Expected Results: Nano should just appear is if I open the text file directly form the terminal, like this: "nano textfile". Occours to the last svn snapshot of terminal(0.2.7svn-25876), I'm also using the latest snaptshot of exo and thunar.
Hm, I cannot reproduce that here. It looks like a race condition between the sizing logic in VTE (the terminal library in use) and nano.
(In reply to comment #1) > Hm, I cannot reproduce that here. It looks like a race condition between the > sizing logic in VTE (the terminal library in use) and nano. > The issue only seems to appear some times, not often, it just appeared again here...
Any news on this?