packaging

Asked by Jimbo Jambo

I will ask patience for my inexperience.
I would try onboard 1.0.1, but I don't find any "./configure - make- make install" way to do that.
This means that I have to pack or compile Onboard with python?

P.S: Expecially for the finger touch that wasn't recognize.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu onboard Edit question
Assignee:
No assignee Edit question
Solved by:
Jimbo Jambo
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Is there a PPA?

Revision history for this message
Jimbo Jambo (jimbo92) said :
#2

a PPA will be very comfortable.
By the way executing onboard it send me theese errors:

bash$: onboard
Traceback (most recent call last):
  File "/bin/onboard", line 15, in <module>
    from Onboard.OnboardGtk import OnboardGtk as Onboard
  File "/home/hermes/onboard-1.0.1/Onboard/OnboardGtk.py", line 26, in <module>
    from Onboard.Keyboard import Keyboard
  File "/home/hermes/onboard-1.0.1/Onboard/Keyboard.py", line 24, in <module>
    from Onboard.KeyboardPopups import TouchFeedback
  File "/home/hermes/onboard-1.0.1/Onboard/KeyboardPopups.py", line 171, in <module>
    class LabelPopup(KeyboardPopup):
  File "/home/hermes/onboard-1.0.1/Onboard/KeyboardPopups.py", line 179, in LabelPopup
    _osk_util = osk.Util()
AttributeError: 'module' object has no attribute 'Util'

Revision history for this message
Jimbo Jambo (jimbo92) said :
#3

Thank's Actionparsnip the ppa was the right way!