Giter Club home page Giter Club logo

huayra-bullets's Introduction

Huayra Bullets

Descripción

Aplicación para mostrar ayuda y guías rápidas en pantalla (Novedades de Huayra)

Desarrollo

Activar debug

$ IS_DEV=1 huayra-bullets

huayra-bullets's People

Contributors

lucianobaraglia avatar alephcero avatar miguelgarcia avatar malefico3d avatar hugoruscitti avatar danielferro69 avatar digitalh avatar alvarezgarcia avatar ftoledo avatar dggluz avatar iglosiggio avatar lvm avatar matiasdelellis avatar diegoaccorinti avatar

Watchers

 avatar Héctor Sanchez avatar  avatar  avatar  avatar James Cloos avatar Alejandro Molina avatar Javier Castrillo avatar  avatar  avatar  avatar  avatar  avatar facu alaniz avatar Pablo Carrai avatar  avatar ci-huayra avatar  avatar  avatar

huayra-bullets's Issues

Necesita WM_CLASS

Node-Webkit no provee un hint WM_CLASS, por lo que es dificil invocar la ayuda de la aplicacion en la pagina correcta.
Para poder solucionar esto, es necesario que:

  • Por ejemplo, la aplicacion guarde el pid en algun archivo temporal
  • Utilice el mismo launcher que huayra-caripela [0]
  • El .deb tenga dependencia en huayra-help (>= 0.3)

[0]

#!/bin/sh

# definir aqui los valores de la aplicacion
APP_PATH="/usr/share/caripela/src";
PID_FILE="/tmp/huayra-caripela.pid";
WM_CLASS="Huayra-Caripela.nw";


# de aqui en mas, no hace falta modificar
GRANDPARENT_PID=`which grandparent-pid`;
SET_WMCLASS=`which set-wmclass`;

nw ${APP_PATH} &
sleep 5; # le damos un segundo a que escriba el pid

# ahora si, obtenemos el pid
CARIPELA_PID=`cat ${PID_FILE}`;
# obtenemos el proceso parent, del proc parent.
NW_PID=`${GRANDPARENT_PID} -p ${CARIPELA_PID}`;
# seteamos al hint WM_CLASS
${SET_WMCLASS} -p ${NW_PID} -t ${WM_CLASS} &

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.