The Following User Says Thank You to justmemory For This Useful Post: | ||
|
2015-10-26
, 20:05
|
Posts: 105 |
Thanked: 106 times |
Joined on Jul 2011
@ Hungary
|
#12
|
The Following 4 Users Say Thank You to dy1ng For This Useful Post: | ||
|
2015-10-26
, 21:50
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#13
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2015-10-27
, 00:30
|
Posts: 105 |
Thanked: 106 times |
Joined on Jul 2011
@ Hungary
|
#14
|
Not to diminish your request which is a very valid and good one, but I have the exact three widgets you mention plus a lot of icons on my single desktop.
|
2015-10-27
, 01:59
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#15
|
The Following 10 Users Say Thank You to marxian For This Useful Post: | ||
|
2015-10-27
, 03:48
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#16
|
|
2016-05-12
, 11:04
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#17
|
|
2017-01-30
, 22:19
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#18
|
The Following 10 Users Say Thank You to justmemory For This Useful Post: | ||
|
2017-04-06
, 11:35
|
Posts: 391 |
Thanked: 908 times |
Joined on Aug 2011
@ suncity
|
#19
|
|
2017-04-06
, 11:57
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#20
|
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
Tags |
maemo 5, python-hildon |
Thread Tools | |
|
I have another problem in which maybe someone could help: I'm trying to replace the operator widget in hildon-home with my custom widget.
I know that there is a custom operator name widget but I would like to add my own functions to the widget not just writing predefined texts.
So I tried to analyze the source code of that custom operator name widget and it seems - I do not really know C programming though - that there is no special function for placing the widget in the upper row. And as one of the members here told me hildon-home.c calls the appropriate .so file by hard-coding.
My thought is that if I create a hildon-home widget .so and name it connui-cellular-operator-home-item.so and place it to /usr/lib/hildon-desktop then it should be appear in the upper row (after killall hildon-home of course).
But I'm working in python so it is not that simple. I'm able to create a .so from a python code with cython but even if the widget (.py) is working when I test it in hildon-home, the .so isn't working when I name and place it like I said above.
So I do not know whether it is even possible for hildon-home.c to read a cython made .so (so it is possible to create "operator widget" in python) or it is essential to make the .so from a C source code.
Any idea would be appreciated. Thanks,
jm