|
2016-11-25
, 15:42
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#62
|
|
2016-11-25
, 20:55
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#63
|
AF Warning: '/etc/osso-af-init/keyboard.defs' not found
The Following 5 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2016-11-25
, 21:38
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#64
|
I've been reading up a bit this week, trying to make head to tail of some of the other components.
To start with, I've been looking intoI started to look at hildom-input-method-framework (from http://mirrors.muarf.org, not sure if original repo still exists). I've done quite a bit of GTK3 porting using a WITH_GTK3 like in osso-systemui but I've a few issues.Code:AF Warning: '/etc/osso-af-init/keyboard.defs' not found
First, some code attempts to call routines either hidden behind MAEMO_CHANGES or are expected to be in a modified (non-Maemo) hildon version of gtk2. I can edit it but don't know what the results will be.
Second I haven't got a clue how it works/ what its doing yet. The im_context parameters it's trying to mess with in GtkEntry etc. are private, but they may have been exposed by Maemo GTK patch ,and most of the methods using them like gtk_im_context_hide were depreciated according to hildon's 2.6 notes. I don't know whether I just need to adapt it to assign modules by name, scrap it or what.
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2016-11-26
, 08:11
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#65
|
The Following 5 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2016-11-26
, 08:39
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#66
|
I know it doen't have the hildon-1 to hildon-3 change done yet. just change it in configure.ac.
With the current control file it needs building with dpkg-buildpackage -rfakeroot -us -uc -b -d. I have't finished maemo-launcher yet, it is disabled in h-d rules but not in control.
Give that a try and if it fails let me know the error.
edit: the mer hack! might not have reverted/edited changes there yet. it is a single commit. one/two mce/dsme lines changed the rest commented. i'll look some stage today.
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2016-11-26
, 10:39
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#67
|
The Following 5 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2016-11-27
, 19:00
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#68
|
The Following 15 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2016-11-29
, 07:02
|
Posts: 3,074 |
Thanked: 12,961 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#69
|
The Following 5 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2016-11-29
, 09:20
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#70
|
The Following 6 Users Say Thank You to Android_808 For This Useful Post: | ||
My somewhat ugly solution at the moment is to define a hildon_modules value as part of the succeed stage and then use AC_SUBST to replace a reference to @hildon_modules@ in the *.pc.in file. There is probably a far more elegant/clean solution but it works for GTK3, not tested on GTK1.
This is an example from libhildondesktop: