Re: [E-devel] unlock desktop

2019-01-25 Thread Vasiliy Tolstov
сб, 15 дек. 2018 г. в 15:57, Carsten Haitzler :
>
> On Fri, 14 Dec 2018 16:17:04 +0300 Vasiliy Tolstov  said:
>
> > ср, 12 дек. 2018 г. в 13:06, Carsten Haitzler :
> > > well my experience with bluez is that you have to go into scan mode to get
> > > rssi values and you don't always get rssi values for all bt devices. only
> > > some of them. l2ping is a cmdline tool to ping bt devices. not all devices
> > > connect automatically and connecting them has "consequences" (e.g. a mouse
> > > or kbd will make them input devices when connected or audio devices may
> > > become output targets for audio). the problem is that i can't find any
> > > PASSIVE way to detect a bt device is present (within range of the bt
> > > adapter) other than actively pinging it. this unfortunately means polling
> > > wakeups for every possible "unlock bt device" just to do this (e.g. with
> > > l2ping). so rssi isn't the way to go IMHO. you need to actively ping... :(
> > >
> >
> > As i know , bluetooth able to discover undiscoverable devices,
> > http://permalink.gmane.org/gmane.linux.bluez.kernel/67662
> > but simply not returns it
> > https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/src/adapter.c#n6094
>
> well hmmm that's mysterious. need to remove discovery filter i guess... but it
> seems it isn't working for me here with bluez - method not found... so can't
> test.
>

Does it possible to add some button to unlock screen to run external
unlock program?
For example for this case like bluetooth, not always scan in
background and unlock if device is near pc, but only scan when you
click button and run external predefined command?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


Re: [E-devel] unlock desktop

2018-12-14 Thread Vasiliy Tolstov
ср, 12 дек. 2018 г. в 13:06, Carsten Haitzler :
> well my experience with bluez is that you have to go into scan mode to get 
> rssi
> values and you don't always get rssi values for all bt devices. only some of
> them. l2ping is a cmdline tool to ping bt devices. not all devices connect
> automatically and connecting them has "consequences" (e.g. a mouse or kbd will
> make them input devices when connected or audio devices may become output
> targets for audio). the problem is that i can't find any PASSIVE way to detect
> a bt device is present (within range of the bt adapter) other than actively
> pinging it. this unfortunately means polling wakeups for every possible 
> "unlock
> bt device" just to do this (e.g. with l2ping). so rssi isn't the way to go
> IMHO. you need to actively ping... :(
>

As i know , bluetooth able to discover undiscoverable devices,
http://permalink.gmane.org/gmane.linux.bluez.kernel/67662
but simply not returns it
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/src/adapter.c#n6094
--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


Re: [E-devel] unlock desktop

2018-12-11 Thread Vasiliy Tolstov
вт, 11 дек. 2018 г., 14:36 Marcel Hollerbach m...@bu5hm4n.de:

> Hello,
>
> sorry for coming so late to this thread.
>
> But out of a personal interest, have you thought about making this on
> the pam level?
> You could realize this as a pam module, which would mean a user just
> would have to press enter, no password would be asked by PAM, if this
> device is in range. This would then also automatically make it work in
> sudo, login managers, etc. :)
>
>
>
> Greetings,
>   bu5hm4n
>
> On 12/9/18 9:23 AM, Vasiliy Tolstov wrote:
> > Hi! I'm writing app that periodically scans bluetooth low energy
> > devices and if known device in needed range - unlock screen, and when
> > range is bigger then needed - lock.
> > I found enlightenment_remote -desktop-lock, but how to do in my case
> unlocking?
> > As i see via dbus this is not possible. Why?
> >
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



Thanks, this is nice addition and solves many problems with locking sudo
and other stuff.

>
>

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


Re: [E-devel] unlock desktop

2018-12-11 Thread Vasiliy Tolstov
вт, 11 дек. 2018 г., 11:23 Carsten Haitzler ras...@rasterman.com:

> On Mon, 10 Dec 2018 17:34:53 +0300 Vasiliy Tolstov 
> said:
>
> > вс, 9 дек. 2018 г. в 14:32, Carsten Haitzler :
> > >
> > > On Sun, 9 Dec 2018 11:23:34 +0300 Vasiliy Tolstov  >
> > > said:
> > >
> > > > Hi! I'm writing app that periodically scans bluetooth low energy
> > > > devices and if known device in needed range - unlock screen, and when
> > > > range is bigger then needed - lock.
> > > > I found enlightenment_remote -desktop-lock, but how to do in my case
> > > > unlocking? As i see via dbus this is not possible. Why?
> > >
> > > enlightenment_remote is nothing but a handy shell wrapper around the
> msgbus
> > > extensions module ... the script only has lock... the dbus protocol
> also has
> > > unlock. so you need to load the msgbus module to get these controls
> working
> > > to begin with. that's the dbus extension module under system. then use
> > > d-feet or something to explore the interface/api and have your app
> actually
> > > use the dbus protocol... :)
> >
> > Thanks! Last question - if i want to after lid open automatic unlock
> > via dbus if i see bluetooth device in nearest range, how can i ran my
> > app only when lid is open?
> > I know about screen lock app and screen unlock app, but when it runs?
>
> you'll have to figure out how to see lid events - acpid for example (this
> is
> what enlightenment does). do you really care about the lid closing OR the
> system suspending... OR the screen locking as they are all different
> things.
> lid closing is just an event. what happens as a result is another matter.
>
> if it were an enlightenment module it'd have access to enlightenment's
> internal events and be able to see this as well as have detailed access t
> the
> desklock api and infra and status etc.
>
> as enlightenment has an up to date bluez5 module now it makes a lot more
> sense
> at least to enlightenment to just have the bluez5 module have this feature
> as it
> already tracks all bt devices that bluez knows about (paired or scanned).
> so
> it'd be a trivial bit of code to add like:
>
> // existing callback for when bt objects (e.g. devices) are added by bluez
> cb_obj_add(Obj *obj) {
> ...
> if (is_in_unlock_list(obj->address) {
>Eina_List *l;
>E_Zone *zone;
>
>e_desklock_hide();
>EINA_LIST_FOREACH(e_comp->zones, l, zone) {
>   e_desklock_zone_block_set(zone, EINA_TRUE);
>}
> }
> ...
> }
>
> // existing callback when bt objects are removed by bluez
>
> ebluez5_popup_device_del(Obj *obj) {
> ...
> if (is_in_unlock_list(obj->address) {
>Eina_List *l;
>E_Zone *zone;
>
>EINA_LIST_FOREACH(e_comp->zones, l, zone) {
>   e_desklock_zone_block_set(zone, EINA_FALSE);
>}
> }
> ...
> }
>
> actually i probably should add some more infra to desklock specifically to
> have
> a single suspend "refcount" for desklock so the lock will come back up if
> asked
> for once the block count goes to 0. also the above code probably should
> also
> count the number of unlock devices and only do a block or unblock when it
> goes
> from 0 or back to 0. but it's a fairly small and easy amount of code. it
> all
> depends on how complex it should be. should just the existence of a bt
> device
> count - should it have been paired before? connected? lots of bt devices
> don't
> auto-connect should this just affect lock? should it enforce suspend
> when
> the bt device(s) go away? or force just a screen blank? or a blank+lock?
> ... :)
> keeping it simple means not having all of these options. :)
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> Carsten Haitzler - ras...@rasterman.com


Thanks for such great news! My problem now that device in undiscoverable
mode, and it not respond to scan for security, but i know it mac address,
and want to simply check rssi distance...
As i read linux bluetooth have ability to send page request to known mac
address and get rssi data for it. But i cant see such info for dbus or some
code examples.


>
>

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


Re: [E-devel] unlock desktop

