Re: [e-users] Disabling touchscreen inputs

2021-10-07 Thread Marcel Hollerbach

Hi!

What i am doing to disble input devices here is:
1. Run xinput in a terminal, this will list all input devices connected 
to your workstation


2. Run xinput --disable <> this will 
disable your input device on X11 level, however, swipe bindings might 
still get events I hope that is not causing issues for you.


I hope this helps,
   Marcel Hollerbach

Am 07.10.21 um 00:31 schrieb Daniel Kasak:

Hi all. I've snapped my laptop's touchscreen :/ It's sending "phantom"
touch events quite often, which makes things pretty unusable. I've
already tried:

- rmmod i2c_hid_acpi # this disables my touchpad as well, which i'd rather avoid

- adding this to my xorg.conf:

Section "InputClass"
 Identifier "Touchscreen catchall"
 MatchIsTouchscreen "on"
 Option "Ignore" "on"
EndSection

Interestingly, this has NO effect :/

In Gnome I can "decouple" the touchscreen in the config panel - this
works. I know this is a kinda oddball request ... but is there any way
I can similarly make E ignore touchscreen events?

Dan


___
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] ERROR: Dependency "elput" not found

2021-04-02 Thread Marcel Hollerbach

Hi,

thats likely because of my latest changes.

You can build efl with enabled drm support ("meson configure -Ddrm=true" 
in a existing build dir, or simply "meson -Ddrm=true" when creating a 
new build. This then will build & install the elput library.


In case you dont want to have all of that, you can disable gesture 
recognition in enlightenment via the option "-Dgesture-recognition=false".


This is a piece of new code which enables swipe gesture recognition and 
bindings in enlightenment. I will soonish write a introduction to the ml 
about it.


I hope this help,
   Marcel Hollerbach

On 4/2/21 9:33 AM, Francesc Guasch wrote:

Hi. First of all thank you for the good work. It is outstanding.

I am trying to build the latest enlightenment from master
branch. It fails on meson . build like this:

Run-time dependency elput found: NO (tried pkgconfig and cmake)

src/modules/gesture_recognition/meson.build:4:0: ERROR: Dependency 
"elput" not found, tried pkgconfig and cmake


First I tried with batden esteem tool. I was working on top
of another working enlightenment. But it failed to build.
Then I removed efl and everything I found that was related,
just in case some old library was messing around.

I couldn't make it build. If I check the output from efl
meson . build I just can spot:

     Message: elput disabled!

I can't find a way to enable or how to check if there is some
depend packagege missing. Anyway it installs efl but I can't
build enlightenment without elput.

This is Ubuntu Focal Fossa 20.04.2 LTS with all the packages
installed from https://github.com/batden/esteem

Any hints ?


___
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] edje.pc issue with -Dlua-interpreter=lua?

2019-12-03 Thread Marcel Hollerbach
Okay, i can reproduce it. On my arch system there is a lua.pc which is 
symlinked to lua52.pc.


However, this is definitly a meson bug, can you report that bug on meson 
? (https://github.com/mesonbuild/meson/issues)


Greetings,
   bu5hm4n

On 12/3/19 1:19 AM, Ross Vandegrift wrote:

On Mon, Dec 02, 2019 at 06:58:09PM +0100, Marcel Hollerbach wrote:

We are not directly generating .pc files anymore, we leave that to meson, so
this bug seems to be a bug in meson. However, it seems that we are doing
some complex stuff to find the lua interpretor, maybe we are doing something
wrong.

Can you paste the meson output ?


Sure, here's "grep lua" on the meson output for arm64:

   Run-time dependency lua found: NO (tried pkgconfig and cmake)
   Run-time dependency lua51 found: NO (tried pkgconfig and cmake)
   Run-time dependency lua-5.1 found: NO (tried pkgconfig and cmake)
   Run-time dependency lua5.1 found: NO (tried pkgconfig and cmake)
   Run-time dependency lua52 found: YES 5.2.0
   Message: elua disabled!
   Configuring EluaConfigVersion.cmake using configuration

Full build log, including meson output is at:
https://buildd.debian.org/status/fetch.php?pkg=efl=arm64=1.23.3-2=1575079553=0


And here's the full edje.pc result:

   prefix=/usr
   libdir=${prefix}/lib/aarch64-linux-gnu
   includedir=${prefix}/include

   Name: edje

   Description: efl: edje
   Version: 1.23.3
   Requires: evas, eo, efl, ephysics, lua52 >= 5.2.0, lua52 < 5.3.0, lua
   Requires.private: eina, ecore, ector, emile, eet, ecore-evas, ecore-file, 
ecore-input, ecore-imf, ecore-imf-evas, embryo, efreet, eio, ecore-audio, 
libsystemd, libunwind-generic, freetype2, fontconfig, fribidi, harfbuzz, 
wayland-client
   Libs: -L${libdir} -ledje -lm
   Libs.private: -pthread -ldl
   Cflags: -I${includedir}/edje-1

This is with meson 0.52.1-1 from Debian unstable.

Thanks
Ross


___
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] edje.pc issue with -Dlua-interpreter=lua?

2019-12-02 Thread Marcel Hollerbach

Hi,

We are not directly generating .pc files anymore, we leave that to 
meson, so this bug seems to be a bug in meson. However, it seems that we 
are doing some complex stuff to find the lua interpretor, maybe we are 
doing something wrong.


Can you paste the meson output ?

Greetings,
   bu5hm4n

On 11/30/19 9:23 PM, Ross Vandegrift wrote:

Hello,

In efl 1.23.3, -Dlua-interpreter=lua results in edje.pc having this in
Requires: "lua52 < 5.3.0, lua52 >= 5.2.0, lua" Is the second entry correct?  I
can't find unversioned pkgconfig files for lua, so the second entry causes E to
fail to build on non-luajit architectures.

In efl 1.22.3, edje.pc just had "lua5.2 >= 5.2.0".

Thanks,
Ross


___
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] enlightenment build fails with meson

