Re: [e-users] eclair and taglib-config

2007-01-08 Thread R. Arp
Hi Massimo,

Am Mon, 08 Jan 2007 23:18:42 +0100
schrieb Massimo <[EMAIL PROTECTED]>:
> What I missed? I running debian testing and taglib-config don't exist
> in repository.
taglib-config is in the libtag1-dev package, in sid that is. Search for
"libtag" to view the list of all TagLib packages.
Cheers

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread Andreas Volz
Am Mon, 8 Jan 2007 16:08:06 -0500 schrieb Michael Jennings:

> On Monday, 08 January 2007, at 22:04:14 (+0100),
> Andreas Volz wrote:
> 
> > Ups :-)
> > 
> > Here it is.
> 
> Your attachment has been rejected due to a naughty MIME type.  Try
> text/plain if you want it to get through, and do NOT attach binary
> files.

So, I hope now it works.

regards
Andreas
fonts {
font: "VeraMono.ttf" "VeraMono";
}

collections
{
   group
 {
name: "modules/tclock/main";
parts
  {
 part
   {
  name: "tclock_time";
  type: TEXT;
  effect: OUTLINE_SOFT_SHADOW;
  mouse_events: 1;
  description
{
   state: "default" 0.0;
   visible: 0;
   align: 0.5 0.5;
   rel1
 {
relative: 0.0 0.0;
offset: 0 4;
 }
   rel2
 {
relative: 1.0 0.5;
offset: -1 -3;
 }
   color: 10 10 10 255;
   color2: 0 0 0 96;
   color3: 0 0 0 32;
   color_class: "module_label";
   text {
  text: "";
  font: "VeraMono";
  size: 13;
  min:  1 1;
  align:0.5 0.5;
  text_class: "module_large"; 
   }
}
  description 
{
   state: "hidden" 0.0;
   inherit: "default" 0.0;
   visible: 0;
}
  description 
{
   state: "visible" 0.0;
   inherit: "default" 0.0;
   visible: 1;
} 
   }
 part
   {
  name: "tclock_date";
  type: TEXT;
  effect: OUTLINE_SOFT_SHADOW;
  mouse_events: 1;
  description
{
   state: "default" 0.0;
   visible: 0;
   align: 0.5 0.5;
   rel1
 {
relative: 0.0 0.5;
offset: 0 4;
 }
   rel2
 {
relative: 1.0 1.0;
offset: -1 -3;
 }
   color: 10 10 10 255;
   color2: 0 0 0 96;
   color3: 0 0 0 32;
   color_class: "module_label";
   text {
  text: "";
  font: "VeraMono";
  size: 11;
  min:  1 1;
  align:0.5 0.5;
  text_class: "module_small";
   }
}
  description 
{
   state: "hidden" 0.0;
   inherit: "default" 0.0;
   visible: 0;
}
  description 
{
   state: "visible" 0.0;
   inherit: "default" 0.0;
   visible: 1;
} 
   }
  }
/* Close Parts */
programs 
  {
 program 
   {
  name: "p1";
  signal: "time_hidden";
  source: "";
  action: STATE_SET "hidden" 0.0;
  target: "tclock_time";
   }
 program 
   {
  name: "p2";
  signal: "time_visible";
  source: "";
  action: STATE_SET "visible" 0.0;
  target: "tclock_time";
   }
 program 
   {
  name: "p3";
  signal: "date_hidden";
  source: "";
  action: STATE_SET "hidden" 0.0;
  target: "tclock_date";
   }
 program 
   {
  name: "p4";
  signal: "date_visible";
  source: "";
  action: STATE_SET "visible" 0.0;
  target: "tclock_date";
   } 
  }
/* Close Programs */
 }
   /* Close Group *

[e-users] eclair and taglib-config

2007-01-08 Thread Massimo
During compilation of 'eclair' I obtain this error running ./autogen.sh :

checking for taglib-config... no
taglib-config is not in your $PATH. Please ensure it is.
Read the manual page for you shell as to how to extend your path.
configure: error: Cannot find taglib-config

What I missed? I running debian testing and taglib-config don't exist in 
repository.
Bye, Massimo.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread Morten Nilsen
Andreas Volz wrote:
> Am Mon, 08 Jan 2007 09:03:51 +0100 schrieb Gabriel Rossetti:
>> I think you forgot to attach the file :-)
> 
> Ups :-)
> 
> Here it is.

no it isn't.. I think the list is stripping it.

-- 
Cheers,
Morten
:wq

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread Michael Jennings
On Monday, 08 January 2007, at 22:04:14 (+0100),
Andreas Volz wrote:

> Ups :-)
> 
> Here it is.

Your attachment has been rejected due to a naughty MIME type.  Try
text/plain if you want it to get through, and do NOT attach binary
files.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 "Blessed are the shallow; depth they'll never find.  Seems to be
  some comfort in rooms I try to hide.  Exposed beyond the shadows,
  you take the cup from me.  Your dirt removes my blindness; your
  pain becomes my peace." -- Jars of Clay, "Frail"

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread Andreas Volz
Am Mon, 08 Jan 2007 09:03:51 +0100 schrieb Gabriel Rossetti:



> Hello,
> 
> I think you forgot to attach the file :-)
> 

Ups :-)

Here it is.

Andreas-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 + gentoo: install issues

2007-01-08 Thread Jonathan Charnas
If my memory serves right, there's a few scripts that will automatically build 
e17 for you using portage, and in the proper order. Being in portage, it 
accounts for new build environment. I've never had a problem with it. You can 
search for it on the gentoo forums, or you can wait for the weekend for me to 
get back to my computer and email you the script itself. There's several 
scripts in the gentoo forums, not all work, but at least one will.
Don't install e17 by hand on gentoo, it doesn't get the package order right 
just yet, which is why there are scripts out there. Also, sometimes CVS code 
just won't build for a couple of days, it happens, it's CVS.
Good luck.
John

- Original Message 
From: Phill Wiggin <[EMAIL PROTECTED]>
To: enlightenment-users@lists.sourceforge.net
Sent: Monday, January 8, 2007 11:36:28 AM
Subject: [e-users] e17 + gentoo: install issues

I've been struggling with the appropriate build environment for e17. I
had been running an older CVS (mid-last year or so), and my build
environment is significantly different now.

Currently, I'm at:

# equery list autoconf
[ Searching for package 'autoconf' in all categories among: ]
* installed packages
[I--] [ ] sys-devel/autoconf-2.13 (2.1)
[I--] [ ] sys-devel/autoconf-2.59-r7 (2.5)
[I--] [ ] sys-devel/autoconf-wrapper-4-r3 (0)

# equery list automake
[ Searching for package 'automake' in all categories among: ]
* installed packages
[I--] [ ] sys-devel/automake-1.4_p6 (1.4)
[I--] [ ] sys-devel/automake-1.5 (1.5)
[I--] [ ] sys-devel/automake-1.6.3 (1.6)
[I--] [ ] sys-devel/automake-1.7.9-r1 (1.7)
[I--] [ ] sys-devel/automake-1.8.5-r3 (1.8)
[I--] [ ] sys-devel/automake-1.9.6-r2 (1.9)
[I--] [ ] sys-devel/automake-1.10 (1.10)
[I--] [ ] sys-devel/automake-wrapper-1-r1 (0)

I'm using:

WANT_AUTOCONF="2.50" (suggested by get-e.org)
E17_WANT_AUTOMAKE="1.9" (suggested in a Gentoo Forums thread )
with automake-wrapper-1-r1 (suggested elsewhere.. forums of get-e.org, IIRC)

If I simply emerge e-, it errors out with:

Quote:
* autoconf *

configure.in:19: error: possibly undefined macro: AC_C___ATTRIBUTE__
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.


To avert this and other errors, I unpack the source (and comment out
the AC_C___ATTRIBUTE__ line), then run autopoint -f.

At which point, I can "ebuild e- compile", which completes. When I
attempt the "ebuild e- install", it hums along nicely until:

make[3]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
make[2]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
Making install in doc
make[1]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[2]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/enlightenment/doc" || mkdir -p --
"/var/tmp/portage/e-/image//usr/share/enlightenment/doc"
/bin/install -c -m 644 'documentation.html'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/documentation.html'
/bin/install -c -m 644 'FDO.txt'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/FDO.txt'
/bin/install -c -m 644 'cache.txt'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/cache.txt'
/bin/install -c -m 644 'enlightenment.png'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/enlightenment.png'
make[2]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
Making install in po
make[1]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/po'
/bin/sh @MKINSTALLDIRS@ /var/tmp/portage/e-/image//usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/po'
make: *** [install-recursive] Error 1
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.

!!! ERROR: x11-wm/e- failed.

(I manually compiled the cvs-source and it died in the same place.)

I found a related bugzilla bug: http://bugs.gentoo.org/show_bug.cgi?id=142852
But, haven't quite figured out what to do with it yet.

So, I'm at my 3rd brick wall. Can anyone offer suggestions?


Thanks,
PhillW

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enligh

[e-users] e17 + gentoo: install issues

2007-01-08 Thread Phill Wiggin
I've been struggling with the appropriate build environment for e17. I
had been running an older CVS (mid-last year or so), and my build
environment is significantly different now.

Currently, I'm at:

# equery list autoconf
[ Searching for package 'autoconf' in all categories among: ]
* installed packages
[I--] [ ] sys-devel/autoconf-2.13 (2.1)
[I--] [ ] sys-devel/autoconf-2.59-r7 (2.5)
[I--] [ ] sys-devel/autoconf-wrapper-4-r3 (0)

# equery list automake
[ Searching for package 'automake' in all categories among: ]
* installed packages
[I--] [ ] sys-devel/automake-1.4_p6 (1.4)
[I--] [ ] sys-devel/automake-1.5 (1.5)
[I--] [ ] sys-devel/automake-1.6.3 (1.6)
[I--] [ ] sys-devel/automake-1.7.9-r1 (1.7)
[I--] [ ] sys-devel/automake-1.8.5-r3 (1.8)
[I--] [ ] sys-devel/automake-1.9.6-r2 (1.9)
[I--] [ ] sys-devel/automake-1.10 (1.10)
[I--] [ ] sys-devel/automake-wrapper-1-r1 (0)

I'm using:

WANT_AUTOCONF="2.50" (suggested by get-e.org)
E17_WANT_AUTOMAKE="1.9" (suggested in a Gentoo Forums thread )
with automake-wrapper-1-r1 (suggested elsewhere.. forums of get-e.org, IIRC)

If I simply emerge e-, it errors out with:

Quote:
* autoconf *

configure.in:19: error: possibly undefined macro: AC_C___ATTRIBUTE__
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.


To avert this and other errors, I unpack the source (and comment out
the AC_C___ATTRIBUTE__ line), then run autopoint -f.

At which point, I can "ebuild e- compile", which completes. When I
attempt the "ebuild e- install", it hums along nicely until:

make[3]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
make[2]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/data'
Making install in doc
make[1]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[2]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/enlightenment/doc" || mkdir -p --
"/var/tmp/portage/e-/image//usr/share/enlightenment/doc"
/bin/install -c -m 644 'documentation.html'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/documentation.html'
/bin/install -c -m 644 'FDO.txt'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/FDO.txt'
/bin/install -c -m 644 'cache.txt'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/cache.txt'
/bin/install -c -m 644 'enlightenment.png'
'/var/tmp/portage/e-/image//usr/share/enlightenment/doc/enlightenment.png'
make[2]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/doc'
Making install in po
make[1]: Entering directory `/var/tmp/portage/e-/work/e17/apps/e/po'
/bin/sh @MKINSTALLDIRS@ /var/tmp/portage/e-/image//usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/e-/work/e17/apps/e/po'
make: *** [install-recursive] Error 1
* This is a LIVE CVS ebuild.
* That means there are NO promises it will work.
* If it fails to build, FIX THE CODE YOURSELF
* before reporting any issues.

!!! ERROR: x11-wm/e- failed.

(I manually compiled the cvs-source and it died in the same place.)

I found a related bugzilla bug: http://bugs.gentoo.org/show_bug.cgi?id=142852
But, haven't quite figured out what to do with it yet.

So, I'm at my 3rd brick wall. Can anyone offer suggestions?


Thanks,
PhillW

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Ubuntu + Entrance = Not working like I want

2007-01-08 Thread Paul Stejskal
Paul Stejskal wrote:
> David Seikel wrote:
>   
>> It might be your /usr/share/xsessions/enlightenment.desktop file.  I
>> have mine as a link to the one that is installed by E17.
>>
>> -
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> enlightenment-users mailing list
>> enlightenment-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>
>>   
>> 
> [EMAIL PROTECTED]:~$ entrance
> Failed on: paul(/opt/e17/share/entrance/themes/default.edj)
>
> I tried creating a symlink from 
> /opt/e17/share/xsessions/enlightenment.desktop to that /usr folder you 
> specified, nothing. Above is the terminal output. Of course I've tried 
> from both a terminal and in X, so I know it's not X running that is the 
> problem.
>
> Paul
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>   
More info: I forgot to check the syslog and here are 4 pertinant lines. 
So it is pam.
Jan  8 10:38:05 localhost entrance: Debug: ipc_title = 
/var/lib/entrance/entrance_ipc_0
Jan  8 10:38:05 localhost entrance: entrance_ipc_init: connect to daemon 
failed.
Jan  8 10:38:11 localhost entrance: PAM: Authentication service cannot 
retrieve authentication info..
Jan  8 10:39:00 localhost entrance: entrance_ipc_shutdown: Success


Thanks!
Paul


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Ubuntu + Entrance = Not working like I want

2007-01-08 Thread Paul Stejskal
David Seikel wrote:
>
>
> It might be your /usr/share/xsessions/enlightenment.desktop file.  I
> have mine as a link to the one that is installed by E17.
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>   
[EMAIL PROTECTED]:~$ entrance
Failed on: paul(/opt/e17/share/entrance/themes/default.edj)

I tried creating a symlink from 
/opt/e17/share/xsessions/enlightenment.desktop to that /usr folder you 
specified, nothing. Above is the terminal output. Of course I've tried 
from both a terminal and in X, so I know it's not X running that is the 
problem.

Paul

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread David Stevenson
On 06/01/07, Andreas Volz <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> is there a digital clock module for the E17 shelf?
>
> regards
> Andreas


I'm looking at the  "Japan 2007" theme right now and it has a digital clock
theme (which I quite like, actually)

Regards!
David
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Digital Clock Module

2007-01-08 Thread Gabriel Rossetti
Hello,

I think you forgot to attach the file :-)

regards,
Gabriel

Andreas Volz wrote:
> Am Sat, 6 Jan 2007 05:24:02 +1000 schrieb David Seikel:
>
>   
>> On Fri, 5 Jan 2007 20:09:30 +0100 Andreas Volz <[EMAIL PROTECTED]>
>> wrote:
>>
>> 
>>> is there a digital clock module for the E17 shelf?
>>>   
>> The tclock module in e_modules/tclock.
>> 
>
> Thanks. This module works great. But I think the default edc file is
> really not useable because the color is very bad and the font size to
> small. I attached a modified edc file for all interested people.
>
> regards
> Andreas
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>   

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users