2018-12-10 Thread Vasiliy Tolstov
вс, 9 дек. 2018 г. в 14:32, Carsten Haitzler :
>
> On Sun, 9 Dec 2018 11:23:34 +0300 Vasiliy Tolstov  said:
>
> > Hi! I'm writing app that periodically scans bluetooth low energy
> > devices and if known device in needed range - unlock screen, and when
> > range is bigger then needed - lock.
> > I found enlightenment_remote -desktop-lock, but how to do in my case
> > unlocking? As i see via dbus this is not possible. Why?
>
> enlightenment_remote is nothing but a handy shell wrapper around the msgbus
> extensions module ... the script only has lock... the dbus protocol also has
> unlock. so you need to load the msgbus module to get these controls working to
> begin with. that's the dbus extension module under system. then use d-feet or
> something to explore the interface/api and have your app actually use
> the dbus protocol... :)

Thanks! Last question - if i want to after lid open automatic unlock
via dbus if i see bluetooth device in nearest range, how can i ran my
app only when lid is open?
I know about screen lock app and screen unlock app, but when it runs?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


[E-devel] unlock desktop

2018-12-09 Thread Vasiliy Tolstov
Hi! I'm writing app that periodically scans bluetooth low energy
devices and if known device in needed range - unlock screen, and when
range is bigger then needed - lock.
I found enlightenment_remote -desktop-lock, but how to do in my case unlocking?
As i see via dbus this is not possible. Why?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


Re: [E-devel] enlightenment networkmanager module - oconnection

2018-11-21 Thread Vasiliy Tolstov
пн, 19 нояб. 2018 г. в 01:22, Simon Lees :
>
>
>
> On 19/11/2018 00:43, Vasiliy Tolstov wrote:
> > Does anybody can fix compilation of github.com/eyoz/oconnection ?
> > I'm try stalonetray and it looks ugly, nm-applet does not work with
> > enlightenment =(.
> >
>
> nm-applet works fine in e's systray, i'm using it atm, you just need to
> build it with app indicator support enabled and run it with "nm-applet
> --indicator"
>

Thanks! i'm try

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


[E-devel] enlightenment networkmanager module - oconnection

2018-11-18 Thread Vasiliy Tolstov
Does anybody can fix compilation of github.com/eyoz/oconnection ?
I'm try stalonetray and it looks ugly, nm-applet does not work with
enlightenment =(.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru


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


Re: [E-devel] any plans to add to efm virtual filesystem support api

2017-07-14 Thread Vasiliy Tolstov
2017-07-13 19:20 GMT+03:00 William L. Thomson Jr. <wlt...@o-sinc.com>:
> Not sure if verne has plans for any of this stuff, or has it already.
> https://github.com/marcelhollerbach/verne
>

Interesting app, i'm try to build it

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] any plans to add to efm virtual filesystem support api

2017-07-14 Thread Vasiliy Tolstov
Hm.. dont know about libmount (go to reading about it =))

2017-07-13 19:38 GMT+03:00 Boris Faure <bo...@fau.re>:
> On 17-07-13 23:24, Carsten Haitzler wrote:
>> On Thu, 13 Jul 2017 16:50:47 +0300 Vasiliy Tolstov <v.tols...@selfip.ru> 
>> said:
>>
>> > I want to able to connect to remote ftp/webdav/mtp/ssh servers via efm.
>> > kde and gnome have abstraction layer and api. So i easy can add
>> > support for any fs.
>> > How much work needed for this and do you have plans for this?
>> >
>>
>> no plans. lots of work. the only thing i think that is a good solution is to
>> actually have a mountable fs (fuse or something similar) do this so efm and
>> everything deals with a real fs.
>
> I fully agree. There are lots of projects which do that fine with FUSE.
> Just build on those. Then you'll have sshfs, mtp-fs, s3fs, … for free.
>
> Just wrap libmount correctly and that's it.
>
> (disclaimer: I write filesystems for a living.)
> --
> Boris Faure
> Pointer Arithmetician
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] any plans to add to efm virtual filesystem support api

2017-07-14 Thread Vasiliy Tolstov
2017-07-13 19:20 GMT+03:00 William L. Thomson Jr. <wlt...@o-sinc.com>:
> On Thu, 13 Jul 2017 23:24:58 +0900
> Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:
>
>> On Thu, 13 Jul 2017 16:50:47 +0300 Vasiliy Tolstov
>> <v.tols...@selfip.ru> said:
>>
>> > I want to able to connect to remote ftp/webdav/mtp/ssh servers via
>> > efm. kde and gnome have abstraction layer and api. So i easy can add
>> > support for any fs.
>> > How much work needed for this and do you have plans for this?
>> >
>>
>> no plans. lots of work. the only thing i think that is a good
>> solution is to actually have a mountable fs (fuse or something
>> similar) do this so efm and everything deals with a real fs.
>>
>
> Or maybe an app like gftp that can handle ftp and ssh, and maybe add
> mtp support, since its similar operation. Could do with efm, but need
> ideally dual pane, local/remote. Which would require a change to efm
> UI. Pretty sure it does not have pane support now. Two file browsers in
> same window.
>
> Maybe something to add to the EFL Apps ToDo
> https://phab.enlightenment.org/w/efl_apps_todo/
>
> Not sure about others, but on KDE/Plasma, the MTP support was horrible.
> So bad I used adb pull/push to get images and media off my Android
> devices. I looked at a QT based MTP app, it was ok. Haven't checked out
> new version. Moving away from QT stuff, so likely remove it from my
> overlay.
>
> https://github.com/whoozle/android-file-transfer-linux
> https://github.com/Obsidian-StudiosInc/os-xtoo/tree/master/net-misc/android-file-transfer-linux
>
> MTP seems to be a horrible protocol and has never been very reliable. I
> could see a slew of bugs if adding such support efm.
>
> Not sure if verne has plans for any of this stuff, or has it already.
> https://github.com/marcelhollerbach/verne
>

I don't have any issues with mtp using simple-mtp
-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] any plans to add to efm virtual filesystem support api

2017-07-14 Thread Vasiliy Tolstov
2017-07-13 17:24 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> On Thu, 13 Jul 2017 16:50:47 +0300 Vasiliy Tolstov <v.tols...@selfip.ru> said:
>
>> I want to able to connect to remote ftp/webdav/mtp/ssh servers via efm.
>> kde and gnome have abstraction layer and api. So i easy can add
>> support for any fs.
>> How much work needed for this and do you have plans for this?
>>
>
> no plans. lots of work. the only thing i think that is a good solution is to
> actually have a mountable fs (fuse or something similar) do this so efm and
> everything deals with a real fs.
>
>

This is hard =(



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


[E-devel] any plans to add to efm virtual filesystem support api

2017-07-13 Thread Vasiliy Tolstov
I want to able to connect to remote ftp/webdav/mtp/ssh servers via efm.
kde and gnome have abstraction layer and api. So i easy can add
support for any fs.
How much work needed for this and do you have plans for this?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] Entrance is alive

2017-06-21 Thread Vasiliy Tolstov
2017-06-21 4:21 GMT+03:00 William L. Thomson Jr. <wlt...@o-sinc.com>:
>
> How? What is starting E? Can you explain the process?
>
> I can think of several ways of doing that, none of which would I
> consider common. Not sure if any distros document such approach.


I don't have stable enlightenment with wayland, so i'm autologin via
systemd and startx

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] Entrance is alive

2017-06-21 Thread Vasiliy Tolstov
2017-06-21 2:27 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> errr no... my machine boots right into e... with no cli used. power on and
> there is my desktop running as my user a few seconds later without me typing a
> single thing. if i want people to not access it other than me - i enable "lock
> on startup" and thus it requires my password to unlock and get in (i do this
> at work and i enable it on my laptop when i travel). you assumed totally
> incorrectly.


Me too, i'm start my notebook and after 20 seconds i ave enlightenment
desktop locked with my password

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] server down

2017-06-12 Thread Vasiliy Tolstov
2017-06-12 2:41 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> you can't. by definition a container SHARED the same linux kernel as the host.
> the kernel divides resources up container by container so for example /proc
> only contains processes from one container and not others etc. ...