2019-07-18 Thread Marcel Hollerbach
Hi,

On 7/17/19 11:40 PM, mh wrote:
> 
> On 7/17/19 5:20 PM, Massimo Maiurana wrote:
>> mh ha scritto il 17/07/19 alle 23:05:
>>> On 7/17/19 12:04 PM, Massimo Maiurana wrote:
>>>
 mh ha scritto il 17/07/19 alle 15:16:
> On 7/17/19 12:50 AM, Vincent Torri wrote:
>
>> On Wed, Jul 17, 2019 at 12:25 AM mh  wrote:
>>> On 7/16/19 5:39 PM, Vincent Torri wrote:
>>>
 On Tue, Jul 16, 2019 at 10:32 PM mh  wrote:
> I am trying to build/install E into /opt/e. I have my PATH,
> LD_LIBRARY_PATH, and PKG_CONFIG_PATH set to include /opt/e. EFL
> builds
> and install properly to /opt/e. Enlightenment meson build fails
> with:
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
> pkgconfig
> and cmake
>
> The end of the enlightenment/build/meson-logs/meson-log.txt
> (below)
> shows that it appears to see the correct PKG_CONFIG_PATH, but
> still
> fails. What is happening? When autoconf was still possible with
> efl I
> could install to /opt/e with that and then build the
> enlightenment,
> ephoto, terminology with their respective meson/ninja methods.
>
>
> CMake binary for MachineChoice.HOST is not cached
> CMake binary missing from cross or native file, or env var
> undefined.
> Trying a default CMake fallback at cmake
> Trying CMake binary cmake for machine MachineChoice.HOST at
> ['/usr/bin/cmake']
> Found CMake: /usr/bin/cmake (3.13.4)
> Extracting basic cmake information
> Try CMake generator: auto
> Called `/usr/bin/cmake --trace-expand .` in
> /home/michael/e-git-script/enlightenment/build/meson-private/cmake_bluez
>
>
>
> -> 0
> -- Module search paths: ['/', '/opt', '/usr', '/usr/local']
> -- CMake root: /usr/share/cmake-3.13
> -- CMake architectures: ['i386-linux-gnu', 'x86_64-linux-gnu']
> -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32',
> 'share', 'lib/i386-linux-gnu', 'lib/x86_64-linux-gnu']
> Run-time dependency bluez found: NO (tried pkgconfig and cmake)
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'systemd' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion systemd` -> 0
> 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --cflags systemd` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config systemd --libs` -> 0
>
> Run-time dependency systemd found: YES 241
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --variable=systemduserunitdir systemd`
> -> 0
> /usr/lib/systemd/user
> Got pkgconfig variable systemduserunitdir : /usr/lib/systemd/user
> Pkg-config binary for MachineChoice.HOST is cached.
> Determining dependency 'eeze' with pkg-config executable
> '/usr/bin/pkg-config'
> PKG_CONFIG_PATH: /opt/e/lib/pkgconfig:
> Called `/usr/bin/pkg-config --modversion eeze` -> 1
>
> CMake binary for MachineChoice.HOST is cached.
> Run-time dependency eeze found: NO (tried pkgconfig and cmake)
>
> meson.build:225:11: ERROR: Dependency "eeze" not found, tried
> pkgconfig
> and cmake
 the error is that eeze is not found.

 Either :

 1) build the efl with eeze support (iirc, libmount is necessary for
 eeze). Verify that eeze.pc is available where you installed the EFL

 or :

 2) build E without eeze support (it's disabled by default)

 Vincent


 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>> yes, but it really is installed:
>>>
>>> $:/mnt/opt/e$ ls bin
>>>
>>> diffeet  edje_inspector  eetpack efl_debug
>>> elementary_codegen  elm_prefs_cc eolian_cxx
>>> ecore_evas_convert   edje_pick   eeze_disk_ls efl_debugd
>>> elementary_config   elua eolian_gen
>>> edje_cc  edje_player eeze_mount efreetd
>>> elementary_perf embryo_cc    ethumb
>>> edje_codegen edje_recc   eeze_scanner eina_btlog
>>> elementary_quicklaunch  emotion_test ethumbd
>>> edje_decc    edje_watch  

[e-users] efl.git Examples

2018-10-29 Thread Marcel Hollerbach

Hello,

A while ago the examples from the efl.git repository were migrated to 
examples.git [1]. However - right now the examples in the efl.git are 
still there. Is it okay for everyone that we will remove those examples 
from the main efl.git repository but have them in the examples.git ?


Greetings,
   bu5hm4n

[1]:https://git.enlightenment.org/tools/examples.git/


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


[e-users] Second may meeting

2018-05-17 Thread Marcel Hollerbach

Hello,

the second may meeting took place today.
The irc log, meeting minutes and attendees are captured in the following 
wiki page:

https://phab.enlightenment.org/w/meetings/2018/may_2/

The next meeting date will be announced next week

Greetings,
   bu5hm4n

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] More help with meson please ...

2017-12-10 Thread marcel-hollerbach
Hello,

