Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudochkin-victor/touch-controlpanel
https://github.com/dudochkin-victor/touch-controlpanel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudochkin-victor/touch-controlpanel
- Owner: dudochkin-victor
- License: lgpl-2.1
- Created: 2013-05-15T05:46:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T06:47:27.000Z (over 11 years ago)
- Last Synced: 2023-03-13T14:57:20.673Z (over 1 year ago)
- Language: C++
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.LGPL
Awesome Lists containing this project
README
= BUILDING CONTROLPANEL =
Possible build options when creating debian package:
noopt do not use O2 optimization
nodocs do not build the doc package
notests do not build the tests packages
minimal do not build all the above + engineering translationsdebug build a more verbose controlpanel with lots of debug output
mostused have a most recently used items category on top of main page
nolauncher disable booster support (for example for debugging)
software run duicontrolpanel in software mode by default
(might be good for testing in scratchbox)parallel=X build on X threads
For example to build a version without invoker on 4 threads:
DEB_BUILD_OPTIONS="nolauncher parallel=4" dpkg-buildpackage -rfakeroot -b= RUNNING CONTROLPANEL =
Start controlpanel through servicefw:
# pop up an applet:
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel / com.nokia.DuiControlPanelIf.appletPage string:Battery
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel / com.nokia.DuiControlPanelIf.appletPage "string:Display Language"
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel / com.nokia.DuiControlPanelIf.appletPage array:string:"Display Language","param1","param2"# bring dcp to front as it is:
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel /org/maemo/m com.nokia.MApplicationIf.launch# pop up mainpage:
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel / com.nokia.DuiControlPanelIf.mainPage# pop up a category page:
dbus-send --session --print-reply --dest=com.nokia.DuiControlPanel / com.nokia.DuiControlPanelIf.categoryPage "string:Look & Feel"= DEBUGGING =
Debugging controlpanel with invoker:
gdb /usr/bin/applauncherd.bin $(pgrep booster-m)The other option is to build a version without invoker, see "nolauncher" build
option.= MISC =
Empty the recently used list:
gconftool-2 --recursive-unset /apps/duicontrolpanel/usagecount