Hi,

On 13:33 Thu 14 Mar     , Vincent Lefevre wrote:
> Package: suckless-tools
> Version: 38-2
> Severity: normal
> 
> In tabbed, Ctrl-Shift-Return (new surf window) doesn't work when surf
> isn't installed. One gets an error:
> 
>   tabbed: execvp surf failed: No such file or directory

Yes I can reproduce this. But I get a bit different message

tabbed: execvp 14680071 failed: No such file or directory

Basically tabbed tries to create new tab with program which was passed
to it as argument. See the code below

        { MODKEY|ShiftMask,             XK_Return, focusonce,      { 0 } },
        { MODKEY|ShiftMask,             XK_Return, spawn,          { 0 } },


> 
> The surf should be at least in "Suggests:" (probably "Recommends:"

I will add surf as suggests maily because surf is not the only program
that can work with tabbed basically any program should work. What do you
think ?

> but I think that the command used by Ctrl-Shift-Return should be
> configurable, e.g. to use xterm).

But tabbed is general program right so I feel we shouldn't modify this
to exec any specific program. Please let me know what you think of it.

Thank you,
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E

Attachment: signature.asc
Description: Digital signature

Reply via email to