On Sun, Dec 10, 2017 at 10:20:22AM +0100, Massimo Maiurana wrote:
> Massimo Maiurana ha scritto il 10/12/2017 alle 09:41:
> > Carsten Haitzler ha scritto il 10/12/2017 alle 02:02:
> >> On Sat, 9 Dec 2017 18:06:49 +0100 Massimo Maiurana  
> >> said:
> >>
> >>> I have a different problem with the prefix.
> >>>
> >>> I build E using this command:
> >>> meson --prefix=/opt/e17 . build
> >>>
> >>> But both modules and pkgconfig files are not installed in /opt/e17/lib
> >>> as I would expect, they are installed in /opt/e17/lib/x86_64-linux-gnu,
> >>> so E doesn't find any module at startup and additional modules can't be
> >>> built as at configuration stage they can't find enlightenment.pc. I have
> >>> to move all directories by hand.
> >>>
> >>> Is there a way to make it install these files in the right directories?
> >>
> >> odd. they don't do that for me on arch. they install in the usual old 
> >> school
> >> places. PREFIX/lib/enligntenment/... for modules, PREFIX/lib/pkgconfig/... 
> >> for
> >> pc files...
> >>
> >> has your meson been patched by your distro?
> > 
> > It could be, I'm on debian buster. The current shipped version is 0.42.1
> > and I see in changelog that something has changed to solve some problems
> > with multiarch and cross builds:
> > http://metadata.ftp-master.debian.org/changelogs/main/m/meson/meson_0.42.1-1_changelog
> 
> Uhm, it appears that this is the only patch in debian package and it
> looks unrelated to this issue:
> https://sources.debian.org/patches/meson/0.42.1-1/1-disable-openmpi.patch/
> 
> Maybe the problem is the meson version, 0.42.1 in buster but 0.43.0 in Arch?
> 
> 0.43.0 has not been ported to debian due to compilation problems:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879976
> 
> > I'll try do downgrade meson to see if the issue has been introduced at
> > some point.
> 
> There aren't other versions available in buster :(
> 


Can you check the output of mesonconf ? 

I think you have your libdir variable set to lib/x86_64-linux-gnu/ no
idea why, but debian & ubuntu default theire lib directory in meson to
that value ...

You can change that with `meson --libdir=lib [whatever option] ..`


Greetings,
   bu5hm4n

> >>> Massimo
> >>>
> >>> Daniel Kasak ha scritto il 29/11/2017 alle 04:14:
>  I'm having a small issue with meson and enlightenment. It's ignoring my
>  'prefix' option. I'm building like this:
> 
>  ---
> 
>  export LIBRAW_CFLAGS=-I/usr/include/libraw
>  export PKG_CONFIG_PATH=/opt/e22/lib/pkgconfig
>  export CFLAGS="-O3 -g3 -march=skylake -ffast-math -W -Wall -Wextra 
>  -Wshadow
>  -Wstrict-prototypes"
> 
>  rm -rf build
> 
>  meson . build
> 
>  meson configure build \
>   -Dprefix=/opt/e22 \
>   -Dincludedir=/opt/e22 \
>   -Dwayland=True
> 
>  ninja -C build
>  ninja -C build install
> 
>  ---
> 
>  If I cd into the enlightenment source and go:
> 
>   meson configure build
> 
>   ... it says it's recognised the 'prefix':
> 
>  Directories:
>    Option Current Value Description
>    -- - ---
>    prefix /opt/e22  Installation prefix.
> 
>  But when I do:
> 
>   ninja -C build install
> 
>   ... it installs into /usr/local/
> 
>  If I do:
> 
>   DESTDIR=/opt/e22 ninja -C build install
> 
>   ... it puts things in /opt/e22/usr/local/ ... etc
> 
>  I guess I'm doing something wrong. Any hints?
> 
>  Dan
>  --
>  Check out the vibrant tech community on one of the world's most
>  engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>  ___
>  enlightenment-users mailing list
>  enlightenment-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> >>>
> >>>
> >>> -- 
> >>> Massimo Maiurana
> >>> Ragusa (RG)
> >>>
> >>> --
> >>> Check out the vibrant tech community on one of the world's most
> >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >>> ___
> >>> enlightenment-users mailing list
> >>> enlightenment-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >>>
> >>
> >>
> > 
> > 
> 
> 
> -- 
> Massimo Maiurana
> Ragusa (RG)
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> 

Re: [e-users] Extra release

2017-02-15 Thread marcel-hollerbach
On Tue, Feb 14, 2017 at 11:09:13PM -0500, Christopher Barry wrote:
> On Tue, 14 Feb 2017 23:34:47 +0100
> marcel-hollerb...@t-online.de wrote:
> 
> >https://extra.enlightenment.org 
> 
> very cool
> 
> but needs //way// bigger (and more) images of all the themes...
> 
> the image, when the thumbnail is clicked, needs to expand to the size of
> a desktop, e.g. 1920x1200 or wider and very high resolution.
> dual-and-triple-head screenshots in e are really cool. select 'perfect'
> when saving them. yeah, they're fat... TFB! It's the only way to
> experience these things. :)
> 
> But it's a great idea that's way overdue, and it's a great beginning.
> I for one am glad you are taking on this challenge in a very creative
> way.

Cool to see that you like it! 

I am not sure if you mean the app or the website, the app can handle
that "fullscreen" display of the preview, the website sadly not.

I try to collect bring more content to the website in the next few
weeks, if you have good looking, working themes, let me know :)

> 
> Cheers,
> 
> -- 
> Regards,
> Christopher
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Extra release

2017-02-14 Thread marcel-hollerbach
On Tue, Feb 14, 2017 at 10:21:57PM +, Mick wrote:
> On Tuesday 14 Feb 2017 11:38:30 marcel-hollerb...@t-online.de wrote:
> > It finally happened!
> > 
> > There is a 0.0.1 release of extra!
> 
> Great!
> 
> Err .. what is it?
> 

Good catch! I should have explained that...

The app gives you the possibility to download themes/backgrounds from the 
website
https://extra.enlightenment.org and put them into the right directories so it 
can
be used as a theme or background.

> 
> > https://download.enlightenment.org/rel/apps/extra/extra-0.0.1.tar.bz2
> > md5sum: 2df432ee1c874560dd30421c9299de2d
> > 
> > https://download.enlightenment.org/rel/apps/extra/extra-0.0.1.tar.gz
> > md5sum: 16b8bfd2eed180f56e5d24fcf9a1da3e
> > 
> > If there are any problems or bugs, give us a ticket on phabricator.
> > https://phab.enlightenment.org/project/profile/135/
> > 
> > Greetings,
> >Marcel Hollerbach
> > 
> > 
> > -- Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> -- 
> Regards,
> Mick


> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot

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


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Extra release

2017-02-14 Thread marcel-hollerbach
It finally happened!

There is a 0.0.1 release of extra!

https://download.enlightenment.org/rel/apps/extra/extra-0.0.1.tar.bz2
md5sum: 2df432ee1c874560dd30421c9299de2d

