Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
E17 is coming?? (Part 3)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 38, 39, 40  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
the_mgt
Apprentice
Apprentice


Joined: 05 Aug 2005
Posts: 255
Location: Germany, near Hannover

PostPosted: Wed Dec 14, 2005 7:38 pm    Post subject: Reply with quote

It says you should run libtoolize --copy --force, did you try that?

Do your xine-lib and emotion_test work? I am cruious, why i can't see any picture in any xine-player.
_________________
Citadel Groupware | Avahi Howto
Back to top
View user's profile Send private message
zbindere
Guru
Guru


Joined: 27 May 2004
Posts: 356
Location: Switzerland

PostPosted: Thu Dec 15, 2005 10:14 am    Post subject: Reply with quote

I created ebuilds for the:

  • calendar
  • eloquence
  • moon
  • mount
  • slideshow
  • evolume

modules.

You can try em out here.
Back to top
View user's profile Send private message
Ariem
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 296
Location: reykjavik

PostPosted: Thu Dec 15, 2005 12:46 pm    Post subject: Reply with quote

the_mgt wrote:
It says you should run libtoolize --copy --force, did you try that?

Do your xine-lib and emotion_test work? I am cruious, why i can't see any picture in any xine-player.

Well, yes but no deal:
Code:
# libtoolize --copy --force
libtoolize: `configure.ac' does not exist
Try `libtoolize --help' for more information.


Searching through this forum, someone advised someone to make this command the first line in src_compile of the ebuild. So I did it. Had to add it, since there was none
Code:
src_compile(){
    libtoolize --copy --force
}

which only resulted (as expected) in this:
Code:
!!! Digest verification Failed:
!!!    /usr/portage/x11-plugins/e_modules/e_modules-9999.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

Any other ideas?

Regarding emotion_test... i never used it before.. so don't know what should expect!
It starts and it plays sound. I have no image thou..
Back to top
View user's profile Send private message
StringCheesian
l33t
l33t


Joined: 21 Oct 2003
Posts: 887

PostPosted: Thu Dec 15, 2005 6:10 pm    Post subject: Reply with quote

Ariem wrote:
which only resulted (as expected) in this:
Code:
!!! Digest verification Failed:
!!!    /usr/portage/x11-plugins/e_modules/e_modules-9999.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

Use "emerge --digest e_modules" instead of "emerge e_modules" to make that go away.
Back to top
View user's profile Send private message
Ariem
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 296
Location: reykjavik

PostPosted: Fri Dec 16, 2005 10:47 pm    Post subject: Reply with quote

StringCheesian wrote:
Ariem wrote:
which only resulted (as expected) in this:
Code:
!!! Digest verification Failed:
!!!    /usr/portage/x11-plugins/e_modules/e_modules-9999.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

Use "emerge --digest e_modules" instead of "emerge e_modules" to make that go away.

