Questions tagged [openbox]

Window manager for the X Window System

Window manager for the X Window System, http://openbox.org/.

24 questions
10
votes
2 answers

How to remove the Title Bar of Gnome applications

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…
1
vote
0 answers

Where to set -nocursor for an openbox-session on raspbian buster

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…
CoderChris
  • 1,161
  • 2
  • 12
  • 20
1
vote
1 answer

Writing panels/docks with pyQt

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 :…
1
vote
1 answer

PKG_CHECK_MODULES macro not properly expanding, while i do have pkg-config installed and working

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…
dcode
  • 11
  • 5
1
vote
1 answer

Can I use _NET_WM_WINDOW_TYPE_DOCK EWHM extension in openbox?

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…
la Fleur
  • 426
  • 3
  • 11
0
votes
0 answers

ModuleNotFoundError: No module named 'customtkinter' using Raspberry Pi and openbox

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:…
0
votes
0 answers

Changed Archctaft Theme(OpenBox)

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.
qwe rty
  • 1
  • 1
0
votes
1 answer

take screenshot with imagemagick in openbox via shortcut (rc.xml) on Linux

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…
0
votes
0 answers

Insanely high RAM usage on Raspberry Pi when starting Script at Start Up but not when starting over Command Line

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…
0
votes
1 answer

Dual screen kiosk leaves second screen blank (raspberry pi 4)

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…
HumanGear
  • 1
  • 1
0
votes
1 answer

Can't reserve space for window with xcb

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…
Keltek
  • 460
  • 3
  • 14
0
votes
1 answer

How Do I Restart Chromium Once Closed?

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?
danfs
  • 83
  • 9
0
votes
1 answer

Hide the scrollbar from the window manager

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…
ASbetebe
  • 1
  • 2
0
votes
1 answer

Update tag value according to attribute name xmlstarlet

I have a file : YYYY XXXX
user12272388
0
votes
2 answers

cannot set position of wx.frame on openbox

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: ',…
a_manthey_67
  • 4,046
  • 1
  • 17
  • 28
1
2