https://download.enlightenment.org/rel/apps/extra/extra-0.0.1.tar.gz
md5sum: 16b8bfd2eed180f56e5d24fcf9a1da3e

If there are any problems or bugs, give us a ticket on phabricator.
https://phab.enlightenment.org/project/profile/135/

Greetings,
   Marcel Hollerbach

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Extra release

2017-01-23 Thread marcel-hollerbach
Hello,

Andy already annouced the extra.enlightenment.org site, so here is the 
first extra beta release of the app. Extra is little app that installs 
themes and backgrounds from extra.enlightenment.org directly into your 
elementary theme directory or your personal e config folder.

We are open for feedback and happy for new ideas.

Download:
   devs.enlightenment.org/~bu5hm4n/extra/extra-0.0.1-beta.tar.gz

md5-Checksum:
   820716f46be362b0ce28f6bba4bea84c

If there are no problems i will release the final version next week.

Greetings
   bu5hm4n

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] recent enlightenment update problems

2016-12-11 Thread marcel-hollerbach
On Sun, Dec 11, 2016 at 01:26:31PM +0100, Peter Koellner wrote:
> On Sun, 11 Dec 2016, marcel-hollerb...@t-online.de wrote:
> 
> > Rightclick on the flag, most upper menu entry, then the delete menu
> > item. This should remove the gadget from the shelf.
> 
> There was another option to just display the current layout language code 
> without the flag, I do not want the gadget gone completely. I thought it 
> was somewhere there in the gadget preferences menu, but I don't see it 
> anywhere..

Ah, yeah. Just click on the flag -> settings -> options, then the second
option. The option should say something like "Label only in gadgets".

> 
> -- 
> peter kollner 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] recent enlightenment update problems

2016-12-11 Thread marcel-hollerbach
Hello,

On Sun, Dec 11, 2016 at 01:00:25PM +0100, Peter Koellner wrote:
> Hi!
> 
> since installing efl 1.18.3 I had a number of problems. It looks like the 
> black screen got solved by eliminating the whole .e configuration folder 
> again, but now with the freshly installed and reconfigured efl 1.18.4 
> and enlightenment 0.21.5 there seems to be a new problem with the input 
> focus. It looks like changing the input between windows on two different 
> monitors does not work cleanly for some reason. The text I am typing
> continues to go to the last focused window on the other monitor and I found it
> very difficult to persuade the focus to change by moving the new window to 
> the other monitor and back. I tried this with some firefox and IDE on the 
> second monitor and a freshly compiled Terminology and a XTerm on first 
> monitor. Is this some configuration thing or a bug that should be reported?
> 
> Also, how do I get rid of the damn national flag in the keyboard configuration
> display in the shelf again? I can't find it in the preferences there, though 
> I already did it two or three times before after eliminationg the 
> configuration folder in previous updates...

Rightclick on the flag, most upper menu entry, then the delete menu
item. This should remove the gadget from the shelf.

Greetings
   bu5hm4n

> 
> regards
> 
> 
> 
> -- 
> peter kollner 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ibar icon truncated on the sides

2016-09-12 Thread marcel-hollerbach
Hello,

https://git.enlightenment.org/core/enlightenment.git/commit/?id=50030dc69346c209109c36bb41631b176c85b2c5

This is the commit which brings this problem up...

I am currently searching for the reason, which is not that easy. If it
gets a too huge problem i can revert that commit and bring it back in,
once the reason for the miscalculation is found...

Greetings
   bu5hm4n

On Mon, Sep 12, 2016 at 02:08:28PM +0200, Benoit Barthelet wrote:
> I use everything compiled from git, I don't know if there is an option to
> avoid that, but when I add more items to my ibar, the icons on the left &
> right are truncated
> 
> on the below screen you can see the disk usage icon is cut, just next to
> the temperature model
> 
> http://www.enlightenment.org/ss/e-57d699b5943e53.52970570.jpg
> the more apps I add the worse it becomes
> 
> see the second one, terminology icon on the left is cut in half, same for
> the one one the right
> http://www.enlightenment.org/ss/e-57d69a479dff19.36457584.jpg
> 
> moving the elements on the left and right of the ibar doesnt change
> anything, putting it on he desktop solves the issue which seem to appear
> only when the ibar is in a shelf
> 
> 
> 
> 
> -- 
> benoit barthelet
> http://pgp.mit.edu/pks/lookup?op=get=0xF150E01A72F6D2EE
> --
> ___
> 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] Enlightenment and Spotify

2016-09-01 Thread marcel-hollerbach
On Thu, Sep 01, 2016 at 09:17:29AM +0200, Stefan Schmidt wrote:
> Hello.
> 
> On 01/09/16 09:04, marcel-hollerb...@t-online.de wrote:
> > Hello,
> >
> > do you know the module "Music Player"? Its a grafical frontent in your
> > shelf, which displays the current song and offers you a ui, you can also
> > give the module shortcuts. So you can use it without interacting with
> > the ui. There are also options like "Pause Music when screen is locked",
> > which is quite usefull.
> >
> > In the settings you can set the Player to use.
> 
> We would have to add the dest for spotify though before this player can 
> be selected (org.mpris.MediaPlayer2.spotify). Easy enough to do if there 
> is interested but someone has to test it.

This is already added :) And is also in the e-0.21 release.

> 
> regards
> Stefan Schmidt
> 
> --
> ___
> 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] Enlightenment and Spotify

2016-09-01 Thread marcel-hollerbach
Hello,

do you know the module "Music Player"? Its a grafical frontent in your
shelf, which displays the current song and offers you a ui, you can also
give the module shortcuts. So you can use it without interacting with
the ui. There are also options like "Pause Music when screen is locked",
which is quite usefull.

In the settings you can set the Player to use.

Greetings
   bu5hm4n

