
Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
PS: I've changed translation link in description to https://translations.launchpad.net/pyshare/. - Feb 15 2011

Nautilus Scripts by Nait 116 comments
Could you send me result of:
tail -n 50 ~/.pyshare/errorLog
What does not work correctly is loading password from keyring when checkbutton get selected(I'll fix that in next version). Currently to get it working you have to fill username, password and select "use" checkbutton in one go. Files uploaded later should use this password. After you close and open PyShare again Username,password and checkbutton should be filled(password as dots). - Feb 14 2011

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
yes
Long answer:
I would like to allow uploading to as many hosting sites as possible. Because of that I try to make writing new plugins as easy as possible(If you know a bit about programing you can look at plugins/Twitpic_com to see that it is quite simple with my new unfinished API). Unfortunately I don't have enough free time to write everything, but if TOS of services allows it, and uploading to this site does not look v.difficult there is a chance that it will be added to PyShare. Youtube for example have restriction that developers have to use private keys for singing and complying with that is quite impossible for desktop app. Fortunately they made a tools for uploading so I may write a plugin that will depend on them.
If you want to speed up development of plugin for your favorite site please check its terms of service if it is allowed and if yes open a new wish on bugtracker https://bugs.launchpad.net/pyshare with link to TOS - Feb 14 2011

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Wallpaper Other by aktarus 16 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
(Yep, new version is near ; - ) - Mar 10 2010

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
I'm glad to hear it.
PL: miło mi to słyszeć
>MainWindow.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
It's bad that it didn't give any GUI error earlier.
PL: Miałem nadzieję że skrypt pokaże błąd graficznie(jak go uruchamiałeś z GUI), szkoda że tego nie robi.
>I have noticed, that if I click on "close" button during uploading image, app will hang, and stop responding.
I know, already fixed it
PL: Wiem, już poprawiłem. - Nov 22 2009

Nautilus Scripts by Nait 116 comments
allowOneInstanceOnly = True
to
allowOneInstanceOnly = False
in MainWindow.py - Nov 22 2009

Nautilus Scripts by Nait 116 comments
sendScreenshot and sendDesktopScreenshot works as previously
sendFiles don't work - add execute right for MainWindow.py and use it instead(in Actions assosiate it with images,and use %F in commands for example: /home/me/MainWindow.py' %F
I'll publish 0.4.1 soon - than you could open empty windows by running MainWindow.py without parameters and droping images on it(works on thunar to) - Nov 22 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
python MainWindow.py yourImage.png
for GUI or
python sendToImageshack.py yourImage.png
and report a bug with error messages to
https://bugs.launchpad.net/pyshare - Nov 22 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
PL:Chodzi Ci o guziczek do usuwania z okienka obrazka, paska postępu etc dotyczącego danego obrazka z okienka aplikacji? Jeżeli tak to mam to zaplanowane. Jeżeli natomiast chodziło Ci o usuwanie obrazka z serwera imageshacka to może być problem, bo nie widziałem odpowiedniego linku. - Jul 13 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
As for direct link button it was there prior to 0.3. I added other links because my friend told me that he use almost always forum link, or forum thumbnail link, so it's rather person specific. Moreover button+combobox is IMO less intuitive than combobox only(which is also not as intuitive as I would want).
However, I'm glad that you customized it to be better for your use case. - May 16 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
Are you behind proxy or ISA server?
That could be also caused by firewall/apparmor/router/nameservers(DNS)
(Look for something blocking/redirecting pot 80 outgoing connection)
I hope that it's not an ISA server, solution for it would be far bigger than this script,unless you could persuade admin to unblock it.
For now I can only add notification about failure. - May 14 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
and type in console
python sendToImageshackTestCLI.py
It will try to send attached two images, maybe this time I'll get more usable stack trace(or it could even work and give you links if it was GTK related).
Pressing enter or ctrl+c will end up script.
- May 12 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
Few things I would like to know
- if this occurred just once, or does it happens all the time?
- Could you replace sendToImageshack.py with this one http://ee.o12.pl/kacprzak/download/gnome-look/testing/sendToImageshack.py and tell me if it's any better?
- If both previous fail could you check if it's a GUI freeze? You can check it by for example uploading few files and checking if combobox response to clicking
- could you open a terminal and run script from there? (assuming that you put folder in nautilius-script path the command would be: python ~/.gnome2/nautilus-scripts/sendToImageshack/sendDesktopScreenshot )
and send me output? - May 08 2009

Nautilus Scripts by Nait 116 comments

Various Gnome Stuff by marufaberlin 10 comments

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
1)paste indirect link in your browser and copy bbc code link from that site
2)paste direct link on the forum and put in tags manually
I plan to add fetching other links such as thumbnails for forums etc in v0.3. I have to open and parse another website to do it, so it will probably be on demand(meaning you will have button like "other links" and after you press it, it will fetch other link and show them). I'm not sure what is best way of showing them, maybe I'll put them in combobox. - Apr 03 2009

Nautilus Scripts by Nait 116 comments
Lack of respond could be connected to:
1)Transmission error (try again)
2)server is down (try again later)
3)server didn't like your image(to big/wrong file type etc..) - try different file
4)server blocked connection because of too many attempts. (try again later, may be partially addressed by limiting number of concurrent uploads)
Hope this helps. - Mar 20 2009

Nautilus Scripts by Nait 116 comments

Nautilus Scripts by Nait 116 comments
prefferedWidth = 400
prefferedHeight = 600
in script(lines 29,30). - Mar 16 2009

Nautilus Scripts by Nait 116 comments

Plasma 4 Extensions by nxbalazs 22 comments

Nautilus Scripts by Nait 116 comments