Sorry may be i don't have some knowledge how you utilize hardware, but
my 0.2 cents:
I'm working on Russian cloud provider and we use Debian Jessie with
builded kernel from kernel org (always LTS).
Each physical system have 100-120 vm that started and stopped 24h each
day. And we don't have any kernel panics and stability issues.
So i don't understand why you have so much problems...
P.S. I'm admin with skills on
gentoo/freebsd/centos/fedora/archlinux/debian/ubuntu systems with more
10years. I'm use gentoo 5 years ago and switch to fedora for own needs
and debian for work.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


[E-devel] mtp automount with enlightenment file manager

2017-06-12 Thread Vasiliy Tolstov
Hi! I like automount feature and want to connect my camera and android
phone without additional tricks.
As i see gnome/kde already have this ability. What is the best way to
integrate such feature to efm? As i understand in case of usb - efm
watching for udisks2 events and if device present it run mount command
for it?
What is the preferred way - integrate libmtp directly to efm or use
something like fuse -based?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] standalone pdf viewer

2017-01-12 Thread Vasiliy Tolstov
2017-01-12 19:12 GMT+03:00 Vincent Torri <vincent.to...@gmail.com>:
> As I have more free time now, i would say :
>
> 1) 1 week for fixing ecore_ipc on Windows (quite important)
> 2) some days for adding the latest version of mupdf in etui
>
> certainly less if I have some help :)


Nice, so if i'm on linux i can try to run it now? (efl 1.18)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] standalone pdf viewer

2017-01-12 Thread Vasiliy Tolstov
2017-01-12 18:27 GMT+03:00 Vincent Torri <vincent.to...@gmail.com>:
> I am the maintainer of etui. I am currently in the process of
> rewriting it, but the latest source code is on my hd. Epdf (which i
> also have written) is deprecated by etui.
>
> currently, etui uses mupdf, it is fast, but its licence (AGPL) is not
> what I prefer :)


How much time you need to fix building under latest efl release?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] standalone pdf viewer

2017-01-12 Thread Vasiliy Tolstov
Also eeVee ...

2017-01-12 18:20 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
> Hi! Can somebody provide names about pdf viewer that use efl?
> I found Lekha , etui may be epdf?
>
> What it the best maintained and worked? I need to open big pdf (250
> pages) and chromium slowdown with internal pdf viewer..
>
>
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] standalone pdf viewer

2017-01-12 Thread Vasiliy Tolstov
Hi! Can somebody provide names about pdf viewer that use efl?
I found Lekha , etui may be epdf?

What it the best maintained and worked? I need to open big pdf (250
pages) and chromium slowdown with internal pdf viewer..



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] stop breaking stuff!

2017-01-07 Thread Vasiliy Tolstov
Sorry for my user pov, but why ci system allows to push to master breaking
stuff that does not compile?
I'm package and use many software and most of them use pull request via
GitHub, gitlab,gogs,gerrit and other systems, and break master is very hard.

7 Янв 2017 г. 8:24 пользователь "Carsten Haitzler" 
написал:

> seriously. STOP IT.
>
> stop this git commit+push dump and run on a friday night... and then leave
> everything broken! saturday afternoon and i'm fixing basic build problems
> that
> should NOT HAPPEN.
>
> enlightenment doesn't build anymore! all these full-of-annoyance
> float/double
> compare shit stuff is broken! e can't build at all and everyone has run
> off for
> the night.
>
> come on guys. BASIC stuff.
>
> from now on.
>
> 1. you change api's in headers - you rebuild major sw against the new libs.
> don't push until you've done that. no pushing stuff on a friday night then
> disappearing to leave a mess.
> 2. did anyone PAY ATTENTION to all the BUGS that doing all of this "lets
> add a
> warning then shut it up by breaking code" have had to be fixed? more bugs
> than
> the warning ever pointed out and fixed. just ask jpeg. but yet we persist
> in
> blanketing code with these everywhere then leading to the above as then
> others
> change api's that were put everywhere.
>
> after all of the noise on this list it's still "jump all in and push stuff
> to
> silence the warning" ... i can only imagine what new bugs have now been
> introduced...
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment connman module crash e

2016-12-15 Thread Vasiliy Tolstov
2016-12-15 16:48 GMT+03:00  <marcel-hollerb...@t-online.de>:
> Here is our groupware:
>
> https://phab.enlightenment.org/
>
> You need to login and click maniphest on the left, then you should see
> "Create Task" on the upper right.


Thanks, created

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] enlightenment connman module crash e

2016-12-15 Thread Vasiliy Tolstov
2016-12-15 16:12 GMT+03:00 Mike Blumenkrantz <michael.blumenkra...@gmail.com>:
> Please stop reporting bugs on this mailing list. We have a bug tracker for
> this purpose.


I'm try, but -> Only report a bug here goes to page:

404 Not Found

Do not dwell in the past, do not dream of the future, concentrate the
mind on the present moment.


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


[E-devel] enlightenment connman module crash e

2016-12-15 Thread Vasiliy Tolstov
I'm build connman with openvpn support and when running enlightenment
in terminology edit my config in /var/lib/connman-vpn/xxx.config

after file saved enlightenment crashed. sorry i'm use release version
and cant install now debug symbols. But problem i think looks clear:

Thread 1 (Thread 0x7f6ff19db9c0 (LWP 1716)):
#0  0x7f6fece45d3d in pause () from /lib64/libpthread.so.0
No symbol table info available.
#1  
No symbol table info available.
#2  0x7f6fed06fc2a in eina_inlist_append () from /lib64/libeina.so.1
No symbol table info available.
#3  0x7f6fda45e959 in _connman_service_new () from
/usr/lib64/enlightenment/modules/wireless/linux-gnu-x86_64-ver-0.21/module.so
No symbol table info available.
#4  0x7f6fda45eaf7 in _connman_manager_getservices () from
/usr/lib64/enlightenment/modules/wireless/linux-gnu-x86_64-ver-0.21/module.so
No symbol table info available.
#5  0x7f6fef4b40be in eldbus_pending_dispatch () from /lib64/libeldbus.so.1
No symbol table info available.
#6  0x7f6fe69cf392 in complete_pending_call_and_unlock () from
/lib64/libdbus-1.so.3
No symbol table info available.
#7  0x7f6fe69d2cdf in dbus_connection_dispatch () from /lib64/libdbus-1.so.3
No symbol table info available.
#8  0x7f6fef4ae4b8 in eldbus_idler () from /lib64/libeldbus.so.1
No symbol table info available.
#9  0x7f6fed51aa0f in _ecore_factorized_idle_process () from
/lib64/libecore.so.1
No symbol table info available.
#10 0x7f6fefd20b2b in _eo_base_event_callback_call () from /lib64/libeo.so.1
No symbol table info available.
#11 0x7f6fefd1f794 in eo_event_callback_call () from /lib64/libeo.so.1
No symbol table info available.
#12 0x7f6fed51d090 in _ecore_main_loop_spin_core () from
/lib64/libecore.so.1
No symbol table info available.
#13 0x7f6fed51d42c in _ecore_main_loop_iterate_internal () from
/lib64/libecore.so.1
No symbol table info available.
#14 0x7f6fed51d977 in ecore_main_loop_begin () from /lib64/libecore.so.1
No symbol table info available.
#15 0x0043fa7f in main ()
No symbol table info available.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] how to configure touchpad like in Xorg

2016-12-14 Thread Vasiliy Tolstov
2016-12-14 17:20 GMT+03:00 Christopher Michael <cp.mich...@samsung.com>:
> I have pushed into git today the needed functions for touchpad configuration
> inside Elput. I have provided Elput API functions for all the libinput
> functions you have listed below. You may find them here:
>
> https://git.enlightenment.org/core/efl.git/tree/src/lib/elput/Elput.h
>
> around line 430. All of the Elput functions below have been prefixed with
> elput_touch_ (ex: elput_touch_drag_enabled_set).
>
> If you have any questions or problems, please let me know.


Thanks! I'm try to modify touch module in e

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] how to configure touchpad like in Xorg

2016-12-13 Thread Vasiliy Tolstov
2016-12-13 17:11 GMT+03:00 Christopher Michael <cp.mich...@samsung.com>:
> Yes, I will work on getting these functions added to Elput and exposed via
> API so that they can be used.


Thanks!

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] Enlightenment Wayland bugs

