Results 41 to 50 of 59
-
24th Oct 2009, 08:40 PM #41Respected Developer
Just tell me here if possible. I don't use my MSN for these types of things. I didn't run the app as root btw.
-
24th Oct 2009, 08:42 PM #42
-
24th Oct 2009, 09:07 PM #43OPRespected DeveloperWebsite's:
X4B.orgok @.mac Ill whip something up in a hour or so, not sure but can you set file assosiations from command line in mac?
@Hyperz ok, thought it would be easier
Heres what I want you to do.
cd ~/.gnome2/nautilus-scripts
- ls (see if there is a "Image Upload" script and its executable)
export NAUTILUS_SCRIPT_SELECTED_FILE_PATHS=(Full path to a image)
./Image Upload
tell me if you get mono errors etc.
-
24th Oct 2009, 09:10 PM #44Member
How do you mean 'file associations'? Like, which app opens up which extension or?
-
24th Oct 2009, 09:11 PM #45OPRespected DeveloperWebsite's:
X4B.org
-
24th Oct 2009, 09:16 PM #46Member
looks awesome
Please follow signature rules
-
24th Oct 2009, 09:18 PM #47Member
I have no idea SplitIce :/
-
24th Oct 2009, 09:27 PM #48OPRespected DeveloperWebsite's:
X4B.orgOk Ill see what I can dig up on mac file type assosiations myself.
[EDIT] FYI the screenshot functionality in linux can be called by something like this:
mono Im4ge-dt.exe screenshot
or
~/.gnome2/bin/Im4ge-dt.exe screenshot
Hotkey support comming real soon, just got to figure out how ill do it on *nix
-
24th Oct 2009, 10:33 PM #49Respected Developer
I got this:
Code:hyperz@ubuntu:~/.gnome2/nautilus-scripts$ export NAUTILUS_SCRIPT_SELECTED_FILE_PATHS=/home/hyperz/Documents/openarena-0.8.1/openarena128.png hyperz@ubuntu:~/.gnome2/nautilus-scripts$ ./Upload\ Image bash: ./Upload Image: /bin/sh^M: bad interpreter: No such file or directory
. Why not use python?
Replaced the file with this and it works now:
Code:#!/usr/bin/python import os import sys os.system("echo 'starting' > ~/.gnome2/bin/upload-log.txt") def send_images(images): quoted = '' for img in images: quoted += ' "%s"' % (img) os.system("mono ~/.gnome2/bin/Im4ge-dt.exe " + quoted + " > ~/.gnome2/bin/upload-log.txt") send_images(sys.argv[1:])
-
24th Oct 2009, 10:50 PM #50OPRespected DeveloperWebsite's:
X4B.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CDNPic.Com's Desktop Image Uploader (Windows/Linux)(Normal/Adult)
By ravi_4289 in forum General DiscussionReplies: 24Last Post: 15th Dec 2011, 03:55 PM -
multiple image desktop uploader?
By blok0672 in forum Webmaster ResourcesReplies: 4Last Post: 26th Oct 2011, 02:39 AM -
Does your IMAGE hosting has Linux desktop uploader tools?
By LEVAC109 in forum General DiscussionReplies: 22Last Post: 11th Nov 2010, 05:09 AM -
fileserver error uploader file & image uploader
By logitec100 in forum Webmaster ResourcesReplies: 0Last Post: 16th Sep 2010, 10:05 PM -
icSnap - Desktop image uploader
By Elio in forum Webmaster ResourcesReplies: 117Last Post: 5th Jan 2010, 02:25 PM
themaPoster - post to forums and...
Version 5.37 released. Open older version (or...