Re: [e-users] Key control - VOLUME

2016-05-15 Thread Mick
On Sunday 15 May 2016 15:24:40 Larry Wyble wrote:
> On Sun, 15 May 2016 19:21:39 +0100
> 
> Mick  wrote:
> > On Sunday 15 May 2016 10:05:32 Larry Wyble wrote:
> > > I find that when I use the volume keys to increase or decrease
> > > volume the action not only changes volume but everything across the
> > > board:
> > > 
> > > Master  Headphon<  PCM   > Front   Front Mi Front Mi Surround
> > > CenterLFE  Side Line
> > > 
> > > all those are controlled by the volume key on my keyboard. Is there
> > > some place that I can change this??
> > > 
> > > I tried making a new keyboard shortcut with
> > > amixer -- sset Master Playback 2+
> > 
> > Use pulse or the audio mixer module provided by e20.  Click on Mixer
> > tab and while the sound source is playing adjust Playback and/or the
> > corresponding Output.
> 
> So what you're saying is I can't use the keyboard volume control with
> E-20, is that right?

No, sorry, I'm not saying that.  I don't know how your keyboard volume control 
can be configured, only suggested that instead of the amixer ncurses you 
should/could use the e20 mixer widget.  I hope someone else can offer advice 
on keyboard control.

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


Re: [e-users] Key control - VOLUME

2016-05-15 Thread Larry Wyble
On Sun, 15 May 2016 19:21:39 +0100
Mick  wrote:

> On Sunday 15 May 2016 10:05:32 Larry Wyble wrote:
> > I find that when I use the volume keys to increase or decrease
> > volume the action not only changes volume but everything across the
> > board:
> > 
> > Master  Headphon<  PCM   > Front   Front Mi Front Mi Surround
> > CenterLFE  Side Line
> > 
> > all those are controlled by the volume key on my keyboard. Is there
> > some place that I can change this??
> > 
> > I tried making a new keyboard shortcut with
> > amixer -- sset Master Playback 2+  
> 
> Use pulse or the audio mixer module provided by e20.  Click on Mixer
> tab and while the sound source is playing adjust Playback and/or the
> corresponding Output.

So what you're saying is I can't use the keyboard volume control with
E-20, is that right?


> 
> > But it made no difference at all. I can't find where this is
> > controlled from.
> > 
> > Thanks
> > 
> > 
> > -- 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-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users  
> 


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


Re: [e-users] Key control - VOLUME

2016-05-15 Thread Mick
On Sunday 15 May 2016 10:05:32 Larry Wyble wrote:
> I find that when I use the volume keys to increase or decrease volume
> the action not only changes volume but everything across the board:
> 
> Master  Headphon<  PCM   > Front   Front Mi Front Mi Surround
> CenterLFE  Side Line
> 
> all those are controlled by the volume key on my keyboard. Is there
> some place that I can change this??
> 
> I tried making a new keyboard shortcut with
> amixer -- sset Master Playback 2+

Use pulse or the audio mixer module provided by e20.  Click on Mixer tab and 
while the sound source is playing adjust Playback and/or the corresponding 
Output.

> But it made no difference at all. I can't find where this is controlled
> from.
> 
> Thanks
> 
> 
> -- 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-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

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


[e-users] entrance... new results

2016-05-15 Thread Peter Koellner

Hi!

I have played around with the entrance source, and hav emade some slight 
progress.
It looks like the entrance_server just went into idle main loop after starting 
the user session,
without ever showing the slightest interst in when or if the user terminated 
the session later.
This is why it apparently had to be kicked out when shutting down and left a dysfunctional display 
when simply logging out. I can't say that I have really solved the underlying problem, because it

would need some better understanding of the ecore API. What I did was
- adding a signal handler for SIGCHLD after running entrance_session_run forked 
the X session, which
  does a ecore_main_loop_quit() now
- adding a _logged=EINA_FALSE to entrance_session_shutdown, because the 
entrance shutdown code got
  stuck there.
- added a -d parameter to change the path to executables so they are drawn from 
the src directory
  instead of from installed PACKAGE_DIR for testing with xephyr.

The result is that now entrance quits immediately after session logout.
No idea if this solves too many problems there, but I have attached the git 
diff output in case
anyone is interested.

regards
 Peter


