Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 125 results for
xlib
- Page 1
Xflush and Xlib extension (like in PyPanel)
Programming
Software Development
16 Years Ago
by mdg583
…. Further, the python code is also using the python
Xlib
modules. My code - test.c (test.so) [CODE…] #include <Python.h> #include <X11/
Xlib
.h> #include <X11/Xutil.h> /*---------------------------------------------------------*/ … the panel. Could [URL="http://python-
xlib
.sourceforge.net/doc/html/python-xlib_16.html#IDX183&…
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by vegaseat
…for ButtonReleaseMask if it doesn't work. [CODE]import
Xlib
import
Xlib
.display display =
Xlib
.display.Display(':0') root = display.screen().root root….change_attributes(event_mask=
Xlib
.X.ButtonPressMask |
Xlib
.X.ButtonReleaseMask) while True: event = root.display.next_event() …
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by scru
…least an hour now for some straight-forward python-
xlib
documentation, and I have been unable to find any…: [code=python]#!/usr/bin/python import
Xlib
import
Xlib
.display def main(): display =
Xlib
.display.Display() root = display.screen().root… out. It's written in C++, but the
Xlib
wrapper for python is very light so it shouldn…
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by woooee
…for ButtonReleaseMask if it doesn't work. [CODE]import
Xlib
import
Xlib
.display display =
Xlib
.display.Display(':0') root = display.screen().root root….change_attributes(event_mask=
Xlib
.X.ButtonPressMask |
Xlib
.X.ButtonReleaseMask) while True: event = root.display.next_event() …
Python Xlib Help
Programming
Software Development
15 Years Ago
by SoulMazer
… at least an hour now for some straight-forward python-
xlib
documentation, and I have been unable to find any. Luckily… no avail: [code=python]#!/usr/bin/python import
Xlib
import
Xlib
.display def main(): display =
Xlib
.display.Display() root = display.screen().root while…
What causes segfault on Xlib XGetInputFocus call?
Programming
Software Development
7 Years Ago
by Chef Boyardee
… first post here. I'm playing around with Gtk+ and
Xlib
. I'm trying to get the X window ID of…'m supplying it, according to https://tronche.com/gui/x/
xlib
/input/XGetInputFocus.html 1. What am I doing wrong? 2…> #include <gtk/gtkx.h> #include <X11/
Xlib
.h> #include <stdlib.h> static void activate…
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by SoulMazer
… me the following error: [quote]X protocol error: <class '
Xlib
.error.BadAccess'>: code = 10, resource_id = 117, sequence_number = 7, major_opcode…
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by woooee
[QUOTE]what would be the requirements be to make
Xlib
work on a Windows machine?[/QUOTE]The system calls would be different on Windows so the code would differ too much to make it practical. There probably is something similar but something for MS Windows with a Python wrapper as well is another matter
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by woooee
….google.com/p/pymouse/[/url] There is this example for
xlib
[url]http://ltool.svn.sourceforge.net/viewvc/ltool/trunk/LtMacroAPI…
Re: Python Xlib Help
Programming
Software Development
15 Years Ago
by SoulMazer
… solution. I used xbindkeys for it, instead of the python-
xlib
library. I guess my problem is solved now! Thank you…
Re: What causes segfault on Xlib XGetInputFocus call?
Programming
Software Development
7 Years Ago
by Chef Boyardee
…> #include <gtk/gtkx.h> #include <X11/
Xlib
.h> #include <stdlib.h> //#include <gdk…
Re: Python Xlib . Looking for basis docs or tut.
Programming
Software Development
15 Years Ago
by DrakeMagi
… did. [CODE]import sys , os # Change path so we find
Xlib
sys.path.insert(1, os.path.join(sys.path[0…], '..')) from
Xlib
import X, display, Xutil class Bluebird: def __init__(self,display…
Re: How to program with xlib launcher of apps over a desktop
Programming
Software Development
14 Years Ago
by AnaR
… this with a python program using only
xlib
without pygtk, or so: only python +
xlib
. I did it with pygtk, but I…
Python Xlib . Looking for basis docs or tut.
Programming
Software Development
15 Years Ago
by DrakeMagi
… Clean Window and Transparent. 1. Looking for the basic on
Xlib
. Most of what i found is unclear where i start…
Re: Python Xlib . Looking for basis docs or tut.
Programming
Software Development
15 Years Ago
by scru
You'd think that before trying to write a desktop environment, one would actually learn up a bit about
xlib
and how it works. I can answer your question, but I don't want to. Feels a bit like fanning the flames that will eventually blow up in your face.
Re: Python Xlib . Looking for basis docs or tut.
Programming
Software Development
15 Years Ago
by DrakeMagi
One i'm looking for docs or other options. For
xlib
Most docs i find are for c. Two not making …
Re: Python Xlib . Looking for basis docs or tut.
Programming
Software Development
15 Years Ago
by scru
[url]http://tronche.com/gui/x/
xlib
-tutorial/[/url]
How to program with xlib launcher of apps over a desktop
Programming
Software Development
14 Years Ago
by AnaR
Hi, i would like to put some icons over desktop and these launch apps. It's necessary to use
xlib
with python, and i'm lost. thanks in advanced
Xlib: extension "GLX" missing on display ":0.0".
Hardware and Software
Linux and Unix
21 Years Ago
by rodzilla
Does anyone know how to fix this error? I'm running Fedora Core 1. Thanks.
Re: Xlib: extension "GLX" missing on display ":0.0".
Hardware and Software
Linux and Unix
20 Years Ago
by dontcare
Try this link [url]http://www.fedorafaq.org/#nvidia[/url]
Re: Xlib: extension "GLX" missing on display ":0.0".
Hardware and Software
Linux and Unix
20 Years Ago
by unixnut
edit your xorg.cong and make sure that Load GLX Load dri are there and not commented out! Have fun!
Xlib button
Programming
Software Development
14 Years Ago
by libathos
I want to make a button in a root window.My question is should i draw it or shoud i make a new window in my root window?
Re: How to program with xlib launcher of apps over a desktop
Programming
Software Development
14 Years Ago
by woooee
It is not clear whether you want to run a Python program that will populate icons which will then run other Python programs as subprocesses of the main program, or you want to launch desktops apps with the icon and use Python to generate those icons for some reason. Why do you have to use icons? Would a simple button layout that would launch …
wine won't work
Hardware and Software
Linux and Unix
20 Years Ago
by hexstar
…:/home/lxuser # /usr/bin/wine /windows/C/Office10/setup.exe
Xlib
: connection to ":0.0" refused by server…
Xlib
: No protocol specified wine: Could not load graphics driver 'x11drv'. …
Re: wine won't work
Hardware and Software
Linux and Unix
20 Years Ago
by hexstar
… "xhost +localhost" I get the following message: [quote]
Xlib
: connection to ":0.0" refused by server…
Xlib
: No protocol specified[/quote]What should I do? I desperately …
Controlling mouse with Python in X
Programming
Software Development
16 Years Ago
by nemtaro
…'m hoping to use Python. I understand that the standard
Xlib
library provides a XWarpPointer function which moves the cursor around… can't seem to find the equivalent function in Python-
xlib
. Any suggestions would be appreciated Also, how would I go…
ati direct rendering issues...
Hardware and Software
Linux and Unix
16 Years Ago
by FireSBurnsmuP
… assertion failure. Backtrace: #0 /usr/lib/libxcb-
xlib
.so.0 [0xb7bd7767] #1 /usr/lib/libxcb-
xlib
.so.0(xcb_xlib_unlock+0x31) [0xb7bd78b1] #2…
Re: C++ Cross-Platform GUI Library
Programming
Software Development
14 Years Ago
by myrk
Ultimate++ seems just like wxWidgets, they are confusingly object-oriented. Is there a library that's similar to
Xlib
but cross-platform?
Xlib
's API is slightly object-oriented but not as confusing as the other libraries. It's also lightweight. Please help. BTW, what's bad with LGPL?
Re: installing a library in gcc
Hardware and Software
Linux and Unix
13 Years Ago
by JasonHippy
… headers that will allow you to create client programs using
Xlib
. The runtime binaries should already be installed. If you need… the headers in your programs use: [icode]#include <X11/
Xlib
.h>[/icode] Finally and most importantly: 3. Use the…
Multithreading problem
Programming
Software Development
20 Years Ago
by ArmedCoder
…> #include <linux/videodev.h> #include <X11/
Xlib
.h> #include <X11/Xutil.h> #include <…
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC