Strange gtk 1.2.10 behaviors with nano-X
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 858
- Forks
- 112
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 4
Description
Searching the mailing list, changelog, and google give indications that gtk 1.2 is/was working with nano-x.
I could not find any actual instructions, like you made for fltk. :-(
I have gtk compiled against NX11 and nano-x from this git page for armv7.
Tried a number of gtk programs with similar issue.
Any movement of a gtk scrollbar, or hitting enter in a multi line text widget freezes the gtk app. The nano-x window is stll movable, but have to kill the gtk app from a terminal.
Most other widgets seem to work fine.
Compiling same gtk stack against X11 works as expected.
Are there instructions for configuring gtk 1.2 to work properly with nano-X ?
My nano-x config is :
ARCH = LINUX-NATIVE
SHAREDLIBS = Y
SHAREDLINK = N
DEBUG = N
OPTIMIZE = Y
VERBOSE = Y
THREADSAFE = Y
PARALLEL = N
SCREEN = FB
MOUSE = DEVMICEMOUSE
KEYBOARD = SCANKBD
SCREEN_WIDTH = 1024
SCREEN_HEIGHT = 768
MICROWIN = N
NANOX = Y
NUKLEARUI = Y
NX11 = Y
ENGINE = Y
TINYWIDGETS = Y
FBEMULATOR = N
MICROWINDEMO = N
MICROWINMULTIAPP = N
NANOXDEMO = Y
HAVE_VNCSERVER_SUPPORT = N
VNCSERVER_PTHREADED = N
LIBVNC = -lvncserver
INCVNC =
LINK_APP_INTO_SERVER = N
NANOWM = Y
HAVE_SHAREDMEM_SUPPORT = Y
HAVE_FILEIO = Y
HAVE_BMP_SUPPORT = Y
HAVE_GIF_SUPPORT = Y
HAVE_PNM_SUPPORT = Y
HAVE_XPM_SUPPORT = Y
HAVE_JPEG_SUPPORT = Y
INCJPEG =
LIBJPEG = -ljpeg
HAVE_PNG_SUPPORT = Y
INCPNG =
LIBPNG = -lpng
INCZ =
LIBZ = -lz
HAVE_TIFF_SUPPORT = N
INCTIFF =
LIBTIFF = -ltiff
HAVE_PCF_SUPPORT = Y
HAVE_PCFGZ_SUPPORT = Y
PCF_FONT_DIR = "fonts/pcf"
HAVE_FREETYPE_2_SUPPORT = Y
HAVE_HARFBUZZ_SUPPORT = N
INCFT2LIB = /usr/include
LIBFT2LIB = -lfreetype
FREETYPE_FONT_DIR = "fonts/truetype"
HAVE_T1LIB_SUPPORT = N
T1LIB_FONT_DIR = "fonts/type1"
INCT1LIB =
LIBT1LIB = -lt1
HAVE_FNT_SUPPORT = Y
HAVE_FNTGZ_SUPPORT = Y
FNT_FONT_DIR = "fonts/fnt"
ERASEMOVE = Y
UPDATEREGIONS = Y
NOFONTS = N
NOCLIPPING = N
USE_EXPOSURE = Y
VTSWITCH = Y
FBREVERSE = N
GRAYPALETTE = N
HAVETEXTMODE = Y
SCREEN_PIXTYPE = MWPF_TRUECOLORARGB
SCREEN_DEPTH = 8
gtk 1.2.10 was configured as : ./configure --disable-nls --disable-glibtest
Tried 2 different tarballs for gtk 1.2.10, same outcome.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the freeze with the reported nano-X configuration and a GTK 1.2.10 application using a scrollbar or multiline text widget. Compare the same programs against X11 and inspect the relevant nano-X/NX11 and GTK integration paths; done means identifying the cause and documenting or correcting the configuration or behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, linux
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100