We could first try sselp and if it not exists run xclip.
This should be possible with two exec calls after each other:
execlp("sselp", ...);
execlp("xclip", ...);
Then the second will only be executed when the first fails.
meillo
On Thu, Dec 3, 2009 at 18:17, Julien Steinhauser <
julien.steinhau...@orange.fr> wrote:
> On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote:
> > Personally, I'd rather a dependency on xclip rather than sselp. I think
> that is
> > much more likely to be installed on someone's computer tha
On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote:
> On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote:
>
> Yep, definitely bugs. When I wrote the paste patch cursor wasn't a
> part of dmenu, so as of right now paste assumes a cursorless dmenu.
> I'll take a look at it tonight a
On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote:
> Yep, definitely bugs. When I wrote the paste patch cursor wasn't a
> part of dmenu, so as of right now paste assumes a cursorless dmenu.
> I'll take a look at it tonight and see if I can rewrite paste to work
> with cursor. Also what do people th
Also, is it a bug or a feature, the missing cursor in vertical patch?
Regards,
Ted
On 1-12-2009 10:17:31, Evan Gates wrote:
> Yep, definitely bugs. When I wrote the paste patch cursor wasn't a
> part of dmenu, so as of right now paste assumes a cursorless dmenu.
> I'll take a look at it tonight a
Yep, definitely bugs. When I wrote the paste patch cursor wasn't a
part of dmenu, so as of right now paste assumes a cursorless dmenu.
I'll take a look at it tonight and see if I can rewrite paste to work
with cursor. Also what do people think about the sselp dependency? I
can always copy and pas
On Tue, Dec 01, 2009 at 12:35:11PM +0100, Tadeusz Sośnierz wrote:
>
> Hello,
> I think there's a bug in pasting functionality. Steps to reproduce:
> 1. run dmenu
> 2. open some quotation (e.g. ")
> 3. paste some text
> 4. notice that the cursor has not moved
> 5. typing anything, e.g. closing qout
the tip has.
2009/12/1, Kris Maglione :
> dmenu doesn't have a cursor or the ability to paste. You're using a
> patched version.
>
>
--
http://gnuffy.chaotika.org - Real Community Distro
dmenu doesn't have a cursor or the ability to paste. You're using a
patched version.
└─[%]─> dmenu -v
dmenu-4.1, © 2006-2009 dmenu engineers, see LICENSE for details
Few-days-ago commit.
Regards,
Ted
On 1-12-2009 12:40:36, Alexander Surma wrote:
> Which version are you talking about? I myself don't even have a cursor
> or the ability to paste in stable.
>
> Surma
>
> 2
Which version are you talking about? I myself don't even have a cursor
or the ability to paste in stable.
Surma
2009/12/1 Tadeusz Sośnierz :
> Hello,
> I think there's a bug in pasting functionality. Steps to reproduce:
> 1. run dmenu
> 2. open some quotation (e.g. ")
> 3. paste some text
> 4. no
Hello,
I think there's a bug in pasting functionality. Steps to reproduce:
1. run dmenu
2. open some quotation (e.g. ")
3. paste some text
4. notice that the cursor has not moved
5. typing anything, e.g. closing qoutations makes dmenu delete the
pasted text
Also, when you type two quotations ("")
12 matches
Mail list logo