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)

TransTech 2012-04-02 17:56

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Quote:

Originally Posted by marmistrz (Post 1187284)
Uuuuh, seems that .deb without making a theme is impossible. This will always resist that we're overwriting the hildon-desktop's file.

Most of the needed files from the other themes may be symlinked. I've got absolutely no experience in making a theme so I can't do it.

Then we need a theme-maker, if we can get ;) or else I will try it in my holidays [after 10th April].

The main things in making the Maemeemo-theme is/are>
1. Add all the modifications of MaeMeeMo compatibility update for harmattan theme + symlink all other files of harmattan theme [so that it automatically gets update with harmattan theme]
2. Add the transitions file to theme
3. Set app shortcut icons to 100 by default.
4. Set the status menu visiblility to 0 i.e. invisible.

Edit: other way is to move that steps to WIKI as most of the users here already know how to change the transitions file. [btw I think the transitions file steps are optional]

marmistrz 2012-04-02 18:06

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Quote:

Originally Posted by TransTech (Post 1187289)
Edit: other way is to move that steps to WIKI as most of the users here already know how to change the transitions file. [btw I think the transitions file steps are optional]

It's what I did.
The v1.3.0-2 update is coming 2moro or even 2day if I manage to.

D@vIcHoJD 2012-04-02 18:49

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Can you please tell me and remove all the dependencies, I have the same error but when you want to remove maemeemo, I get 1 upgraded, and try apt-get purge and apt-get autoremove, autoclean, clean, remove maemeemo and dependencies, but every time I apt-get autoremove tells me to update (apt-get-f install) to correct dependencies and asks me to reinstall maemeemo and dependencies, any command to correct this problem. Help me please

marmistrz 2012-04-02 19:34

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Quote:

Originally Posted by D@vIcHoJD (Post 1187304)
Can you please tell me and remove all the dependencies, I have the same error but when you want to remove maemeemo, I get 1 upgraded, and try apt-get purge and apt-get autoremove, autoclean, clean, remove maemeemo and dependencies, but every time I apt-get autoremove tells me to update (apt-get-f install) to correct dependencies and asks me to reinstall maemeemo and dependencies, any command to correct this problem. Help me please

Its impossible right now :(.
I submitted an update but unfortunately build failed.
The new versuon will be available 2moro and will hopefully correct all the stuff.

EDIT: you can create .deb ver 1.3.0-2.1 and with only one file or sth. no other idea

D@vIcHoJD 2012-04-03 01:48

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Please update as soon as possible to remove this application fully, as it is causing me problems and I can not update or delete any application until the package and its dependencies are installed.

marmistrz 2012-04-03 15:16

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
@Aapo: would it be possible to add a "Nemo dockbar widget" like the standard widget (via the desktop edit)?

D@vIcHoJD 2012-04-03 16:41

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Now I have this problem. Help Me...

/home/user # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
maemeemo
Suggested packages:
custom-operator-name-widget catoriseplus catorise
Recommended packages:
gconf-editor actman
The following packages will be upgraded:
maemeemo
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
18 not fully installed or removed.
Need to get 0B/19.2MB of archives.
After this operation, 19.8MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ...
dpkg: serious warning: files list file for package `maemeemo' missing, assuming package has no files currently installed.
69409 files and directories currently installed.)
Preparing to replace maemeemo 1.3.0-1 (using .../maemeemo_1.3.0-2_all.deb) ...
Unpacking replacement maemeemo ...
dpkg: error processing /var/cache/apt/archives/maemeemo_1.3.0-2_all.deb (--unpack):
error setting ownership of `./home/user/MyDocs/.images/MaeMeeMo': Operation not permitted
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Failed to open connection to "session" message bus: (null)
dpkg: error while cleaning up:
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/maemeemo_1.3.0-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #

marmistrz 2012-04-03 16:48

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Try this:
Code:

sudo apt-get install --reinstall maemeemo
Maybe this will help

I'm sure it's caused by the fact I'm installing this on the vfat partitions (MyDocs)
I don't know how to fix it.
Does anybody know?

ukki 2012-04-03 17:26

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Quote:

Originally Posted by marmistrz (Post 1187625)
Try this:
Code:

sudo apt-get install --reinstall maemeemo
Maybe this will help

I'm sure it's caused by the fact I'm installing this on the vfat partitions (MyDocs)
I don't know how to fix it.
Does anybody know?

Many diablo games had their data files installed on vfat, but can't remember what the trick was. It may have involved symlinking or something similar.

Other trick you could try (if you really need them on vfat) is to tgz the files and then uncompress them to vfat on postinst.

D@vIcHoJD 2012-04-03 17:27

Re: [Announce] - MaeMeeMo - A Meego/Nemo User Interface for Maemo5- Now With Deb Package
 
Quote:

Originally Posted by marmistrz (Post 1187625)
Try this:
Code:

sudo apt-get install --reinstall maemeemo
Maybe this will help

I'm sure it's caused by the fact I'm installing this on the vfat partitions (MyDocs)
I don't know how to fix it.
Does anybody know?

Fails to correct the error, but I managed to uninstall it completely..:D:D


All times are GMT. The time now is 14:23.

vBulletin® Version 3.8.8