Page 9 of 10

Posted: Sun 21 Apr 2013, 13:23
by R-S-H
backi wrote:HI RHS !
Is your remastered MACPUP 5.2.9 or 5.2.8. ?
If 5.2.9 how did you solve make german keyboard working persistent ?

Anywhere downloadable ?
I like that enlightenment E17 desktop ...my favourite one .

Cheers

Lets not forget ..

Freiheit für Mollath[/size]

http://www.br.de/nachrichten/mittelfran ... g-100.html
Hi backi.

It is 525 and 529.

Currently I did not solved the german keyboard problem. Booting pkeys=de results in boot message 'loading de keyboard' (or similar) but doesn't have any effect for the keyboard layout.

Currently neither the 525 nor the 529 version is available to download.

I do like the e17 window manager as well but I like to have option to add icons to the desktop. So, LazY Puppy is still and will continue to be my main OS - at home and everywhere I can use it. From time to time I will use the LazY MacPup of course and do some work on it - if necessary.

We will see, if there will be a version to download, but I'm sure it will be a better starting point than LazY Puppy actually is, to bring some of my people to the fun of Puppy Linux. They do love the animated menus and stuff like that. LazY Puppy doesn't have this because I don't really need it. But (LazY) MacPup offeres these things without the need to do some extra work for this.

Currently I'm able to turn each and every Puppy (except FatDog by now) into a LazY Puppy whithin one single day - plus some time to work with it (and doing tests).

Mollath?!

This is really ugly. It's a shame such actions can be done in Germany nowadays. But this shows clearly the mind of all those who are negatively involved. It fits perfectly into the line of things happened over the last 10 or more years, like the National Sozialistischer Untergrund. We all do know who has founded government offices like German Polizei, Justiz, Bundesnachrichendienst, Bundeskriminalamt etc. It has been done by former members of NSDAP and/or SS etc.pp. So, I do believe, It is absolutely clear: these guys aren't well minded guys.

However, not to get too long on this off topic stuff, there is a fact, which is as ugly as well.

If an old German politician does make a "Alt-Herrenwitz" on a younger German Woman, there has been the "Aufschrei und Anti- Sexismus" movement with a lot of resonance in the German web.

Nobody makes "Aufschrei" for Mollath, because one has to face his own fears then - just by trying to think clearly on the facts in Mollath's case.

FREE MOLLATH!!

SEND THE RESPONSIBLE AND ACTING PERSONS TO THE HAGUE FOR INTERNATIONAL COURT!!!

Posted: Sun 21 Apr 2013, 14:27
by backi
Hi everyone !

Can not get OpenShot working in 5.2.9 ......python problems

Any advice ?

Posted: Sun 21 Apr 2013, 15:17
by Karl Godt
Uninstall python, recompile python . Ubuntu and Debian configure their python with many PYTHONPATH adjustments . If you install some python app from source and don't take that into account, the new */site-packages/app.egg would not be recognized .

Posted: Sun 21 Apr 2013, 17:41
by runtt21
backi , try this . boot into jwm , set you language and keyboard like you want them. Then open rox go to /usr/lib/enlightenment/modules in there move some place else or delete the xkbswitch folder then go back to e17. It will complain about missing a module and ask you to unload it. Do that and you should be good to go.

Posted: Sun 21 Apr 2013, 18:35
by backi
Thanks runtt21

did what you adviced me to do ..

but changing to e17 again ..no complain about missing module..and changes
made in jwm where gone .
Going back to jwm again.... changes to my desired keyboard where made and still fixed .
After new startup changes in jwm are stable ..but in E17 dont remain .

ok so all the time i boot again into E17 i have to use "advanced keyboard configuration" and choosing german layout so i can use my keyboard as desired .
Not a big deal .

Posted: Tue 23 Apr 2013, 14:44
by R-S-H
Hi.

I have found a page on the web that explains how to build a e17 theme

The first listed command in Part 1 (to open an existing e17 theme) did work well:

Original example:

Code: Select all

edje_decc (filename.edj)
Have used for my purposes:

Code: Select all

edje_decc /root/.e/e/themes/MPLazY-1.edj
The first listed command in Part 3 (to (re)build the e17 theme) did not work:

Original example (gives error message: bad interpreter):

Code: Select all

#! /bin/s.
edje_cc $@ - id . - fd. default.ed.
Using script /root/MPLazY-1/build.sh:

Code: Select all

#!/bin/sh
edje_cc $@ -id . -fd . default.edc -o MPLazY-1.edj
results in the following:

Code: Select all

sh-4.1# /root/MPLazY-1/build.sh
WARNING: Could not determine its installed prefix for 'EDJE'
      so am falling back on the compiled in default:
        /usr
      implied by the following:
        bindir    = /usr/bin
        libdir    = /usr/lib
        datadir   = /usr/share/edje
        localedir = /usr/share/edje
      Try setting the following environment variables:
        EDJE_PREFIX     - points to the base prefix of install
      or the next 4 variables
        EDJE_BIN_DIR    - provide a specific binary directory
        EDJE_LIB_DIR    - provide a specific library directory
        EDJE_DATA_DIR   - provide a specific data directory
        EDJE_LOCALE_DIR - provide a specific locale directory
ERR<24172>:edje_cc edje_cc_parse.c:157 new_object() edje_cc: Error. default.edc:13364 unhandled keyword min
PARSE STACK:
collections.group.parts.part.description.table.min
PARAMS:
sh-4.1# 
I have used a copy of the MP-Moonlight-3.edj theme, but did not made any changes at all. Just wanted to try to open and rebuild a e17 theme - as a first test.

What am I doing wrong?

Thanks,

RSH

Posted: Tue 23 Apr 2013, 21:49
by runtt21
What am I doing wrong?
Everything. :lol: just a joke......

You need the macpup devx.sfs . You wont get very far without it. Don't do any work in /root/.e/e/themes this is a system folder for e17. You put finished themes in there and don't do anything else. The /root/working folder is for this kind of stuff. Put the theme you want to work on in there. Open a terminal in /root/working and run the edje_decc command.

For example lets say you are working on the theme-1.edj . After you run edje_decc on it you will have a new folder called theme-1. Depending on the theme you may have several folders in there or none at all, A ton of .png or .jpg images and one or more .edc files and the build.sh script.

Ignore the Build.sh script , don't mess with it at all.

If decc didn't make a images folder (most of the time it wont) you will need to make it and move all of the .png and jpg's into it. leave the edc file out.

The old school themes and now the newest themes will have several .edc files. Most theme just have one , the default.edc . This controls everything the theme does.

decc doesn't always unpack everything, sometimes you will need to get fonts or a missing .png . You wont know until you put it back together.

When you finish messing with it. open a terminal inside /root/working/theme-1 and run this

edje_cc -id images default.edc new-theme-2.edj

This is when you find the missing stuff. If everything is good you will have the new .edj file. Move it into .e/e/themes and then try it out.

Posted: Tue 23 Apr 2013, 22:59
by R-S-H
Ok, thanks for the reply.

Where can I get the MacPup devx?

RSH

EDIT:

Ok, sorry. Found the link at macpup.org. Will download soon.

Thanks again.

Keyboard layouts ... and HELLO!

Posted: Sat 25 May 2013, 20:41
by Fingers
I'm new here. I downloaded Macpup 529 this morning and am running it from a usb stick on a desktop. I got it for a 2nd hand netbook I'm expecting to arrive next week, but I can see I may be tempted to use it this main desktop - it's so sleek and FAST! :D Massive congratulations and thanks to all involved!

@backi and anyone having issues getting their keyboards to be anything other than 'us': I had the same problem - I'm in the UK and have 'gb' keyboard.

setxkbmap -query

and

setxkbmap -layout

both reported 'us' even though the Input Wizard said 'uk' (confusingly, as 'gb' is the code).

I've got around this by putting this one line script:

setxkbmap -layout gb

in the /root/Startup/ directory (put it in a text file, set permissions to executable) and rebooting.

Now all is swell. Obviously, change 'gb' to your own k/b layout code.

Posted: Sun 26 May 2013, 08:53
by backi
Hi Fingers !
As much as i like runtts21 and others efforts creating Macpup (they introcduced so to speak ) E17 to Puppy Linux .my favourite Desktop ...

Dont want to put a blame on runtt21 and others ,
but since i got problems with Macpup 528 ( desktop freezes sooner or later ...could not find answer ) .. and waiting for Macpup 529 Precise which gave me trouble with keyboard ......also got some python problems for example using Openshot )
could not use it further .

Found pemasus E17 Enlightenment pet which i now use on Puppy Precise 5.6
Completely satisfied .
Tested it on Three headed Dog and on Upup Raring too ...works fine ....did not work on Dpup Wheezy .

