maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   [Announce] - [New] MaeMeeMo 2.0 - A Meego/Nemo User Interface for Maemo5 |V2 .deb Now Available| (https://talk.maemo.org/showthread.php?t=82585)

AapoRantalainen 2012-03-05 19:39

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by TransTech (Post 1174801)
it is (home/user/.queen_beecon_widgets_dir)
please correct it. btw no need to make directory its already there

No, there are only: .queen_beecon_dir/ Is this correct?

Quote:

Originally Posted by TransTech (Post 1174801)
and correction for widget
(QBW/QBW Menu)

White spaces must be escaped on shell, i.e. "\ ". I put whole filename on quotes.

Quote:

Originally Posted by TransTech (Post 1174801)
and qtlockscreen files should go to,
(home/opt/qtlockscreen)

/home/opt and /opt are the same.
mount shows it /home/opt on /opt type none (bind)

marmistrz 2012-03-05 19:41

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by AapoRantalainen (Post 1174796)
Ok, before packeting it is better to split steps for shell-commands.
a) Then they are not ambiguous
b) can be later automatized
(c) can be analyzed)

THIS IS ONLY STAGE ONE.

Needed on phone: ssh and rootsh
(don't try to write things, but copy+paste over ssh)

On device, user-account
Code:

#make directory for wallpapers
mkdir /home/user/MyDocs/.images/MaeMeeMo

#Portrait Mode Gconf
gconftool-2 --set /apps/osso/hildon-desktop/portrait_wallpaper -t bool true

#make directory for beecon-widget
mkdir /home/user/.queen_beecon_widgets_dir

On device, root-account:
Code:

#backup transitions.ini
cp /usr/share/hildon-desktop/transitions.ini /usr/share/hildon-desktop/transitions.ini_backup

On pc, files loaded, unpacked, scp installed.
Code:

#use phone's IP-address
export N=192.168.1.111

#wallpapers
scp WALLPAPERS/* user@$N:MyDocs/.images/MaeMeeMo

#widget
scp "QBW/QBW Menu/menu.png" user@$N:.queen_beecon_widgets_dir

#theme
scp -r Theme/Harmattan-theme root@$N:/usr/share/themes
scp -r Icons/harmattan-icons-pack-for-white-themes/* root@$N:/usr/share/icons/

#lockscreen
scp -r QtLockscreen/* root@$N:/opt/qtlockscreen/

#transitions
scp Transitions/transitions.ini root@N:/usr/share/hildon-deskto

---
additions2
*I don't know way to change background images from commandline, anybody?


On device, user-account:
Code:

#QtLockscreen-Config and set MaeMeeMo Slide lockscreen.
cp /opt/qtlockscreen/MaeMeeMoTap.ini .config/sakya/QtLockscreen.in


the scp stuff can be avoided if a resources deb pkg is created.
I'll download the resources and make a, let's call it maemeemo-data, package this week

This way we avoid some copying and scp
looking at this, I think queen-beecon should be a Pre-Depends

dadoabdallah 2012-03-05 19:46

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
i don't know where i puting these fikes after unraring
tell me Trans please
step by step
because i will be mad hahahahahahahahah
thanks

TransTech 2012-03-05 19:49

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by AapoRantalainen (Post 1174807)
No, there are only: .queen_beecon_dir/ Is this correct?


White spaces must be escaped on shell, i.e. "\ ". I put whole filename on quotes.



/home/opt and /opt are the same.
mount shows it /home/opt on /opt type none (bind)

1. yep you are right... its ".queen_beecon_dir"

2. thanks.. i dont know about that.. ;) I'm total noob at .deb packing... :)

3. then it is "opt/qtlockscreen". move the contents of QtLockscreen.rar there.

TransTech 2012-03-05 19:54

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by dadoabdallah (Post 1174814)
i don't know where i puting these fikes after unraring
tell me Trans please
step by step
because i will be mad hahahahahahahahah
thanks

i would like to suggest you to wait for some time... when the deb package comes out, things will be quite easy for you.

if you still want to do this, then refer to the guide and come to me where you'll get stuck or having problem, refering stage number and point number. So that i can look at your problem quickly.

AapoRantalainen 2012-03-05 19:54

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by marmistrz (Post 1174809)
the scp stuff can be avoided if a resources deb pkg is created.
I'll download the resources and make a, let's call it maemeemo-data, package this week

Correct. But as you see at least I am interpreting guide wrongly (mostly because there are even small probability to do so).

Files which are going to the under /home/user can cause harm when coming from deb-package, so if it possible, put them somewhere else.

Great. Now we must figure out how other steps are performed from commandline.

marmistrz 2012-03-05 19:57

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by AapoRantalainen (Post 1174823)
Correct. But as you see at least I am interpreting guide wrongly (mostly because there are even small probability to do so).

Files which are going to the under /home/user can cause harm when coming from deb-package, so if it possible, put them somewhere else.

Great. Now we must figure out how other steps are performed from commandline.

why can they cause harm??

AapoRantalainen 2012-03-05 20:16

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
TransTech, can you send your /home/user/.queen_beecon file? It will make stages Three, Four and Five much easier to reproduce.

TransTech 2012-03-05 20:21

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
Quote:

Originally Posted by AapoRantalainen (Post 1174831)
TransTech, can you send your /home/user/.queen_beecon file? It will make stages Three, Four and Five much easier to reproduce.

ok, i'll send it to you tomorrow, as its 2am here and i have my exam tomorrow.. :D.

p.s. check back here in next 12 hours. ;)

Mohammed Muid 2012-03-05 20:47

Re: [Announce] - MaeMeeMo [Beta] - A Meego/Nemo User Interface for Maemo5
 
suddenly when i rotate the phone i dont hav portrait wallpapers. its just black. i dint even install these ui yet. i only completed transferring menu.png in /home/user/queen_beecon_dir


All times are GMT. The time now is 01:31.

vBulletin® Version 3.8.8