totalterminal icon indicating copy to clipboard operation
totalterminal copied to clipboard

no longer working on 10.9.1: click off the TotalTerminal window to close

Open rjcorwin opened this issue 11 years ago • 13 comments

This started to happen a few weeks ago and seems to come and go when there is a new update. Also, if I tab switch to another program, the Terminal window still overlays itself and I have to hit the hot key twice more to drop the terminal window. While this makes TotalTerminal not completely unusable, it does substantially reduce my incentive to keep using it given how hard it is to get out of TotalTerminal now.

rjcorwin avatar Feb 03 '14 20:02 rjcorwin

What version of TT are you using? 1.4.10 works as expected when I tab switch or click off the terminal window in OSX 10.9.1.

dustinpaluch avatar Feb 03 '14 22:02 dustinpaluch

Hi Dustin, Thanks for the reply. Checking in the preferences I see I'm running 1.4.6. I was assuming I had the most recent version because when I "Check for Updates" it says I have the most recent version. How shall proceed on upgrading? Uninstall and reinstall?

  • R.J.

On Mon, Feb 3, 2014 at 5:43 PM, Dustin Paluch [email protected]:

What version of TT are you using?

Reply to this email directly or view it on GitHubhttps://github.com/binaryage/totalterminal/issues/98#issuecomment-34009756 .

rjcorwin avatar Feb 03 '14 23:02 rjcorwin

Heh, I had the same problem with 1.4.6. Just grab 1.4.10 from here: http://totalterminal.binaryage.com/#changelog and replace 1.4.6 with it. I think something might be wrong with the update checker. If it misses the next update, someone (perhaps me) will post an issue.

dustinpaluch avatar Feb 03 '14 23:02 dustinpaluch

I had this issue as well. What resolved it was setting the "Pin" hotkey. I think the app was stuck believing it was in a "pinned" state.

My user defaults would show TotalTerminalVisorPinned as set to 1. Even though I never "pinned" the visor.

defaults read com.apple.Terminal.plist TotalTerminalVisorPinned

jtdreisb avatar Feb 06 '14 07:02 jtdreisb

@dustinpaluch Thanks for the advice. I now have 1.4.10 installed using your advice. Unfortunately that did not fix the issue I'm having. @jtdreisb It looks like I was experiencing the issue you also faced. I was not aware of the "Pin" state of TT... Either I missed it in the past or didn't exist. If it didn't exist in the prior version I was using then there was an issue in the prior version with the terminal not hiding and in the new version there may be a default of state of pin being true. I may have also hit the pin key combo without realizing it. Anyways, if the default state of pin is true, then it might be a good idea to set it to false in case other users are struggling like jtdreisb and myself. So before I hit close on this one...

Is the default state of pin == true?

rjcorwin avatar Feb 07 '14 16:02 rjcorwin

There is still an issue here where the pin state is getting set to true where it definitely shouldn't be.

jtdreisb avatar Feb 07 '14 22:02 jtdreisb

Do you guys have "Run Terminal.app as a background app" checked or unchecked?

dustinpaluch avatar Feb 07 '14 22:02 dustinpaluch

Run in as background app is unchecked. Terminal is a normal dock app.

jtdreisb avatar Feb 07 '14 23:02 jtdreisb

I seem to be experiencing this same issue - pin keeps getting set to true.

nickyhajal avatar May 13 '14 16:05 nickyhajal

:+1: This is driving me insane.

nixpulvis avatar May 15 '14 00:05 nixpulvis

This only just started happening on my system. OSX 10.9.5. Latest version of TT (1.5.3)

restlessdesign avatar Oct 15 '14 16:10 restlessdesign

I'm about to release a new version of TotalTerminal in few hours on beta channel. This release 1.5.4 does not address this issue. But when I'm at it, I would like to investigate it further for next version.

It is not happening on my machine, at least I didn't notice.

darwin avatar Oct 15 '14 19:10 darwin

Just in case anyone else comes here, I was experiencing the same problem, and as @jtdreisb says above, you may have accidentally pinned it. On 1.6, the pin shortcut is Cmd-Shift-P, which happens to be the same as the VSCode command console one (and possibly also active in other software). So you may have accidentally pinned it... I checked via

defaults read com.apple.Terminal.plist TotalTerminalVisorPinned

as suggested, and indeed I got a 1... I now realize this was accidental and it coincides with my recently switching to VSCode, but I never would have connected the two. Thanks @jtdreisb for the tip!

fperez avatar Jul 21 '16 00:07 fperez