I managed to get it working again by delving into my time machine
backups to replace all the library folders but I thought I'd just
forewarn anyone who might be in a similar position.
For some reason I can't open the triggers preference panel in β54 if I
have more than zero triggers set, so for the time being I'll be
keeping a copy of β57 zipped up close to hand.
Thanks,
Paul
Also I was getting crashes occasionally with β58 which I didn't bother
looking into as I knew I could go back to β54 easily. I've lost all
the console reports now I'm afraid as I've just run Onyx.
Also QS just seems to be a lot snappier with β54 for me. Though I'm
not 100% sure that's the case or just my imagination.
Guy.
On Mar 21, 8:17 am, Guy <hevns2be...@googlemail.com> wrote:
> The first thing is I can't drill down when I've got Mail in the first
> box to get inbox, out etc and secondly I keep the shelf and clipboard
> tucked away at the bottom of the screen and they don't show when I
> mouse down to the edge of the screen, something I seem to do quite a
> lot when commenting here in particular as I have a 'â' shelved. I've
> set triggers for both but i prefer it when they just pop out.
>
> Also I was getting crashes occasionally with â58 which I didn't bother
> looking into as I knew I could go back to â54 easily. I've lost all
> the console reports now I'm afraid as I've just run Onyx.
>
> Also QS just seems to be a lot snappier with â54 for me. Though I'm
This does not work anymore. The drag says: 'Select'
This was a handy way to open text documents that where matched with a
wrong application....
Kind regards,
Bert
On Mar 21, 2:04 pm, Paul Kohut <pkoh...@gmail.com> wrote:
> Thanks for the feedback.
To unsubscribe from this group, send email to blacktree-quicksilver+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Thanks
a happy user
On Mar 22, 12:09 pm, Patrick Robertson <robertson.patr...@gmail.com>
wrote:
> This still works for me under b58.
>
> e.g. get up TextEdit in the first pane and drop a html file onto it and
> it'll open in TextEdit
>
> The only thing I can see in Howard's manual that might be a problem is the
> TextMate ranker plugin - do you have it enabled?
>
> Which features of B54 are missing or work better than in B58?
Proxy Objects.
The only detail I can provide can be found under issue #8. I know I’ve seen other rumblings about proxy objects, but I can’t elaborate because issue 8 keeps me from using it for more than a few minutes.
--
Rob McBroom
<http://www.skurfer.com/>
> Just looked at issue 8 and now remember seeing what you describe back
> when I was getting familiar with the QS code. I'll make looking into
> this a priority. IIRC, it had something to do with the command/action/
> paste board stuff. Will keep you up to date.
Thanks! If you can help me with the issues building Quicksilver itself, I can probably look into it as well. If you look at the last comment I posted on there, it narrows it down some.
A couple "Source Tree" entries need to be added to XCode before you
can build QS.
XCode->Preferences->Souce Trees->'+' (plus sign)
Settings Name Display Name Path
QSFramework Quicksilver Framework /Applications/
Quicksilver.app/Contents/Frameworks
QS_SOURCE_ROOT Quicksilver source root ~/XCodeProjects/blacktree-
alchemy/Quicksilver
Apply, then build. For the very first target to build select
"Quicksilver Distribution". This just ensures that all the plugins
and extra stuff is built as well, afterwards you can just build the
Quicksilver targtet.
Initially you've been running QS from the Applications directory, make
sure you've quit QS before running from XCode. When running QS from
XCode for the first time it may quit on its own and a debug message
says "Debugger stopped". Just hit "Build and Debug" again. This time
you might see 2 instances of QS (I run it from the menu bar and I'll
see 2 QS icons), quit both of these. Then finally hit "Build and
debug" again, everything should be fine. You won't have to deal with
that again until you run QS normally from the Applications directory.
QS build files are located in
/tmp/QS/build/Debug
/tmp/QS/build/Release
(adjust directory to suit where you've installed the QS source code)
> A couple "Source Tree" entries need to be added to XCode before you
> can build QS.
I had those defined. Thanks.
> Apply, then build. For the very first target to build select
> "Quicksilver Distribution". This just ensures that all the plugins
> and extra stuff is built as well, afterwards you can just build the
> Quicksilver targtet.
This is probably what I was missing.
> QS build files are located in
> /tmp/QS/build/Debug
> /tmp/QS/build/Release
Yeah, I’ve built it there a few times, but only because some of the plug-ins expect it to be there when you build them. I wasn’t actually running it.
I notice Etienne’s instructions say it will overwrite the version in /Applications, but in my experience, it usually goes into /tmp. The only time it’s gone into /Applications was when I tried building individual targets in a certain order the other day. Any idea what affects this behavior?
> If you look at the last comment I posted on there, it narrows it down some.
After getting Quicksilver to build with some changes for testing purposes, I was able to narrow it down even further. See the new comment.
For sure the release distribution build will be copied to /
Applications
Do a get info on "Quicksilver Distribution->install". The run script
when installing is checked. The project setting SKIP_INSTALL effects
that script.