2016-12-12 Thread Vasiliy Tolstov
2016-12-12 6:15 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> you really have to follow efl and e git for wayland.. and even then it changes
> on a daily or weekly basis. wayland support is still not "prime time ready to
> go" yet. it's being worked on.


Do you have some roadmap or bugs page on phabricator about wayland support in e?
So each user that tries wayland can check does it have already known
bug or something new?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment Wayland bugs

2016-12-11 Thread Vasiliy Tolstov
Also in terminology windows and other e windows (settinal and other) i
have very big mouse pointer =(

2016-12-11 6:19 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
> Hi, I'm use latest released e and efl and try Wayland. Some issues blocks me
> from using Wayland
> * keyboard switching via menu key not works (menu key handled via e and
> opens menu)
> * sometimes windows can't be closed
> * sometimes window duplicates and I have 3 identical windows but only one
> can be used and react to key input.



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment Wayland bugs

2016-12-10 Thread Vasiliy Tolstov
Hi, I'm use latest released e and efl and try Wayland. Some issues blocks
me from using Wayland
* keyboard switching via menu key not works (menu key handled via e and
opens menu)
* sometimes windows can't be closed
* sometimes window duplicates and I have 3 identical windows but only one
can be used and react to key input.
--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] how to configure touchpad like in Xorg

2016-12-10 Thread Vasiliy Tolstov
Does somebody can add needed touchpad functions to elput?
And does enlightenment have some skeleton module to start? Also I see that
in input section of configuration already have touch more Duke,may be my
needs about touchpad config needs to be present in already present module?

18 Ноя 2016 г. 17:43 пользователь "Christopher Michael" <
cp.mich...@samsung.com> написал:

> On 11/17/2016 07:23 PM, Vasiliy Tolstov wrote:
>
>> As i understand i need enable this:
>> libinput_device_config_tap_set_drag_lock_enabled
>> libinput_device_config_dwt_set_enabled
>> libinput_device_config_tap_set_drag_enabled
>> libinput_device_config_scroll_set_method
>> libinput_device_config_click_set_method
>> libinput_device_config_tap_set_enabled
>>
>> How can i do that in enlightenment session?
>>
>>
>>
> Currently these functions are not exposed for the Elput library. They
> could be added as new Elput API functions, however that is only half the
> solution, the other half would require a config module (for Enlightenment)
> in order to set those values.
>
> dh
>
>
> 2016-11-18 1:31 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
>>
>>> 2016-11-17 16:35 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
>>>
>>>> yup. i've never had any incentive to... i hate the things. i plug in a
>>>> mouse if
>>>> i use my laptop and smile. :)
>>>>
>>>
>>>
>>> Without ability to config touchpad under wayland, enlightenment
>>> unusable, becouse i can't tap on touchpad to simulate clicking, i
>>> can't scroll with two fingers. As i see libinput proto in gnome -
>>> gnome-settings-daemon set needed options for touchpad.
>>> In case of enlightenment i think that e need to configure touchpad.
>>> Mouse need additional surface and eat additional power. In mobile
>>> world and touchpad mouse don't need at all.
>>> So please add basic touchpad module to configure tap wit one and two
>>> fingers and scrolling ability. This is mostly needed features...
>>> Thanks!
>>>
>>> --
>>> Vasiliy Tolstov,
>>> e-mail: v.tols...@selfip.ru
>>>
>>
>>
>>
>>
>
--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fails to compile efl 0.18.3 with wayland

2016-12-06 Thread Vasiliy Tolstov
2016-12-06 11:54 GMT+03:00 Stefan Schmidt <ste...@osg.samsung.com>:
> It is and the fix is also already backported to our efl-1.18 branch in
> case you manually want to pick it.
> https://git.enlightenment.org/core/efl.git/commit/?h=efl-1.18=14b3f9f45fd9e962d6b982b5a77689bd5ee28c0d
>
> The final 1.18.4 with this fix included should be out on Thursday.


Thanks, i'm pick it to test build process.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] fails to compile efl 0.18.3 with wayland

2016-12-05 Thread Vasiliy Tolstov
2016-12-06 10:32 GMT+03:00 Jean-Philippe André <j...@videolan.org>:
> Yes, master is fixed and 1.18.4 will be released soon.


Thanks! I'm waiting

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] fails to compile efl 0.18.3 with wayland

2016-12-05 Thread Vasiliy Tolstov
Hi! I'm try to build efl and enlightenment for fedora 25 with wayland support.
https://copr-be.cloud.fedoraproject.org/results/vtolstov/yoctocloud/fedora-25-x86_64/00485185-efl/build.log.gz

Does master have needed fix?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Vasiliy Tolstov
As I know some stuff can be configured via udev, do you know about libinput
config via udev?

18 Ноя 2016 г. 17:43 пользователь "Christopher Michael" <
cp.mich...@samsung.com> написал:

> On 11/17/2016 07:23 PM, Vasiliy Tolstov wrote:
>
>> As i understand i need enable this:
>> libinput_device_config_tap_set_drag_lock_enabled
>> libinput_device_config_dwt_set_enabled
>> libinput_device_config_tap_set_drag_enabled
>> libinput_device_config_scroll_set_method
>> libinput_device_config_click_set_method
>> libinput_device_config_tap_set_enabled
>>
>> How can i do that in enlightenment session?
>>
>>
>>
> Currently these functions are not exposed for the Elput library. They
> could be added as new Elput API functions, however that is only half the
> solution, the other half would require a config module (for Enlightenment)
> in order to set those values.
>
> dh
>
>
> 2016-11-18 1:31 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
>>
>>> 2016-11-17 16:35 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
>>>
>>>> yup. i've never had any incentive to... i hate the things. i plug in a
>>>> mouse if
>>>> i use my laptop and smile. :)
>>>>
>>>
>>>
>>> Without ability to config touchpad under wayland, enlightenment
>>> unusable, becouse i can't tap on touchpad to simulate clicking, i
>>> can't scroll with two fingers. As i see libinput proto in gnome -
>>> gnome-settings-daemon set needed options for touchpad.
>>> In case of enlightenment i think that e need to configure touchpad.
>>> Mouse need additional surface and eat additional power. In mobile
>>> world and touchpad mouse don't need at all.
>>> So please add basic touchpad module to configure tap wit one and two
>>> fingers and scrolling ability. This is mostly needed features...
>>> Thanks!
>>>
>>> --
>>> Vasiliy Tolstov,
>>> e-mail: v.tols...@selfip.ru
>>>
>>
>>
>>
>>
>
--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Vasiliy Tolstov
2016-11-18 13:42 GMT+03:00 Gustavo Sverzut Barbieri <barbi...@gmail.com>:
> I guess you'll have to use xinput command manually. :-(
>


But xinput only for Xorg or it works under wayland and xwayland too?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
As i understand i need enable this:
libinput_device_config_tap_set_drag_lock_enabled
libinput_device_config_dwt_set_enabled
libinput_device_config_tap_set_drag_enabled
libinput_device_config_scroll_set_method
libinput_device_config_click_set_method
libinput_device_config_tap_set_enabled

How can i do that in enlightenment session?


2016-11-18 1:31 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
> 2016-11-17 16:35 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
>> yup. i've never had any incentive to... i hate the things. i plug in a mouse 
>> if
>> i use my laptop and smile. :)
>
>
> Without ability to config touchpad under wayland, enlightenment
> unusable, becouse i can't tap on touchpad to simulate clicking, i
> can't scroll with two fingers. As i see libinput proto in gnome -
> gnome-settings-daemon set needed options for touchpad.
> In case of enlightenment i think that e need to configure touchpad.
> Mouse need additional surface and eat additional power. In mobile
> world and touchpad mouse don't need at all.
> So please add basic touchpad module to configure tap wit one and two
> fingers and scrolling ability. This is mostly needed features...
> Thanks!
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
2016-11-17 16:35 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> yup. i've never had any incentive to... i hate the things. i plug in a mouse 
> if
> i use my laptop and smile. :)


