Problem
I have one Ubuntu20 Desktop(Gnome) and I want it to be fully black and ideal. As reference, I have taken one Ubuntu20 Server and Installed openbox on it.
I hided the title bar of all the applications in OpenBox by editing the configurations…
I'm using openbox-session to run a custom application on a touchscreen on raspian buster.
I want to hide the X cursor effectively using startx -nocursor (or a config option that achieves the same)
Where is the best place to add the -nocursor option…
I want to write something like a taskbar/dock/panel(like tint2,...) with pyQt5.
I know how to write regular GUI applications with it, but my tiling window manager(herbstluftwm) maximizes my panels and openbox makes them resizable etc.
My question :…
BEFORE YOU LINK TO: Using the pkg-config macro PKG_CHECK_MODULES failing
this does not solve my solution. i do have pkg-config installed. when i type aclocal --print, the first thing it gives is main::scan_file() called too early to check prototype…
Openbox is stated to be EWMH compliant here. I want to use this compliance layer to implement a decoration-less window, as proposed on this question's best answer.
As such, I am trying to build a simple window using python and Xlib that uses the…
I am using a Raspberry Pi and the lite version of the OS. My goal is to run a python script using customtkinter.
As I am using the lite-version of the OS, I run the script with xorg and openbox (tutorial:…
I want change theme openbox but I don't know how.
I want to change it to this:
enter image description here
I looked in OpenBox settings, but it only changes the manager style, and I want it to be just like on the screenshot.
I need to take screenshots and save them adding timestamp in filename.
The following command in terminal is working well:
import -window root -quality 100 screenshot_$(date +'%Y_%m_%d_%R_%S').jpg
I've inserted this in the…
Sorry if this question has been asked before but I can't seem to find a solution anywhere.
I'm currently trying to setup a simple Intercom System with TalkKonnect and an OpenBox Environment running Chromium along side it
Launching a custom Python…
I'm setting up a dual screen kiosk (with both screens in portrait mode) using a raspberry pi 4 with raspbian lite, openbox and chromium-browser, that shows 2 static web pages (i.e. advertising), but I can't get it to work properly. I put the code…
I'm trying to create a status bar in rust using xcb. I have written one already in C++ already using a mix of xcb and xlib so I'll be using that as a point of comparison. I'm also testing this on openbox which is a window manager written in xlib if…
I am currently network booting a Raspberry Pi and using Openbox I autostart chromium, is it possible that if a user presses close or minimise I can programatically restart chromium in the background?
My system:
Beaglebone Black,
Debian Stretch V9.9,
5" Display (Matrix Orbital)
browser: Midori V.0.5.11
additionally I have installed the following
openbox,
xserver-xorg-video-fbdev,
x11-xserver-utils,
lightdm
I wrote a web app in html5 and node…
i am playing with wxPython and try to set position of frame:
import wx
app = wx.App()
p = wx.Point(200, 200)
frame = wx.Frame(None, title = 'test position', pos = p)
frame.Show(True)
print('frame position: ',…