--
peter kollner diff --git a/src/bin/entrance_client.c b/src/bin/entrance_client.c
index f3e244e..ceafc8d 100644
--- a/src/bin/entrance_client.c
+++ b/src/bin/entrance_client.c
@@ -67,7 +67,7 @@ main(int argc, char **argv)
PT("connect shutdown");
entrance_connect_shutdown();
PT("conf shutdown");
-   entrance_conf_init();
+   entrance_conf_shutdown();
PT("gui shutdown");
entrance_gui_shutdown();
PT("login shutdown");
diff --git a/src/bin/entrance_client.h b/src/bin/entrance_client.h
index 2bb7636..a18f274 100644
--- a/src/bin/entrance_client.h
+++ b/src/bin/entrance_client.h
@@ -6,7 +6,7 @@
 #endif
 
 #include 
-
+#include 
 #include 
 
 #include "../event/entrance_event.h"
@@ -21,11 +21,16 @@
 #include "entrance_gui.h"
 #include "entrance_login.h"
 
-#define PT(f, x...)\
-do \
-{  \
-   printf(__FILE__":%d "f"\n", __LINE__, ##x); \
-   fflush(stdout);   \
+#define PT(f, x...)  \
+do \
+{ time_t time_p; \
+   char date_time[24]; \
+   time(_p); \
+   if(!strftime(date_time, 24, "%Y%m%d-%H%M%S%z", localtime(_p))) { \
+   strcpy(date_time, "stardate-unknown"); \
+   } \
+   printf("%s: "__FILE__":%d "f"\n", date_time, __LINE__, ##x); \
+   fflush(stdout); \
 } while (0)
 
 int entrance_client_main(void);
diff --git a/src/daemon/entrance.c b/src/daemon/entrance.c
index 26abdc8..aca5604 100644
--- a/src/daemon/entrance.c
+++ b/src/daemon/entrance.c
@@ -25,6 +25,7 @@ static void _entrance_wait(void);
 
 static Eina_Bool _testing = 0;
 static Eina_Bool _xephyr = 0;
+static Eina_Bool _debug = 0;
 static Ecore_Exe *_entrance_client = NULL;
 
 
@@ -143,7 +144,11 @@ static void
 _entrance_wait(void)
 {
// XXX: use eina_prefix! hardcoding paths . :(
-   execl(PACKAGE_BIN_DIR"/entrance_wait", PACKAGE_SBIN_DIR"/entrance", NULL);
+   if(_debug) {
+execl("../daemon/entrance_wait", "../daemon/entrance", NULL);
+   } else {
+execl(PACKAGE_BIN_DIR"/entrance_wait", PACKAGE_SBIN_DIR"/entrance", 
NULL);
+   }
PT("HUM HUM HUM can't wait ...");
_exit(1);
 }
@@ -259,11 +264,19 @@ _entrance_main(const char *dname)
   chown(home_path, pwd->pw_uid, pwd->pw_gid);
}
 
+  if(_debug) {
+ snprintf(buf, sizeof(buf),
+  SUDO" --user %s HOME=%s "
+  "LD_LIBRARY_PATH="PACKAGE_LIB_DIR" "
+  "../bin/entrance_client -d %s -t %s",
+  user, home_path, dname, entrance_config->theme);
+  } else {
  snprintf(buf, sizeof(buf),
   SUDO" --user %s HOME=%s "
   "LD_LIBRARY_PATH="PACKAGE_LIB_DIR" "
   PACKAGE_BIN_DIR"/entrance_client -d %s -t %s",
   user, home_path, dname, entrance_config->theme);
+  }
  PT("Exec entrance_client: %s", buf);
 
  _entrance_client =
@@ -272,8 +285,10 @@ _entrance_main(const char *dname)
NULL);
   }
  }
-   else
- ecore_main_loop_quit();
+   else {
+PT("Quit main loop");
+ecore_main_loop_quit();
+   }
return ECORE_CALLBACK_CANCEL;
 }
 
@@ -341,6 +356,7 @@ static const Ecore_Getopt options =
   "If not, entrance will restart if the session is 
"
   "quit because of an error, or if the environment 
"
   "variable ENTRANCE_RESTART is set."),
