You are not logged in.

#76 2005-07-07 14:10:45

Danny
Member
From: Croatia
Registered: 2005-06-05
Posts: 64
Website

Re: e17-cvs packages

Ah thats good to know. Atm i dont have that much time tho, so xfce4 will have to do till i get time for exploring next week. wink


I am a leaf on the wind. Watch how I soar.

Offline

#77 2005-07-07 14:16:40

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

For those of you that are building your own packages, I have come up with an extremely simple script that builds all the packages (tell me if I missed any) and separes the pkgbuilds from the "finished ones"..

Just change the e17path to your liking and check so that all your directories match those in the script..

have fun and hope it helps you dreameen (but my guess is that you already made a script similar to this)   I have only tested it on my computer with my locations and so on...but it should work...

UPDATE: Updated the script to a smaller more effiecent one big_smile

UPDATE2: well, I have updated the script, although not in this thread, look here for any changes regarding the script: http://bbs.archlinux.org/viewtopic.php?t=13588

#!/bin/sh
###########################################################################
# This is a simple script to build e17 and some of the applications that  #
# are needed or great to have together with the script                    #
# Made by: CyberTron arch@linuxportalen.com                               #
# With help from Dibblethewrecker                                                  #
###########################################################################
echo "Creating directories, if the exist, otherwise I give an error"

 # Change to your liking (packages will hold the finished pkgs)
mkdir /home/cybertron/pkgbuilds/e17-test/packages 
e17path=/home/cybertron/pkgbuilds/e17-test

mkdir $e17path/packages/e17-$(date +%d%m%y)
build=$e17path/packages/e17-$(date +%d%m%y)


libs="eet edb evas ecore embryo imlib2 edje epeg epsilon esmart
 emotion engrave ewl etox imlib2_loaders"
echo "Building necessary libraries"

e17="entice entrance eclair e17 engage erss e_utils e_modules e17genmenu
 elicit embrace enterminus epsilon equate evidence examine"

for app in $libs ; do
   cd $e17path/$app-cvs
      makepkg
         mv *.pkg.tar.gz $build
        rm -r src pkg filelist
            done
echo "Building E17 programs"
for app in $e17 ; do
  cd $e17path/$app-cvs
      makepkg
         mv *.pkg.tar.gz $build
            rm -r src pkg filelist
            done

echo "Done making e17-cvs"

[/url]


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#78 2005-07-07 14:20:24

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

Ok, here's a short guide to get your menus rolling in e17:

First download one of the iconsets from here:
http://arch.lorddeath.com/e17/goodies/themes/eap's/

Extract the one you've chosen to ~/.e/e/applications/all
Now they should be visible in your menu editor. You can drag&drop 'em wherever you like. smile

Offline

#79 2005-07-07 14:24:40

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

@CyberTron: Yes, I have a similar script that is doing pretty much the same thing as yours. I have also added pacman -U *.pkg.tar.gz to upgrade each package after successful compilation. Thanks for sharing that with us 8)

Offline

#80 2005-07-07 14:27:06

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

@Dreameen: Figured that was your way of making the packages big_smile It does makes it a lot easier and faster big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#81 2005-07-07 14:48:56

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

Oh, and about those missing icons in evidence. The default evidence theme seems to be b0rked, so run evidence with

evidence -T <theme_of_your_choice>

You can see the available themes by navigating to /opt/e17/share/evidence/themes

There is also 1 additional theme that i'm currently using, you can download it here:
http://arch.lorddeath.com/e17/goodies/t … ce.tar.bz2

Put in the above mentioned path and launch evidence with evidence -T gant.

Offline

#82 2005-07-07 19:24:26

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: e17-cvs packages

heres my problem now:

[sgillespie@SG-Arch01 ~]$ sudo pacman -S e17-cvs
:: group e17-cvs:
    e-cvs e-opengl-cvs e_modules-cvs e_utils-cvs elicit-cvs embryo-cvs
    engage-cvs entice-cvs entrance-cvs examine-cvs
    Install whole content? [Y/n] Y
:: embryo-cvs-070705-1: is up to date.  Upgrade anyway? [Y/n] Y