On Wed, Aug 31, 2016 at 02:43:07PM -0600, Esteban Monge wrote:
>   I am wondering that Spotify supports MPRIS… with this you can 
> play/pause/stop music and next or forward songs… without entering to the 
> GUI, for example with Fn Keys.
> 
> Enlightenment have a way to add it very easy… I posted a how to in this 
> link:
> 
> https://www.estebanmonge.tk/doku.php/spotify?s[]=enlightenment
> 
> --
> ___
> 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] Enlightenment DR 0.21.2 Release

2016-08-22 Thread marcel-hollerbach
Hello,

On Mon, Aug 22, 2016 at 04:00:09AM -0300, Vinícius dos Santos Oliveira wrote:
> 2016-08-22 1:47 GMT-03:00 Simon Lees :
> 
> > See the full announcement for more details:
> > https://www.enlightenment.org/news/e21_2_release
> >
> 
> It's empty for me. The same happens for all previous releases. This start
> to bothering me. I feel tricked and I click on a non-existing page. Can you
> guys just not include theses links anymore?

I think this was a typo, you can find the page here:
https://www.enlightenment.org/news/e-0.21.2-release

Greetings,
   bu5hm4n
> 
> 
> -- 
> Vinícius dos Santos Oliveira
> https://vinipsmaker.github.io/
> --
> ___
> 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] How do I remove Bryce ?

2016-03-23 Thread marcel-hollerbach
Hi,

you can get the bryce settings by ALT+right-click on the bryce, there
you will find a Delete menu entry.

Greetings, bu5hm4n

On Wed, Mar 23, 2016 at 11:06:44PM +0100, Ingvaldur Sigurjonsson wrote:
> Hi
> 
>Curious as I am, I happened to select the 'Desktop->Add Bryce', only 
> to find it taking up space and not being able to remove it!
> 
>So, can anyone explain how ?
> 
> Regards
> - Ingi
> 
> --
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Releases

2015-10-11 Thread marcel-hollerbach
I think what wfx means is that enventor is not working with 1.15.2, but
e forces you to use 1.15.2, so you have the decision, use up to date e
or enventor.

On enventor side the problem are the .eo files which are incompatible
with 1.15.2 because of the new eolian syntax.

Greetings bu5hm4n

On Sun, Oct 11, 2015 at 09:23:15PM +0900, Carsten Haitzler wrote:
> On Sun, 11 Oct 2015 12:54:37 +0200 Wolfgang Morawetz
>  said:
> 
> > The released application like eventor 0.6.0 do not work with the released
> > version of efl 1.15.2
> > 
> > I think it would be nicer to give some sidenote about this. To list all
> > releases let someone think the work with each other's. 
> 
> enventor's release manager/maintainer needs to handle this - that page should
> NOT go listing specific release info as it's basically a nightmare to then
> maintain it in parallel to readme's and what is in each and every app.
> 
> as such nothing should get a release that doesn't work against the latest
> official efl release at the time it is released (it should also work against
> future versions too - but a break would imply an abi/api break in efl we have
> to fix, or the app relied on undefined behavior or mis-used api's and new
> updates got stricter or .. changed undefined behavior).
> 
> >  Carsten Haitzler schrieb 
> > 
> > >On Sun, 11 Oct 2015 20:48:17 +1030 Simon Lees  said:
> > >
> > >> 
> > >> 
> > >> On 10/11/2015 11:54 AM, Carsten Haitzler (The Rasterman) wrote:
> > >> > On Sat, 10 Oct 2015 21:22:16 +0200 Wolfgang Morawetz
> > >> >  said:
> > >> >
> > >> >> Hi,
> > >> >> on https://www.enlightenment.org/download
> > >> >> can you read about the latest sourcecode releases but
> > >> >> you dont write down that the wont work with each other.
> > >> >>
> > >> >> Looks wrong for me.
> > >> > eh? won't work with eachother?
> > >> >
> > >> >
> > >> Maybe he's talking about the fact e19.12 requires efl 1.15.2? Which was 
> > >> mentioned in the release notes.
> > >
> > >why do we need to start listing all of that there? get the latest of
> > >anything. you will find out soon enough when you run configure and it tells
> > >you what is missing.
> > >
> > >-- 
> > >- 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
> > --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > 
> 
> 
> -- 
> - 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

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


Re: [e-users] alsa NOT mixer?

2015-08-12 Thread marcel-hollerbach
Okay, can you somehow check which commit is the last for the sparky
repos ? 

It should work, If the commits are older than 
c61320ce72e67ca66fba1d652e1a7da44d8ab67e.

Can you also specify what are the exact problems ? 

Those are fixed:

- Volume jumping back to 0% all the time
- Segfault if there is no card.
- Devices which are no real playbackdevices are gone.

Greeings bu5hm4n

On Tue, Aug 11, 2015 at 04:00:53PM -0300, Wido wrote:
 Haven't tried it from git, but from sparky repost looks de same
 
 2015-08-11 5:54 GMT-03:00 marcel-hollerb...@t-online.de:
 
  Hello,
 
  can you update and tell if the mixer is working better with the current
  state ?
 
  There where a few problems, they should be solved now. :)
 
  Greetings bu5hm4n
 
  On Thu, Aug 06, 2015 at 12:34:55AM -0300, Wido wrote:
   Hi Guys,
  
   for those who didn't read my previous mail, I've recently updated E from
   compiling to the ones from sparkylinux repos, now at version
  0.19.99.20358
   (does that number even mean anything?)
  
   This version has a new mixer module which seems nicer but totally doesn't
   works.
  
   in this setup I have an onboard ati card, (which I don't use at all) and
  an
   nvidia card plugged to a TV via HDMI. I did some alsa tricks for having a
   software volume mixer because reasons and I don't use pulse, only minimal
   deps installed
  
   The old mixer module worked fine, i could choose which card and for each
   card, what would be the default volume and done. With the new one, even
   when seems nicer, it doesn't do anything, I can't choose  a default
  volume
   and the volumes mixers don't affect anything.
  
   --
  
  --
   ___
   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
 
 
 
 
 -- 
 Wido
 --
 ___
 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] alsa NOT mixer?

