|
on my Linux system, curse.exe runs in wine, as it almost certainly does on any other Ubuntu (Linux) system. On a windows PC firefox can pass the psyn:// back to windows, which looks up the registry and triggers curse.exe
Curse has no doubt correctly altered the registry settings for Wine, but the Linux system in general doesn't use those; UNLESS you're running the windows version of firefox in wine on linux, but that would be a bit weird, so you probably aren't.
I found instructions here:
Which I CHANGED to make this: gconftool-2 -t string -s /desktop/gnome/url-handlers/psyn/command ".wine/drive_c/Program Files/Curse/CurseClient.exe %s"
then
gconftool-2 -s /desktop/gnome/url-handlers/psyn/needs_terminal false -t bool
then
conftool-2 -t bool -s /desktop/gnome/url-handlers/psyn/enabled true
Now I don't use gnome at all, but after entering these, (no ffox restart needed) I get a dialog box from ffox when I click the link, so this certainly seems to work.
BUT I can't get the curse client to work properly anyhow; passing the URL does nothing, and right-click --> install new package does nothing as well.
So CurseClient fails on Linux, AFAICT. I'll try the new version.
|