Re: Automator / LB error
jsnyder wrote:When I drag and drop it, Automator says: The action “Perform Action” could not be loaded because its executable is not loadable.That works here with LB 5.5.2 on OS X 10.8.4. Is there any...
View ArticleRe: Launching bash script
sjk,Thank you SO much - that solved my problem. I am aware that *.sh files are associated with Xcode (on my system anyway) but I expected LB to execute the script instead of opening it.Of course, now...
View ArticleRe: Automator / LB error
sjk, thanks for the good tip. There is no such path here in 10.7, but I see now that ~/Library/Application Support/LaunchBar/Actions is empty. So is /Calculator. Following your tip about old PPC...
View ArticleATTiny84 self-programming seems to wedge V-USB
Using a Tiny84 with a 12mhz crystal clock (to free up the other B port line) D+ on INT0 and D- on the remaining non-RESET pin.V-USB works just fine, I am faking a HID on a Win7 platform. I can move...
View ArticleRe: ATTin84 self-programming seems to wedge V-USB
Update: If I ignore the general error 31 and continue as if it suceeded.. apparently it works, I uploaded the code and it checks out.I am using a version of this bootloader with an Atmega88 and it does...
View Articlereorder discriptor on the fly.
ok so I have an issue with the low speed limits of 8 bytes. I have the following.reportBuffer[0]=0;//report idreportBuffer[1]=128;//X-Axis ( main stick )reportBuffer[2]=128;//Y-Axis ( main stick...
View ArticleRe: Launching bash script
iosdude wrote:Thank you SO much - that solved my problem.Cool. Thanks for letting me know.I am aware that *.sh files are associated with Xcode (on my system anyway) but I expected LB to execute the...
View ArticleCustom Compress (ZIP) shell script
I am really new to shell scripts and Launchbar and tried to find a hint in the help - but failed.What I am looking for is a custom "Compress" action for Launchbar-The following command line will work...
View ArticleBUG? usbFunctionDescriptor() accidentally may address flash
Hi community.Please look into issue 2 (https://github.com/obdev/v-usb/issues/2).Am I right or mistaken?Best regards
View ArticleVPN Duplicate Speed
Is there a fix so my little snitch network monitor doesn't report an incorrect up/down internet traffic when using a vpn client? I am currently using "pia_openvpn" and little snitch reports all my...
View ArticleRe: Automator / LB error
jsnyder wrote:There is no such path here in 10.7I don't know why unless LaunchBar.app is installed somewhere other than the /Applications folder. It definitely exists on my system:% ls -dl...
View ArticleRe: Automator / LB error
If they're still missing their after rebuilding the LS database and you get expected output from "… lsregister -dump | grep 'Perform Action'" above I can give you something else to try.I rebuilt the LS...
View ArticleRe: Automator / LB error
Are LB's Automator actions now in the Launch Services database since it's been rebuilt?
View ArticleRe: hid-keys key repetition....
I define a new variable in main, lastSendKey.int main(void){ uchar key, keyDidChange = 0, lastKey = 0, lastSendKey = 0;Then I change a little bit in the usbSetInterrupt partif(keyDidChange...
View ArticleRe: Automator / LB error
sjk wrote:Are LB's Automator actions now in the Launch Services database since it's been rebuilt?Yes. LB tech support thinks it might be a "a bug regarding 32/64bit compatibility" and are looking into it.
View ArticleRe: grab full URLs
LittleSnitch works at the L3 and L4 layers (IP address and TCP/UDP port) of the protocol stack. URLs are at Layer 7 (application). While it is entirely possible that they could add that feature, it...
View ArticleRe: Filtering by Mac (hardware) address
Currently, LS can't filter based on MAC address, although this has probably been requested before.I presume that you mean you want to ssh to your Mac, which is at home, while you are on the road. Being...
View ArticleRe: Automator / LB error
Good to know ObjDev support is already involved in helping you. Their hunch of "a bug regarding 32/64bit compatibility"" sounds like the best explanation for your LB/Automator problem now. I was...
View Article