Notices


Reply
Thread Tools
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#271
Originally Posted by marmistrz View Post
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]

Last edited by TransTech; 2012-04-02 at 17:59.
 

The Following 5 Users Say Thank You to TransTech For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#272
Originally Posted by TransTech View Post
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.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 7 Users Say Thank You to marmistrz For This Useful Post:
D@vIcHoJD's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#273
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
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#274
Originally Posted by D@vIcHoJD View Post
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
__________________
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-04-02 at 19:37.
 

The Following User Says Thank You to marmistrz For This Useful Post:
D@vIcHoJD's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#275
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.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#276
@Aapo: would it be possible to add a "Nemo dockbar widget" like the standard widget (via the desktop edit)?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
D@vIcHoJD's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#277
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 #
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#278
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?
__________________
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-04-03 at 17:00.
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#279
Originally Posted by marmistrz View Post
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's Avatar
Posts: 236 | Thanked: 95 times | Joined on Jan 2012 @ Ecuador
#280
Originally Posted by marmistrz View Post
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..
 
Reply

Tags
maemeemo


 
Forum Jump


All times are GMT. The time now is 15:12.