Without ability to config touchpad under wayland, enlightenment
unusable, becouse i can't tap on touchpad to simulate clicking, i
can't scroll with two fingers. As i see libinput proto in gnome -
gnome-settings-daemon set needed options for touchpad.
In case of enlightenment i think that e need to configure touchpad.
Mouse need additional surface and eat additional power. In mobile
world and touchpad mouse don't need at all.
So please add basic touchpad module to configure tap wit one and two
fingers and scrolling ability. This is mostly needed features...
Thanks!

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

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


Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
Nobody use Wayland or nobody use touchpad?

11 Ноя 2016 г. 17:13 пользователь "Vasiliy Tolstov" <v.tols...@selfip.ru>
написал:

> In fedora 24 i have enlightenment under xorgs and need to create
> config for my synaptcis touchpad to enable tap clicking and other
> stuff.
>
> Now in fedora 25 by default enlightenment runs under Xwayland (may be
> i need something change in gdm config to enable native wayland?).
> As i see Xwayland not write logfile under /var/log/Xorg.log, and my
> config for touchpad not works.
>
> So my question is: why enlightenment does not contains module to
> control basic touchpad features like finger scrolling and tap clickng?
> And second - how to fix my issue with touchpad now?
>
> Thanks!
>
>
>
> /etc/X11/xorg.conf.d/01-touchpad.conf
> Section "InputClass"
> Identifier "touchpad"
> Driver "synaptics"
> MatchIsTouchpad "on"
> Option "TapButton1" "1"
> Option "TapButton2" "2"
> Option "TapButton3" "3"
> Option "VertEdgeScroll" "on"
> Option "VertTwoFingerScroll" "on"
> Option "HorizEdgeScroll" "on"
> Option "HorizTwoFingerScroll" "on"
> Option "CircularScrolling" "on"
> Option "CircScrollTrigger" "2"
> Option "EmulateTwoFingerMinZ" "40"
> Option "EmulateTwoFingerMinW" "8"
> Option "CoastingSpeed" "0"
> Option "FingerLow" "30"
> Option "FingerHigh" "50"
> Option "MaxTapTime" "125"
> EndSection
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru
>
--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] how to configure touchpad like in Xorg

2016-11-11 Thread Vasiliy Tolstov
In fedora 24 i have enlightenment under xorgs and need to create
config for my synaptcis touchpad to enable tap clicking and other
stuff.

Now in fedora 25 by default enlightenment runs under Xwayland (may be
i need something change in gdm config to enable native wayland?).
As i see Xwayland not write logfile under /var/log/Xorg.log, and my
config for touchpad not works.

So my question is: why enlightenment does not contains module to
control basic touchpad features like finger scrolling and tap clickng?
And second - how to fix my issue with touchpad now?

Thanks!



/etc/X11/xorg.conf.d/01-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"
EndSection

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] specify cache size for enlightenment

2016-05-19 Thread Vasiliy Tolstov
2016-05-18 18:47 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> that's what i said. :) just rm -rf the dirs sometmes. hell write a small 
> script
> that du -s's these dirs and if > size X then rm -rf. maybe run once a day or
> one a week or on login or... ?


I symlink .cache to XDG_RUNTIME_DIR =) thanks

-- 
Vasiliy Tolstov,
e-mail: v.tols...@yoctocloud.net

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] specify cache size for enlightenment

2016-05-18 Thread Vasiliy Tolstov
2016-05-18 17:45 GMT+03:00 Carsten Haitzler <ras...@rasterman.com>:
> nope and nope. there is no max size and e actually caches nothing in ~/.cache/
> it does use stuff in ~/.e/e/ ... like efm thumbnails...
>
> efl (efreet) uses ~/.cache ... for some stuff. as does evas too. these are not
> really forever growing data stores. :)
>
> just rm -rf some of the cache dirs every now and again. :)


I'm try to minimize emmc usage (i have laptop with 8 gb memory), so i
need to monitor free space an rm -rf... does it possible to cleanup
this sometimes ?=)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@yoctocloud.net

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] specify cache size for enlightenment

2016-05-18 Thread Vasiliy Tolstov
If i store .cache in tmpfs, does it possible to specify max size of
cache dir for enlightenment and all e stuff ?
Yes, i can specify size in tmpfs mount, but in this case apps can
panic when space is absent... Does enlightenment and efl cleanup all
cached items when low on space ?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@yoctocloud.net

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-15 Thread Vasiliy Tolstov
16 марта 2016 г. 6:36 пользователь "Carsten Haitzler" <ras...@rasterman.com>
написал:
>
> On Tue, 15 Mar 2016 16:05:02 + Mike Blumenkrantz
> <michael.blumenkra...@gmail.com> said:
>
> > Even with this, Enlightenment on Wayland is not ready for daily use.
There
> > is still a lot of instability and you will quite literally lose
everything
> > any time a crash occurs.
>
> and they WILL happen. :)
>

Nice to know, does phubricator or something else have roadmap fpr this kind
of stuff? I really want to know how much work needs to be done for normal
wayland using.

> > On Tue, Mar 15, 2016 at 11:41 AM Vasiliy Tolstov <v.tols...@selfip.ru>
> > wrote:
> >
> > > 2016-03-15 18:33 GMT+03:00 Mike Blumenkrantz <
> > > michael.blumenkra...@gmail.com>:
> > > > I think it's mostly working in git?
> > >
> > >
> > > Can somebody helps me and send commit sha for this ? I want to install
> > > e with wayland on my laptop for daily use and i need keyboard
> > > switching =)
> > >
> > > --
> > > Vasiliy Tolstov,
> > > e-mail: v.tols...@selfip.ru
> > >
> >
--
> > 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=278785231=/4140
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
--
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=278785231=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-15 Thread Vasiliy Tolstov
2016-03-15 18:33 GMT+03:00 Mike Blumenkrantz <michael.blumenkra...@gmail.com>:
> I think it's mostly working in git?


Can somebody helps me and send commit sha for this ? I want to install
e with wayland on my laptop for daily use and i need keyboard
switching =)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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=278785231=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-15 Thread Vasiliy Tolstov
2016-03-10 13:11 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>:
>
> Thanks! What needed to fix this: * Keyboard layout switching is not
> available  - Requires various improvements ?


Anybody knows ?=)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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=278785231=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Vasiliy Tolstov
2016-03-10 12:09 GMT+03:00 Simon Lees <sfl...@suse.de>:
>> Where i can find info how to build enlightenment and efl with wayland
>> support and run enlightenment under wayland?
>>
> https://git.enlightenment.org/core/enlightenment.git/tree/README.wayland
>
> is probably still up to date.


Thanks! What needed to fix this: * Keyboard layout switching is not
available  - Requires various improvements ?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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=278785111=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Vasiliy Tolstov
2016-03-09 21:04 GMT+03:00 Mike Blumenkrantz <michael.blumenkra...@gmail.com>:
> This bugfix release improves on the 0.20.5 release and resolves a number of
> issues.
> NOTE: Wayland >= 1.10 is now required for Wayland compositor support.
>
> TICKETS ADDRESSED
> https://phab.enlightenment.org/T3152
> https://phab.enlightenment.org/T3208
> https://phab.enlightenment.org/T3210
>
> SHA256SUM + DOWNLOAD
> b4404e15b4388c968d03179171ab82b41a856e473c2adda94ca726050e430a98
> http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.6.tar.gz
>
> f21fbace15b8ea0e47c7aeb16a3f4d1e8a41cb85bc0035491091518b0ca55085
> http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.20.6.tar.xz
>
>
> See the full announcement for more details:
> https://ereleaseblog.wordpress.com/2016/03/09/enlightenment-dr-0-20-6-release/


Where i can find info how to build enlightenment and efl with wayland
support and run enlightenment under wayland?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
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=278785111=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] enlightenment without display manager (entrance, slim etc)

2016-02-18 Thread Vasiliy Tolstov
Hi! I have systemd system and want to start enlightenment via
systemd-user session. Does have anybody knows what service file i need
to create and how to do in this case? I want to start on vt7
enlightenment... and not want to do hacks in .bashrc..

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] start enlightenment via systemd on vt7 without login manager

2016-01-24 Thread Vasiliy Tolstov
Does somebody have needed systemd service file to start enlightenment
on vt7 automatic on boot ?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Have E suspend on lid close only while running from battery?

2015-03-06 Thread Vasiliy Tolstov
2015-03-06 3:44 GMT+03:00 Carsten Haitzler ras...@rasterman.com:
 nope - not going to backport. too much time. it depends on randr2 as well and
 that is a rewrite and thats not going to get a backport due to size and 
 effort.


Ok =)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Have E suspend on lid close only while running from battery?

2015-03-05 Thread Vasiliy Tolstov
2015-03-05 9:51 GMT+03:00 Carsten Haitzler ras...@rasterman.com:
 i added a smart suspend action (and smart hibernate too) - it does this (as
 well as not suspend on lid close if an external screen is configured and
 enabled).


Greate feature! Please backport it to e19...

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-25 Thread Vasiliy Tolstov
2015-02-10 14:02 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru:
 no - just the backlight fade option in comp settings.


 Thanks


I have another issue, after 5 minutes i have black sceen . In previous
enlightenment version i have promt for password, but after 10 mins i
have black screen, that can be unblanked via keypress. Now i need to
manually increase brightness level.
Does this problem related to enlightenment or i need to check Xorg
i915 and other settings...?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-25 Thread Vasiliy Tolstov
2015-02-24 19:49 GMT+03:00 Vasiliy Tolstov v.tols...@selfip.ru:
 I have another issue, after 5 minutes i have black sceen . In previous
 enlightenment version i have promt for password, but after 10 mins i
 have black screen, that can be unblanked via keypress. Now i need to
 manually increase brightness level.
 Does this problem related to enlightenment or i need to check Xorg
 i915 and other settings...?


As i see in presentation mode this is not happening. So i think this
is enlightenment... What i need to change to get lock screen after 5
minutes, and black screen after 10 min? (as i see enlightenment bring
down brightness level..)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Announce: ePad 0.9.0

2015-02-13 Thread Vasiliy Tolstov
2015-02-13 0:31 GMT+03:00 Jeff Hoogland jeffhoogl...@linux.com:
 Just wanted to share that my ePad project has reached a pseudo-mature point
 in terms of features. Would love feedback from anyone who gets a chance to
 give it a try -
 http://jeffhoogland.blogspot.com/2015/02/introducing-epad-text-editor-written-in.html


Nice, why not improve ecrire ? And what main differences in epad and ecrire?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Announce: ePad 0.9.0

2015-02-13 Thread Vasiliy Tolstov
2015-02-13 19:32 GMT+03:00 Jeff Hoogland jeffhoogl...@linux.com:
 This is python. Ecrire is C. I write in python, not C. I wanted a fully
 functional Elm text editor faster than Ecrire was getting worked on so I
 started ePad.

 At this point ePad supports all of the features you'd expect from a text
 editor. Undo/Redo, Find/Replace, hot keys for saving/opening/new
 files/undo/redo. Also supports multiple files and optional line numbers.

 ePad uses the system icon theme and my preferred one has a gnome icon for
 the options.


Thanks for info =)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-10 Thread Vasiliy Tolstov
2015-02-09 12:30 GMT+03:00 Carsten Haitzler ras...@rasterman.com:

 no - just the backlight fade option in comp settings.


Thanks


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-05 Thread Vasiliy Tolstov
2015-02-04 12:10 GMT+03:00 Carsten Haitzler ras...@rasterman.com:

 that's on startup of e - and e sets it to the level configured in its
 config as
 the normal backlight level (in e settings). well first 0.1 then to normal
 level
 immediately after.


Why not ability to restore previous brightness level before shutdown?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] enlightenment 0.19.3 backlight problem

2015-02-03 Thread Vasiliy Tolstov
2015-02-03 19:24 GMT+03:00 Andreas Kurth use...@akurth.de:

 At least you are not alone. I'm facing the same problem running a
 Samsung RF-510 with GeForce GT 330M, X login managed by kdm.

 I fixed that for my machine by commenting out lines 58,59 in
 src/bin/e_backlight.c:

if (!getenv(E_RESTART))
  {
 //e_backlight_level_set(NULL, 0.1, 0.0);
 //e_backlight_level_set(NULL, e_config-backlight.normal, 0.0);
  }


 Cheers, Andreas.


Thanks,

Why in this piece of code backlight level setted to backlight.normal ? Why
not restore original value before enlightenment shut downed?


   e_backlight_update();
   if (!getenv(E_RESTART))
 {
e_backlight_level_set(NULL, 0.1, 0.0);
e_backlight_level_set(NULL, e_config-backlight.normal, 0.0);
 }

   E_EVENT_BACKLIGHT_CHANGE = ecore_event_type_new();

   return 1;}



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-release] Pre-release tarballs for efl and elm 1.12.3

2015-01-30 Thread Vasiliy Tolstov
2015-01-30 11:56 GMT+03:00 Martin Jansa martin.ja...@gmail.com:
 From package maintainer point of view, it would be much better with preN
 in filenames.

 Using the same filenames will cause our source mirrors to keep
 pre-release tarballs instead of the final ones. So I won't be updating
 meta-efl OE layer for pre-releases.


Yes, please add prefix to file names or postfix, because archives
cached and identical file names can create collisions.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] efl based browser

2015-01-22 Thread Vasiliy Tolstov
What is active maintained and worked browser that uses efl? I found
eve and elbow.
What is the preffered?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] efl based browser

2015-01-22 Thread Vasiliy Tolstov
2015-01-22 17:26 GMT+03:00 Jeff Hoogland jeffhoogl...@linux.com:
 Doesn't exist*


Thanks =) Sometimes ago i see that chromium have patches to use efl,
but as i understand they does not go to mainline?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment DR 0.19.2 Release

2014-12-19 Thread Vasiliy Tolstov
2014-12-19 11:21 GMT+03:00 Cedric BAIL cedric.b...@free.fr:
 I had this issue before and it was a driver bug for me. I had to turn
 off the support for Don't composite fullscreen window in the
 composite module. Did you try that ? I am guessing that GNOME has the
 same optimization and it doesn't work for them to.


I'm also have sometimes white windows, i need to minimize and after
that maximize window again.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] all java windows minimized

2014-08-11 Thread Vasiliy Tolstov
Hi. I'm use enlightenment 0.19 alpha-2 and all works fine, except all
java windows (java vnc viewers also all vnc viewers like vncviewer)
started and windows is minimized. And i can't see anything.  I'm try
to reset saved windows positions but this is not helps. What i can to
do?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

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


Re: [E-devel] Blacklisting Mesa 10.1

2014-05-04 Thread Vasiliy Tolstov
I'm add +1 to this as user of this combo.This saves a lot of time.But is
that possible to add mesa devs and intel fix their drivers?
On May 4, 2014 2:35 AM, Cedric BAIL cedric.b...@free.fr wrote:

 Hello,

 We are receiving a lot of complain for broken driver with Mesa 10.1
 and Intel. It is not yet fixed and I am thinking that we should maybe
 blacklist it (with exact version match) to have an automatic fallback
 to software and have a working desktop at least. Any opinion on the
 subject ?

 Regards,
 --
 Cedric BAIL


 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.  Get
 unparalleled scalability from the best Selenium testing platform available.
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment module creation tips/tutorial

2014-02-21 Thread Vasiliy Tolstov
2014-02-21 13:55 GMT+04:00 Tom Hacohen tom.haco...@samsung.com:
 If you are building on top of existing work, start a branch/locally and
 improve on the existing one. There's no need to duplicate efforts.


As i see i can create my own efl based app, that mean in xdg desktop
file EconnMan and provide settings for exiting connman module...
I understand that i duplicate work of econnman, but it for fun =)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment module creation tips/tutorial

2014-02-21 Thread Vasiliy Tolstov
2014-02-21 14:05 GMT+04:00 Tom Hacohen tom.haco...@samsung.com:
 Econnman is not a module, but an external application the module
 invokes. You could replace that by developing an external app, as you've
 said. I thought (from the context) that you were referring to the module
 itself.