+ ECORE_GETOPT_STORE_TRUE('d', "debug", "Start in debug mode. use 
entrance client from 

[e-users] ecore main loop api documentation link broken

2016-05-15 Thread Peter Koellner
Hi!

The link to the Ecore main loop API documentation on
   https://www.enlightenment.org/program_guide/main_loop_pg
is broken:

HTTP ERROR 404

Problem accessing 
/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Ecore__Main__Loop__Group.html.
 Reason:

 Not Found

Powered by Jetty://


I suspect that this is not the only broken API link there...

-- 
peter kollner 

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


Re: [e-users] Key control - VOLUME

2016-05-15 Thread Larry Wyble
On Sun, 15 May 2016 10:05:32 -0500
Larry Wyble  wrote:

> Key control  - VOLUME

Sorry that last email was for E-20  :)

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


[e-users] Key control - VOLUME

2016-05-15 Thread Larry Wyble

I find that when I use the volume keys to increase or decrease volume
the action not only changes volume but everything across the board:

Master  Headphon<  PCM   > Front   Front Mi Front Mi Surround
CenterLFE  Side Line

all those are controlled by the volume key on my keyboard. Is there
some place that I can change this??

I tried making a new keyboard shortcut with 
amixer -- sset Master Playback 2+

But it made no difference at all. I can't find where this is controlled
from.

Thanks

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


Re: [e-users] How to set up two monitors with 8 virtual desktops

2016-05-15 Thread Mick
On Sunday 15 May 2016 21:56:57 Carsten Haitzler wrote:
> On Sun, 15 May 2016 10:39:17 +0100 Mick  said:
> > Hi All,
> > 
> > I am trying to configure e20 with two monitors.  The LH monitor (DVI-0) is
> > the primary monitor and the RH (HDMI-0) is the secondary.
> > 
> > I have a single shelf at the bottom of the primary monitor.  I have
> > configured the RH monitor 'to the right of' the primary monitor.
> > 
> > I have set up different wallpapers to right and left monitors, but here's
> > a
> > funny thing:  when I click in the pager within the shelf of the primary
> > monitor to go to another virtual desktop, the right hand monitor stays put
> > and does not switch to a corresponding virtual desktop.
> 
> that's precisely how it's designed and intended to work. each screen has an
> independent set of NxM desktops (all screens have the same number of NxM).
> each screen flips separately.
> 
> > Is there a particular setting which will allow me to switch virtual
> > desktops in *both* monitors simultaneously, like e.g. in KDE?
> 
> no. :) get used to this. it takes maybe 2 weeks and after that you can't go
> back. :)

OK, I will try to reason with the user in question (she's just migrated from 
the horrible new plasma5, which makes MSWindows 10 look pretty).

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


Re: [e-users] How to set up two monitors with 8 virtual desktops

2016-05-15 Thread The Rasterman
On Sun, 15 May 2016 10:39:17 +0100 Mick  said:

> Hi All,
> 
> I am trying to configure e20 with two monitors.  The LH monitor (DVI-0) is
> the primary monitor and the RH (HDMI-0) is the secondary.
> 
> I have a single shelf at the bottom of the primary monitor.  I have
> configured the RH monitor 'to the right of' the primary monitor.
> 
> I have set up different wallpapers to right and left monitors, but here's a 
> funny thing:  when I click in the pager within the shelf of the primary 
> monitor to go to another virtual desktop, the right hand monitor stays put
> and does not switch to a corresponding virtual desktop.

that's precisely how it's designed and intended to work. each screen has an
independent set of NxM desktops (all screens have the same number of NxM). each
screen flips separately.

> Is there a particular setting which will allow me to switch virtual desktops 
> in *both* monitors simultaneously, like e.g. in KDE?

no. :) get used to this. it takes maybe 2 weeks and after that you can't go
back. :)

> -- 
> Regards,
> Mick


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


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


Re: [e-users] How to set up two monitors with 8 virtual desktops