2015-08-11 Thread marcel-hollerbach
Hello,

can you update and tell if the mixer is working better with the current
state ?

There where a few problems, they should be solved now. :)

Greetings bu5hm4n

On Thu, Aug 06, 2015 at 12:34:55AM -0300, Wido wrote:
 Hi Guys,
 
 for those who didn't read my previous mail, I've recently updated E from
 compiling to the ones from sparkylinux repos, now at version 0.19.99.20358
 (does that number even mean anything?)
 
 This version has a new mixer module which seems nicer but totally doesn't
 works.
 
 in this setup I have an onboard ati card, (which I don't use at all) and an
 nvidia card plugged to a TV via HDMI. I did some alsa tricks for having a
 software volume mixer because reasons and I don't use pulse, only minimal
 deps installed
 
 The old mixer module worked fine, i could choose which card and for each
 card, what would be the default volume and done. With the new one, even
 when seems nicer, it doesn't do anything, I can't choose  a default volume
 and the volumes mixers don't affect anything.
 
 --
 --
 ___
 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] entrance segfault with efl-1.15? (Was: Re: how to leave presentation mode)

2015-08-09 Thread marcel-hollerbach
Hello,

thank you for the detailed description of the problem.

The segmentation fault is fixed.
There was a second problem, efreet could not be fired up, which resulted
for me in a black screen. I added a config option so the user which is used for
the greeter is configurable. It can be configured in entrance.conf with the key 
work start_user.
To have a working user it just should have a homedirectory, that should
be enough. The default configured user is entrance. If the configured
user is not working nobody is taken. Which might end up in a black
screen DM.

Greetings bu5hm4n

On Sat, Aug 08, 2015 at 02:25:27PM +0200, Peter Koellner wrote:
 Hi!
 
 On Fri, 7 Aug 2015, marcel-hollerb...@t-online.de wrote:
 
 What was the last time you build it ? Did efl-1.15 cause the problem or
 the entrance update ?
 
 Well, I had entrance running as default display manager for a couple of 
 months now, so yesterday I downloaded and installed first the efl-1.15 and 
 enlightenment 0.19.8 sources, and then did a recompile on entrance. Of 
 course, there have also been a couple of updates for debian 8 in the last few 
 months, too.
 I switched back to xdm for now since I had not come around to fine tune the 
 init script anyway, so it did hang on shutdown for a couple of minutes for 
 some reason. Sooo... today I made another make distclean; make; sudo make 
 install and then started the test:
 
 /opt/src/entrance# utils/entrance_xephyr.sh INF7324:entrance
 src/daemon/entrance_config.c:82 _users_get() entrance: Updating
 configuration
 INF7324:entrance src/daemon/entrance.c:421 main() Welcome
 INF7324:entrance src/daemon/entrance.c:435 main() session init
 INF7324:entrance src/daemon/entrance_session.c:52 
 _entrance_session_cookie_add() write auth on display :1.0 with file 
 /var/run/entrance.auth
 INF7324:entrance src/daemon/entrance_session.c:465 
 _entrance_session_desktops_init() scanning directory: /usr/local/share
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding Enlightenment as wm
 INF7324:entrance src/daemon/entrance_session.c:465 
 _entrance_session_desktops_init() scanning directory: /usr/share
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding GNOME 3 (JHBuild) as wm
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding MATE as wm
 INF7324:entrance src/daemon/entrance_session.c:515 
 _entrance_session_desktops_scan_file() Adding TWM as wm
 INF7324:entrance src/daemon/entrance.c:189 _entrance_main() starting...
 INF7324:entrance src/daemon/entrance.c:206 _entrance_main() Exec 
 entrance_client: /usr/bin/sudo -u nobody LD_LIBRARY_PATH=/usr/lib 
 /usr/lib/entrance/entrance_client -d :1.0 -t default
 INF7324:entrance src/daemon/entrance.c:448 main() history init
 INF7324:entrance src/daemon/entrance_history.c:235 _entrance_user_init() 
 scan for users
 INF7324:entrance src/daemon/entrance.c:472 main() action init
 INF7324:entrance src/daemon/entrance_action.c:205 
 _entrance_action_grub2_get() trying to open /boot/grub/grub.cfg
 INF7324:entrance src/daemon/entrance_action.c:215 
 _entrance_action_grub2_get() open /boot/grub/grub.cfg ok
 INF7324:entrance src/daemon/entrance.c:474 main() server init
 ERR7324:ecore_con lib/ecore_con/ecore_con_local.c:373 
 ecore_con_local_listen() Local socket '/var/tmp/.ecore_service|entrance|42' 
 bind failed: Address already in use
 ERR7324:ecore_con lib/ecore_con/ecore_con_local.c:379 
 ecore_con_local_listen() Local socket '/var/tmp/.ecore_service|entrance|42' 
 connect test failed: Connection refused
 INF7324:entrance src/daemon/entrance.c:476 main() starting main loop
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:efreet_cache lib/efreet/efreet_cache.c:249 efreet_cache_init() 
 Failed to create directory '/nonexistent/.cache/efreet'
 
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:elementary elm_config.c:3353 _elm_config_sub_init() Problem 
 accessing Elementary's user configuration directory: 
 /nonexistent/.elementary/config/
 
 X11 connection rejected because of wrong authentication.
 ERR7324:entrance_client src/daemon/entrance.c:163 _entrance_client_error() 
 ERR7329:eldbus lib/eldbus/eldbus_core.c:1005 _connection_get() Error 
 connecting to bus of type 1. error name: 
 org.freedesktop.DBus.Error.Spawn.ExecFailed error message: 
 /usr/bin/dbus-launch terminated abnormally with the following error: 
 Autolaunch error: X11 initialization failed.
 
 ERR7329: lib/eldbus/eldbus_core.c:1067 eldbus_connection_get() safety check 
 failed: conn == NULL
 ERR7329: eldbus_elementary_colorclass.c:122 
 elementary_colorclass_proxy_get() safety check failed: conn == NULL
 
 INF7324:entrance_client src/daemon/entrance.c:182 _entrance_client_data() 
 src/bin/entrance_client.c:58 login init
 src/bin/entrance_client.c:60 gui init
 src/bin/entrance_gui.c:80 Gui init: 

