Thread: [F-Script-talk] Unable to use F-Script Anywhere
Brought to you by:
pmougin
From: Peter J. H. <hph...@ju...> - 2008-06-20 23:49:49
|
Hi, I'd have liked to make Preview.app somewhat scriptable. I downloaded the most recent F-Script binary but it turns out that I am unable to inject F-Script into any application but itself (i.e. F- Script Anywhere). I invariably get the following message: F-Script Anywhere was unable to install itself in the selected application (process ID 492), because F-Script Anywhere must be installed in a Cocoa application running as the current user. You may be attempting to install in a setuid application, which is not supported. This is a bit cryptic. Preview.app, Mail and all the others shown in the list of running applications certainly are Cocoa apps. They are all launched from my user account and run under my user name. Furthermore, what is a setuid application? I suspected a conflict with input managers, removed them and rebooted the machine. No avail. Any ideas? Thanks a lot! ___ Peter Hartmann ________ mailto:hph...@ju... |
From: Wesley M. <wj...@gm...> - 2008-08-15 02:07:05
|
Hi all, I'm attempting to learn to use F-Script for use as a development tool and to present my findings at Melbourne CocoaHeads[1]. However I can't seem to get F-Script Anywhere to work. I'm having the same trouble that Peter Hartmann posted about. I'm using the current stable distribution[2] from the F-Script homepage. From what I've read[3] it should just work in Leopard. I'm using a week only Mac Pro with 10.5.4. Running F-Script Anywhere for the first time prompted for my admin password, installed the framework successfully (in ~/Library/Frameworks). When I attempt to inject into a process I get the following message: F-Script Anywhere was unable to install itself in the selected application (process ID 278), because F-Script Anywhere must be installed in a Cocoa application running as the current user. You may be attempting to install in a setuid application, which is not supported. The application may have crashed; restart it if needed. The application in question is just the developer sample Sketch. Any help would be most appreciated. Regards, Wes [1] http://www.melbournecocoaheads.com/ [2] http://www.fscript.org/download/FScriptBin-20080516.tar.gz [3] http://osiris.laya.com/blog/?p=24 |
From: Philippe M. <pm...@ac...> - 2008-08-15 14:11:34
|
Le 15 août 08 à 04:07, Wesley Moore a écrit : > Hi all, > I'm attempting to learn to use F-Script for use as a development tool > and to present my findings at Melbourne CocoaHeads[1]. However I can't > seem to get F-Script Anywhere to work. I'm having the same trouble > that Peter Hartmann posted about. Hi Wesley, Here is a workaround posted by Peter J.Hartmann: Launch the app from the terminal using: sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/ Contents/MacOS/F-Script\ Anywhere And here is a workaround provided by Nicholas Riley: At least for the time being, you can work around any code signing issues by changing the permissions on the F-Script Anywhere binary (not the bundle). This process is deprecated but still works in 10.5. % cd /path/to/F-Script\ Anywhere.app/Contents/MacOS % ls -l F-Script\ Anywhere -rwxr-xr-x 1 nicholas nicholas 579K Oct 12 2007 F-Script Anywhere* % sudo chmod g+s F-Script\ Anywhere % sudo chgrp procmod F-Script\ Anywhere % ls -l F-Script\ Anywhere -rwxr-sr-x 1 nicholas procmod 579K Oct 12 2007 F-Script Anywhere* Then quit and restart F-Script Anywhere if it was running. In last resort, Nicholas also notes that waving a dead chicken over the keychain and rebooting repeatedly sometimes help! Lets us know if one of these workarounds work for you. Philippe |
From: Larry S. Jr. <la...@sw...> - 2008-09-23 02:57:32
|
> Le 15 août 08 à 04:07, Wesley Moore a écrit : >> Hi all, >> I'm attempting to learn to use F-Script for use as a development tool and to present my findings at Melbourne CocoaHeads[1]. However I can't seem to get F-Script >> Anywhere to work. I'm having the same trouble that Peter Hartmann posted about. > Hi Wesley, > > Here is a workaround posted by Peter J.Hartmann: > > Launch the app from the terminal using: > sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/Contents/MacOS/F-Script\ Anywhere > > And here is a workaround provided by Nicholas Riley: > > At least for the time being, you can work around any code signing > issues by changing the permissions on the F-Script Anywhere binary > (not the bundle). This process is deprecated but still works in 10.5. > > % cd /path/to/F-Script\ Anywhere.app/Contents/MacOS > % ls -l F-Script\ Anywhere > -rwxr-xr-x 1 nicholas nicholas 579K Oct 12 2007 F-Script Anywhere* > % sudo chmod g+s F-Script\ Anywhere > % sudo chgrp procmod F-Script\ Anywhere > % ls -l F-Script\ Anywhere > -rwxr-sr-x 1 nicholas procmod 579K Oct 12 2007 F-Script Anywhere* > Then quit and restart F-Script Anywhere if it was running. > > In last resort, Nicholas also notes that waving a dead chicken over > the keychain and rebooting repeatedly sometimes help! > > Lets us know if one of these workarounds work for you. This is interesting. I'm using Mac OS X 10.5.5 with F-Script Anywhere 1.3.1 to inject into Bee Docs' Timeline 3D. Every time that I try to install FSA into Timeline, the process fails and I receive the following message in the Console: [0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for architecture i386 object: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder malformed object (unknown load command 9) [0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for architecture ppc7400 object: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder malformed object (unknown load command 8) I note that F-Script Anywhere works as expected with every other application. Any thoughts? |
From: Philippe M. <pm...@ac...> - 2008-09-24 19:38:00
|
Le 23 sept. 08 à 04:37, Larry Staton Jr. a écrit : [...] > This is interesting. I'm using Mac OS X 10.5.5 with F-Script Anywhere > 1.3.1 to inject into Bee Docs' Timeline 3D. Every time that I try to > install FSA into Timeline, the process fails and I receive the > following message in the Console: > > [0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for > architecture i386 object: > /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder > malformed object (unknown load command 9) > > [0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for > architecture ppc7400 object: > /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder > malformed object (unknown load command 8) > > I note that F-Script Anywhere works as expected with every other > application. > > Any thoughts? Larry, I got the same problem when trying to inject into TimeLine: it does not work. I tried both with the F-Script 1.3.5 framework and the F- Script 2.0 alpha framework. I believe the messages you got in the console are not related to this problem, but merely comes from the way FSA looks for currently running Cocoa apps to refresh its apps list. I cc Nicholas, who might have some ideas about why we can't inject into Timeline... Best, Philippe |
From: Nicholas R. <nj...@ui...> - 2008-09-24 16:35:54
|
Hi folks, Unfortunately I'm extremely busy until the end of next week, but will look at it thereafter if I have a minute. Please feel free to remind me if I forget. As Philippe said, the errors in the console just have to do with application matching (and in the next version of FSA, whenever I get around to it, this rather complex and fragile matching mechanism will be gone, as pretty much every app can be treated as a Cocoa app these days.) Thanks, On Wed, Sep 24, 2008 at 05:23:44PM +0200, Philippe Mougin wrote: > > Le 23 sept. 08 à 04:37, Larry Staton Jr. a écrit : > > [...] > > >This is interesting. I'm using Mac OS X 10.5.5 with F-Script Anywhere > >1.3.1 to inject into Bee Docs' Timeline 3D. Every time that I try to > >install FSA into Timeline, the process fails and I receive the > >following message in the Console: > > > >[0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for > >architecture i386 object: > >/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder > >malformed object (unknown load command 9) > > > >[0x0-0x1e01e].net.sabi.FScriptAnywhereApp[254] libMatch: for > >architecture ppc7400 object: > >/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder > >malformed object (unknown load command 8) > > > >I note that F-Script Anywhere works as expected with every other > >application. > > > >Any thoughts? > > Larry, > > I got the same problem when trying to inject into TimeLine: it does > not work. I tried both with the F-Script 1.3.5 framework and the F- > Script 2.0 alpha framework. > > I believe the messages you got in the console are not related to this > problem, but merely comes from the way FSA looks for currently running > Cocoa apps to refresh its apps list. > > I cc Nicholas, who might have some ideas about why we can't inject > into Timeline... > > Best, > > Philippe -- Nicholas Riley <nj...@ui...> | <http://www.uiuc.edu/ph/www/njriley> |
From: Philippe M. <pm...@ac...> - 2008-06-23 20:37:39
|
Hi Peter, It works well for me (Mac OS X 10.5 Intel, F-Script Anywhere 1.3.1). What platform are you running on ? Which version of F-Script Anywhere ? Philippe Le 20 juin 08 à 21:52, Peter J.Hartmann a écrit : > > Hi, > > I'd have liked to make Preview.app somewhat scriptable. > > I downloaded the most recent F-Script binary but it turns out that I > am unable to inject F-Script into any application but itself (i.e. F- > Script Anywhere). > > I invariably get the following message: > > F-Script Anywhere was unable to install itself in the selected > application (process ID 492), because F-Script Anywhere must be > installed in a Cocoa application running as the current user. > > You may be attempting to install in a setuid application, which is not > supported. > > This is a bit cryptic. > > Preview.app, Mail and all the others shown in the list of running > applications certainly are Cocoa apps. > They are all launched from my user account and run under my user name. > > Furthermore, what is a setuid application? > > I suspected a conflict with input managers, removed them and rebooted > the machine. > > No avail. > > Any ideas? > > Thanks a lot! > > ___ Peter Hartmann ________ |
From: Peter J. H. <hph...@ju...> - 2008-06-24 07:30:57
|
Philippe, OS 10.5.3 PPC (Dual G4 867 MHZ) with current F-Script binary distribution, i.e. Script Anywhere 1.3.1. Thanks for any pointers to troubleshoot this situation. What might possibly interfere? If I had access to the source I could try to run it in the debugger, but so I am at my wit's end. I suspect that the error message is bogus somehow, i.e. an error message originally intended for a different error. This, BTW, are the system.log messages I get right after launching the app and trying to inject into an application: Jun 24 09:25:48 DerG4 /Applications/Programming/FScriptBin/F-Script Anywhere.app/Contents/MacOS/F-Script Anywhere[32197]: CPSGetNextProcess(): This call is deprecated and should not be called anymore. Jun 24 09:25:48 DerG4 /Applications/Programming/FScriptBin/F-Script Anywhere.app/Contents/MacOS/F-Script Anywhere[32197]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore. Jun 24 09:25:48 DerG4 /Applications/Programming/FScriptBin/F-Script Anywhere.app/Contents/MacOS/F-Script Anywhere[32197]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore. Jun 24 09:25:48 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: object: / Applications/DocViewers/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/ AdobeReader malformed object (unknown load command 12) Jun 24 09:25:48 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture i386 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 9) Jun 24 09:25:48 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture ppc7400 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 8) Jun 24 09:25:48 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture i386 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 9) Jun 24 09:25:48 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture ppc7400 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 8) Jun 24 09:25:48 DerG4 F-Script Anywhere[32197]: our pid 32197 Jun 24 09:25:49 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: object: / Applications/DocViewers/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/ AdobeReader malformed object (unknown load command 12) Jun 24 09:25:49 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture i386 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 9) Jun 24 09:25:49 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture ppc7400 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 8) Jun 24 09:25:49 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture i386 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 9) Jun 24 09:25:49 DerG4 [0x0-0x217217].net.sabi.FScriptAnywhereApp[32197]: libMatch: for architecture ppc7400 object: /System/Library/CoreServices/Finder.app/ Contents/MacOS/Finder malformed object (unknown load command 8) Jun 24 09:25:51 DerG4 /usr/sbin/ocspd[32203]: starting Thanks again, Peter Am 23.06.2008 um 22:37 schrieb Philippe Mougin: > Hi Peter, > > It works well for me (Mac OS X 10.5 Intel, F-Script Anywhere > 1.3.1). What platform are you running on ? Which version of F- > Script Anywhere ? > > Philippe > > Le 20 juin 08 à 21:52, Peter J.Hartmann a écrit : > >> >> Hi, >> >> I'd have liked to make Preview.app somewhat scriptable. >> >> I downloaded the most recent F-Script binary but it turns out that I >> am unable to inject F-Script into any application but itself (i.e. F- >> Script Anywhere). >> >> I invariably get the following message: >> >> F-Script Anywhere was unable to install itself in the selected >> application (process ID 492), because F-Script Anywhere must be >> installed in a Cocoa application running as the current user. >> >> You may be attempting to install in a setuid application, which is >> not >> supported. >> >> This is a bit cryptic. >> >> Preview.app, Mail and all the others shown in the list of running >> applications certainly are Cocoa apps. >> They are all launched from my user account and run under my user >> name. >> >> Furthermore, what is a setuid application? >> >> I suspected a conflict with input managers, removed them and rebooted >> the machine. >> >> No avail. >> >> Any ideas? >> >> Thanks a lot! >> >> ___ Peter Hartmann ________ > > > ___ Peter Hartmann ________ mailto:hph...@ju... |
From: Peter J. H. <hph...@ju...> - 2008-07-02 10:33:46
|
Philippe, I finally managed to use F-Script Anywhere successfully. The solution, however, is odd: I launch the app from the terminal using sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/ Contents/MacOS/F-Script\ Anywhere Why is this? Why is it, that for other users there seems no need to do. I am running it from an Admin-Account. F-Script Anywhere therefore is running as root, whereas all the target apps are running under my admin log-in name. Both F-Script Anywhere and the target apps have read-write-access from my admin account and the admin group. What might be happening. Repairing access privileges using Disk Utility made no difference. Thanks again, Peter Am 23.06.2008 um 22:37 schrieb Philippe Mougin: > Hi Peter, > > It works well for me (Mac OS X 10.5 Intel, F-Script Anywhere > 1.3.1). What platform are you running on ? Which version of F- > Script Anywhere ? > > Philippe > > Le 20 juin 08 à 21:52, Peter J.Hartmann a écrit : > >> >> Hi, >> >> I'd have liked to make Preview.app somewhat scriptable. >> >> I downloaded the most recent F-Script binary but it turns out that I >> am unable to inject F-Script into any application but itself (i.e. F- >> Script Anywhere). >> >> I invariably get the following message: >> >> F-Script Anywhere was unable to install itself in the selected >> application (process ID 492), because F-Script Anywhere must be >> installed in a Cocoa application running as the current user. >> >> You may be attempting to install in a setuid application, which is >> not >> supported. >> >> This is a bit cryptic. >> >> Preview.app, Mail and all the others shown in the list of running >> applications certainly are Cocoa apps. >> They are all launched from my user account and run under my user >> name. >> >> Furthermore, what is a setuid application? >> >> I suspected a conflict with input managers, removed them and rebooted >> the machine. >> >> No avail. >> >> Any ideas? >> >> Thanks a lot! >> >> ___ Peter Hartmann ________ > > > ___ Peter Hartmann ________ mailto:hph...@ju... |
From: Nathan S. <nst...@ma...> - 2008-07-02 13:53:07
|
Maybe the F-Script Anywhere application was installed as root. Using get info in the finder (command-I) may shed some light on the problem. You can also experiment with the unix 'open' command which is like double clicking on an app. i.e. try: open /Applications/Programming/FScriptBin/F-Script\ Anywhere.app sudo open /Applications/Programming/FScriptBin/F-Script\ Anywhere.app if neither of these work, something is wonky with the bundle. If only the second one works, something is wonky with the permissions on the bundle. hope that is helpful... -Nathan On Jul 2, 2008, at 3:33 AM, Peter J.Hartmann wrote: > Philippe, > > I finally managed to use F-Script Anywhere successfully. > The solution, however, is odd: I launch the app from the terminal > using > > sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/ > Contents/MacOS/F-Script\ Anywhere > > Why is this? Why is it, that for other users there seems no need to > do. > > I am running it from an Admin-Account. > F-Script Anywhere therefore is running as root, whereas all the target > apps are running under my admin log-in name. > Both F-Script Anywhere and the target apps have read-write-access from > my admin account and the admin group. > > What might be happening. > Repairing access privileges using Disk Utility made no difference. > > Thanks again, > > Peter > > Am 23.06.2008 um 22:37 schrieb Philippe Mougin: > >> Hi Peter, >> >> It works well for me (Mac OS X 10.5 Intel, F-Script Anywhere >> 1.3.1). What platform are you running on ? Which version of F- >> Script Anywhere ? >> >> Philippe >> >> Le 20 juin 08 à 21:52, Peter J.Hartmann a écrit : >> >>> >>> Hi, >>> >>> I'd have liked to make Preview.app somewhat scriptable. >>> >>> I downloaded the most recent F-Script binary but it turns out that I >>> am unable to inject F-Script into any application but itself >>> (i.e. F- >>> Script Anywhere). >>> >>> I invariably get the following message: >>> >>> F-Script Anywhere was unable to install itself in the selected >>> application (process ID 492), because F-Script Anywhere must be >>> installed in a Cocoa application running as the current user. >>> >>> You may be attempting to install in a setuid application, which is >>> not >>> supported. >>> >>> This is a bit cryptic. >>> >>> Preview.app, Mail and all the others shown in the list of running >>> applications certainly are Cocoa apps. >>> They are all launched from my user account and run under my user >>> name. >>> >>> Furthermore, what is a setuid application? >>> >>> I suspected a conflict with input managers, removed them and >>> rebooted >>> the machine. >>> >>> No avail. >>> >>> Any ideas? >>> >>> Thanks a lot! >>> >>> ___ Peter Hartmann ________ >> >> >> > > > ___ Peter Hartmann ________ > > mailto:hph...@ju... > > > > ---------------------------------------------------------------------- > --- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk |
From: Peter J. H. <hph...@ju...> - 2008-07-02 14:42:04
|
Thanks for your reply! Am 02.07.2008 um 15:55 schrieb Nathan Strange: > Maybe the F-Script Anywhere application was installed as root. > Using get info in the finder (command-I) may shed some light on the > problem. The F-Script Anywhere application was installed by me from my admin account. I just trashed the app and reinstalled it from the FScriptBin-20080516 distribution from Philippes site. I took care to use the version for OS 10.5. No change. (I am on 10.5.4 currently.) Permissions on the app are: - my current account: read-write - staff and everyone: read only or drwxr-xr-x when doing ls -l from my current admin account I previously had added admin read-write, with no change. Now I downloaded FSA once again from Robert Chin's blog at http://osiris.laya.com/blog/?p=24 Same story when launched from the Finder and from the Terminal (both proposed options), except the error message is different: F-Script Anywhere was unable to install itself in the selected application (process ID 61117), because an error of type -134217726 occurred. The FSA from the binary distro, however, returns: F-Script Anywhere was unable to install itself in the selected application (process ID 61117), because F-Script Anywhere must be installed in a Cocoa application running as the current user. You may be attempting to install in a setuid application, which is not supported. The most interesting thing is that my previously proposed solution works only with the app from Philippe's binary distribution and NOT with the FSA downloaded from Robert Chin's blog. So there are clearly two different versions labeled 1.3.1. > You can also experiment with the unix 'open' command which is like > double clicking on an app. > > i.e. try: > > open /Applications/Programming/FScriptBin/F-Script\ Anywhere.app > sudo open /Applications/Programming/FScriptBin/F-Script\ Anywhere.app > > if neither of these work, something is wonky with the bundle. If > only the second one works, something is wonky with the permissions > on the bundle. Both fail - even after reinstalling the app from the freshly extracted binary distribution. The app launches of course but F-Script injection fails. This is all very odd. I would like to try the source but the source for v. 1.3.1 does not seem to be available. Something is rotten here. What is going on? Thanks for any pointers for troubleshooting this matter. Thanks again, Peter > On Jul 2, 2008, at 3:33 AM, Peter J.Hartmann wrote: > >> Philippe, >> >> I finally managed to use F-Script Anywhere successfully. >> The solution, however, is odd: I launch the app from the terminal >> using >> >> sudo /Applications/Programming/FScriptBin/F-Script\ Anywhere.app/ >> Contents/MacOS/F-Script\ Anywhere >> >> Why is this? Why is it, that for other users there seems no need to >> do. >> >> I am running it from an Admin-Account. >> F-Script Anywhere therefore is running as root, whereas all the >> target >> apps are running under my admin log-in name. >> Both F-Script Anywhere and the target apps have read-write-access >> from >> my admin account and the admin group. >> >> What might be happening. >> Repairing access privileges using Disk Utility made no difference. >> >> Thanks again, >> >> Peter >> >> Am 23.06.2008 um 22:37 schrieb Philippe Mougin: >> >>> Hi Peter, >>> >>> It works well for me (Mac OS X 10.5 Intel, F-Script Anywhere >>> 1.3.1). What platform are you running on ? Which version of F- >>> Script Anywhere ? >>> >>> Philippe >>> >>> Le 20 juin 08 à 21:52, Peter J.Hartmann a écrit : >>> >>>> >>>> Hi, >>>> >>>> I'd have liked to make Preview.app somewhat scriptable. >>>> >>>> I downloaded the most recent F-Script binary but it turns out >>>> that I >>>> am unable to inject F-Script into any application but itself >>>> (i.e. F- >>>> Script Anywhere). >>>> >>>> I invariably get the following message: >>>> >>>> F-Script Anywhere was unable to install itself in the selected >>>> application (process ID 492), because F-Script Anywhere must be >>>> installed in a Cocoa application running as the current user. >>>> >>>> You may be attempting to install in a setuid application, which is >>>> not >>>> supported. >>>> >>>> This is a bit cryptic. >>>> >>>> Preview.app, Mail and all the others shown in the list of running >>>> applications certainly are Cocoa apps. >>>> They are all launched from my user account and run under my user >>>> name. >>>> >>>> Furthermore, what is a setuid application? >>>> >>>> I suspected a conflict with input managers, removed them and >>>> rebooted >>>> the machine. >>>> >>>> No avail. >>>> >>>> Any ideas? >>>> >>>> Thanks a lot! >>>> >>>> ___ Peter Hartmann ________ >>> >>> >>> >> >> >> ___ Peter Hartmann ________ >> >> mailto:hph...@ju... >> >> >> >> ------------------------------------------------------------------------- >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! >> Studies have shown that voting for your favorite open source project, >> along with a healthy diet, reduces your potential for chronic >> lameness >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08 >> _______________________________________________ >> F-Script-talk mailing list >> F-S...@li... >> https://lists.sourceforge.net/lists/listinfo/f-script-talk > > > ___ Peter Hartmann ________ mailto:hph...@ju... |