Yes, that helped, thanks!
However, I get an error now:
Code:
e_mod_main.c:6:36: Esmart/Esmart_Textarea.h: No such file or directory
e_mod_main.c: In function `e_modapi_save':
e_mod_main.c:91: warning: assignment makes pointer from integer without a cast
e_mod_main.c: In function `_note_face_font_change':
e_mod_main.c:281: error: `Esmart_Text_Area_Format' undeclared (first use in this function)
e_mod_main.c:281: error: (Each undeclared identifier is reported only once
e_mod_main.c:281: error: for each function it appears in.)
e_mod_main.c:281: error: `format' undeclared (first use in this function)
e_mod_main.c: In function `_note_face_trans_set':
e_mod_main.c:313: warning: assignment makes pointer from integer without a cast
e_mod_main.c: In function `_note_face_init':
e_mod_main.c:501: warning: assignment makes pointer from integer without a cast
make[3]: *** [e_mod_main.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/e_modules-9999/work/e17/apps/e_modules/src/modules/notes'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/e_modules-9999/work/e17/apps/e_modules/src/modules'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/e_modules-9999/work/e17/apps/e_modules/src'
make: *** [install-recursive] Error 1

I have esmart emerged as well.. but I checked about Esmart_Textarea.h and I don't have it...

Anyone having similar issues?
Back to top
View user's profile Send private message
Ariem
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 296
Location: reykjavik

PostPosted: Sat Dec 17, 2005 11:09 am    Post subject: Reply with quote

OK, still unable to fix e_modules... :?

But here are other issues that have been bugging me for a while:

1. I use e17setroot at startup to enable fake transparency. I've created a EAP file for that. This used to work, but now at startup my desktop background is changed to the default of the theme I'm using.. I always have to run this command manually afterwards. Any way to work around?

2. I been trying to use Erss.. but it just stays around for a couple of seconds, then flees away. Is Erss not working properly, or I may have something misconfigured?

3. I tried Embrace long time ago.. and it was still very "green", crashing the system all the time. Does anyone use it now, is it working?

Seems to be all for now.
Thanks for your time.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2718
Location: Munich, Bavaria

PostPosted: Sat Dec 17, 2005 11:22 am    Post subject: Reply with quote

Ariem wrote:
OK, still unable to fix e_modules... :?

But here are other issues that have been bugging me for a while:

1. I use e17setroot at startup to enable fake transparency. I've created a EAP file for that. This used to work, but now at startup my desktop background is changed to the default of the theme I'm using.. I always have to run this command manually afterwards. Any way to work around?

2. I been trying to use Erss.. but it just stays around for a couple of seconds, then flees away. Is Erss not working properly, or I may have something misconfigured?

3. I tried Embrace long time ago.. and it was still very "green", crashing the system all the time. Does anyone use it now, is it working?

Seems to be all for now.
Thanks for your time.


e_modules are dead, all modules now have their own cvs tree. see commits from this week on http://cia.navi.cx/stats/project/e

ad 1.
you don't have to run e17setroot just to set the bg for the terminals etc. Esetroot is enough. e17 remembers it's own bg (e17setroot compiles the edj everytime... pretty pointless)

ad 2.
eRSS is unmaintained atm, and known not to work correctly in e17 since the beginning - we're all waiting for someone to rewrite it as an e17 module

ad 3.
also embrace hasn't been worked on for quite while... maybe last api updates didn't make it to embrace yet
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Ariem
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 296
Location: reykjavik

PostPosted: Sat Dec 17, 2005 12:11 pm    Post subject: Reply with quote

Ok gimpel, thanks for enlightening me!! I was definetelly fighting a lost batlle.

So, I went back a few posts and decided to try out these additional modules:
zbindere wrote:
I created ebuilds for the:

  • calendar
  • eloquence
  • moon
  • mount
  • slideshow
  • evolume

modules.

You can try em out here.

I add them to portage overlay, but can't do anything else... shouldn't I run ebuild digest and emerge each one?
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2718
Location: Munich, Bavaria

PostPosted: Sat Dec 17, 2005 12:19 pm    Post subject: Reply with quote

Ariem wrote:
Ok gimpel, thanks for enlightening me!! I was definetelly fighting a lost batlle.

So, I went back a few posts and decided to try out these additional modules:
zbindere wrote:
I created ebuilds for the:

  • calendar
  • eloquence
  • moon
  • mount
  • slideshow
  • evolume

modules.

You can try em out here.

I add them to portage overlay, but can't do anything else... shouldn't I run ebuild digest and emerge each one?


yeah you will have to digest them.
but i would recommend to compile and install them all as user, so they get installed to ~/.e/e/modules - like mentioned on get-e.org.
only reason to install them globally is on multiuser system
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Ariem
Apprentice
Apprentice


Joined: 13 Jun 2005
Posts: 296
Location: reykjavik

PostPosted: Sat Dec 17, 2005 12:25 pm    Post subject: Reply with quote

gimpel wrote:
yeah you will have to digest them.
but i would recommend to compile and install them all as user, so they get installed to ~/.e/e/modules - like mentioned on get-e.org.
only reason to install them globally is on multiuser system

Well, that's what I thought.. but:
Code:
# ebuild ecalendar-0.1.ebuild digest
!!! aux_get(): ebuild path for 'portage/ecalendar-0.1' not specified:
!!!            None
!!! aux_get(): ebuild path for 'portage/ecalendar-0.1' not specified:
!!!            None
doebuild(): aux_get() error reading portage/ecalendar-0.1; aborting.

And, thanks for the tip for merging them as user! :)
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Dec 18, 2005 1:59 am    Post subject: Reply with quote