Re: [e-users] how to leave presentation mode

2015-08-07 Thread marcel-hollerbach
Hello,

On Fri, Aug 07, 2015 at 11:19:54PM +0200, Peter Koellner wrote:
 hi!
 
 i have just upgraded to efl-1.15 with enlightenment 0.19.8. Now there are a 
 few minor problems...
 first of all, I have also updated entrance from git and recompiled it, and it 
 does not seem to work any longer. 

What was the last time you build it ? Did efl-1.15 cause the problem or
the entrance update ?

 But that is a different issue, after starting enlightenment manually, a 
 notification window pops up and tells me that I am in presentation mode 
 and... vanishes before I can read the rest. 
 I guess I have been in presentation mode for half a year or so now since 
 screen blanking stopped working a long time ago. 
 So - how do I leave presentation mode? Is there a menu setting somewhere? 
 I only found one entry how to enter presentation mode, but nothing for 
 leaving it...

You should have a menu entry Modes in the settingsmenu 
(MainMenuSettingsModes),
where you have a checkbox, so you can enable/disable it.

Greetings

bu5hm4n

 
 regards
Peter
 
 -- 
 peter kollner pe...@asgalon.net
 
 --
 ___
 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] ltmain.sh not found

2015-02-25 Thread marcel-hollerbach
Hi,

had this a while back, If I remember correctly it has something to do
with updated autotools versions.

Running libtoolize in the repository should work :)

Greetings bu5hm4n

On Thu, Feb 26, 2015 at 10:11:32AM +0900, Florian Schaefer wrote:
 Dear enlightenment guys,
 
 since about half a year I cannot figure out any more how to successfully
 compile E (neither official releases or from git).
 
 The autogen.sh (or configure) step always end like this:
 
 snip
 
 CDPATH=${ZSH_VERSION+.}:  cd .  /bin/sh
 /usr/src/e17/enlightenment/missing aclocal-1.14 -I m4
  cd .  /bin/sh /usr/src/e17/enlightenment/missing automake-1.14 --gnu
 configure.ac:312: warning: The 'AM_PROG_MKDIR_P' macro is deprecated,
 and its use is discouraged.
 configure.ac:312: You should use the Autoconf-provided 'AC_PROG_MKDIR_P'
 macro instead,
 configure.ac:312: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your
 Makefile.am files.
 configure.ac:48: error: required file './ltmain.sh' not found
 Makefile:4595: recipe for target 'Makefile.in' failed
 make: *** [Makefile.in] Error 1
 
 snap
 
 I am running automake 1.14 and autoconf 2.69 on Debian here.
 Further, I can build evas, emotion and elementary just fine.
 
 Any ideas are greatly appreciated. :-)
 
 Cheers
 Florian
 


 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the 
 conversation now. http://goparallel.sourceforge.net/

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


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mixer ?

2014-12-23 Thread marcel-hollerbach
Hi!

On Tue, Dec 23, 2014 at 10:59:40PM +0900, Carsten Haitzler wrote:
 On Tue, 23 Dec 2014 08:54:38 -0500 mh mhe...@member.fsf.org said:
 
  On 12/23/2014 01:11 AM, Pierre Couderc wrote:
   Le 23/12/2014 00:19, Carsten Haitzler (The Rasterman) a écrit :
   likely alsa will get dropped and current mixer replaced by epulse.
   Fine !
  
  
  sorry to hear that!
 
 mixer isnt in great shape, and alsa is definitely less used than pulse. and
 epulse is very solid and working well - so less bugs. it is far more fully
 featured.
 
 if people have a problem with this, then it may be an idea to get up and get
 your hands dirty. :)
 

There is a abstraction layer for backends in epulse, and as far as I
know there is a alsa backend, currently it is in a branch, but it works,
I run it a long time :)

 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 --
 Dive into the World of Parallel Programming! The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Who has changed my home directory ?

2014-12-10 Thread marcel-hollerbach
Hi,

is really echo $HOME something different??

Terminology is starting in a directory where enlightenment is started
in, so possible that somehow you changed the directory before you start
enlightenment?

Greatings bu5hm4n

On Wed, Dec 10, 2014 at 10:07:33AM +0100, Pierre Couderc wrote:
 1- Who has changed my home directory ?
 
 Well, I call home directory my /home/pcouderc.
 When I start terminology, I would like to arrive in it, but it has been 
 changed elswhere.
 More over, this elsewehre is the default directory of  unzip !
 
 So, who has changed my home directory ?
 
 2- How can I reset it to /home/pcouderc
 
 Thank all.
 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] No application in iBar

2014-12-07 Thread marcel-hollerbach
Hi,

is the settingspanel for favorite applications or standart applications
working for you ?

Greetings bu5hm4n

On Sat, Dec 06, 2014 at 04:31:48PM +0100, Pierre Couderc wrote:
 
 On 12/06/2014 12:18 PM, Carsten Haitzler (The Rasterman) wrote:
  On Sat, 06 Dec 2014 11:46:30 +0100 Pierre Couderc pie...@couderc.eu said:
 
  I have been obliged to install again my OS and I have the same problem :
  No application appear in the iBar settings.
 
  What can I check to debug that ?
  I have the samr settings as below.
 
  Thank you.
 
  Pierre Couderc
  ibar has no content at all - or the icons are blank?
 ibar has no content at all.
 But applications  appear in main menu.
 For example, terminology appears in main menu, but not in iBar.
 I do not speak of icons (for the moment ;)
 
  On 11/20/2014 12:03 PM, pierre wrote:
  I have no application in iBar Applications settings (Settings - Apps -
  iBar Applications). It is empty.
  But I have applications in the Applications menu.
 
  I have seen posts about no icons in  iBar Applications but not on no
  applications.
 
  I have a fresh compiled 0.19.1 (from git tag v0.19.1) without any option
  on a minimum debian jessie.
 
  What am I missing ?
 
  Thank you in advance
 
  PC
 
 
 
 
 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Entrance not working

