[e-users] a couple of questions about themes

2015-09-08 Thread Valery McHno
hello,

1. is there an up-to-date documentation about making enlightenment themes?
2. in particular, how do i change window titlebar height & button
order? (is it possible at the moment?)

thanks in advance.

-- 
93 93/93

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] screenshot

2015-09-08 Thread Andrea Suisani
Hi,

On 07/09/2015 22:01, Benoit Barthelet wrote:
> pressing screeenshot tries to take, and takes a shot of...well I dont
> know but it's not my wallpaper nor what I have on screen
> see attached image
> I compiled everything this morning
> http://i.imgur.com/fkJuOZa.jpg


ethereum rocks by the way!

(sorry for the OT can't resist)

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Promoting

2015-09-08 Thread The Rasterman
On Mon, 7 Sep 2015 13:37:26 +0900 (KST) ChunEon Park  said:

> Hello everyone,
> 
> I know I should have done that request earlier, but I was a little bit away
> from my computer, so it is only that I would like to request promoting
> Nikawhite out of probie to developers. He has been doing quite a nice job in
> Eflete, Enventor and EFL. 
> 
> Would anyone mind this promotion ?

++

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] screenshot

2015-09-08 Thread The Rasterman
On Tue, 8 Sep 2015 06:23:04 +0200 Benoit Barthelet 
said:

> Fglrx driver. I use a dual seat setting also. The background taken looks
> like the one that appears at login in lightdm.

that explains a lot... :)

> Le 8 sept. 2015 04:28, "Carsten Haitzler"  a écrit :
> 
> > On Mon, 7 Sep 2015 22:01:52 +0200 Benoit Barthelet <
> > benoit.barthe...@gmail.com>
> > said:
> >
> > > pressing screeenshot tries to take, and takes a shot of...well I dont
> > > know but it's not my wallpaper nor what I have on screen
> > > see attached image
> > > I compiled everything this morning
> > > http://i.imgur.com/fkJuOZa.jpg
> >
> > what driver?
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Davide Andreoli
Hi,

to see what is happening run the media center from the console, the command
is "epymc", you should see some kind of error.

btw epymc has nothing to do with enlightenment itself,
I cannot understand how this is related with the e install :/


2015-10-09 18:25 GMT+02:00 Larry Wyble :

> I just installed Enlightenment From the git repository and it works
> except for one thing. When I click on 'Applications/Multimedia/Emotion
> Media Center' I get "Emotion Media Center stopped running unexpectedly"
> "There was no error message"
>
> What's up wid dat?  :)
>
> Thanks
>
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Christopher Barry
On Tue, 8 Sep 2015 20:45:02 +0200
Davide Andreoli  wrote:

>Hi,
>
>to see what is happening run the media center from the console, the
>command is "epymc", you should see some kind of error.
>
>btw epymc has nothing to do with enlightenment itself,
>I cannot understand how this is related with the e install :/
>
>
>2015-10-09 18:25 GMT+02:00 Larry Wyble :
>
>> I just installed Enlightenment From the git repository and it works
>> except for one thing. When I click on
>> 'Applications/Multimedia/Emotion Media Center' I get "Emotion Media
>> Center stopped running unexpectedly" "There was no error message"
>>
>> What's up wid dat?  :)
>>
>> Thanks

Is it possible that there are older libs in the lib path? This sounds
like this type of issue. If you have a previous version, or maybe an
older packaged version installed, purge them. Make sure the libs for e
are in the lib path and run ldconfig. man ldconfig, and see snippets
in /etc/ld.so.conf.d for more info and help troubleshooting.

-- 
Regards,
Christopher

--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I just installed Enlightenment

2015-09-08 Thread Larry Wyble
Here's what epymc got:


:~$ epymc
Traceback (most recent call last):
  File "/usr/bin/epymc", line 5, in 
from epymc.main import start_epymc
  File "/usr/lib/python2.7/site-packages/epymc/main.py", line 23, in
 from efl import evas, ecore, edje, elementary, emotion
  File "efl.evas.pyx", line 1, in init efl.evas
(efl/evas/efl.evas.c:104986)
ImportError: /usr/lib/python2.7/site-packages/efl/eo.so: undefined
symbol: EO_BASE_BASE_ID





On Tue, 8 Sep 2015 20:45:02 +0200
Davide Andreoli  wrote:

> Hi,
> 
> to see what is happening run the media center from the console, the
> command is "epymc", you should see some kind of error.
> 
> btw epymc has nothing to do with enlightenment itself,
> I cannot understand how this is related with the e install :/
> 
> 
> 2015-10-09 18:25 GMT+02:00 Larry Wyble :
> 
> > I just installed Enlightenment From the git repository and it works
> > except for one thing. When I click on
> > 'Applications/Multimedia/Emotion Media Center' I get "Emotion Media
> > Center stopped running unexpectedly" "There was no error message"
> >
> > What's up wid dat?  :)
> >
> > Thanks
> >
> >
> >
> > --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] I just installed Enlightenment

2015-09-08 Thread Larry Wyble
I just installed Enlightenment From the git repository and it works
except for one thing. When I click on 'Applications/Multimedia/Emotion
Media Center' I get "Emotion Media Center stopped running unexpectedly"
"There was no error message"

What's up wid dat?  :)

Thanks


--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] a couple of questions about themes

2015-09-08 Thread Alberto Verdoja
Hello,
Sorry for teh quick answer.
1) There's few documentation about making E-themes.  :(
2) To change Win Titlebar Height on some themes is possible increasing the
size of Windows title font. Have you tried?
For button order, you have to decompile the theme and manually change the
.edc file. Unless the creator of the theme hasn't included different theme
styles.

2015-09-08 8:48 GMT+02:00 Valery McHno :

> hello,
>
> 1. is there an up-to-date documentation about making enlightenment themes?
> 2. in particular, how do i change window titlebar height & button
> order? (is it possible at the moment?)
>
> thanks in advance.
>
> --
> 93 93/93
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] a couple of questions about themes

2015-09-08 Thread Vyacheslav Reutskiy
Hello,
At the moment enlightenment lack the documentation about the theming.
You can choose the window border in settings: Settings->Look->Border,
but it's only predefined border styles.
Also you can change scale: Settings->Look->Scaling. This parameter
change the Enlightenment controls size accordingly to scale factor.
I'm use the 0.8 scale factor, I liked the small controls :)

You can clone the enlightenment sources and modify source.
Also you can the Eflete for create and modify custom the for
elementary and e. About Eflete:
https://phab.enlightenment.org/w/projects/eflete/

P.S. I'm really glad to see Ukrainians who are interesting in Enlightenment
(Gmail say where you from :))

On Tue, Sep 8, 2015 at 9:48 AM, Valery McHno  wrote:

> hello,
>
> 1. is there an up-to-date documentation about making enlightenment themes?
> 2. in particular, how do i change window titlebar height & button
> order? (is it possible at the moment?)
>
> thanks in advance.
>
> --
> 93 93/93
>
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users