Targets: e-cvs-070705-1 e-opengl-cvs-070705-1 esmart-cvs-070705-1
         e_modules-cvs-070705-1 e_utils-cvs-070705-1 elicit-cvs-070705-1
         embryo-cvs-070705-1 engage-cvs-070705-1 entice-cvs-070705-1
         entrance-cvs-070705-1 examine-cvs-070705-1

Total Package Size:   50.5 MB

Proceed with upgrade? [Y/n] Y

:: Retrieving packages from e17-cvs...

failed downloading /e17/e17-cvs/examine-cvs-070705-1.pkg.tar.gz from arch.lorddeath.com.: HTTP/1.1 404 Not Found

error: failed to retrieve some files from e17-cvs


[sgillespie@SG-Arch01 ~]$

edit:  looking through the repo there is not 070705.  just 060705.  That could be a part of the problem.  I'm going to try something real quick.  I'll get back in a second.

Offline

#83 2005-07-07 19:35:39

Danny
Member
From: Croatia
Registered: 2005-06-05
Posts: 64
Website

Re: e17-cvs packages

Euphoric Nightmare wrote:

heres my problem now:

[sgillespie@SG-Arch01 ~]$ sudo pacman -S e17-cvs
:: group e17-cvs:
    e-cvs e-opengl-cvs e_modules-cvs e_utils-cvs elicit-cvs embryo-cvs
    engage-cvs entice-cvs entrance-cvs examine-cvs
    Install whole content? [Y/n] Y
:: embryo-cvs-070705-1: is up to date.  Upgrade anyway? [Y/n] Y

Targets: e-cvs-070705-1 e-opengl-cvs-070705-1 esmart-cvs-070705-1
         e_modules-cvs-070705-1 e_utils-cvs-070705-1 elicit-cvs-070705-1
         embryo-cvs-070705-1 engage-cvs-070705-1 entice-cvs-070705-1
         entrance-cvs-070705-1 examine-cvs-070705-1

Total Package Size:   50.5 MB

Proceed with upgrade? [Y/n] Y

:: Retrieving packages from e17-cvs...

failed downloading /e17/e17-cvs/examine-cvs-070705-1.pkg.tar.gz from arch.lorddeath.com.: HTTP/1.1 404 Not Found

error: failed to retrieve some files from e17-cvs


[sgillespie@SG-Arch01 ~]$

edit:  looking through the repo there is not 070705.  just 060705.  That could be a part of the problem.  I'm going to try something real quick.  I'll get back in a second.

Everything worked fine for me so I'm not to sure why it doesnt for you.

How about you try pacman -Sy instead of just -S? :?


I am a leaf on the wind. Watch how I soar.

Offline

#84 2005-07-07 19:39:33

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

Try again with pacman -Sy this time, just as Lord Death suggested.

Offline

#85 2005-07-07 19:40:06

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: e17-cvs packages

If i install e-opengl-cvs, will i be used by default?? Or should i load,start,edit,... something in order to start e17 in opengl-mode

Offline

#86 2005-07-07 19:42:02

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

It will be used by default. I'm not recommending it though, but hey, you can always revert back to the software version. 8)

Offline

#87 2005-07-07 20:02:45

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: e17-cvs packages

i got it to install by listing all the packages besides e-opengl

Only problem is, my ibar is not there.

Oh...and:

[sgillespie@SG-Arch01 ~]$ evidence -T gant
evidence: error while loading shared libraries: libImlib2.so.1: cannot open shared object file: No such file or directory

Offline

#88 2005-07-07 20:25:03

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

This is becoming a nightmare wink

Are you sure you have imlib2-cvs installed?

Offline

#89 2005-07-07 20:37:10

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

Euphoric: Follow these steps as a first step

1. Have you searched for the file, so that it in fact exists
2. Have you updated your ld.so.conf to include /opt/e17/lib ?
3. Have you done  a ldconfig ?
4. Are you sure you got imlib2-cvs installed?
5. Repeat first step.

Your ibar can get enabled by using

 enlightenment_remote -module-load ibar   
or
enlightenment_remote -module-enable ibar

http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#90 2005-07-07 20:44:41

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