Yes, firstly i think about module, but after look at connman module
and rethinking, i want to do external app.
If that possible to not hardcode app name in connman enlightenment
module and do some config switching or another way to determine needed
app?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment module creation tips/tutorial

2014-02-21 Thread Vasiliy Tolstov
2014-02-21 14:30 GMT+04:00 Tom Hacohen tom.haco...@samsung.com:
 Yes, and quite easy to do. Feel free to send a patch for the connmann
 module to do this. Alternatively, you'll have to wait for someone else
 to find the time.


Ok. Thanks! May be i'm try =)

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New snapshot of Webkit-EFL

2014-02-20 Thread Vasiliy Tolstov
2014-02-20 14:20 GMT+04:00 Ryuan Choi ryuan.c...@samsung.com:
 There are some API changes.
 So, elm_web on elementary 1.8.x (and lower version) will not work with it.
 (I think that eve (in svn) is also not available with this version without 
 some patch)


Thanks!

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] enlightenment module creation tips/tutorial

2014-02-20 Thread Vasiliy Tolstov
Hi all. Where i can find some info about creating modules for
enlightenment (efl 1.8.x) ?
i want to try create some stuff and don't know where i can start.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment module creation tips/tutorial

2014-02-20 Thread Vasiliy Tolstov
2014-02-21 2:53 GMT+04:00 Fan Cris fancr...@gmail.com:
 https://git.enlightenment.org/legacy/subversion-history.git/tree/trunk/E-MODULES-EXTRA/skel
 this have nice comments/explications on code

Very big thanks!

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] enlightenment module creation tips/tutorial

2014-02-20 Thread Vasiliy Tolstov
2014-02-21 2:53 GMT+04:00 Fan Cris fancr...@gmail.com:
 https://git.enlightenment.org/legacy/subversion-history.git/tree/trunk/E-MODULES-EXTRA/skel
 this have nice comments/explications on code


Is i want to create module that can configure connman (like econnman
does) I need to create my own module, or i need to modify connman
module in enlightenment?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New snapshot of Webkit-EFL

2014-02-19 Thread Vasiliy Tolstov
2014-02-19 15:31 GMT+04:00 Cedric BAIL cedric.b...@free.fr:
 Hello,

 Along with the latest beta of EFL 1.9, Ryuan Choi did prepare a new
 snapshot of Webkit-EFL. You will need to update to this webkit-efl if
 you want to build elm_web with latest EFL. I also did release an
 update of Arch Linux package with debug symbol in it. You can find
 both in
 http://download.enlightenment.org/rel/libs/webkit-efl/ .

 1a90bd20d9b38b86566349163a72ffbd869dd1c2 webkit-efl-164189.tar.xz
 c9207c1eb427c8d0eaf98ef7fddd89ab1f63c74c ewebkit-1.9-1-x86_64.pkg.tar.xz

 Thanks to Ryuan and the rest of the team working on webkit-efl to
 continuously keep it alive !


Thanks! Does this version can build with efl 1.8?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] pkgbuild

2013-12-04 Thread Vasiliy Tolstov
2013/12/5 Carsten Haitzler ras...@rasterman.com:
 there's a big difference. debian has a POLICY of you are not allowed to have
 debian build stuff in a source tree. they continually complain that we had
 such stuff.

 we have had .spec files for much longer than even debian build stuff. there's
 enlightenment.spec right there. you've never complained.

 so leave it there. the removal of debian stuff is due to debian policies.


Best way to have dist build stuff - create special branches. For
example for debian and ubuntu exists git-buildpackage, in git tree you
need to have branch debian..
May be the best way to create separate branches for
spec/debian/pkgbuild stuff and hold this stuff only in corresponding
branch?
And all source code lives in master whatever branches?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] pkgbuild

2013-12-04 Thread Vasiliy Tolstov
2013/12/5 Carsten Haitzler ras...@rasterman.com:
 why? that makes no sense. it just complicates things.


Why? Source code in master/devel branches. Spec in spec branch and
updated only then needed, debian dir in debian branch...

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] pkgbuild

2013-12-04 Thread Vasiliy Tolstov
2013/12/5 Doug Newgard scimmi...@outlook.com:
 Git doesn't work that way. Branches are for branching code, not totally 
 different files.


git checkout --orphan NEWBRANCH why git authors create this ability?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] pkgbuild

2013-12-04 Thread Vasiliy Tolstov
2013/12/5 Doug Newgard scimmi...@outlook.com:
 From the documentation:
 This can be useful when you want to publish the tree from a commit without 
 exposing its full history. You might want to do this to publish an open 
 source branch of a project whose current tree is clean, but whose full 
 history contains proprietary or otherwise encumbered bits of code.


Thanks..

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.8 Release

2013-12-01 Thread Vasiliy Tolstov
2013/12/1 Carsten Haitzler ras...@rasterman.com:
 = EFL 1.8 is Out =

 We are pleased to announce that **EFL** and **Elementary** 1.8 are now out and
 available for download. Also **Emotion Generic Players** and **Evas Generic
 Loaders** are available too.


Is that possible to maintain in git tree separate branch for efl-18 ?
to pick up changes for stable release and package it for distros?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] unable to compile terminology from git (today)

2013-11-24 Thread Vasiliy Tolstov
version string in path not right (i'm build automatic from git for
launchpad). compile failed in data/themes

make[5]: Leaving directory
`/build/buildd/terminology-0.3.50~201311241539/data/themes/sounds'
make[5]: Entering directory
`/build/buildd/terminology-0.3.50~201311241539/data/themes'
Makefile:181: *** Recursive variable `am__v_EDJ_' references itself
(eventually).  Stop.
make[5]: Leaving directory
`/build/buildd/terminology-0.3.50~201311241539/data/themes'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/build/buildd/terminology-0.3.50~201311241539/data/themes'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/terminology-0.3.50~201311241539/data'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/terminology-0.3.50~201311241539'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/terminology-0.3.50~201311241539'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] EFL irc client

2013-11-18 Thread Vasiliy Tolstov
Hi all. I try to search efl based irc client. Does anybody can
recommend some cleint, that maintained and can works in feature efl
1.8 ?
P.S. i can found only
http://git.enlightenment.org/devs/devilhorns/emote.git/tree/ that have
commits in this year.

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL irc client

2013-11-18 Thread Vasiliy Tolstov
2013/11/19 Christopher Michael cp.mich...@samsung.com:
 Currently, there is no working efl-based irc client. I have been (slowly)
 working on one in my own time, but it's not to the point of usable by an
 average person yet.


Thanks =). I'm try to find chromium extension =).

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] failed to build elementary

2013-08-27 Thread Vasiliy Tolstov
Hello. I'm can't able to build elementary from git today:
full build log:
https://launchpadlibrarian.net/148526632/buildlog_ubuntu-quantal-amd64.libelementary_1.7.99~201308271430-1ppa1~quantal_FAILEDTOBUILD.txt.gz

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] speed Simple question about Evas Map object Efl× 이준호profiles

2013-08-10 Thread Vasiliy Tolstov
Hello.
Some time after sing e17 on my working notebook i nees simple feature -
All the time i need minimal speed for powersaving, but very rarely i need
to see full screen video and it very slow on minimal speed. I need to
increase speed via speed cpu plugin.
Is that possible to create app like on android - i create profile that
contains brightness, sound, speed , wifi and other stuff stettings. And i
able to chouse needed profile and apply all settings?

I think it very useful.. What dou you think?

P.S. If nobody can write such app, can you provide me links to docs, that i
need to use to write such app?
P.P.S. After creating econnman package for ubuntu and massively using it i
see , that it have many missing features.
What is the future for connman applet for e17/e18?
Some time ago i see that  mailing list have emails about elev8 and simle
conman applet writing in javascript.
If i need fully functional connman applet what is the best method to writ
it - use elev8 or python bindings?

Very big thanks for E.



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] profiles

