GithubHelp home page GithubHelp logo

obkey's People

Contributors

nsf avatar

Stargazers

 avatar

Watchers

 avatar  avatar

obkey's Issues

obkey fails to start

I just installed obkey-git from the AUR repo . but it fails to start here
is the output :

Traceback (most recent call last):
  File "/usr/bin/obkey", line 40, in <module>
    ob.load(path)
  File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 1599, in load
    self.keyboard = OBKeyboard(keyboard)
  File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 1564, in
__init__
    self.chainQuitKey = xml_parse_string(cqk)
  File "/usr/lib/python2.6/site-packages/obkey_classes.py", line 934, in
xml_parse_string
    return elt.firstChild.nodeValue
AttributeError: 'NoneType' object has no attribute 'nodeValue'

Original issue reported on code.google.com by [email protected] on 30 Mar 2009 at 2:08

Small modification of obkey script

What steps will reproduce the problem?
1. In Ubuntu + lxde, the config file is lxde-rc.xml, not rc.xml
2. obkey *always* fails at start
3. The error appearing is not very helpful

What is the expected output? What do you see instead?
A long python error

What version of the product are you using? On what operating system?
Ubuntu + lxde

Please provide any additional information below.
I have modified the script, in the hope that it'll be useful. Just exception 
handling. Also used the shutil module instead of os.system() directly, in order 
to copy the file.


Original issue reported on code.google.com by baltasarq on 29 Nov 2010 at 11:17

  • Merged into: #5

Attachments:

Checking for collisions

Would it be possible to implement some mechanism
capable of checking collision between key combination
proposed by user with the existing one ?

Thanks

Original issue reported on code.google.com by [email protected] on 31 Mar 2012 at 1:13

“Dialog” property of the “NextWindow” action is binary

What steps will reproduce the problem?
1. Have

    <keybind key="A-Tab">
      <action name="NextWindow">
        <dialog>icons</dialog>
      </action>
    </keybind>

in your rc.xml

2. Start obkey and save the rc.xml

What is the expected output? What do you see instead?

It should remain the same, but obkey knows the dialog property just as binary, 
hence produces:

    <keybind key="A-Tab">
      <action name="NextWindow">
        <dialog>no</dialog>
      </action>
    </keybind>


What version of the product are you using? On what operating system?

I'm using a recent git-checkout on Archlinux via the AUR-package obkey-git


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 5:39

UI messages in order to announce problems with rc files

What steps will reproduce the problem?
1.obkey now just fails writing messages to the console, which is not seen when 
launched from the ui
2.
3.

What is the expected output? What do you see instead?
obkey just fails to launch

What version of the product are you using? On what operating system?
Ubuntu + lxde

Please provide any additional information below.
I attach a modified obkey script that a) warns of errors graphically, and b) it 
is able to more or less infer the configuration file to  use


Original issue reported on code.google.com by baltasarq on 29 Nov 2010 at 3:52

Attachments:

Obkey does not appear as a a regular application in the system's menu

What steps will reproduce the problem?
1. Just open the system's menu
2. ...or browse the /usr/share/applications directory
3.

What is the expected output? What do you see instead?
I've fixed my system so that it appears near to obconf in the preferences menu.

What version of the product are you using? On what operating system?
Ubuntu + lxde

Please provide any additional information below.
I attach a copy of a possible, working desktop file to include in the download 
of the application.

Original issue reported on code.google.com by baltasarq on 29 Nov 2010 at 11:23

Attachments:

openbox is not rebooted or forced to load configuration

What steps will reproduce the problem?
1. Press "Save" in obkeys
2.
3.

What is the expected output? What do you see instead?
It should reconfigure openbox, but it does not

What version of the product are you using? On what operating system?
Ubuntu + lxde

Please provide any additional information below.
I think the problem is in obkey_classes.py last function should be (I think) 
just:
os.system( "openbox --reconfigure" )


Original issue reported on code.google.com by baltasarq on 29 Nov 2010 at 3:55

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.