The Following 7 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-03-09
, 20:35
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#152
|
Now I found how to make new widgets from command line, I can't understand why I didn't find any documentation but I needed to run
And read the source code of hildon-desktop.Code:/usr/bin/gnu/find / -type f -exec md5sum {} \; > before.log 2> /dev/null #manually make new widget /usr/bin/gnu/find / -type f -exec md5sum {} \; > after.log 2> /dev/null /usr/bin/gnu/diff -u before.log after.log
-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
User: (adding 'getting started'-widget)Code:mkdir /var/lib/gconf/apps/osso/hildon-desktop/applets/test-widget.desktop echo '<?xml version="1.0"?> <gconf> <entry name="position" mtime="1331031074" type="list" ltype="int"> <li type="int" value="0"/> <li type="int" value="306"/> </entry> </gconf> ' > /var/lib/gconf/apps/osso/hildon-desktop/applets/test-widget.desktop/%gconf.xml
-> Now you can see new widget.Code:echo " [test-widget.desktop-0] X-Desktop-File=/usr/share/applications/hildon-home/tutorial-home.desktop " >> /home/user/.config/hildon-desktop/home.plugins
Changing just created widget to the desktop 2
user:
This modification is not visible after: killall hildon-desktopCode:gconftool-2 --set /apps/osso/hildon-desktop/applets/sukka-widget.desktop-0/view --type int 2
---
I'm not yet sure does QBW has any mechanics for commandline addings or do we need some hacking there also.
TransTech made nice separated .queen_beecon-files which can be catenated to the end of existing one, so this might be almost ready (in theory).
The Following 7 Users Say Thank You to TransTech For This Useful Post: | ||
|
2012-03-09
, 21:33
|
Posts: 14 |
Thanked: 0 times |
Joined on Mar 2012
@ India
|
#153
|
The Update was meant to provide extra stuff and not to solve bugs,
The guide is already bug free, and is been tested by couple of members here, and is been confirmed.
You have certainly done something wrong by yourself.
The steps you are describing doesnt touch N900 system files [which would give you system crash], so its not the problem with that step...
Solution: if you have a backupmenu backup then restore that, you will have everything back...
and which types of icons are you getting/saying, please provide a screenshot [Ctrl Key + P to take a screenshot and copy and paste the screenshot you will have in "MyDocs/.images/screenshots/" to your computer and then upload it here.].
What N900 Family photos, you mean you took some family photos with n900 , those... ? you will have them back when you will restore the backup.
Edit: BTW which version of CSSU are you using? Stable or Testing? and which version? Because Stable is not supported as said in the first post.
|
2012-03-10
, 16:01
|
Posts: 11 |
Thanked: 4 times |
Joined on Mar 2012
@ sampit, indonesia
|
#154
|
The Following User Says Thank You to bundanafaqih For This Useful Post: | ||
|
2012-03-10
, 20:06
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#155
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2012-03-11
, 15:45
|
|
Posts: 41 |
Thanked: 23 times |
Joined on Jun 2010
|
#156
|
|
2012-03-11
, 18:33
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#157
|
ok i safe n900 and flash. will do CSSU later again. but warning! Maemeemo break n900after instructions! wait must be in CSSU! work together!
I'm almost done with the formal stuff (i.e. debian/control, rules, etc.)
I'll proceed with actual packaging when 1.2.0 is out.
@TransTech: in guide /home/usr should be /home/user.
what would have 2 be changed if files were put in /opt/maemeemo ?
EDIT: is ttf-nokiapure required?
Hey TransTech, thanks for your work dude!
I've got some problem with qtlockscreen, here it is:
[PHOTO]
I think it's the problem of incorrect displaying Russian language. Wut can we expect?
The Following 6 Users Say Thank You to TransTech For This Useful Post: | ||
|
2012-03-12
, 08:30
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#158
|
Now I found how to make new widgets from command line, I can't understand why I didn't find any documentation but I needed to run
And read the source code of hildon-desktop.Code:/usr/bin/gnu/find / -type f -exec md5sum {} \; > before.log 2> /dev/null #manually make new widget /usr/bin/gnu/find / -type f -exec md5sum {} \; > after.log 2> /dev/null /usr/bin/gnu/diff -u before.log after.log
-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
User: (adding 'getting started'-widget)Code:mkdir /var/lib/gconf/apps/osso/hildon-desktop/applets/test-widget.desktop echo '<?xml version="1.0"?> <gconf> <entry name="position" mtime="1331031074" type="list" ltype="int"> <li type="int" value="0"/> <li type="int" value="306"/> </entry> </gconf> ' > /var/lib/gconf/apps/osso/hildon-desktop/applets/test-widget.desktop/%gconf.xml
-> Now you can see new widget.Code:echo " [test-widget.desktop-0] X-Desktop-File=/usr/share/applications/hildon-home/tutorial-home.desktop " >> /home/user/.config/hildon-desktop/home.plugins
Changing just created widget to the desktop 2
user:
This modification is not visible after: killall hildon-desktopCode:gconftool-2 --set /apps/osso/hildon-desktop/applets/test-widget.desktop-0/view --type int 2
---
I'm not yet sure does QBW has any mechanics for commandline addings or do we need some hacking there also.
TransTech made nice separated .queen_beecon-files which can be catenated to the end of existing one, so this might be almost ready (in theory).
The Following 2 Users Say Thank You to marmistrz For This Useful Post: | ||
|
2012-03-12
, 10:06
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#159
|
The Following User Says Thank You to TransTech For This Useful Post: | ||
|
2012-03-12
, 14:03
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#160
|
-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
Changing just created widget to the desktop 2
user:
---
I'm not yet sure does QBW has any mechanics for commandline addings or do we need some hacking there also.
TransTech made nice separated .queen_beecon-files which can be catenated to the end of existing one, so this might be almost ready (in theory).
Last edited by AapoRantalainen; 2012-03-12 at 07:10.