2014-08-12 Thread marcel-hollerbach
Hi,

sorry for the delayed answer, I was in vacation.

From the log I cannot see a real problem. The dbus error is caused at
the init of efreet, but that does not matter!

Also the errors of the history and xauth are ok.

The thing I dont understand is the commandline of the entrance_client, is the 
sudo of your distribution no?
It seems entrance_client is not executed correctly, the daemon is working well.

Greetings bu5hm4n :)

On Tue, Aug 12, 2014 at 08:27:58AM -0700, Alejandro Salas wrote:
 Yes. I know it's a dev branch. 
 I was just wondering if there was a know issue with it.
 
 I'll keep updating it to see if it works out.
 Thanks.
 
 
 On Tuesday, August 12, 2014 8:18 AM, Fan Cris fancr...@gmail.com wrote:
  
 
 
 
 for some reasons your mail was in spam
 what to say, work for me
 see in git, entrance, is a dev branch
 try and this, have a fix for autologin but is a loop autologin
 
 
 
 On Mon, Aug 11, 2014 at 7:25 PM, Alejandro Salas krieg...@yahoo.com wrote:
 
  Hello everyone,
 
  I haven't installed E17 in a while. I used the last version of the easyE17
  script from http://omicron.homeip.net/projects/ to do it.
  I compiled everything without much trouble and I'm trying to use Entrance.
 
  Installation went without problems, but when I boot, Entrance tries to
  start and shuts down.
  I'm assuming that it has to do with the Error with DBus, but I haven't
  found anything helpful on how to solve it.
  Does anyone knows how to fix this?
  Thanks!
 
  This is from entrance.log:
 
  (Aug 11 08:18:46) entrance: Welcome
  ERR1619:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get() Error
  connecting to bus of type 1. error name:
  org.freedesktop.DBus.Error.NotSupported error message: Unable to autolaunch
  a dbus-daemon without a $DISPLAY for X11
  ERR1619: lib/eldbus/eldbus_core.c:1065 eldbus_connection_get() safety
  check failed: conn == NULL
  (Aug 11 08:18:46) entrance: session init
  (Aug 11 08:18:47) entrance: write auth on display :0.0 with file
  /var/run/entrance.auth
  /usr/bin/xauth:  file /var/run/entrance.auth does not exist
  (Aug 11 08:18:47) entrance: scanning directory:  /opt/efl/share/xsessions
  /usr/share/xsessions
  (Aug 11 08:18:47) entrance: scan directory end
  (Aug 11 08:18:47) entrance: xserver init
  (Aug 11 08:18:47) entrance: Launching xserver
  (Aug 11 08:18:47) entrance: xserver adding signal user handler
  (Aug 11 08:18:47) entrance: history init
  (Aug 11 08:18:47) entrance: Error on reading last session login
  (Aug 11 08:18:47) entrance: scan for users
  (Aug 11 08:18:47) entrance: action init
  (Aug 11 08:18:47) entrance: trying to open /boot/grub/grub.cfg ok
  (Aug 11 08:18:47) entrance: server init
  (Aug 11 08:18:47) entrance: starting main loop
  (Aug 11 08:18:50) entrance: xserver started
  (Aug 11 08:18:50) entrance: starting...
  (Aug 11 08:18:50) entrance: Exec entrance_client: no -u nobody
  LD_LIBRARY_PATH=/opt/efl/lib /opt/efl/lib/entrance/entrance_client -d :0.0
  -t default
  (Aug 11 08:18:50) entrance: client have terminated
  (Aug 11 08:18:50) entrance: main loop end
  (Aug 11 08:18:50) entrance: server shutdown
  (Aug 11 08:18:50) entrance: action shutdown
  (Aug 11 08:18:50) entrance: history shutdown
  (Aug 11 08:18:50) entrance: xserver shutdown
  (Aug 11 08:18:50) entrance: pam shutdown
  (Aug 11 08:18:50) entrance: ecore shutdown
  (Aug 11 08:18:50) entrance: session shutdown
  (Aug 11 08:18:50) entrance: config shutdown
  (Aug 11 08:18:50) entrance: Config free
  (Aug 11 08:18:50) entrance: eet shutdown
  (Aug 11 08:18:50) entrance: ending xserver
  (Aug 11 08:18:50) entrance: xserver end
 
  --
  ___
  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

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


Re: [e-users] Entrance not working

2014-08-12 Thread marcel-hollerbach
Hi,

On Tue, Aug 12, 2014 at 11:46:13AM -0700, Alejandro Salas wrote:
  sorry for the delayed answer, I was in vacation.
 Don't worry.. thanks for helping!
 
  The thing I dont understand is the commandline of the entrance_client, is 
  the sudo of your distribution no?
  It seems entrance_client is not executed correctly, the daemon is working 
  well.
 I didn't know entrance needed sudo. Is there a way to make it work without it?
 if not I will install it and recompile/re-install.

You will need to compile it with sudo, it will not work without.

Greetings!

 
 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] Trouble compiling elementary-1.10.1

2014-06-21 Thread marcel-hollerbach
Hi,

is your efl up to date? It seems you are using an old eolian_gen.

Greetings bu5m4n!

On Sat, Jun 21, 2014 at 10:48:02PM +0800, Sykes wrote:
 When compiling elementary I get the following;
 
EOLIAN   elm_widget.eo.c
elm_widget.eo: 809: '.' expected near ':'
ERR27331:eolian_gen bin/eolian/main.c:329 main() Error during parsing 
 file elm_widget.eo
 
make: *** [elm_widget.eo.c] Error 1
 
 This is on an Ubuntu system. I think I have removed all traces of e17
 but there is a chance something is lying around.
 
 Any pointers on where to start looking to fix this?
 
 Sykes
 
 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users