Well, E17 has successfully corrupted my filesystem. It's not too bad, most of it's in the swap partition, but it's certainly not bearable.

At first I thought I got hacked, but I've been searching for several hours and haven't found anything more suspicious than a weather module that now shows a place in germany.

Anyhoo, now seems like a great time to install OpenBSD and give KDE 3.5 a go, but I have a feeling I'll probably be back in a bit (I'll end up missing portage too much is what will most likely happen.)

Cya. :)
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
ferdemoncel
n00b
n00b


Joined: 30 Apr 2005
Posts: 8

PostPosted: Sun Dec 18, 2005 9:49 pm    Post subject: Reply with quote

PyroBor wrote:

However i have a problem with updating engage.

Quote:
>>> Unpacking source...
* Fetching CVS module misc/engage into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":pserver:anonymous:@thinktux.net:/root" login
Logging in to :pserver:anonymous@thinktux.net:2401/root
* Running cvs -q -f -z4 -d ":pserver:anonymous@thinktux.net:/root" update -dP misc/engage
cvs [update aborted]: could not find desired version 1.7 in /root/misc/engage/data/themes/module.edc,v

!!! ERROR: x11-misc/engage-9999 failed.
!!! Function cvs_fetch, Line 335, Exitcode 1
!!! cvs update command failed
!!! If you need support, post the topmost build error, NOT this status message.


this error has been bugging me for a while.. does anybody know what is wrong ?


I had the same problem.

$ rm -rf ~/.e

then

# rm -rf /usr/portage/distfiles/cvs-src/


worked for me.
Back to top
View user's profile Send private message
PyroBor
n00b
n00b


Joined: 19 Sep 2005
Posts: 40
Location: Slovenia

PostPosted: Sun Dec 18, 2005 10:20 pm    Post subject: Reply with quote

ferdemoncel wrote:
PyroBor wrote:

However i have a problem with updating engage.

Quote:
>>> Unpacking source...
* Fetching CVS module misc/engage into /usr/portage/distfiles/cvs-src ...
* Running cvs -q -f -z4 -d ":pserver:anonymous:@thinktux.net:/root" login
Logging in to :pserver:anonymous@thinktux.net:2401/root
* Running cvs -q -f -z4 -d ":pserver:anonymous@thinktux.net:/root" update -dP misc/engage
cvs [update aborted]: could not find desired version 1.7 in /root/misc/engage/data/themes/module.edc,v

!!! ERROR: x11-misc/engage-9999 failed.
!!! Function cvs_fetch, Line 335, Exitcode 1
!!! cvs update command failed
!!! If you need support, post the topmost build error, NOT this status message.


this error has been bugging me for a while.. does anybody know what is wrong ?


I had the same problem.

$ rm -rf ~/.e

then

# rm -rf /usr/portage/distfiles/cvs-src/


worked for me.


i managed to fixed that problem to, i just did
rm /usr/portage/distfiles/cvs-src/misc/engage/data/themes/module.edc

which i edited once for transparent background in engage... never tought that will be a problem in updating
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Mon Dec 19, 2005 4:36 pm    Post subject: Reply with quote

dfitzpat wrote:
Well, E17 has successfully corrupted my filesystem. It's not too bad, most of it's in the swap partition, but it's certainly not bearable.

At first I thought I got hacked, but I've been searching for several hours and haven't found anything more suspicious than a weather module that now shows a place in germany.

Anyhoo, now seems like a great time to install OpenBSD and give KDE 3.5 a go, but I have a feeling I'll probably be back in a bit (I'll end up missing portage too much is what will most likely happen.)

Cya. :)


You have succeeded in frightening me. Has anyone else had this problem?

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
tomato
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 89

PostPosted: Mon Dec 19, 2005 4:49 pm    Post subject: Reply with quote

atrus123 wrote:
dfitzpat wrote:
Well, E17 has successfully corrupted my filesystem. It's not too bad, most of it's in the swap partition, but it's certainly not bearable.

At first I thought I got hacked, but I've been searching for several hours and haven't found anything more suspicious than a weather module that now shows a place in germany.