Download E17 Windowmanager All in One pet

http://murga-linux.com/puppy/viewtopic.php?t=71058

Ask myself which direction is Macpup going further ?

Posted: Sun 26 May 2013, 15:06
by R-S-H
Hi, backi.

I did never use MacPup 528, but the 525 and also the 529 (except the DE keyboard issue) are working very well on my computer.

As you already know,I did install the pemasu e17 wm into my LazY Puppy derivative Osiris Studio. Meanwhile I've build an SFS from the pemasu e17 wm PET and was able to modify LazY Puppy to load the e17 SFS at boot up and to boot directly into the e17 wm. My plan was to publish the e17 SFS for LazY Puppy users but unfortunately I have to discontinue this project.

Accidentally I've moved the mouse pointer in e17 when clicking a icon in the iBar and it has removed not just the clicked icon - no: all icons are removed and they could not be returned into the iBar by using the configuration tools of e17. Needed to copy the original files from /initrd/pup_ro2/root/.e manually to /root/.e to get the iBar and its icons back - which isn't quite comfortable.

I did make tests on this in MacPup 525 and also 529 - did never happen in these Macup e17 versions.

Posted: Sun 26 May 2013, 18:23
by runtt21
Thanks dudes, show me some love. :lol:

Just to let everyone know I am working on a new pup. It will be based on precise 5.5 . I am currently testing new builds of e and will use the one I like best. I have other plains for 5.6.

Posted: Mon 10 Jun 2013, 19:25
by oldyeller
Hi runtt21,

I have looked at your themes and they work great on Manna OS with e17 done by pemasu.

Keep up the great job looking forward to the nest release :D :D


Cheers

Posted: Wed 19 Jun 2013, 21:56
by runtt21
Big News !!!!! I have once again re-compiled everything in a fresh install of precise 5.5 .( It appears that having a bunch of save files connected to the same devx.sfs is a bad idea :lol: .) I have a stable build of EFL 1.7.5 and e17 .17.0 working. I have it set up to accept puppy's default settings for both language and keyboard so in theory (Lord willing) that should solve the localization issues that mp 529 had. You have to be careful jacking with e's setup wizard , it causes all kinds of bad things to happen :lol: SO, i am going to play with it for the next few day and if things are still good Monday I will start putting a new .iso together. I realize this is long over due, Sorry !!!

http://www.enlightenment.org/ss/display ... 501219.jpg

Posted: Thu 20 Jun 2013, 04:51
by rokytnji
Very pretty. I like my operating system to look like my choppers.

Posted: Sat 22 Jun 2013, 16:38
by rodocop
Waiting for it!!!

Posted: Thu 27 Jun 2013, 22:35
by Karl Godt
Hey runtt21 !

What's this ?
http://svn.enlightenment.org/svn/e/BROK ... /language/

To show you some love :

[img]http://bilder.4ever.eu/data/674xX/witzig/tiere/[bilder.4ever.eu]%20katze%20streichelt%20den%20hund%20149488.jpg[/img]
:)

Posted: Fri 28 Jun 2013, 00:03
by runtt21
They are starting to get rid of some of the extra modules that are no longer maintained or in the case of "language", no longer needed. In fact almost all of the extra modules are on the way out. E will give you a warning when you load any of them. They still work and I am going to keep using the ones we usually provide. ( one of the things I need to do yet is compile those) But I will get there. There is still a ton of work left but here is a little peek at what will become macpup 550.....

http://www.enlightenment.org/ss/display ... 968293.jpg

http://www.enlightenment.org/ss/display ... 032157.jpg

Posted: Fri 28 Jun 2013, 10:44
by Volhout
Karl Godt wrote:Hey runtt21 !

What's this ?
http://svn.enlightenment.org/svn/e/BROK ... /language/

To show you some love :

[img]http://bilder.4ever.eu/data/674xX/witzig/tiere/[bilder.4ever.eu]%20katze%20streichelt%20den%20hund%20149488.jpg[/img]
:)

This is obiously not love ........ and it will be war when this dog is older....

Posted: Thu 01 Aug 2013, 00:06
by Karl Godt
Volhout : Have installed Firefox v4 in MacpupOpera2 and today stumbled upon
Image
for
https://services.addons.mozilla.org/de/ ... y-featured

Btw : How is Fokker ?