Every repository with this icon (
Every repository with this icon (
| Fork of torsten/visor | |
| Description: | Quake-style terminal for MacOS X (Terminal.app SIMBL) edit |
-
I get "Failed to load the Visor plugin. Invalid parameter not satisfying: aKeyEquivalent !=nil"
This is on 10.5.8 with SIMBL 0.8.2, visor 2.1Comments
-
Hi recently I switched from Leopard to Snow Leopard
Installed Visor.bundle 2.2 and run terminall...when LSUIElement (of Terminal.app) is set to 1 visor is not in fullscreen
In fact when I checked show visor icon in menubar, it is NOT shown (maybe visor is not starting)when i set LSUIElement to 0, visor works, but there is icon when switching apps [cmd]+[tab]
therefore I don't need visor... :{moreover terminal colors seems to be more watered
Using the same theme!BTW. is there any possibility to bind ` only as a visor hotkey (in leopard I did and it worked for me, unless I have to write SQL queries
or better an eject disk next to F12 key at my macbook air keyboardthere is a problem when visor is in fullscreen
opening new tab makes visor window shorter revealing whats underneath (only first tab open), closing tab make it worse
hiding visor and showing-up again repair this problemtrue full window 'fullscreen' including not displaying menubar would be nice
nice feature would be hide scrollbar in terminal (why tu use them when there is a finger scroll and [fn]+[arrows], scrollbars only takes few pixels from display
screenshots:
http://game-pic.com/pictures/15943165774abe40cfc809e.png [LSUIElement 1]
http://game-pic.com/pictures/13240417204abe40cf26e88.png [LSUIElement 0]
http://game-pic.com/pictures/7663019544abe425841cea.png [LSUIElement 0, new tab]
http://game-pic.com/pictures/7663019544abe425841cea.png [LSUIElement 0, close tab]I would like to have
-normal colors as it is in LSUIElement 1 -dockless as it is in LSUIElement 0 -bind key without modifier [ctrl] -hide scrollbar option -no problem with opening new tabs and height of visorComments
check #32 => LSUIElement is not working with SIMBL 0.9.x
as of keybinding, I use a new library from google (the old code was not ready for 64-bit), you may try to poke around http://code.google.com/p/google-toolbox-for-mac/ and find if there is a way how to relax http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/AppKit/GTMHotKeyTextField.h. maybe you may even try to open at ~/Library/Preferences/com.apple.Terminal.plist and tweak modifiers field in hotkey section.
you may fill hiding scrollbar as a new issue if you really want it, but I'm not going to do it anytime soon.
changing height when new tabs appear is pain, but I have no good solution for this.
-
true full window 'fullscreen' including not displaying menubar would be nice
also hiding scrollbar in terminal (why to use them when there is a finger scroll and [fn]+[arrows], scrollbars only takes few pixels from displayComments
-
feature-request: shortcut for resizing windows
8 comments Created 2 months ago by grimenI'm not sure if this it out of the context for Visor's vision, but it would be awesome to be able to resize the Visor window size using shortcuts instead of having to toggle the window completely becuase one can't see the content behind. I know the size now is set based on system settings for terminal, but it's not solving the issue at all - in 50% of the cases I want the original size. Maybe have "original size", "minimal size" and "maximum size" set.
Comments
I'm not getting it...
So you want keyboard shortcuts to move toggled Visor window to different screen positions?
Example (when terminal got focus):
^ + arrow up - make window height X units smaller (or jump to "minimum height") ^ + arrow down - make window height X units bigger (or jump to "maximum height") ^ + 0 - reset to default height
More sense now?
I see, but this is not universal solution.
What if my visor is in top-stretch position. And obscured information is almost in top of the screen. I have little chance to resolve this situation making the window smaller.
Personally I don't have this problem. If I need some window visible during top-stretch Visor session, I just drag it down on the screen so I can see it. Solution is simple: don't make visor move, move the other window ad-hoc.
OK, I don't agree that it's not universal - everything is non-universal to a certain degree. I have "top-stretch" mode, but my default size takes up 50% of the screen's height, because that how I like it mostly, but on daily basis sometimes I want bigger or smaller - makes Visor (as it's not resizable as Terminal is) a bit annoying - end up starting a Terminal session. I know I'm not alone struggling with this. But I also see that if you never had the problem it might be hard to see it as a problem. Me myself not into OS X-programming right now (Ruby!), so that's why I put it as a issue instead of patching it. ;)
...and forgot to mention how common it is that you want to see more terminal output in certain cases - I do a lot of Rails, so peeping terminal logs is very important task...live, i.e. not peeping log-files.
If you are saying that "everything is non-universal", why you don't agree that it's not universal? (in the same sentence :-)
I'm sorry I have better things to do. If I get email from 99 other people who are struggling with this, maybe I'll reconsider my decision.
You may automate Terminal.app size using applescript if you don't want to get dirty with objective-c. Good luck!
I don't agree that this solely is a non-universal feature in compare to some other features already built in. Anyway, I didn't expect it, it is just a feature suggestion that others might have had but too (most people don't create issues becuase they don't got time or are lazy). I'll do you a favor and re-quote you: "I'm sorry I have more important things to do right now." - "better" made you sound very ignorant, for no reason really. Anyway, thanks for the tip on the AppleScript. Visor is great!
Ignorant are people who don't answer your direct question. I believe that's not me.
Thanks for ideas, suggestions and your time. This issue will remain open, but it is my solely right not to implement it. You may always fork the project and do it yourself. If it sounds ignorant to you, consider applying for full money-back-guarantee :-)
-
Visor doesn't return focus to non-Visor Terminal windows
2 comments Created 2 months ago by SteveKingFound on Visor 2.2, Snow Leopard. If a non-Visor Terminal window is focused when Visor is opened, focus is not restored to that window when Visor is dismissed.
Comments
Yes this behavior is by design. Visor-ed window and normal window are still windows of the same app. I can activate only whole app. So when Terminal.app is losing focus it makes no sense to set focus back to it.
It is doable by implementing special code path which remembers just focused Terminal.app window and returns it back in case you toggled Visor with terminal app being active app.
freewizard
Wed Oct 14 20:18:44 -0700 2009
| link
i prefer a fix too.
the case is when I off check "Show on Reopen" and switch back to Terminal.app from somewhere else, the focus is on an invisible window, it just doesn't make any sense. -
(Minor) Visor Icon -> Preferences shows incorrect tab selected in config window
3 comments Created 2 months ago by shabbleWhen selecting visor preferences from the icon on the menubar, the Terminal preferences is opened to the Visor configuration page, but the 'tab' bar in the preferences window shows the previously selected tab as active, rather than switching to the visor tab.
Comments
This may be Leopard specific. I've seen it once on Leopard, but never on Snow Leopard.
michaelglass
Fri Oct 02 09:53:53 -0700 2009
| link
confirmed can't see it in SL 10.6.1 w/ Visor 2.2 and SIMBL 0.9.6c
-
Hi,
Just installed 2.2 and tested some features.
Show on reopen isn't working at all.
Comments
michaelglass
Fri Oct 02 09:52:29 -0700 2009
| link
what is "show on reopen" supposed to do?
what is "show on reopen" supposed to do?
When enabled, clicking on terminal.app icon in the dock will bring Visor window down.
Unable to reproduce the bug. It works here on 10.6.1
michaelglass
Sat Oct 03 07:22:13 -0700 2009
| link
I can't reproduce it either.
freewizard
Wed Oct 14 20:20:10 -0700 2009
| link
reproduce in 10.5.8
-
Incorrect Version showed on Preferences Window for 2.2
0 comments Created 2 months ago by ygbrHi,
Visor Preferences Window for 2.2 is showing: Visor Custom (84d1873) and not Visor 2.2 (build)
Comments
-
When I open Terminal with Visor 2.2, a terminal window pops up and disappears quickly, like a little flick.
This behavior won't occur on Visor 2.1
Comments
michaelglass
Fri Oct 02 09:51:21 -0700 2009
| link
in addition: This terminal doesn't have correct terminalcolors. Not a big issue but it's a little annoyance.
-
[Suggestion] Preferences Window won't get Focus ( Visor keeps on top of it )
0 comments Created 2 months ago by ygbrI like to suggest, that when we call Preferences Window, either throught the Menu Bar Icon or throught the keyboard shortcut ( ⌘ + , ), that Visor window gets hidden ( stretched down / deactivated ) and the focus delegated to the Preferences Window, as it is Apple Interface / Usability Guidelines recommendation for Cocoa Apps... :)
by the way... thanks for the great app ! can't live without visor !
Comments
-
visor sometimes won't open (when terminal is still functional)
7 comments Created 2 months ago by michaelglass10.6.1 / SIMBL 0.9.6c / Visor 2.2
Sometimes my visor gets stuck closed. Using my open-visor hotkey (command-esc) or ctrl-ctrl switches focus to Terminal.app but doesn't open the visor window. Usually nothing is running in the terminal. The way I've recovered that terminal if there is a running process is to (in Terminal) click on the window menu and click "Move tab to new Window" and this works fine. Restarting Terminal temporarily fixes the issue.
any tips on troubleshooting this issue? Thanks!
Comments
michaelglass
Fri Oct 02 12:48:11 -0700 2009
| link
Here's what I pulled from the console when (I think) it happened:
10/2/09 3:46:26 PM Terminal[66516] <TTSplitView: 0x11596f7e0>: the delegate <TTTabController: 0x1159637b0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
10/2/09 3:46:26 PM Terminal[66516] Split view bounds: {{0, 0}, {0, -23}}
10/2/09 3:46:26 PM Terminal[66516] Subview frame: {{0, 0}, {0, 0}}
10/2/09 3:46:26 PM Terminal[66516] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
michaelglass
Sat Oct 03 13:37:46 -0700 2009
| link
Again. . . . similar error
10/3/09 4:35:13 PM Terminal[70609] <TTSplitView: 0x1001e34b0>: the delegate <TTTabController: 0x1005f4cb0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
10/3/09 4:35:13 PM Terminal[70609] Split view bounds: {{0, 0}, {431, -1}}
10/3/09 4:35:13 PM Terminal[70609] Subview frame: {{0, 0}, {431, 0}}
10/3/09 4:35:13 PM Terminal[70609] The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)that error message appears when terminal window is too small
try to tweak cols and rows in your visor profile settings, maybe it helps
michaelglass
Wed Oct 21 15:46:20 -0700 2009
| link
yeah I changing rows / cols doesn't do a thing I don't think. As a note I have a 1920x1200 display
michaelglass
Wed Oct 21 15:51:38 -0700 2009
| link
however going into visor prefs and changing the positions fixes this. ok workaround for now.
I'm not sure if this is same problem you're having, but I can reproduce a similar sounding problem every time. Just open a non Visor terminal window, open then close Visor (so the visor Terminal has the focus, but isn't visible), and create a new Tab (Command+T).
-
Visor Crashes When switching number of displays.
1 comment Created 2 months ago by dlukowskSNOW LEOPARD 10.6.1
Visor 2.2
SIMBL-0.9.7When adding or removing a second display by plugging in to the DVI port on a mac running the above. Visor will crash. Report is below. It was generated by moving from two display screens to one.
Process: Terminal [12794]
Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
Identifier: com.apple.Terminal
Version: 2.1 (272)
Build Info: Terminal-2720000~1
Code Type: X86-64 (Native)
Parent Process: launchd [214]PlugIn Path: /Library/Application Support/SIMBL/Plugins/Visor.bundle/Contents/MacOS/Visor
PlugIn Identifier: com.binaryage.visor
PlugIn Version: ??? (2.1)Date/Time: 2009-10-05 09:56:38.384 -0700
OS Version: Mac OS X 10.6.1 (10B504)
Report Version: 6Interval Since Last Report: 57605 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 33246 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 20642378-7D45-4DB4-ADD0-C2B04A783343Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000015c
Crashed Thread: 0 Dispatch queue: com.apple.main-threadThread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fff868a8076 NXSendWindowNotification + 75
1 com.apple.AppKit 0x00007fff86922e91 -[NSWindow orderOutAndCalcKeyWithCounter:stillVisible:docWindow:] + 269
2 com.apple.AppKit 0x00007fff868aa8da -[NSWindow reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 2605
3 com.apple.AppKit 0x00007fff868a9e5c -[NSWindow orderWindow:relativeTo:] + 94
4 com.binaryage.visor 0x000000010c09d6f6 -[Visor makeVisorInvisible] + 30
5 com.binaryage.visor 0x000000010c09b990 displayReconfigurationCallback + 52
6 com.apple.CoreGraphics 0x00007fff83a67f8b displayWillConfigNotifyProc + 110
7 com.apple.CoreGraphics 0x00007fff8391dc0d CGSPostLocalNotification + 244
8 com.apple.CoreGraphics 0x00007fff8391d97f notifyDatagramHandler + 272
9 com.apple.CoreGraphics 0x00007fff8391ad10 CGSDispatchDatagramsFromStream + 490
10 com.apple.CoreGraphics 0x00007fff8391a6f5 snarfEvents + 296
11 com.apple.CoreGraphics 0x00007fff8391a47a CGSGetNextEventRecordInternal + 124
12 com.apple.CoreGraphics 0x00007fff8391a3ac CGEventCreateNextEvent + 60
13 com.apple.HIToolbox 0x00007fff81e15954 PullEventsFromWindowServerOnConnection(unsigned int, unsigned char) + 99
14 com.apple.CoreFoundation 0x00007fff816331fe CFMachPortPerform + 366
15 com.apple.CoreFoundation 0x00007fff81632f84 CFRunLoopDoSource1 + 356
16 com.apple.CoreFoundation 0x00007fff8160b64d __CFRunLoopRun + 4413
17 com.apple.CoreFoundation 0x00007fff8160a03f CFRunLoopRunSpecific + 575
18 com.apple.HIToolbox 0x00007fff81e37c4e RunCurrentEventLoopInMode + 333
19 com.apple.HIToolbox 0x00007fff81e37a53 ReceiveNextEventCommon + 310
20 com.apple.HIToolbox 0x00007fff81e3790c BlockUntilNextEventMatchingListInMode + 59
21 com.apple.AppKit 0x00007fff868b2520 DPSNextEvent + 718
22 com.apple.AppKit 0x00007fff868b1e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
23 com.apple.AppKit 0x00007fff86877a7d -[NSApplication run] + 395
24 com.apple.AppKit 0x00007fff86870798 NSApplicationMain + 364
25 com.apple.Terminal 0x0000000100001154 0x100000000 + 4436Thread 1:
0 libSystem.B.dylib 0x00007fff8254894a _workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff82548d5c pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff825489c5 start_wqthread + 13Thread 2: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff82547b16 kevent + 10
1 libSystem.B.dylib 0x00007fff82549a19 dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff825496d6 dispatch_queue_invoke + 195
3 libSystem.B.dylib 0x00007fff825491f6 dispatch_worker_thread2 + 244
4 libSystem.B.dylib 0x00007fff82548b28 pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff825489c5 start_wqthread + 13Thread 3:
0 libSystem.B.dylib 0x00007fff82547b16 kevent + 10
1 com.apple.Terminal 0x0000000100001915 0x100000000 + 6421
2 com.apple.Foundation 0x00007fff827c2f65 NSThreadmain_ + 1429
3 libSystem.B.dylib 0x00007fff82567f66 pthread_start + 331
4 libSystem.B.dylib 0x00007fff82567e19 thread_start + 13Thread 4:
0 libSystem.B.dylib 0x00007fff82539366 read + 10
1 com.apple.Terminal 0x000000010000a798 0x100000000 + 42904
2 com.apple.Foundation 0x00007fff827c2f65 NSThreadmain_ + 1429
3 libSystem.B.dylib 0x00007fff82567f66 pthread_start + 331
4 libSystem.B.dylib 0x00007fff82567e19 thread_start + 13Thread 5:
0 libSystem.B.dylib 0x00007fff825729f2 select$DARWIN_EXTSN + 10
1 com.apple.Terminal 0x000000010000c3d9 0x100000000 + 50137
2 com.apple.Foundation 0x00007fff827c2f65 NSThreadmain_ + 1429
3 libSystem.B.dylib 0x00007fff82567f66 pthread_start + 331
4 libSystem.B.dylib 0x00007fff82567e19 thread_start + 13Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000000000000f8 rbx: 0x00000001001c7d01 rcx: 0x0000000000000000 rdx: 0x0000000000000158 rdi: 0x00000001001c7da0 rsi: 0x00007fff86faa160 rbp: 0x00007fff5fbf98f0 rsp: 0x00007fff5fbf98f0 r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007fff81613a80 r11: 0x00007fff868a7eae r12: 0x0000000000000000 r13: 0x00000001001c7d01 r14: 0x00007fff70dd3e80 r15: 0x00000001001c7da0 rip: 0x00007fff868a8076 rfl: 0x0000000000010202 cr2: 0x000000000000015cBinary Images:
0x100000000 - 0x100093ff7 com.apple.Terminal 2.1 (272) <E26A2216-FA21-19CE-4CC1-2FD63B171949> /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal 0x1007dd000 - 0x1007e0fff +net.culater.SIMBL.osax 0.9.6 (0.9.6) <7D45FED5-8200-08EC-9D2F-B53A9BA58AB9> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL 0x10c09a000 - 0x10c0acfff +com.binaryage.visor ??? (2.1) <D977E45C-E4AA-BB49-2BAE-FA12D692E0FC> /Library/Application Support/SIMBL/Plugins/Visor.bundle/Contents/MacOS/Visor 0x10cf00000 - 0x10d0b5fff libCMaps.A.dylib ??? (???) <4CDC8D8A-100F-6B22-DC5F-D6D6E5590DDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld 0x7fff80003000 - 0x7fff8002eff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib 0x7fff8002f000 - 0x7fff8013eff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8013f000 - 0x7fff8013fff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff80257000 - 0x7fff802f7fff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff80350000 - 0x7fff8041bfe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x7fff8041c000 - 0x7fff80442fe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff80443000 - 0x7fff80886fef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff80bc5000 - 0x7fff80bc8fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff80d9a000 - 0x7fff80dcbfff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff81134000 - 0x7fff811b1fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff811ba000 - 0x7fff811bdff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff811be000 - 0x7fff811beff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff811d5000 - 0x7fff81359fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8135a000 - 0x7fff8147cff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8147d000 - 0x7fff81532fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff81533000 - 0x7fff81549fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8154a000 - 0x7fff81550fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff81563000 - 0x7fff815b8fef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff815b9000 - 0x7fff815befff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff815bf000 - 0x7fff81732fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff817d1000 - 0x7fff8185dfef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8189d000 - 0x7fff818b0fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff819d0000 - 0x7fff81a8bff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff81a8c000 - 0x7fff81b0afef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff81b0b000 - 0x7fff81b12fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff81b13000 - 0x7fff81b1efff com.apple.HelpData 2.0.3 (33) <51BB9EFA-8C21-A7F9-09C7-E0DE1E5EC3B1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff81c20000 - 0x7fff81cdcff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff81cdd000 - 0x7fff81d61fff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff81d62000 - 0x7fff81da5fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib 0x7fff81e0a000 - 0x7fff82107fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff82153000Comments
radioraheem
Tue Nov 10 09:55:31 -0800 2009
| link
Same exact issue on my first gen white macbook. I can provide my own crash report info if needed.
-
Flicker on Show/Hide when Fullscreen App Running
0 comments Created 2 months ago by daccWhen I run MacVim in fullscreen mode, the visor window flickers when it shows and hides. This seems to be remedied by auto hiding the dock, even though it isn't visible during mvim fullscreen.
Comments
-
Seems like maybe the slider should go down to zero, which is how you get the visor window to appear and disappear quickly.
Comments
-
Show / Hide Key Sequence Sometimes Ignored under High Load
0 comments Created 2 months ago by daccSometimes when my system is under high load Visor ignores / doesn't receive the keystroke to hide it. Hitting the keys repeatedly eventually hides it -- usually on the second try. This is e.g. when compiling something in the Visor window this tends to crop up.
Comments
-
"merge all windows" crashes terminal
0 comments Created about 1 month ago by michaelglass"merge all windows" seems to crash terminal. Simble 0.9.7 SL 10.6.1
Comments
-
Visor conflicts with existing TerminalColours.bundle on x86_64
3 comments Created about 1 month ago by brodieIf a user already has TerminalColours installed, it effectively breaks the functionality because Visor implements the same classes and the 64-bit Obj-C runtime throws a fit:
11/10/09 3:02:46 PM [0x0-0x6f06f].com.apple.Terminal[1649] objc[1649]: Class TerminalColours is implemented in both /Users/foo/Library/Application Support/SIMBL/Plugins/TerminalColours.bundle/Contents/MacOS/TerminalColours and /Users/foo/Library/Application Support/SIMBL/Plugins/Visor.bundle/Contents/MacOS/Visor. One of the two will be used. Which one is undefined.
Ideally, TerminalColours wouldn't be a part of Visor at all. This precludes the user from using an updated version. For example, your implementation doesn't implement colorForANSIColor:adjustedRelativeToColor: correctly; it doesn't do the proper color adjustment, so on 10.6, colors are rendered incorrectly. My own fork of TerminalColours corrects this, but alas, I can't use it with Visor.
If you feel compelled to bundle the two together, I recommend including it as a separate bundle, so the user may replace it if they so choose.
Comments
Hi brodie!
Thanks for notification. I'd like to include TerminalColours because I want to provide Visor with nicely colored default profile out-of-the-box. Simply I like it this way for myself.
I did my best to take latest TerminalColours. I'm watching ciaran/terminalcolours and I didn't notice you did a copy of that repo without forking. It's great you did further work on it. I'll be happy to integrate your patches into Visor. btw. I'm using 10.6 and I didn't notice it is rendering colors incorrectly.
I'm definitely not going to maintain two versions of Visor bundle. People who want different Visor setup may always fork it and just hack the code. I guess it's less than 1% users who have this specific needs.
Well, I still recommend building a separate bundle. That shouldn't prevent you from distributing both together. There also shouldn't be a problem with applying profile settings for the color configuration even if TerminalColours is somehow not present.
My problem is not in distribution (in terms of putting something on the page). The problem is giving people choices. Also testing and maintenance would be harder for me (because I will personally use only one of these two binaries). Including answering questions of all the people who are not sure what version they should download. Look at it from my point of view or fork the Visor :-)
-
visor ignores height settings when using top stretch
5 comments Created about 1 month ago by pathsnyThis is similar to issue #22 but the issue still seems to remain. Im using SIMBL 9 and visor 2.2 with snow leopard. If I change the height setting away from 24 visor closes and gets back to 24 when I restart.
Comments
And if you change the height, does Visor immediately change height visually?
I'm thinking about your profile is not being saved.
so far I hadnt been able to test that because what I would do is click on visor preferences, retract the visor so that the preferences window was editable and change the height. Once I had edited it the visor wouldnt spring out again and restarting it would set it back to 24.
I tested your theory by opening preferences, opening it to the place where I could edit the height by placing the preferences below the expanded visor. Opening the visor and THEN editing the height. the visor changed height instantly. and then retracted and expanded fine. So the problem seems to be if I edit the height when the terminal itself is not visible. It crashes AND does not save the settings.
Thanks for in-depth diagnostics.
I just wonder, do you have any other SIMBL plugins? Can you try to move them temporarily out? Note: Check both system Library and user Library.
I just tried your steps. It is reproducible here on my machine.
So don't investigate other SIMBLs, It is general problem. Thanks for reporting.
-
[Leopard] Crash when closing all visor tabs
2 comments Created about 1 month ago by shabbleVisor crashes if all tabs are closed (via Ctrl-D, or 'logout').
Quitting visor/terminal via Cmd-q does not cause it to crash.
Also crashes if all visor tabs are closed when (non-visor) additional windows are open.Stacktrace is as follows:
Process: Terminal [2260] Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal Identifier: com.apple.Terminal Version: 2.0.2 (240.2) Build Info: Terminal-2400200~2 Code Type: X86 (Native) Parent Process: launchd [163] Interval Since Last Report: 13259 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 12281 sec Per-App Crashes Since Last Report: 4 Date/Time: 2009-11-13 00:30:35.053 +0000 OS Version: Mac OS X 10.5.8 (9L31a) Report Version: 6 Anonymous UUID: 0DD14239-1E0C-4B6E-9651-E784CA9CE13E Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000023 Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib 0x96f24688 objc_msgSend + 24 1 com.apple.Foundation 0x96a57b52 __NSThreadPerformPerform + 898 2 com.apple.CoreFoundation 0x9170a3c5 CFRunLoopRunSpecific + 3141 3 com.apple.CoreFoundation 0x9170aaa8 CFRunLoopRunInMode + 88 4 com.apple.HIToolbox 0x931082ac RunCurrentEventLoopInMode + 283 5 com.apple.HIToolbox 0x931080c5 ReceiveNextEventCommon + 374 6 com.apple.HIToolbox 0x93107f39 BlockUntilNextEventMatchingListInMode + 106 7 com.apple.AppKit 0x936db6d5 _DPSNextEvent + 657 8 com.apple.AppKit 0x936daf88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 9 com.apple.AppKit 0x936d3f9f -[NSApplication run] + 795 10 com.apple.AppKit 0x936a11d8 NSApplicationMain + 574 11 com.apple.Terminal 0x00042022 0x1000 + 266274 Thread 1: 0 libSystem.B.dylib 0x9604746e __semwait_signal + 10 1 libSystem.B.dylib 0x96071dcd pthread_cond_wait$UNIX2003 + 73 2 com.apple.JavaScriptCore 0x969d1842 WTF::TCMalloc_PageHeap::scavengerThread() + 578 3 com.apple.JavaScriptCore 0x969d186f WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15 4 libSystem.B.dylib 0x96071155 _pthread_start + 321 5 libSystem.B.dylib 0x96071012 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x96040286 mach_msg_trap + 10 1 libSystem.B.dylib 0x96047a7c mach_msg + 72 2 com.apple.CoreFoundation 0x91709e7e CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x9170aaa8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x940cb264 CFURLCacheWorkerThread(void*) + 388 5 libSystem.B.dylib 0x96071155 _pthread_start + 321 6 libSystem.B.dylib 0x96071012 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x96063f9a read$UNIX2003 + 10 1 com.apple.Foundation 0x96a56dfd -[NSThread main] + 45 2 com.apple.Foundation 0x96a569a4 __NSThread__main__ + 308 3 libSystem.B.dylib 0x96071155 _pthread_start + 321 4 libSystem.B.dylib 0x96071012 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x9608f6fa select$DARWIN_EXTSN + 10 1 com.apple.Foundation 0x96a56dfd -[NSThread main] + 45 2 com.apple.Foundation 0x96a569a4 __NSThread__main__ + 308 3 libSystem.B.dylib 0x96071155 _pthread_start + 321 4 libSystem.B.dylib 0x96071012 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x9604746e __semwait_signal + 10 1 libSystem.B.dylib 0x96071dcd pthread_cond_wait$UNIX2003 + 73 2 com.apple.QuartzCore 0x92861a09 fe_fragment_thread + 54 3 libSystem.B.dylib 0x96071155 _pthread_start + 321 4 libSystem.B.dylib 0x96071012 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x0181c990 ebx: 0x96a522ab ecx: 0x96fc0334 edx: 0xc0000003 edi: 0x018e0e9c esi: 0xbfffead4 ebp: 0xbfffea48 esp: 0xbfffe8d8 ss: 0x0000001f efl: 0x00010206 eip: 0x96f24688 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0xc0000023 Binary Images: 0x1000 - 0x6dffa com.apple.Terminal 2.0.2 (240.2) <b0fecb866b92a83e13bc5a6d11fa0880> /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal 0xba000 - 0xbefff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0xc4000 - 0xc6ff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x10e000 - 0x12dffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x18d000 - 0x2c6ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib 0x31a000 - 0x4ebff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x631000 - 0x712ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib 0x73f000 - 0x7d2ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7f9000 - 0x8c4fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x905000 - 0xfa5feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x1075000 - 0x11bdff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x1215000 - 0x12bcfeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x12e5000 - 0x15bfff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x1629000 - 0x16b6ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x16fc000 - 0x173bfef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x1746000 - 0x1762ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x176a000 - 0x1793fff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib 0x17a4000 - 0x17affff +com.rogueamoeba.audio_hijack_server.hermes 2.1.1 (2.1.1) <b07ddd18e3b430a477f2279134322524> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server 0x17b8000 - 0x17c3fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x1e58000 - 0x1e5afff +net.wonderboots.multiclutchinputmanager ??? (1.0) <9e7f545987565ae48e64ca5fadf74e62> /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/MacOS/MultiClutchInputManager 0x1e5f000 - 0x1e61fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL 0x1e67000 - 0x1e6affb +org.bitheap.MouseTerm ??? (1.0a2) <6a285aa0799e729c09725a49a6b75f0e> /Users/tomfeist/Library/Application Support/SIMBL/Plugins/MouseTerm.bundle/Contents/MacOS/MouseTerm 0x1e6f000 - 0x1e71fff +com.yourcompany.yourcocoabundle ??? (1.0) <6f42894f392410c629b7b09396f577fa> /Users/tomfeist/Library/Application Support/SIMBL/Plugins/TerminalColours.bundle/Contents/MacOS/TerminalColours 0x1e78000 - 0x1e88ff0 +com.binaryage.visor ??? (Custom) <7b7aa9fea19e2f43c218a826d0333c66> /Users/tomfeist/Library/Application Support/SIMBL/Plugins/Visor.bundle/Contents/MacOS/Visor 0x1fa9000 - 0x1fb0ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x16362000 - 0x163a3fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x16642000 - 0x16849fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x169e2000 - 0x169e3fff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn 0x16a9b000 - 0x16a9dffe com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM 0x16ac7000 - 0x16ac8ffd com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu 0x16ad9000 - 0x16adbfff com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x16af1000 - 0x16af6fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <d7aa79798607f865bd48718e2acd6e2b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu 0x171d5000 - 0x171dafff libFontStreams.A.dylib ??? (???) <e32340f31549c61cf887f0849df2cc3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib 0x171f0000 - 0x171f5ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x1736a000 - 0x173dfff7 com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x17a66000 - 0x17c19ffb libCMaps.A.dylib ??? (???) <b83ac9699aa018607be77747f06b2cb3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib 0x17c8a000 - 0x17c8ffff com.apple.DictionaryServiceComponent 1.1 (1.1) <fc3321c414eddc46ff6cd774ab7dd0dd> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x17cba000 - 0x17cbaffe com.apple.applescript.component 2.0.1 (2.0.1) /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript 0x180a2000 - 0x18129feb com.apple.applescript 2.0.1 (2.0.1) /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld 0x90003000 - 0x9000fffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x90183000 - 0x90193fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x902dd000 - 0x9031ffef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x9032c000 - 0x903b3ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib 0x91330000 - 0x913aaff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9162b000 - 0x91688ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib 0x91689000 - 0x91696fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x91697000 - 0x917cafe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x917cb000 - 0x91805fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x91ee2000 - 0x91fa9ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x92150000 - 0x92159fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92249000 - 0x9271afbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x92723000 - 0x9276cfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9276d000 - 0x92b0afef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x92b0b000 - 0x92c5dff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x92c5e000 - 0x92c61fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92d0f000 - 0x930cdfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x930d8000 - 0x933e0fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x933e1000 - 0x933e8ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib 0x934a3000 - 0x934afff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x934b0000 - 0x93562ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib 0x93563000 - 0x9363ffef com.apple.WebKit 5531.21 (5531.21.8) <aac476a6fa3231d4cdce9a111143e0b7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x93640000 - 0x93646fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93697000 - 0x93697ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x9369b000 - 0x93e99fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93fd4000 - 0x9408efe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x9408f000 - 0x9408fff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x94090000 - 0x94097fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib 0x94098000 - 0x940a8ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x940c8000 - 0x9416ffec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x942db000 - 0x942dbff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x94343000 - 0x943c0feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x945d0000 - 0x945f8ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x946a1000 - 0x946cefeb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9488d000 - 0x948abfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib 0x948ac000 - 0x948acffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x948ad000 - 0x94907ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x94908000 - 0x9499bfff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x9499c000 - 0x94a19fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x94a22000 - 0x94a3aff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94a3b000 - 0x94ac5fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x94ac6000 - 0x94bbaff4 libiconv.2.dylib ??? (???) <3f183527811098bb7332f67a1f902bfd> /usr/lib/libiconv.2.dylib 0x94bbb000 - 0x94bbbfff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x94bbc000 - 0x94ca4ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x94ca5000 - 0x94ca5ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x94d9c000 - 0x951acfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x951c1000 - 0x951f0fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x95381000 - 0x95399fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x956cd000 - 0x95f9efff com.apple.WebCore 5531.21 (5531.21.8) <fa100d959d8655e174d84b87fe154b31> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x96007000 - 0x9603efff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x9603f000 - 0x961a6ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib 0x961a7000 - 0x961affff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x961b0000 - 0x961b0ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x961b4000 - 0x96241ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x96242000 - 0x96271ff7 libncurses.5.4.dylib ??? (???) <00632d5180ac31e2cd437a1ce9d08562> /usr/lib/libncurses.5.4.dylib 0x962c7000 - 0x96318ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x963e3000 - 0x963e3ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x963e4000 - 0x963e4ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x96794000 - 0x967bffe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib 0x967c5000 - 0x967cffeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x967d0000 - 0x9684fff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x96850000 - 0x96866fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9686c000 - 0x968aafff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x968ab000 - 0x96a4bfff com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x96a4c000 - 0x96cc8fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x96d2d000 - 0x96d31fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x96da0000 - 0x96df9ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x96dfa000 - 0x96e1efff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x96e1f000 - 0x96e21fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x96e5d000 - 0x96e62fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x96e96000 - 0x96eabffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x96f0f000 - 0x96feffff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x9731b000 - 0x97377ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9745b000 - 0x97469ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib 0x974fe000 - 0x974ffffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib 0x97500000 - 0x975b0fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylibComments
-
Can't change SIMBLTargetApplications/BundleIdentifier
0 comments Created 26 days ago by xsterPrevious version allowed me to change SIMBLTargetApplications/BundleIdentifier to latch itself to a copy of Terminal so that I can keep my original Terminal as it is and have another one that can always be open and not show in the dock etc.
But in the current version, there's an error when I try to open the visor after associating it with another CFBundleIdentifier.Comments
-
Hi! I'm new in Visor and Mac, I'm actually working on Hackintosh, I have a PC keyboard and I had to remap some keys in the Terminal preferences, but this only works for the Terminal windows and not for Visor. How I can do to work this out?
Comments
-
The shortcut Command-{ and Command-} are used to switch tabs, but they don't seem to work with the latest build on Snow Leopard.
Comments












try to move
~/Library/Preferences/com.apple.Terminal.plistsomewhere else and restart terminalif it works, look into plist and fix values which are making troubles
I've had this issue when setting hotkey to F19. Using F19 as the hotkey worked without issue in Visor 2.0,SIMBL 0.9.2b, OSX 10.6 . When I updated to Visor 2.2 and SIMBL 0.9.6c I began to get this error. Visor preferences no longer accept F19 as hotkey and editing the plist to set F19 as hotkey results in above mentioned error when launching. The error does not keep Terminal from opening but no keyboard shortcuts will work.
Visor 2.1 uses new keyboard shortcut system from Google Quick Search Box. The reason for rewrite is that the old code was not 64-bit ready.
It does not accept one key shortcut. I did not investigate if it is possible to enable this for shortcuts without modifiers...