Active Topics

 



Notices


Reply
Thread Tools
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#151
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
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
And read the source code of hildon-desktop.

-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
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
User: (adding 'getting started'-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
-> Now you can see new widget.

Changing just created widget to the desktop 2
user:
Code:
gconftool-2 --set /apps/osso/hildon-desktop/applets/test-widget.desktop-0/view --type int 2
This modification is not visible after: killall hildon-desktop

---
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.
 

The Following 7 Users Say Thank You to AapoRantalainen For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#152
Originally Posted by AapoRantalainen View Post
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
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
And read the source code of hildon-desktop.

-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
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
User: (adding 'getting started'-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
-> Now you can see new widget.

Changing just created widget to the desktop 2
user:
Code:
gconftool-2 --set /apps/osso/hildon-desktop/applets/sukka-widget.desktop-0/view --type int 2
This modification is not visible after: killall hildon-desktop

---
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).
oh thats great... good job... i think the hardest part is now over.. but we still have half way to go.

btw i will be releasing first non-beta release i.e v1.2.0 on sunday.
change-log:
1. nemo and nemo-maemeemo lockscreens update with extra backgrounds
2. Extra wallpapers
3. Guide with less steps and more easier.
4. QBW files update
5. Theme file update according to new update
6. icon pack steps removed due to possible future update.
7. possible transitions file update
8. TBP (to be planned)

p.s. this will be the last (manual) update before .deb package comes out.

Last edited by TransTech; 2012-03-09 at 20:38.
 

The Following 7 Users Say Thank You to TransTech For This Useful Post:
Posts: 14 | Thanked: 0 times | Joined on Mar 2012 @ India
#153
Originally Posted by TransTech View Post
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.
ok i safe n900 and flash. will do CSSU later again. but warning! Maemeemo break n900after instructions! wait must be in CSSU! work together!
 
Posts: 11 | Thanked: 4 times | Joined on Mar 2012 @ sampit, indonesia
#154
p.s. this will be the last (manual) update before .deb package comes out.[/QUOTE]

I can't wait,,, thanks for your hard work Transtech and team,,,
 

The Following User Says Thank You to bundanafaqih For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#155
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.

@Aapo: What do you think should be separated from maemeemo-data?

@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?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-03-10 at 20:34.
 

The Following User Says Thank You to marmistrz For This Useful Post:
C00Ler's Avatar
Posts: 41 | Thanked: 23 times | Joined on Jun 2010
#156
Hey TransTech, thanks for your work dude!
I've got some problem with qtlockscreen, here it is:



I think it's the problem of incorrect displaying Russian language. Wut can we expect?
 
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#157
Originally Posted by sihng View Post
ok i safe n900 and flash. will do CSSU later again. but warning! Maemeemo break n900after instructions! wait must be in CSSU! work together!
Dont blame the instructions guide if you cant do it properly, I already said you to wait for the .deb package, as you are doing something wrong. P.S. Many other members here have already installed it [MaeMeeMo] successfully, its only you who is getting the problems.
Originally Posted by bundanafaqih View Post
I can't wait,,, thanks for your hard work Transtech and team,,,
Thanks..

Originally Posted by marmistrz View Post
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?
The update v1.2.0 is here.. ,
Ok, I have corrected it, btw thanks for that.
Which files should be put in [/opt/maemeemo/]? MaeMeeMo is just a name for the modification pack, and it doesnt have any files of its own, everything is just updates for other packages, and tweaks. Please explain if needed.
yes nokia pure is now required due to QBW settings.

Originally Posted by C00Ler View Post
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?
I have corrected it, please check if it solves for you.

@To All: New Update v1.2.0 is here!!!

p.s. This is the first non-beta version so everyone can try if you want, or wait till the .deb pack comes out.

Change log:

1. Update for Lockscreens and New Nemo-MaeMeeMo-base lockscreen added.
2. Themes Package updated due to respective update.
3. Icons Pack Update removed due to expected future update by the maintainer.
4. Guide Updated to v1.2.0 [Non-Beta Release]
4.1 About 35 steps in total
4.2 Links corrected.
4.3 New, easy and short QBW Stages.
4.4 Respective resources steps updated.
5. Extra wallpapers [about 5 landscape and 17 portrait wallpapers]
6. MaeMeeMo Wallpapers and template update.
7. New Queen Beecon settings files Added

P.S. This will be the last major [Manual] update for MaeMeeMo, next update is expected to be a .deb package update.

Last edited by TransTech; 2012-03-12 at 10:24.
 

The Following 6 Users Say Thank You to TransTech For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#158
Originally Posted by AapoRantalainen View Post
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
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
And read the source code of hildon-desktop.

-----
But now there are steps: (these are for developers, so I won't describe them)
Root:
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
User: (adding 'getting started'-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
-> Now you can see new widget.

Changing just created widget to the desktop 2
user:
Code:
gconftool-2 --set /apps/osso/hildon-desktop/applets/test-widget.desktop-0/view --type int 2
This modification is not visible after: killall hildon-desktop

---
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).
Are there some qbw config files? this way we could avoid generating the widgets and just include 'em in the .deb
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#159
Originally Posted by marmistrz View Post
Are there some qbw config files? this way we could avoid generating the widgets and just include 'em in the .deb
Yes, the update contains QBW Config files which would only require importing files to beecon and importing beecon to buffer steps.
 

The Following User Says Thank You to TransTech For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#160
Is the worldclock mod this one?
http://www.forums.internettablettalk...ad.php?t=75425
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Reply

Tags
maemeemo


 
Forum Jump


All times are GMT. The time now is 00:38.