I have uploaded 2 e17 themes featuring cool, pyramid-shaped clock. You have to see this clock for yourself 8)
Linky:
http://arch.lorddeath.com./e17/goodies/themes/e17-themes/ICE_Theme_2005MyClock.edj
http://arch.lorddeath.com./e17/goodies/themes/e17-themes/default_maddinclock.edj

Offline

#91 2005-07-07 20:47:17

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

Draemen, do you want my macosX inspired theme as well? it is built ontop the gant theme, but changed to look a little like macosX?

http://www.linuxportalen.com/archlinux/macos.edj

it will take a minute or two to upload it to the server

EDIT: Should be there now


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#92 2005-07-07 20:47:51

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: e17-cvs packages

Okay now I can load evidence, i just reinstalled imlib2-devel-cvs

And I should specify.  I can load my iBar, but its like there is nothing in it.  I can edit the menu with engage, but nothing fills in.  I've logged out and back in...but its still not there...also anything i can change in engage, does not change my menus.  The favorite applications menu is also MIA.

Offline

#93 2005-07-07 20:52:14

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

Euphoric: The menues/ibar and everything really, is made out of eap, make sure you have some eap's in /home/yourname/.e/e/applications/all

Then there are hidden files .order   in .e/e/applications/favorite   -> for menues
  .e/e/applications/ibar   -> for Ibar

and so on...

try looking into those files and see if you find what you wanna have big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#94 2005-07-07 20:59:41

Dreameen
Member
From: Poland
Registered: 2004-09-06
Posts: 252

Re: e17-cvs packages

@Euphoric Nightmare:If that doesn't help, try removing your ~/.e directory alltogether. It should recreate the config files upon next login.

@CyberTron: This is a very nice theme you have there. I'll upload it to goodies right away. smile

Offline

#95 2005-07-07 21:18:59

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

@Dreameen: Thanks big_smile  I worked with it very hard big_smile *smile*, well, the one who made the Gant theme is the one who made all the work, I just changed it to my liking (at the moment)


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#96 2005-07-07 21:40:09

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: e17-cvs packages

Sweet! it worked!!! I have a fully functioning desktop now.

Is there any way to make it so I have more eapp's?  or a way so that the ibar stays on top?

Offline

#97 2005-07-07 21:46:31

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

@euphoric:

there any way to make it so I have more eapp's? or a way so that the ibar stays on top?

Yes, legout just made a bash-script for exactly this kind of thing (look for todays post in user contributions)

Ibar: well, it can't be on top, none of the modules can, because they are drawn on the background, however, recent e17-cvs supports different maximizing methods

Set the maximize policy. OPT1 = FULLSCREEN, SMART, EXPAND or FILL
 enlightenment_remote -maximize-policy-set OPT1 

Get maximize policy
enlightenment_remote  -maximize-policy-get 

Where smart is the one you wanna use  big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#98 2005-07-07 22:03:40

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: e17-cvs packages

That is sweet.  I keep reading about an iBox thats supposed to be sort of a task bar, and theres something in e16 thats kind of like a task bar.  How can i get myself one of those?

Offline

#99 2005-07-07 22:11:07

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: e17-cvs packages

Euphoric Nightmare wrote:

That is sweet.  I keep reading about an iBox thats supposed to be sort of a task bar, and theres something in e16 thats kind of like a task bar.  How can i get myself one of those?

Well, the thing is there are two ways, you can have engage loaded as a module, and that is somewhat of a taskbar (you have to activate the taskbar funktion) although, it is yet far from good, i don't like it,

instead, there are Ibox, which is a module that takes your minimized windows and then it basically does what ibar does (but backwards if you know what I mean)

in e16 this is called iconbox.

You get it by using, once again,

enlightenment_remote -module-load ibox
and 
enlightenment_remote -module-enable ibox

http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#100 2005-07-08 03:19:12

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Re: e17-cvs packages

CyberTron wrote:

Draemen, do you want my macosX inspired theme as well? it is built ontop the gant theme, but changed to look a little like macosX?

EDIT: Should be there now

It looks pretty nice CyberTron wink


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

Board footer

Powered by FluxBB