Activity Stream
48,167 MEMBERS
62962 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 59
  1.     
    #41
    Respected 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.

  2.     
    #42
    Member
    Quote Originally Posted by SplitIce View Post
    Hehe .mac i saw your first reply ill do mac and kde today but i wont be able to test mac so ill prob just be guessing bits.
    Well I can always test it out

  3.     
    #43
    Respected Developer
    Website's:
    X4B.org
    ok @.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.

  4.     
    #44
    Member
    How do you mean 'file associations'? Like, which app opens up which extension or?

  5.   Sponsored Links

  6.     
    #45
    Respected Developer
    Website's:
    X4B.org
    yes which file opens, or if I can add scripts into the right click menu. I want to give peoople the option to open a image file (not the default option) with the Image Uploader

  7.     
    #46
    Member
    looks awesome
    Please follow signature rules

  8.     
    #47
    Member
    I have no idea SplitIce :/

  9.     
    #48
    Respected Developer
    Website's:
    X4B.org
    Ok 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

  10.     
    #49
    Respected Developer
    Quote Originally Posted by SplitIce View Post
    ok @.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.
    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
    I hate bash . 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:])

  11.     
    #50
    Respected Developer
    Website's:
    X4B.org
    Thanks for that, but its fixed now. it was just \r\n instead of \n

    Im uploading a new version now once I make some other small chages

Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 24
    Last Post: 15th Dec 2011, 03:55 PM
  2. multiple image desktop uploader?
    By blok0672 in forum Webmaster Resources
    Replies: 4
    Last Post: 26th Oct 2011, 02:39 AM
  3. Does your IMAGE hosting has Linux desktop uploader tools?
    By LEVAC109 in forum General Discussion
    Replies: 22
    Last Post: 11th Nov 2010, 05:09 AM
  4. fileserver error uploader file & image uploader
    By logitec100 in forum Webmaster Resources
    Replies: 0
    Last Post: 16th Sep 2010, 10:05 PM
  5. icSnap - Desktop image uploader
    By Elio in forum Webmaster Resources
    Replies: 117
    Last Post: 5th Jan 2010, 02:25 PM

Tags for this Thread

BE SOCIAL