2016-05-15 Thread Mick
On Sunday 15 May 2016 19:32:23 Simon Lees wrote:
> On 05/15/2016 07:09 PM, Mick wrote:
> > Hi All,
> > 
> > I am trying to configure e20 with two monitors.  The LH monitor (DVI-0) is
> > the primary monitor and the RH (HDMI-0) is the secondary.
> > 
> > I have a single shelf at the bottom of the primary monitor.  I have
> > configured the RH monitor 'to the right of' the primary monitor.
> > 
> > I have set up different wallpapers to right and left monitors, but here's
> > a
> > funny thing:  when I click in the pager within the shelf of the primary
> > monitor to go to another virtual desktop, the right hand monitor stays put
> > and does not switch to a corresponding virtual desktop.
> > 
> > Is there a particular setting which will allow me to switch virtual
> > desktops in *both* monitors simultaneously, like e.g. in KDE?
> 
> I believe you can setup a keybinding to do that, but I haven't tried,
> the separation is one of the main reasons I use Enlightenment

Fair enough, but the particular user is using the virtual desktops (VDs) in 
the two monitors in pairs, similar to the concept of Activities in KDE.  So 
VD1 on monitor 1 and VD1 on monitor 2 have open windows with applications that 
are used for concurrent/associated activities.  VD2 on monitor 1 and VD2 on 
monitor 2 are similarly used concurrently for a different set of activities.  
Switching between VD1 and VD2 on both monitors at the same time by using the 
pager on the shelf on monitor 1 is a preference for this user.  Can this be 
done on e20?

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


Re: [e-users] Debianized packages

2016-05-15 Thread Mark Dickie
Hi there,

There seems to be a problem with the depends. It seems to be pulling in all
the old e17 dependencies - on i386

Cheers for this. would love to see e back in debian.

Happy to help if I can. Good luck!

Mark

I get the following:



sudo aptitude install enlightenment terminology
The following NEW packages will be installed:
  enlightenment enlightenment-data{a} libecore-audio1{a} libecore-con1{a}
  libecore-evas1{a} libecore-fb1{a} libecore-file1{a} libecore-imf1{a}
  libecore-input1{a} libecore-ipc1{a} libecore-x1{a} libecore1{a}
  libedje-bin{a} libedje1{a} libeet1{a} libeeze1{a} libefreet-bin{a}
  libefreet1a{a} libeina1{a} libeio1{a} libelementary1{ab} libembryo-bin{a}
  libembryo1{a} libemile1{a} libemotion1{a} libephysics1{a}
  libethumb-client-bin{a} libethumb-client1{a} libethumb1{a} terminology
The following packages will be REMOVED:
  libemotion-loaders{u} libevas-loaders{u} libx86-1{u} vbetool{u}
0 packages upgraded, 30 newly installed, 4 to remove and 1 not upgraded.
Need to get 9,800 kB/31.7 MB of archives. After unpacking 64.7 MB will be
used.
The following packages have unmet dependencies:
 libefl : Conflicts: libecore-audio1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-con1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-evas1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-fb1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-file1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-imf1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-input1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-ipc1 but 1.16.1-1 is to be installed.
  Conflicts: libecore-x1 but 1.16.1-1 is to be installed.
  Conflicts: libecore1 but 1.16.1-1 is to be installed.
  Conflicts: libedje1 but 1.16.1-1 is to be installed.
  Conflicts: libeet1 but 1.16.1-1 is to be installed.
  Conflicts: libeeze1 but 1.16.1-1 is to be installed.
  Conflicts: libeina1 but 1.16.1-1 is to be installed.
  Conflicts: libeio1 but 1.16.1-1 is to be installed.
  Conflicts: libembryo1 but 1.16.1-1 is to be installed.
  Conflicts: libemotion1 but 1.16.1-1 is to be installed.
  Conflicts: libephysics1 but 1.16.1-1 is to be installed.
  Conflicts: libethumb-client1 but 1.16.1-1 is to be installed.
  Conflicts: libethumb1 but 1.16.1-1 is to be installed.
 libelementary1 : Depends: libelementary-data (= 1.16.1-1) but 1.17.0-1 is
insta
lled.
 libelementary2 : Conflicts: libelementary1 but 1.16.1-1 is to be installed.
The following actions will resolve these dependencies:

  Keep the following packages at their current version:
1)  enlightenment [Not Installed]
2)  libecore-audio1 [Not Installed]
3)  libecore-con1 [Not Installed]
4)  libecore-evas1 [Not Installed]
5)  libecore-fb1 [Not Installed]
6)  libecore-file1 [Not Installed]
7)  libecore-imf1 [Not Installed]
8)  libecore-input1 [Not Installed]
9)  libecore-ipc1 [Not Installed]
10) libecore-x1 [Not Installed]
11) libecore1 [Not Installed]
12) libedje-bin [Not Installed]
13) libedje1 [Not Installed]
14) libeet1 [Not Installed]
15) libeeze1 [Not Installed]
16) libefreet-bin [Not Installed]
17) libefreet1a [Not Installed]
18) libeina1 [Not Installed]
19) libeio1 [Not Installed]
20) libelementary1 [Not Installed]
21) libembryo-bin [Not Installed]
22) libembryo1 [Not Installed]
23) libemile1 [Not Installed]
24) libemotion1 [Not Installed]
25) libephysics1 [Not Installed]
26) libethumb-client-bin [Not Installed]
27) libethumb-client1 [Not Installed]
28) libethumb1 [Not Installed]

  Leave the following dependencies unresolved:
29) pm-utils recommends vbetool


Accept this solution? [Y/n/q/?]


On 15 May 2016 at 02:10, Christopher Barry 
wrote:

> On Sat, 14 May 2016 14:09:24 -0400
> Ross Vandegrift  wrote:
>
> >Hello all,
> >
> >I've been maintaining updates to the Debian packages for EFL &
> >Enlightenment.  Hopefully, these will land in experimental before too
> >long.  But in the interest of getting more testers, I've published
> >amd64 binary packages for sid here:
> >  http://deb-e.s3-website-us-east-1.amazonaws.com/
> >
> >The source packages are the debian/sid branches of:
> >  https://github.com/rvandegrift/efl
> >  https://github.com/rvandegrift/evas_generic_loaders
> >  https://github.com/rvandegrift/emotion_generic_players
> >  https://github.com/rvandegrift/elementary
> >  https://github.com/rvandegrift/e
> >  https://github.com/rvandegrift/terminology
> >
> >Let me know if you run into any issues - especially if you use EFL apps
> >other than E and terminology.
> >
> >Ross
> >
> >
> >
>
> >--
> >Mobile security can be enabling, not merely 

Re: [e-users] How to set up two monitors with 8 virtual desktops

2016-05-15 Thread Simon Lees


On 05/15/2016 07:09 PM, Mick wrote:
> Hi All,
> 
> I am trying to configure e20 with two monitors.  The LH monitor (DVI-0) is 
> the 
> primary monitor and the RH (HDMI-0) is the secondary.
> 
> I have a single shelf at the bottom of the primary monitor.  I have 
> configured 
> the RH monitor 'to the right of' the primary monitor.
> 
> I have set up different wallpapers to right and left monitors, but here's a 
> funny thing:  when I click in the pager within the shelf of the primary 
> monitor to go to another virtual desktop, the right hand monitor stays put 
> and 
> does not switch to a corresponding virtual desktop.
> 
> Is there a particular setting which will allow me to switch virtual desktops 
> in *both* monitors simultaneously, like e.g. in KDE?
> 
I believe you can setup a keybinding to do that, but I haven't tried,
the separation is one of the main reasons I use Enlightenment


-- 

Simon Lees (Simotek)http://simotek.net

Emergency Update Team   keybase.io/simotek
SUSE LinuxAdeliade Australia, UTC+9:30
GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B

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


[e-users] How to set up two monitors with 8 virtual desktops

2016-05-15 Thread Mick
Hi All,

I am trying to configure e20 with two monitors.  The LH monitor (DVI-0) is the 
primary monitor and the RH (HDMI-0) is the secondary.

I have a single shelf at the bottom of the primary monitor.  I have configured 
the RH monitor 'to the right of' the primary monitor.

I have set up different wallpapers to right and left monitors, but here's a 
funny thing:  when I click in the pager within the shelf of the primary 
monitor to go to another virtual desktop, the right hand monitor stays put and 
does not switch to a corresponding virtual desktop.

Is there a particular setting which will allow me to switch virtual desktops 
in *both* monitors simultaneously, like e.g. in KDE?
-- 
Regards,
Mick--
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-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Espionage 1.0

2016-05-15 Thread Davide Andreoli
Finally espionage (the dbus spy) got a stable release.

The tarball can be found at:
https://download.enlightenment.org/rel/apps/espionage/

More info at:
https://phab.enlightenment.org/w/projects/espionage/

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