unixwork

Results 42 comments of unixwork

XNEdit already tries to center the windows and dialogs on the screen. It depends on the window manager if this works. I will check if this can be improved on...

Usually on unix fontconfig config is at /etc/fonts/. Additionally you need the actual fonts from /usr/share/fonts/ However I don't know the cygwin directory structure.

The actual font is missing, which should be in /usr/share/fonts/

fc-match must show something, otherwise it will not work in xnedit In the fonts.conf there should be one or multiple elements specifying the directories, where fonts are stored. For example:...

Hi, thanks for the work on the windows package. A pull request would be great. You can place your files to the resources subdirectory, maybe `resources/cygwin`.

Hi, The "Cannot get X Input Manager" is an error message that I've implemented in case the function XmImGetXIM fails. I don't know why it fails, I have to check...

xnedit needs the files from /usr/share/X11/locale, otherwise the input method can't be initialized. I think the path is hard coded in x11 libs, thefore the installed usr directory needs to...

The problem is not really, that insert fails, but some internal X11 error occurs when rendering this character, which kills the X session. It is possible that this is an...

I have already looked at LSP and I'm planning to implement it. Obviously it will be some work, but it is doable. > It wouldn't be worth it if xnedit...

If it works in the texteditor, you could add `-DXNE_TEXTFIELD` to the CFLAGS in your makefile and recompile xnedit. With this flag, xnedit is using an alternative textfield in the...