[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2015-01-16 Thread Tychodickerson
** Changed in: terminator Assignee: (unassigned) = Tychodickerson (tychodickerson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does not honor x-terminal-emulator -e

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2015-01-16 Thread Tychodickerson
** Changed in: terminator Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does not honor x-terminal-emulator -e option To manage

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2015-01-16 Thread Tychodickerson
** Changed in: terminator Status: In Progress = Invalid ** Changed in: terminator (Ubuntu) Assignee: (unassigned) = Tychodickerson (tychodickerson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2014-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package terminator - 0.97-3 --- terminator (0.97-3) unstable; urgency=medium * Add patch to fix -e parameter to work as x-terminal-emulator. (Closes: #734655 LP: #366644) + Thanks to Neal Fultz for it. * Add patch to fix splits not being central

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2014-01-08 Thread Dominique Michel
It is a new problem with it. According to xterm man page, xterm -e [command] [command options] sould works. In practice, it work only with gnome-terminal: gnome-terminal -e mc /home/dom With terminator -e mc /home/dom it fail. I must use quoting: terminator -e mc /home/dom which can be

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2014-01-08 Thread Dominique Michel
the issue with x-terminal-emulator is because it is set to terminator. /usr/bin/terminator -e mc /home/dom Usage: terminator [options] terminator: error: Additional unexpected arguments found: ['/home/dom'] -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2014-01-08 Thread Neal Fultz
My patch fixed terminator when it is symlinked and run as x-terminal- emulator. It doesn't change any behavior if you continue to run it as terminator. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2014-01-08 Thread Dominique Michel
Sorry for the noise, maybe it is specific to Debian. I get the same error on Debian with x-terminal-emulator as when calling terminator directly. I will report it to Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-08-27 Thread Stephen Boddy
** Changed in: terminator Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does not honor x-terminal-emulator -e option To manage

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-05-13 Thread Dominique Michel
Nice ! And thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does not honor x-terminal-emulator -e option To manage notifications about this bug go to:

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-05-12 Thread Neal Fultz
I just sent a merge request that fixes this. I implemented Andrea's suggestion because it was easiest. ** Branch linked: lp:~nfultz/terminator/terminator -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-31 Thread Dominique Michel
Ok. Andrea, I think you are right. Also, I just try terminator -x man bash and terminator -e man bash and they are working fine again. (terminator 0.96 on gentoo But amd64)terminator -x man fvwm is failing like before. Last, I think the gnome-terminal.wrapper script must be debian specific,

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-31 Thread Dominique Michel
Argg typo It was gentoo amd64 and terminator -x man fvwm is failing like before. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does not honor x-terminal-emulator -e

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-30 Thread Andrea Corbellini
We could do the following: if terminator is invoked as x-terminal- emulator, then it follows the policy. Else it behaves like gnome- terminal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-30 Thread Chris Jones
** Changed in: terminator Status: Incomplete = Confirmed ** Changed in: terminator Importance: Wishlist = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/366644 Title: terminator does

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-30 Thread Dominique Michel
Andrea, that's a good idea. Another possibility would be a preference setting. Both solutions are not exclusive. If no pref is defined then follow the policy, or not, depending on how it is launched. If the pref is defined, use the prefered policy in both cases. If only one of those solutions

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2013-01-30 Thread Andrea Corbellini
I proposed that behavior for two reasons: 1. if one invokes x-terminal-emulator, he expects that it behaves like any x-terminal-emulator; and 2. this is a common behavior. Examples include: adduser (which can be invoked as addgroup), bash (which can be invoked as sh) and zsh (which can be

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2012-11-04 Thread Dominique Michel
With 0.96 on gentoo, this is worst than ever: terminator -x man bash terminator -x man bash terminator -e man bash give me a new terminator window but without the man page, and terminator -e man bash give me terminator: error: Additional unexpected arguments found: ['bash'] and no new

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2012-10-18 Thread Chris Jones
Ulr: It doesn't look like that wrapper is in current Ubuntu releases - is it still in Debian? ** Changed in: terminator Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2011-03-21 Thread Ulrik Sverdrup
You never noticed that gnome-terminal has a wrapper in debian that correctly handles the -e option (when used as x-terminal-emulator)? That what other alternatives must do as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2010-09-15 Thread Bug Watch Updater
** Changed in: gnome-terminal Importance: Unknown = Medium -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-12-01 Thread Chris Jones
** Changed in: terminator Importance: Undecided = Wishlist ** Changed in: terminator (Ubuntu) Importance: Undecided = Wishlist ** Changed in: terminator Milestone: None = 1.0-beta -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-06-29 Thread Chris Jones
http://mail.gnome.org/archives/gnome-announce- list/1999-June/msg00022.html explains why GNOME Terminal has the options it currently has. I would be particularly interested in any tests which show Terminator behaving differently to GNOME Terminal, also I suspect that changing either Debian policy

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-06-29 Thread Bug Watch Updater
** Changed in: gnome-terminal Status: Unknown = Won't Fix -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-06-29 Thread Chris Jones
** Changed in: terminator Status: New = Confirmed ** Changed in: terminator (Ubuntu) Status: New = Confirmed -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug notification because you are a member of Ubuntu

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-28 Thread Dominique Michel
This is a big mess. Here on gentoo, terminator -x man fvwm give me the correct result. But terminator -x man fvwm give me terminator with a blank console and Impossible de démarrer le shell man fvwm (Impossible to start the shell man fvwm). The message should be Impossible de démarrer la

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-28 Thread Dominique Michel
Sorry, gnome-terminal -e man fvwm give me nothing (same result than terminator -x man fvwm). is in fact give me nothing (same result than terminator -e man fvwm). -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-27 Thread Chris Jones
The policy would suggest that GNOME Terminal is not suitable either, since its -x is xterm's -e, and it doesn't support -T. We follow GNOME Terminal behaviour in this regard, our -x is xterm's -e and we do not support -T. I suppose that means that on the face of it, we should not install the

Re: [Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-27 Thread Paul Gevers
The policy would suggest that GNOME Terminal is not suitable either, since its -x is xterm's -e, and it doesn't support -T. I think this is correct. I will look at the gnome terminal and file a bug there when appropriate. I suppose that means that on the face of it, we should not install

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-27 Thread Chris Jones
** Also affects: terminator Importance: Undecided Status: New -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-26 Thread nxvl
from terminator man page: -e, --command=COMMAND Runs the specified command instead of your default shell or pro‐ file specified command -- terminator does not honor x-terminal-emulator -e option https://bugs.launchpad.net/bugs/366644 You received this bug

[Bug 366644] Re: terminator does not honor x-terminal-emulator -e option

2009-04-26 Thread Paul Gevers
From the terminator man page: -x, --execute=COMMAND [ARGS] Runs the rest of the command line instead of your default shell or profile specified command. This is the option that has the desired effect, as far as I understand it, according to the policy. Policy