2013-08-10 Thread Vasiliy Tolstov
суббота, 10 августа 2013 г. пользователь P Purkayastha писал:



 E already has support for profiles. Settings - Settings - Profiles.
 You can create a new profile that contains the settings you want. Then
 you can change your profile on the fly either via that Profiles dialog,
 or via command line:

 enlightenment_remote -defalut-profile-set profile name

 P.S. Try to create your own thread next time :-)


 THanks. Sorry for thread issue , this is bad gmail offline app =).
For profiles - i need to customize all stuff in that profile - settings for
font, theme and other stuff. Is that possible to create profile based on
settings from other profile?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-06-04 Thread Vasiliy Tolstov
Thanks. I'm try to build complete e18 packages for ubuntu in my ppa =)

2013/5/30 ryuan Choi ryuan.c...@gmail.com:
 FYI,

 ewebkit is not available with EFL 1.8 now.
 Attached (webkit) patch may be usefull if you want to build with e18.



 2013/5/30 Vasiliy Tolstov v.tols...@selfip.ru

 2013/5/30 Carsten Haitzler ras...@rasterman.com:
  SVN or GIT
 
   Eve won't work with just the stable EFL, it requires eldbus.
 
  =( very bad... Then e18 has been released?=)
 
  no. but its brewing in git.


 Hmm. Is that possible to build eve with edbus (not eldbus)?

 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-31 Thread Vasiliy Tolstov
2013/5/31 Carsten Haitzler ras...@rasterman.com:
 i never really much cared for/needed/wanted the login shell mode... :/ you do
 have a point though.

If terminology by default runs as login shell it can be greate =).
Some more questions: Is that possible to release new terminology with
tabs supporting =)? Sometimes ago i see that git version have ability
to switch tabs,
is that possible to create tabs like in gnome-terminal and control key
bindings to switch from tab to tab?


--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-31 Thread Vasiliy Tolstov
2013/5/31 Boris Faure bo...@fau.re:
 I'm working on those issues. Could you try my git branch
 devs/billiob/compat?

Hmm. Can i add your patches to terminology 0.3.0 ?


--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-31 Thread Vasiliy Tolstov
2013/5/31 Dave d...@flex.com.au:
 No terminal program should start a login shell by default.  A login shell
 runs scripts that are assumed to only run on login.  Any user who has put
 commands into their profile, on this assumption, would have havoc wreaked
 upon them.

  Then again, that could be fun.  Maybe it should be considered.


Login scripts run only at login, but when we can start it if entrance
started - launches enlightenment_start - de ?
I think that terminology start each tab via login shell to provide
users starting it scripts from .bashrc and another shells...

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-31 Thread Vasiliy Tolstov
2013/5/31 Carsten Haitzler ras...@rasterman.com:
 well i think that there are many sides to this argument. for now i think i'll
 just keep things as-is (you can run with the cmdline arg if u want login 
 shells
 by default ... or just fix up your bashrc stuff to put stuff in .bashrc 
 instead
 of .bash_login...


Ok =) Thanks.

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
I want to create packages for all e stuff to bring for ubuntu complete
enlightenment DE.
Now i want to create packages for webkit-efl and eve. Where i can
start? Where i can find officially released sources?

If i need clone from git - what repo i need and what revision ? As i
see packages.profusion.mobi have sources for webkit-efl but it have
2012 year...

P.S. Now i'm only try to create packages for stable 17 release.

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Doug Newgard scimmi...@outlook.com:
 There are no releases of either one. ewebkit isn't doing releases and eve is 
 still pre-release. Both will need to be checked out from SVN and built from 
 there.

SVN or GIT

 Eve won't work with just the stable EFL, it requires eldbus.

=( very bad... Then e18 has been released?=)



--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Vasiliy Tolstov v.tols...@selfip.ru:
 Eve won't work with just the stable EFL, it requires eldbus.

 =( very bad... Then e18 has been released?=)


And is that possible to run chromium with Efl not with gtk?

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Carsten Haitzler ras...@rasterman.com:
 SVN or GIT

  Eve won't work with just the stable EFL, it requires eldbus.

 =( very bad... Then e18 has been released?=)

 no. but its brewing in git.


Hmm. Is that possible to build eve with edbus (not eldbus)?

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
I'm install entrance on ubuntu 13.04 (create ubuntu package) and now
have some questions:

How can i change default Xorg cursor to e17 default?
How can i increase font size inside username and password input? In my
screen (11.6 notebook) it very small.


--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Jeff Hoogland jeffhoogl...@linux.com:
 Not related to your question - but do you have package source for a working
 Debian package for entrance?


=) I get it from git. It compiles fine with e17 stable. see
ppa:efl/trunk on launchpad.
Package have some bugs - for example i not add entrance init script to autorun..

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Jeff Hoogland jeffhoogl...@linux.com:
 I'm aware of how to compile it from source code. I was asking for the
 packaging specific scripts that allow it to auto configure/make itself the
 primary display manager.


Ah.. See for example
https://launchpad.net/~efl/+archive/trunk/+files/entrance_0.0.4-1ppa9~raring.debian.tar.gz
Basically this scripts and deb stuff create from lightdm =)

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] terminology

2013-05-30 Thread Vasiliy Tolstov
I'm very happy with terminology but it has some bugs:

1) I have installed rvm (ruby version manager) installer put to .bash_login
[[ -s $HOME/.rvm/scripts/rvm ]]  source $HOME/.rvm/scripts/rvm #
Load RVM into a shell session *as a function*
But as i see then terminology starts it only knows about .bashrc stuff.

2) When i works with mc inside screen that runs in terminology
sometimes mc dialogs not fully displayed

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Carsten Haitzler ras...@rasterman.com:
 nothing to do with terminology - bash loads its config files. terminology has
 nothnig to do with that. maybe you want a login shell (terminology -l=1). but
 bash is in charge there.

Wow. Very nice. May be the best to add this to desktop file by
default? I think that most of the people thinks that terminology
behaviour like gnome-terminal and other terminal emulators ?

 2) When i works with mc inside screen that runs in terminology
 sometimes mc dialogs not fully displayed

 yeah. vt escape handling is not 100% fine.

=(



--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] failed to build econnman with stable efl

2013-05-25 Thread Vasiliy Tolstov
If someone interesting i'm create (possible missing patch, but all
compiles and works fine):

diff --git a/Makefile.am b/Makefile.am
index a65ebf2..03bc405 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,9 +28,9 @@ EDJE_CC = @edje_cc@
 EDJE_FLAGS_VERBOSE_ =
 EDJE_FLAGS_VERBOSE_0 =
 EDJE_FLAGS_VERBOSE_1 = -v
-EDJE_FLAGS = $(EDJE_FLAGS_VERBOSE_$(V)) -id $(top_srcdir)/data/theme
-fd $(top_srcdir)/data/theme
-AM_V_EDJ = $(am__v_EDJ_$(V))
-am__v_EDJ_ = $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY))
+EDJE_FLAGS := $(EDJE_FLAGS_VERBOSE_$(V)) -id $(top_srcdir)/data/theme
-fd $(top_srcdir)/data/theme
+AM_V_EDJ := $(am__v_EDJ_$(V))
+am__v_EDJ_ := $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY))
 am__v_EDJ_0 = @echo   EDJ$@;

 THEME_IMAGES = \

2013/5/23 Vasiliy Tolstov v.tols...@selfip.ru:
 I'm try to create econnman ubuntu package and stuck at compiling econnman:
 https://launchpadlibrarian.net/140505486/buildlog_ubuntu-precise-amd64.econnman_0.0.1-1ppa1~precise_FAILEDTOBUILD.txt.gz

 Makefile:174: *** Recursive variable `am__v_EDJ_' references itself
 (eventually).  Stop.



 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] failed to build econnman with stable efl

2013-05-22 Thread Vasiliy Tolstov
I'm try to create econnman ubuntu package and stuck at compiling econnman:
https://launchpadlibrarian.net/140505486/buildlog_ubuntu-precise-amd64.econnman_0.0.1-1ppa1~precise_FAILEDTOBUILD.txt.gz

Makefile:174: *** Recursive variable `am__v_EDJ_' references itself
(eventually).  Stop.



--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


  1   2   >