You are not logged in.

#126 2005-07-12 16:09:54

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: e17-cvs packages

OK. I just did as suggested.  Now, is there a way to still have pacman check the community repo for updates of other packages without installing e17 from it?

Jim

Offline

#127 2005-07-12 16:28:03

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

Re: e17-cvs packages

MillTek wrote:

OK. I just did as suggested.  Now, is there a way to still have pacman check the community repo for updates of other packages without installing e17 from it?

Jim

As long as you don't have any e17 packages from community repo installed, pacman shouldn't try to update them. smile

Offline

#128 2005-07-12 16:57:39

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: e17-cvs packages

OK. I understand that, but I've never installed e17 from community. I have previously used Rensels first and then NickM's (until he went off-line), so I don't understand why this would happen with ecore.

Anyway, I don't really need community so I'll comment it out of pacman.conf unless I have a specific requirement.

Thanks,

Jim

Offline

#129 2005-07-12 17:13:19

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

Re: e17-cvs packages

The new packages should be smart enough to tell whether you have rensel's/nickm's/community e17 packages installed and ask for their removal before proceeding. 8)

Offline

#130 2005-07-12 17:49:49

MillTek
Member
Registered: 2005-01-30
Posts: 442

Re: e17-cvs packages

Thanks Dreameen

Offline

#131 2005-07-12 19:09:06

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: e17-cvs packages

OK, I have a few more little issues for people to peruse.

Firstly, when I restart e17, or change themes, a certain set of programs (seemingly unrelated to any of my menus) are launched, not all of which are installed. So a) I get lots of unwanted app windows, b) I get error boxes.

Second, Entrance. Does anybody have this working? If I set XSESSION to 'enlightenment' it doesn't work. If I add '/opt/e17/bin/enlightenment' it does work, but many apps (eg mozilla, erss, just random I think) just don't working, giving 'command not found' errors.

If I launch e17 from the console none of these problems occur.

Just thought I'd mention these little bits and bobs. Oh, one more thing: RSS feeds. If I use ERSS, everything gets displayed properly, but they don't refresh, and they come up during alt-tabbing (no idea how to stop this, tried looking around at window classes etc but no luck). I'd use adesklets... but guess what, it doesn't appear above e17's background!! Guess that's my third thing big_smile

Ideas?

T

Offline

#132 2005-07-12 20:11:17

solskogen
Member
From: Norway
Registered: 2005-03-06
Posts: 131

Re: e17-cvs packages

error: archive e-cvs-120705-1.pkg.tar.gz is corrupted

[solskogen@wish e17]$ date
Tue Jul 12 22:11:06 CEST 2005

The mirror is pretty fast, I did not notice my BT upload was a bit high.

Offline

#133 2005-07-12 20:18:45

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

Re: e17-cvs packages

Okie, first of all i'd like to say that i'd really like to see this splitted to e17 tips&tricks thread:D Anyway i'll try to answer some of your doubts:

tmadhavan wrote:

OK, I have a few more little issues for people to peruse.

Firstly, when I restart e17, or change themes, a certain set of programs (seemingly unrelated to any of my menus) are launched, not all of which are installed. So a) I get lots of unwanted app windows, b) I get error boxes.

Weird...Make sure your .e/e/applications/startup/.order is empty. If that doesn't help, try moving your ~/.e directory somewhere else and restart e17.

Second, Entrance. Does anybody have this working? If I set XSESSION to 'enlightenment' it doesn't work. If I add '/opt/e17/bin/enlightenment' it does work, but many apps (eg mozilla, erss, just random I think) just don't working, giving 'command not found' errors.

If I launch e17 from the console none of these problems occur.

This is the same issue i was dealing with today. What i thought would be worth a try is creating ~/.xsession file with the following contents:

#!/bin/sh

#
# ~/.xsession
#
# Executed by xdm/gdm/kdm at login
#

/bin/bash --login -i ~/.xinitrc

chmod +x it and make sure you have 'exec enlightenment' in your ~/.xinit file. I can't try this atm, because i'm uploading updated packages to the repo...ETA 13 min. Not bad wink

Just thought I'd mention these little bits and bobs. Oh, one more thing: RSS feeds. If I use ERSS, everything gets displayed properly, but they don't refresh, and they come up during alt-tabbing (no idea how to stop this, tried looking around at window classes etc but no luck). I'd use adesklets... but guess what, it doesn't appear above e17's background!! Guess that's my third thing big_smile

As for the refresh issue, you can have a look through the *.cfg files in /opt/e17/share/erss/config. The section that interests you is Update_rate. And last but not least, it's possible to exlclude a window from alt+tab list. Just click at the little icon in the upper left corner in a window and tick 'Skip Window List'. smile

