Search found 16 matches

by basinilya
Wed Jun 29, 2011 4:46 pm
Forum: FlashGot Support
Topic: can't resize search box in firefox if flashgot installed
Replies: 7
Views: 3755

Re: can't resize search box in firefox if flashgot installed

Here's what worked for me: I went to a page with some media, then chosen "customize" from the panel's context menu and dragged the media button to the left from the address bar
by basinilya
Mon Jun 27, 2011 6:01 pm
Forum: FlashGot Support
Topic: can't resize search box in firefox if flashgot installed
Replies: 7
Views: 3755

can't resize search box in firefox if flashgot installed

I think, the flashgot media button placed between address bar and search bar prevents resizing. Please make it optional.
firefox 5.0 and flashgot 1.3.0.2
I have a habit to resize the search box pretty often.
by basinilya
Wed Apr 20, 2011 6:54 am
Forum: NoScript Support
Topic: NoScript and Firefox Sync
Replies: 130
Views: 559335

Re: NoScript and Firefox Sync

My religion doesn't allow me to use ff sync.
Giorgio Maone wrote:
Mastacheata wrote: Any chance of getting the old bookmark Sync back?.
Unfortunately none, because it's not compatible with Fx 4.
What exactly is incompatible?
by basinilya
Fri Jan 14, 2011 4:44 pm
Forum: FlashGot Development
Topic: [FIXED] wrong download manager in flashgot media
Replies: 6
Views: 4358

Re: wrong download manager in flashgot media

It's still there, but not default. Maybe it's because 'aaa' is above 'download master'
by basinilya
Fri Jan 14, 2011 3:48 pm
Forum: FlashGot Development
Topic: [FIXED] wrong download manager in flashgot media
Replies: 6
Views: 4358

Re: wrong download manager in flashgot media

still present in 1.2.8 final
by basinilya
Thu Jan 06, 2011 12:04 pm
Forum: FlashGot Development
Topic: [FIXED] wrong download manager in flashgot media
Replies: 6
Views: 4358

[FIXED] wrong download manager in flashgot media

Define a custom download manager
name: aaa
path: /usr/bin/xterm
arguments:

Set the default manager to something different, than aaa.
Go to youtube and try to download current video via flashgot media panel.

Result: xterm starts.
by basinilya
Tue Dec 28, 2010 5:58 pm
Forum: FlashGot Development
Topic: curl: no password sent for ftp sites
Replies: 12
Views: 7173

Re: curl: no password sent for ftp sites

wait! Now username is undefined.
wrong case:
uri.userName
uri.username
by basinilya
Sun Dec 26, 2010 5:15 pm
Forum: FlashGot Development
Topic: curl: no password sent for ftp sites
Replies: 12
Views: 7173

Re: curl: no password sent for ftp sites

silently fails, no terminal window *** FlashGot 1.2.8rc2 started at Sun, 26 Dec 2010 17:16:15 GMT *** Recent post info found: [xpconnect wrapped (nsISupports, nsIHttpChannel, nsIUploadChannel, nsIChannel)], http://static.rutracker.org/favicon.ico VS ftp://user@ftp.foo.ru/jasp/jasperserver-pro-3.5.1-...
by basinilya
Sun Dec 26, 2010 11:26 am
Forum: FlashGot Development
Topic: curl: no password sent for ftp sites
Replies: 12
Views: 7173

Re: curl: no password sent for ftp sites

flashgotService.patch --- /home/il/Downloads/flashgot/components/flashgotService.js 2010-12-16 16:17:52.000000000 +0300 +++ components/flashgotService.js 2010-12-26 14:21:15.000000000 +0300 @@ -677,10 +677,25 @@ try { uri = IOS.newURI(l.href, null, null); if (l.userPass && l.userPass.indexOf...
by basinilya
Sat Dec 25, 2010 10:03 pm
Forum: FlashGot Development
Topic: curl: no password sent for ftp sites
Replies: 12
Views: 7173

Re: curl: no password sent for ftp sites

Is it because the plugin doesn't know the ftp password?
by basinilya
Sat Dec 25, 2010 7:28 pm
Forum: FlashGot Development
Topic: curl: no password sent for ftp sites
Replies: 12
Views: 7173

curl: no password sent for ftp sites

Flashgot starts curl with the following params: /usr/bin/curl -C - -L -O ftp://user@foo.org/file No password, although I entered one in firefox. here's output: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:...