Re: Krunner using both actions and runoptions

2011-12-04 Thread Aaron J. Seigo
On Sunday, December 4, 2011 13:32:18 David Baron wrote: > I have latest and greatest (4.6.4?) versions off Debian Sid. > > Now, if I do not do the kludge-workaround, the thing will crash regardless > of whether or not I am setting hasRunOptions true or false! In other words, > I have to force the

Re: Krunner using both actions and runoptions

2011-12-04 Thread David Baron
On Thursday 20 Heshvan 5772 17:36:49 David Baron wrote: > On Thursday 20 Heshvan 5772 13:24:15 Aaron J. Seigo wrote: > > On Wednesday, November 16, 2011 21:38:20 David Baron wrote: > > > I have mentioned this before, possible bug? > > > Better fix or workaround? > > > > the answer is always "fix i

Re: Krunner using both actions and runoptions

2011-11-17 Thread David Baron
On Thursday 20 Heshvan 5772 13:24:15 Aaron J. Seigo wrote: > On Wednesday, November 16, 2011 21:38:20 David Baron wrote: > > I have mentioned this before, possible bug? > > Better fix or workaround? > > the answer is always "fix it". there is no point in working around bugs in > our own code :) >

Re: Krunner using both actions and runoptions

2011-11-17 Thread Aaron J. Seigo
On Wednesday, November 16, 2011 21:38:20 David Baron wrote: > I have mentioned this before, possible bug? > Better fix or workaround? the answer is always "fix it". there is no point in working around bugs in our own code :) i went ahead and fixed it in f027277 in master and c1e27c6 in the 4.7 b

Krunner using both actions and runoptions

2011-11-16 Thread David Baron
In this case, the right-most (last) action icon overlays the runoptions icon. Since they are not exactly the same positions, one can actually get to both with a little skill. However, this is not the desired placement, obviously. Workaround tried was a dummy action with no visible icon. Not much