I hope this helps you. 8)

Offline

#134 2005-07-12 20:23:27

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

Re: e17-cvs packages

solskogen wrote:

error: archive e-cvs-120705-1.pkg.tar.gz is corrupted

This is because e-cvs it's being uploaded right now. 3 more minutes and it should be there. smile

btw. they really ironed out some bugs, like the one with point to click policy, which caused the mouse pointer to freeze occassionaly. It's impressive to look how fast the thing is being developed. 8)

Offline

#135 2005-07-12 23:38:20

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: e17-cvs packages

I'd use adesklets... but guess what, it doesn't appear above e17's background!!

Nah it won't. Since E17 is still under heavy development, it doesn't of yet follow any kind of window manager standards. Raster claims it will be ICCM-compliant by release which will mean adesklets will work perfectly well with it but until that time, it's a no go.

Offline

#136 2005-07-13 13:19:18

aha
Member
Registered: 2004-10-17
Posts: 15

Re: e17-cvs packages

Thanks Dreameen for providing these packages


~ Aha ~

Offline

#137 2005-07-13 14:16:33

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: e17-cvs packages

ERSS doesn't come up as a normal window; there's no option to hide it from alt-tab.

Offline

#138 2005-07-15 21:43:43

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: e17-cvs packages

Would it be possible to have exige packaged? I could make a build myself if you want, but I'm not very good at CVS builds.

EDIT: nevermind, found it in the utils package.


·¬»· i am shadowhand, powered by webfaction

Offline

#139 2005-07-17 14:49:06

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: e17-cvs packages

Dreameen, I can't get them PKGBUILDs... Can't connect to your website. Lorddeath's repo works fine.

Offline

#140 2005-07-17 17:10:02

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

Re: e17-cvs packages

Dreameen you can upload them to the repo somewhere if you want. Btw we've had 7.1gb traffic so far (since the 5th this month). wink


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

Offline

#141 2005-07-17 17:26:26

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: e17-cvs packages

Dreameen wrote:

Hm, are we talking about the same mirror? This server should be fast:
[e17-cvs]
Server = http://arch.lorddeath.com/e17/

FWIW, I think that should be:

[e17-cvs]
Server = http://arch.lorddeath.com/e17/e17-cvs

Offline

#142 2005-07-17 18:17:36

droog
Member
Registered: 2004-11-18
Posts: 877

Re: e17-cvs packages

I'm gonna give this a try again. thanks for making/hosting these.

edit
fast it is, im getting 600+ kb/s

Offline

#143 2005-07-17 18:56:17

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

Re: e17-cvs packages

droog wrote:

I'm gonna give this a try again. thanks for making/hosting these.

edit
fast it is, im getting 600+ kb/s

Thats nice, you've got a fast connection there. tongue


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

Offline

#144 2005-07-21 17:31:15

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

Re: e17-cvs packages

Just wante to see if you have the same problem dremaen: e_utils-cvs cannot build , some problem with emblem

believe that cvs is broken for 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

#145 2005-07-21 22:11:08

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

Re: e17-cvs packages

CyberTron wrote:

Just wante to see if you have the same problem dremaen: e_utils-cvs cannot build , some problem with emblem

believe that cvs is broken for the moment

Nice to know, I'm doing an e17 update every sunday, I hope this problem will solve in the next days. By the way, anyone has used E-Weather?


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

Offline

#146 2005-07-22 05:06:50

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

Re: e17-cvs packages

*that is what I wanted to try out*

but I will not upgrade unless every package is up to date 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

#147 2005-07-22 18:24:56

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: e17-cvs packages

Heya,

nice that you provided these packages. I would like to build the packages myself using the pkgbuild's. The link previously provided doesn't seem to work anymore. Could you post the pkgbuild's for these packages somewhere and post the link to that location?

Thanks,

Michel

Offline

#148 2005-07-22 18:51:36

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

Re: e17-cvs packages

You may download them from my site if you want to (they are changed a little...but not much)

http://www.linuxportalen.com/ArchLinux/e17-cvs.tar.gz[/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

#149 2005-07-23 14:54:57

solskogen
Member
From: Norway
Registered: 2005-03-06
Posts: 131

Re: e17-cvs packages

there hasnt been an update for a while (15th of july) - no change in the cvs maybe?

Offline

#150 2005-07-23 16:19:19

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

Re: e17-cvs packages

solskogen wrote:

there hasnt been an update for a while (15th of july) - no change in the cvs maybe?

it's relative ... maybe Dreameen has been busy, every week there are changes in cvs tree.


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

Offline

Board footer

Powered by FluxBB