Bug#930972: please reenable python-vte package

2019-06-23 Thread E. Serradilla
Package: libvte9 Version: 1:0.28.2-6 is there any special reason for stop building python-vte? The terminal widget is very useful, e.g. in applications such as medit which is still available is Debian...

Bug#930674: automatically generated menus prevent some applications from running

2019-06-19 Thread E. Serradilla
On 6/19/19 10:20 AM, Jeremy Sowden wrote: [...] Clearly this is not what the code actually does. The quick hack would be to change xdg_to_wm() to truncate the command-line at the first instance of white-space (which is what is done to derive (*wm)->Name from (*xdg)->Exec or (*xdg)->TryExec);

Bug#930674: automatically generated menus prevent some applications from running

2019-06-19 Thread E. Serradilla
On 6/19/19 7:39 PM, Andreas Metzler wrote: On 2019-06-19 Jeremy Sowden wrote: [...] Your patch truncates any string value at the first %. I don't think that's the right way to go. [...] https://repo.or.cz/wmaker-crm.git/commit/e037ae3684928a2fbf4a3994562a322f5d3b0c71 is supposed to fix

Bug#930674: automatically generated menus prevent some applications from running

2019-06-19 Thread E. Serradilla
On 6/19/19 10:20 AM, Jeremy Sowden wrote: On 2019-06-18, at 12:26:19 +0200, E. Serradilla wrote: Package: wmaker Version: 0.95.8-3 automatically generated menus prevent some applications from running, e.g. libreoffice will not run complaining that file "%U does not exist"

Bug#930674: Acknowledgement (automatically generated menus prevent some applications from running)

2019-06-19 Thread E. Serradilla
this new patch fixes the typos in the comments... Index: wmaker-0.95.8/util/wmmenugen_parse_xdg.c === --- wmaker-0.95.8.orig/util/wmmenugen_parse_xdg.c +++ wmaker-0.95.8/util/wmmenugen_parse_xdg.c @@ -297,7 +297,7 @@ static void

Bug#930674: automatically generated menus prevent some applications from running

2019-06-18 Thread E. Serradilla
Package: wmaker Version: 0.95.8-3 automatically generated menus prevent some applications from running, e.g. libreoffice will not run complaining that file "%U does not exist" and others will open an empty file, e.g. %F. Looking at the code the XDG menu parser does not strip "%X" arguments from

Bug#893913: RFP: qtspell -- spell-checking functionality to Qt's text widgets

2018-03-23 Thread E. Serradilla
Package: wnpp Severity: wishlist * Package name: qtspell Version : 0.8.4 Upstream Author : Sandro Mani * URL : https://github.com/manisandro/qtspell * License : GPL Programming Lang: C++ Description : spell-checking functionality

Bug#891414: enable qt5 front-end

2018-02-25 Thread E. Serradilla
additionally, I would like to add that even if nobody volunteers to maintain qtspell in debian the developer himself maintains a packaging for debian in the source tree https://github.com/manisandro/qtspell/tree/master/packaging/debian and it could be taken from there. This could be

Bug#891414: enable qt5 front-end

2018-02-25 Thread E. Serradilla
well, not exactly aesthetics... In any case, and as you pointed out the real problem of not having the qt front-end is that qtspell package is not in Debian, which would be equivalent to gtkspellmm for gtk3. Thanks a lot anyway

Bug#891414: enable qt5 front-end

2018-02-25 Thread E. Serradilla
The main benefits will be better usability, cleaner interface, compatibility with any window manager and desktop environment. It does not depend on kdelibs since it is a pure qt application and thus it will be very lightweight. The gtk3 front-end, on the other hand, breaks many window

Bug#891414: enable qt5 front-end

2018-02-25 Thread E. Serradilla
Package: gimagereader Version: 3.2.3-2 please enable qt5 front-end, a sample packaging for debian with both gtk and qt fron-ends is available in the source code: https://github.com/manisandro/gImageReader/tree/master/packaging/debian you might also need qtspell package:

Bug#890657: not usable with qt 5.7.1

2018-02-17 Thread E. Serradilla
Package: libqcustomplot-dev Version: 1.3.2+dfsg1-1 Severity: important libqcustomplot-dev is not usable in Stretch with qt 5.7.1 since when trying to compile and link an application with this package it gives the following error: /usr/include/qcustomplot.h:54:28: fatal error: QtPrintSupport:

Bug#887908: Acknowledgement (toggled hover and pressed images masks not loaded)

2018-01-21 Thread E. Serradilla
the bug in version >= 3.6.0 also affects the button appearance, this new patch also fixes this problem, please use this one instead Index: openbox-3.6.1/obrender/theme.c === --- openbox-3.6.1.orig/obrender/theme.c +++

Bug#887908: toggled hover and pressed images masks not loaded

2018-01-21 Thread E. Serradilla
Package: openbox Version: 3.5.2-8+deb8u1 toggled hover and pressed images masks in openbox themes are not loaded which broke many existing themes e.g. https://www.box-look.org/p/1017288/ in the same page there exists a link with the upstream patch that fixes the problem: