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.
Flashgot not launching axel
Flashgot not launching axel
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
- Giorgio Maone
- Site Admin
- Posts: 9526
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Flashgot not launching axel
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.
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
Re: Flashgot not launching axel
echo $PATH is showing that gnome-terminal is not in path, check this;If you remove gnome-terminal from $PATH or rename it
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
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Re: Flashgot not launching axel
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
Re: Flashgot not launching axel
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
Re: Flashgot not launching axel
It is very probably located in /usr/bin, which is the third entry in your path.Guest wrote:echo $PATH is showing that gnome-terminal is not in path, check this;If you remove gnome-terminal from $PATH or rename itThen how can i remove it?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
======
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.
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
Re: Flashgot not launching axel
What do you think about that?boxer wrote: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
- Giorgio Maone
- Site Admin
- Posts: 9526
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Flashgot not launching axel
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.Guest wrote:What do you think about that?boxer wrote:What do you think about an option in flashgot's preferences to allow a user to manually set terminal?
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