Anyhoo, now seems like a great time to install OpenBSD and give KDE 3.5 a go, but I have a feeling I'll probably be back in a bit (I'll end up missing portage too much is what will most likely happen.)

Cya. :)


You have succeeded in frightening me. Has anyone else had this problem?

J.


I've not had any problems with e17 like that although there is a faq entry about efm but I'd be interested in finding out how exactly dfitzpat knows it was e17 before jumping to conclusions.
Back to top
View user's profile Send private message
PyroBor
n00b
n00b


Joined: 19 Sep 2005
Posts: 40
Location: Slovenia

PostPosted: Mon Dec 19, 2005 5:05 pm    Post subject: Reply with quote

Quote:
I've not had any problems with e17 like that although there is a faq entry about efm but I'd be interested in finding out how exactly dfitzpat knows it was e17 before jumping to conclusions.


i onced tried EFM and it crashed my e17, i just had to restart xserver and that was about it. (I havent even try it from then) Like it says in FAQ EFM is under development and is far from stable... Anyhow I havent got any mayor problems and I can say I am not an expert. I just used gentoo-wiki.com howto to install it. and there is a script. How ever e17 still isnt stable and you can expect some crashes from time to time :)
Back to top
View user's profile Send private message
tomato
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2004
Posts: 89

PostPosted: Mon Dec 19, 2005 5:18 pm    Post subject: Reply with quote

PyroBor wrote:
Quote:
I've not had any problems with e17 like that although there is a faq entry about efm but I'd be interested in finding out how exactly dfitzpat knows it was e17 before jumping to conclusions.


i onced tried EFM and it crashed my e17, i just had to restart xserver and that was about it. (I havent even try it from then) Like it says in FAQ EFM is under development and is far from stable... Anyhow I havent got any mayor problems and I can say I am not an expert. I just used gentoo-wiki.com howto to install it. and there is a script. How ever e17 still isnt stable and you can expect some crashes from time to time :)


I've had quite a few crashes with e17 myself. Before I get myself in trouble I should add that I wasn't trying to imply I didn't believe dfitzpat (or anyone else for that matter) about the filestsystem problems - think I just had my investigative / problem solving hat on :)
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Mon Dec 19, 2005 10:44 pm    Post subject: Reply with quote

PyroBor wrote:
Quote:
I've not had any problems with e17 like that although there is a faq entry about efm but I'd be interested in finding out how exactly dfitzpat knows it was e17 before jumping to conclusions.


i onced tried EFM and it crashed my e17, i just had to restart xserver and that was about it. (I havent even try it from then) Like it says in FAQ EFM is under development and is far from stable... Anyhow I havent got any mayor problems and I can say I am not an expert. I just used gentoo-wiki.com howto to install it. and there is a script. How ever e17 still isnt stable and you can expect some crashes from time to time :)


Ok, I've been avoiding EFM because it doesn't seem very useful yet. Evidence is more to my liking anyway, and the devs seem a bit happier with it.

Anyway, please post if anyone else has a similar problem as dfitz. If this stuff gets common, I'm going back to Flux.

And for the record, the only issues I've had with e17 have involved the following:

1) Playing with themes too new or old.
2) That awful e weather module. Just don't use it. Seriously, don't use it. It once managed to corrupt my entire .e config files, and the only way out of it was to delete and rebuild. This has happened using both old and very new builds. I give up.
3) I have also had some problems with the ibar crashing e while trying to add icons to it.

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
ppurka
Advocate
Advocate


Joined: 26 Dec 2004
Posts: 2782

PostPosted: Mon Dec 19, 2005 11:37 pm    Post subject: Reply with quote

atrus123 wrote:

2) That awful e weather module. Just don't use it. Seriously, don't use it. It once managed to corrupt my entire .e config files, and the only way out of it was to delete and rebuild. This has happened using both old and very new builds. I give up.
I had used the weather module for a few months initially. But then the author modified his source files to use www.rssweather.com instead of www.weather.com, and IMHO rssweather.com gives weather reports which are not quite accurate. I have since then stopped using it. However, I had no problems of corruption of config files due to weather (during the period I had used it).
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2718
Location: Munich, Bavaria

PostPosted: Tue Dec 20, 2005 12:23 am    Post subject: Reply with quote

moo!

