Giter Site home page Giter Site logo

bbkbd's Introduction

Buildbotics

Buildbotics.com website

Prerequisites

In Debian Linux, after installing C!, you can install the prerequsites as follows:

sudo apt-get update
sudo apt-get install libmariadbclient-dev mariadb-server ssl-cert \
  python-mysql.connector

Build

export CBANG_HOME=/path/to/cbang
scons

Create the DB and user

mysql -u root -p
CREATE DATABASE buildbotics;
CREATE USER 'buildbotics'@'localhost' IDENTIFIED BY '<password>';
GRANT EXECUTE ON buildbotics.* TO 'buildbotics'@'localhost';
exit
./src/sql/update_db.py

bbkbd's People

Contributors

jcoffland avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bbkbd's Issues

Running bbkbd under other WMs

I've been testing onscreen keyboards in a touchscreen project and I like bbkbd very much. The default behavior with herbstluftwm is nice in that the keyboard does not obscure the contents of the window above but rather the window above resizes to make room for the keyboard below. The only issue I have is that when hiding bbkbd the window above does not resize back to full screen, I have to exit bbkbd completely. In the screen shots below:

  1. bbkbd is running but has not been displayed yet.
  2. pkill -USR1 bbkbd to display the keyboard (top window resizes)
  3. pkill -USR2 bbkbd to hide the keyboard (top window does not return to full screen as desired)
  4. killall bbkbd to exit bbkbd (top window resizes to full screen)

I've tried a couple patches in the keyboard toggle code like lowering the window but it didn't help. Any ideas or do you think this is more a function of the WM?

2022-09-20-205821_1920x1080_scrot

2022-09-20-205630_1920x1080_scrot

2022-09-20-205741_1920x1080_scrot

2022-09-20-205821_1920x1080_scrot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.