Flashgot not launching axel

Ask for help about FlashGot, no registration needed to post
Post Reply
boxer

Flashgot not launching axel

Post by boxer »

Hi
I have installed flashgot in my FF v.32 which was working well in my cinnamon desktop. I have set axel as my default download manager in flashgot. Upon every download, flashgot used to launch gnome-termianl to execute axel (which was strange as it used to launch xterm previously). But recently, flashgot has stopped launching terminal-emulator and upon investigation I have come to know that gnome-terminal is giving dbus error. So, now I have to set another terminal-eumlator as default for flashgot (e.g xterm whch was default in my previous Mate desktop).
How can I set default terminal-emulator in flashgot?
Regards.
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Flashgot not launching axel

Post by Giorgio Maone »

If you remove gnome-terminal from $PATH or rename it, FlashGot should try to use xterm.
In next version I'll make it also check for a "flashgot-term" script in $PATH and use it if present, passing a "FlashGot (n links)" string as the first argument (to be used as the terminal title), followed by the actual executable with its arguments, so you can fully customize the terminal/launcher if you like so.
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Guest

Re: Flashgot not launching axel

Post by Guest »

If you remove gnome-terminal from $PATH or rename it
echo $PATH is showing that gnome-terminal is not in path, check this;

Code: Select all

~> echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Then how can i remove it?
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Guest

Re: Flashgot not launching axel

Post by Guest »

renaming /usr/bin/gnome-terminal to /usr/bin/gnome-terminal-bak did the trick
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
boxer

Re: Flashgot not launching axel

Post by boxer »

What do you think about an option in flashgot's preferences to allow a user to manually set terminal?
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: Flashgot not launching axel

Post by Thrawn »

Guest wrote:
If you remove gnome-terminal from $PATH or rename it
echo $PATH is showing that gnome-terminal is not in path, check this;

Code: Select all

~> echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Then how can i remove it?
It is very probably located in /usr/bin, which is the third entry in your path.
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Guest

Re: Flashgot not launching axel

Post by Guest »

boxer wrote:What do you think about an option in flashgot's preferences to allow a user to manually set terminal?
What do you think about that? :)
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Flashgot not launching axel

Post by Giorgio Maone »

Guest wrote:
boxer wrote:What do you think about an option in flashgot's preferences to allow a user to manually set terminal?
What do you think about that? :)
That each terminal has its own argument list, so we would essentially replicate the already present customizable download manager support, for a very similar geeky audience.
In other words, if you're so technical that you're capable of choosing and configuring a different terminal, you can as well configure a customized download manager definition which includes the terminal preamble.
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Post Reply