all e_modules have been moved to a own CVS dir lately.
see http://cvs.sourceforge.net/viewcvs.py/enlightenment/e_modules/

for those who find it useful: i created a set of ebuilds for 'em
http://gimpel.funpic.de/Main/Downloads/_files/emodule-ebuilds.tar.bz2
just untar that to your $PORTDIR_OVERLAY/x11-plugins and unmask them (-* keyword)

for the ease of adding new ones, i called them emodule-<name of module>
so, if new modules are on CVS, all one has to do is to mkdir emodule-<new module>, and cp one of those ebuilds in there, changing the ebuild's name is enough for co the right module and setting right description...like:
Code:
mkdir emodule-flame
cp emodule-calendar/emodule-calendar-9999.ebuild emodule-flame/emodule-flame-9999.ebuild
sudo ebuild emodule-flame/emodule-flame-9999.ebuild digest

;)

cheers!
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay


Last edited by gimpel on Tue Dec 20, 2005 10:41 am; edited 2 times in total
Back to top
View user's profile Send private message
acabre
n00b
n00b


Joined: 13 Nov 2005
Posts: 18

PostPosted: Tue Dec 20, 2005 1:45 am    Post subject: compile Reply with quote

I'm wondering if someone here can help me work through this.

When I try to compile evas, after eet, evas wont emerge, saying that it is missing a libGL.la file. It does exist, and I reemerged xorg just to be sure.

When I google the problem, it seems that people are having the same problem with a wide variety of programs, but nobody is posting solutions. Most of the posts refer to Nvidia drivers, but I have ATI.

Any ideas?

-acabre
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2718
Location: Munich, Bavaria

PostPosted: Tue Dec 20, 2005 9:53 am    Post subject: Reply with quote

i'm using nvidia's openGL interface without any probs
but maybe ati's doesn't work, so try switching to xorg's:
Code:
eselect opengl set xorg-x11

_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
acabre
n00b
n00b


Joined: 13 Nov 2005
Posts: 18

PostPosted: Wed Dec 21, 2005 7:08 pm    Post subject: reply Reply with quote

Sorry I took so long to reply. I changed the openGL interface to xorg-x11, which let me compile evas, so THANK YOU!!! However, when I rebooted my computer tried to load x, x crashed, so the box retried to load x, which crashed, etc until I did a ctrl alt bksp.
I unmerged everything, eet through e, and it still did it. I unmerged the ati drivers, still crashed. I umerged xorg, emerged it and the ati-drivers, and re-ran fglrxconfig. It kept crashing until I just left everything to defaults. So now x starts.

My problem is that my desktop looks nothing like what the get-e.org faq says it should. No modules load, and I only get a couple of xterm sessions. The screen is a greenish hue. Can anyone help me determine if using xorg's opengl screws my screen drivers, or if my reemerging killed e's themes or something?

Sorry to be one of the chain-questioners. Maybe just give me a URL that will point me in the right direction.

-acabre
Back to top
View user's profile Send private message
chaotician
n00b
n00b


Joined: 02 Feb 2004
Posts: 61
Location: San Francisco

PostPosted: Wed Dec 21, 2005 9:14 pm    Post subject: Reply with quote

I've been fooling around with this for a while now and I just cant seem to get it worked out. I can make EAP's for applications, but for the life of me: I cannot seem to make an EAP for running e17setroot --scale at startup so that I can maintain transparency with eterm.

Any help would be met with my toasting you through no less than one entire six pack consumed in a single 30 minute session.
_________________
Pain is weakness leaving my body.
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 393
Location: Galiza

PostPosted: Wed Dec 21, 2005 10:00 pm    Post subject: Reply with quote

I have a startup script:

Code:
#!/bin/zsh
cd $HOME
Esetroot -s /baixado/WALLPAPERS/FlameBoy2004.jpg
for i in .conkyrc_e17_samsung .conkyrc_mails_samsung ;do conky -c $i;done
tilda &
exit 0


Chmoded it +x, and called it by a startup.eap ($HOME/.scripts/./startup_e17.sh, as "executable"), and everything working flawlessly.

cheers.
_________________
O coração, se pudesse pensar, pararia. Fernando Pessoa
If heart could think, it would stop
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 38, 39, 40  Next
Page 8 of 40

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum