Re: [e-users] Terminology crashes as soon as I try and type something

2015-06-12 Thread Will Hopper
I had qualitatively the same issue with terminology 0.8 when I upgraded efl/elementary from 1.13.x series to 1.14 (running on Debian, but I build everything from source using release tarballs since Debian's packages are so old). But, luckily all I had to do was uninstall terminology and recompile

Re: [e-users] Libre office window does not move

2015-02-04 Thread Will Hopper
No, not totally alone, Libre Office can act funny for me too (also using jessie). Sometimes (usually with a second monitor connected to my laptop, but not always) I have a problem maximizing a libre office window. The window bar across the top resizes and moves correctly, but the actual contents o

Re: [e-users] elementary 1.12.2 build failure

2015-01-17 Thread Will Hopper
> > On 15/01/15 15:40, Will Hopper wrote: > > Hi everyone, > > > > I was getting around to upgrading to the 1.12.x serious, but ran into a > > problem when building elemenetary. > > > > make all-recursive > > make[1]: Entering directory '/opt/

[e-users] elementary 1.12.2 build failure

2015-01-15 Thread Will Hopper
Hi everyone, I was getting around to upgrading to the 1.12.x serious, but ran into a problem when building elemenetary. make all-recursive make[1]: Entering directory '/opt/source/e/elementary-1.12.2' Making all in src make[2]: Entering directory '/opt/source/e/elementary-1.12.2/src' Making all

Re: [e-users] [ANNOUNCE] e-gtk-theme (Enlightenment gtk theme)

2014-12-04 Thread Will Hopper
-12-04 2:12 GMT+01:00 Will Hopper : > > > Hi all, > > > > Sorry in advance for the beginners question, but I'm wondering how to > know > > if I'm using the gtk3 or gtk2 theme? Can I choose in any way? I have both > > 2.24 and 3.14 installed (debian),

Re: [e-users] [ANNOUNCE] e-gtk-theme (Enlightenment gtk theme)

2014-12-03 Thread Will Hopper
Hi all, Sorry in advance for the beginners question, but I'm wondering how to know if I'm using the gtk3 or gtk2 theme? Can I choose in any way? I have both 2.24 and 3.14 installed (debian), and I built and installed the package using "make prefix=/usr install-all " as in the readme. It worked fin

Re: [e-users] E19.1 Poweroff doesn't work

2014-11-25 Thread Will Hopper
I'm using 19.1 on debian testing, and have a similar issue, although i didn't use --emable-systemd at compile time. Shutting down via any method (telinit 0, power button, E desktop menu) causes the system to hang at the black screen for a while, but it eventually does shutdown after about probably

Re: [e-users] Slow/Small mouse movements

2014-07-20 Thread Will Hopper
Nevermind, it looks like a bug in the synaptic xorg driver. For anyone interested/affected, see here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754862 On Sun, Jul 20, 2014 at 2:55 PM, Will Hopper wrote: > Hi all, > > Following a recent update to my debian system, I restarted

[e-users] Slow/Small mouse movements

2014-07-20 Thread Will Hopper
Hi all, Following a recent update to my debian system, I restarted and found that my mouse movements were much slower and smaller. It takes about 10 swipes on my track pad to get across my screen! I tried changing the acceleration in the mouse settings, but it has no effect, even moving it up to t

Re: [e-users] Keyboard shortcut to toggle window stacking "always on top"

2014-06-26 Thread Will Hopper
sounds like you'd want to use the quickaccess module. go to main menu -> modules -> launcher -> quickaccess and enable it. Then right click on the window border, go to add quickaccess in the drop down menu, and configure the keybinding, and the behvior settings. One thing to make sure to do is to m

Re: [e-users] mount error: Unable to mount with specified time out

2014-06-20 Thread Will Hopper
OK, good to hear the udisk/udisks2 combo is ok. And just for clarity, the issue isn't just with automouting, it with any kind of mounting through enlightenment, including opening or right-clicking & selecting 'mount'. unfortunately, rebuilding enlightenement after installing udisks(1) didn't help.

Re: [e-users] mount error: Unable to mount with specified time out

2014-06-18 Thread Will Hopper
ote: > > > > On 06/17/2014 04:30 PM, Will Hopper wrote: > >> Hi everyone, > >> > >> I'm getting the following error trying to mount usb's through EFM > (18.8): > >> > >> " org.freedesktop.fm2.MountTimeout > >>

[e-users] mount error: Unable to mount with specified time out

2014-06-17 Thread Will Hopper
Hi everyone, I'm getting the following error trying to mount usb's through EFM (18.8): " org.freedesktop.fm2.MountTimeout Unable to mount the volume with specified time out" 'file mode' is udisks2, with udisks2 version 2.1.3. I've seen this issue on the mailing list in the past, and the issue

Re: [e-users] file manager mode RASTER

2014-06-17 Thread Will Hopper
Can you mount at all with efm/enlightenment, or just not automount things? A while ago in e17 days I had this file mode and also couldn't mount anything. If you don't have it, try installing udisks (might need to rebuild enlightenment, not sure). If that doesn't work, try adding --enable-mount-eeze

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread Will Hopper
t; On Thu, 17 Apr 2014 07:24:53 -0400 Will Hopper > said: > > > > > Thanks for the info about compatible versions. I was guessing that it > was > > > because the files were called libbulletsoftbody.so.2.81 and > > > libbulletsoftbody.so.2.81 and that the hard co

Re: [e-users] ephysics and libbullet problems

2014-04-17 Thread Will Hopper
graded and life is good again. But I'm still confused about one thing - efl still depends on libbullet even with --disable-physics? On Wed, Apr 16, 2014 at 8:45 PM, Carsten Haitzler wrote: > On Wed, 16 Apr 2014 13:51:51 -0400 Will Hopper > said: > > > Hi everyone, > > &g

[e-users] ephysics and libbullet problems

2014-04-16 Thread Will Hopper
Hi everyone, Without really paying attention, I recently upgraded the libbullet libraries on my debian testing system (libbulletsoftbody, libbulletcollision, etc) from 2.81 to 2.82, breaking efl's dependency on those libs. It appears the libbullet library files have a hard coded version number in

Re: [e-users] econnman 1.1 and e 0.18.6

2014-03-31 Thread Will Hopper
Check that your $PYTHON_PATH environment variable has something like "/usr/local/python2.7/site-packages" in it. Replace '/usr/local' with whatever your e installation prefix was and python2.7 with whatever version of python you used to compile the bindings with. That's helped me before. On Mon,

[e-users] desktop freezes with second monitor

2014-03-17 Thread Will Hopper
Hi all, My entire desktop (enlightenment 1.8.5 with EFL 1.8.6) is freezing/locking up (sometimes blanking out and just showing and unmovable cursor) whenever I try to connect to a second monitor (with xrandr, arandr, and the screen tool enlightenment). ctrl-alt-f1 has no effect! I have an intel in

Re: [e-users] EFL 1.8.5 + E 0.18.5: Everything module pops up at desktop corner instead of center

2014-03-12 Thread Will Hopper
happens to me too! I would appreciate any suggestions. On Wed, Mar 12, 2014 at 3:45 PM, Stefano wrote: > As per subject, > > since I updated to EFL 1.8.5 + E 0.18.5, the everything module pops up in a > corner of the screen. > > The module's configuration (geometry tab) has not changed since, a

Re: [e-users] How to start e18 on a minimalist debian jessie ?

2014-02-24 Thread Will Hopper
: > Thank, you, now it starts ! > > But I find no instruction about xinitrc. > > > Le 24/02/2014 18:35, Will Hopper a écrit : > > if you don't use a login manager, you can start it by adding the line to > > your ~/.xinitrc file > > > > exec enlighten

Re: [e-users] How to start e18 on a minimalist debian jessie ?

2014-02-24 Thread Will Hopper
if you don't use a login manager, you can start it by adding the line to your ~/.xinitrc file exec enlightenment_start and using the startx command after you login. If you look at the end of the output from compiling and installing enlightenment, there is a little paragraph recommending other par

[e-users] Freeze on second monitor connect

2014-02-22 Thread Will Hopper
Hi all, My entire desktop (enlightenment 1.8.3 with EFL 1.8.5) is freezing/locking up (sometimes blanking out and just showing and unmovable cursor) whenever I try to connect to a second monitor (with xrandr, arandr, and the screen tool enlightenment). ctrl-alt-f1 has no effect! I have an intel in

Re: [e-users] Problem with battery, or battery gadget?

2014-02-17 Thread Will Hopper
FWIW, I second what Alan said - i have the same problem with an old netbook battery, and I think it is a problem with what the battery is reporting, because sometimes the bios pauses before start up and complains about how the battery won't take a charge or has low capacity or something, and other

Re: [e-users] e18 doesn't starts

2014-02-16 Thread Will Hopper
allright, I will try that, thanks everyone for the advice! On Sun, Feb 16, 2014 at 3:39 AM, Mick wrote: > On Sunday 16 Feb 2014 00:25:55 Alan McKinnon wrote: > > On 16/02/2014 02:20, Will Hopper wrote: > > > This is not at all unlikely - the virtual machine is running in a &g

Re: [e-users] e18 doesn't starts

2014-02-15 Thread Will Hopper
This is not at all unlikely - the virtual machine is running in a windows host that was created by restoring from backups after a drive failed. Also, the 'new' disk it was restored to is not really a new disk at all. I am not really knowledgeable about virtual machines at all - would deleting thi

Re: [e-users] e18 doesn't starts

2014-02-15 Thread Will Hopper
directory, but display ??? as the file permissions. I got around this by just building as root, but maybe there are other weird permission settings elsewhere that would cause this? On Fri, Feb 14, 2014 at 1:12 PM, Páder Rezső wrote: > Fri, 14 Feb 2014 11:36:39 -0500 -n &

Re: [e-users] e18 doesn't starts

2014-02-14 Thread Will Hopper
Just ran into this same issue, with a new compile of efl 18.8.5, elementary 1.8.4, and enlightenment 1.8.3 on debian testing virtual machine. Did you ever find any way to fix this issue? strangely, xsession-errors has none of this, i could only find the ESTART messages by running startx and sendin

Re: [e-users] No applications in ibar

2013-12-23 Thread Will Hopper
marco, are you still having this issue? I had a similar issue a while ago with no applications being listed in the everything launcher or startup applications (I don't use ibar so I don't know if it would have happened there too) and it turned out to be a dbus problem with efreet or ethumb (I forg

Re: [e-users] Connecting with connman changes host name

2013-12-03 Thread Will Hopper
e host' but I just put another line in the /etc/hosts that has the _1 variant of the host name and now sudo is happy. On Tue, Dec 3, 2013 at 8:41 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Dec 3, 2013 at 10:15 AM, Will Hopper > wrote: > > Hi all, > > > > When I

[e-users] Connecting with connman changes host name

2013-12-03 Thread Will Hopper
Hi all, When I connect to a wired network using connman on the desktop, my host name gets changed. Specifically, it gets a "_1" added to the end. Looking at the interfaces with ifconfig shows that a tun6to4 interface gets brought up as well as eth0. Could this be the source of the problem? I don't

[e-users] Can't start econnman-bin

2013-11-30 Thread Will Hopper
Hi all, I'm having a problem starting econnman. I've built the python bindings from git using python 2.7 and cython 19.1. When i run econnman from the 'configure' button at the bottom of the connman module, it dies with no error message. When i run econnman-bin from the command line, I get this er

[e-users] No Compositing when using multiple monitors

2013-09-30 Thread Will Hopper
Hi all, I'm using enlightenement 17.99.17107.When using a multiple monitor setup (single external monitor, seperate X screen), i get the 'no compositor enabled, falling back to software' error message upon login. This error doesn't occur when using just my laptop screen, or just the external monit

Re: [e-users] Multiple Display Problems?

2013-09-30 Thread Will Hopper
with multiple screens, but I'll start a new thread for that. On Thu, Sep 26, 2013 at 9:11 PM, Will Hopper wrote: > > I'm resurrecting this thread after a weird finding. Restoring old versions > of xorg.conf and nvidia-setting.rc files didn't help, neither did > reinsta

Re: [e-users] Multiple Display Problems?

2013-09-26 Thread Will Hopper
rprised to see my .e directory make a difference, i thought the problem would be with X or nvidia config files. Does anyone have any theory about how enlightenment might be causing this problem? On Tue, Sep 10, 2013 at 8:40 AM, Will Hopper wrote: > I was wrong earlier about not getting an

Re: [e-users] Multiple Display Problems?

2013-09-10 Thread Will Hopper
need to set the DISPLAY env (i.e export DISPLAY=:0.0). It'll be > interesting > to see what xrandr thinks is the active screen. > > Cheers, > dave.k > > > In the year 2013, of the month of September, on the 6th day, Will Hopper > wrote: > > Unfortunately that didn&#x

Re: [e-users] Multiple Display Problems?

2013-09-06 Thread Will Hopper
rs, > dave.k > > > In the year 2013, of the month of September, on the 5th day, Will Hopper > wrote: > > Hi all, I have a fairly strange problem to report. Sorry in advance if > this > > not the right place for this, but I'm very confused. I tried to connect >

[e-users] Multiple Display Problems?

2013-09-05 Thread Will Hopper
Hi all, I have a fairly strange problem to report. Sorry in advance if this not the right place for this, but I'm very confused. I tried to connect to a projector today, and long story short, I could't use the nvidia 'twin view' setting for my purposes, i had to use the nvidia-settings tool to chan

Re: [e-users] Differences starting at boot t vs. restarting enlightenment

2013-05-13 Thread Will Hopper
er of the enightenment_fm lib file. Anyone know how I could try and manipulate how that file gets started? On Mon, May 13, 2013 at 12:44 PM, Mick wrote: > On Monday 13 May 2013 19:22:21 Will Hopper wrote: > > The order of PID's after enlightenment start looks like this > > &g

Re: [e-users] Differences starting at boot t vs. restarting enlightenment

2013-05-13 Thread Will Hopper
rtkit-daemon And the only thing that changes after the enlightenment restart is a new instance of 3796 ?SNs0:00 /usr/lib/enlightenment/utils/enlightenment_fm On Sun, May 12, 2013 at 7:46 PM, P Purkayastha wrote: > On 05/12/2013 11:00 AM, Will Hopper wrote: > > Hi all, > &g

[e-users] Differences starting at boot t vs. restarting enlightenment

2013-05-11 Thread Will Hopper
Hi all, I wrote a few days ago about trying to get support for mounting external drives in the file manager, and I've gotten that issue mostly resolved, with one hiccup. When I start enlightenment at boot from a display manager, I have no mounting support or icons for USB in the file manager, and

Re: [e-users] Can't mount or see removable media in file manager

2013-05-10 Thread Will Hopper
each time I start my machine. > > > > How does the restart option in menu behave differently from 'exec > > enlightenment_start? Is there a better way to start enlightenment from a > > display manager? > > > > > > On Thu, May 9, 2013 at 11:57 PM, Patrick OBrien &g

Re: [e-users] Can't mount or see removable media in file manager

2013-05-10 Thread Will Hopper
wrote: > Seems I have udisks-glue 1.3.4-1 installed. > > Pato > > Sent From My Galaxy Note 2 > On May 8, 2013 9:16 AM, "Will Hopper" wrote: > > > Patrick, > > > > That hasn't worked for me so far, but I'll try to update to 16470 and see &

Re: [e-users] Can't mount or see removable media in file manager

2013-05-09 Thread Will Hopper
ersion before 16450 (I don't remember which) I compiled > was very flakey and wouldn't show any removable devices on the desktop. > > If this doesn't help, you may also need to move your .e dir to .e_bak and > start the config process over as well. > > Pato > &g

Re: [e-users] Can't mount or see removable media in file manager

2013-05-09 Thread Will Hopper
ook it that you enabled eeze mount when building > efl. > > I too am using Jessie. My previous git build was 'flakey' (earlier than > your 16450), but this one is pretty solid. > > Pato > > Sent From My Galaxy Note 2 > On May 8, 2013 9:16 AM, "Will Hopper&q

Re: [e-users] Can't mount or see removable media in file manager

2013-05-08 Thread Will Hopper
sert a usb stick it shows up on my desktop and > I can mount from there by right clicking. > > Pato > > On Tue, May 7, 2013 at 12:53 PM, Kevin Brandstatter < > kjbrandstat...@gmail.com> wrote: > > > Did you compile e_dbus (i think) with udisks or eeze support? > &g

Re: [e-users] Can't mount or see removable media in file manager

2013-05-07 Thread Will Hopper
Lucas, No luck with those options, glad it works for you at least! On Tue, May 7, 2013 at 4:12 PM, Luca Galli wrote: > It's working fine for me with --disable-mount-udisks --enable-device-udev > --enable-mount-eeze --disable-device-hal > > On 05/06/2013 07:05 PM, Will Hopper

Re: [e-users] Can't mount or see removable media in file manager

2013-05-07 Thread Will Hopper
53 PM, Kevin Brandstatter < kjbrandstat...@gmail.com> wrote: > Did you compile e_dbus (i think) with udisks or eeze support? > > -Kevin > > On 05/07/2013 11:08 AM, Will Hopper wrote: > > It doesn't change when I insert a usb or when i mount a usb from the > > comm

Re: [e-users] Can't mount or see removable media in file manager

2013-05-07 Thread Will Hopper
It doesn't change when I insert a usb or when i mount a usb from the command line. What can I do to help it find the udisks or eeze backends? They were enabled when enlightenment was configured, according to output. On Tue, May 7, 2013 at 2:43 AM, Alex-P. Natsios wrote: > mode RASTER means eith

Re: [e-users] Can't mount or see removable media in file manager

2013-05-06 Thread Will Hopper
ler wrote: > > On Mon, 6 May 2013 17:05:34 -0700 Will Hopper > said: > > > > > Hi all, > > > > > > I'm using enlightenment 17.99.16450 on Debian (Testing, now named > Jessie), > > > and I have no desktop icons, file manager sidebar icons,

Re: [e-users] Can't mount or see removable media in file manager

2013-05-06 Thread Will Hopper
No, from the git repository On Mon, May 6, 2013 at 5:50 PM, Kevin Brandstatter wrote: > are you using the sources from SVN? > > On 05/06/2013 07:05 PM, Will Hopper wrote: > > Hi all, > > > > I'm using enlightenment 17.99.16450 on Debian (Testing, now named >

[e-users] Can't mount or see removable media in file manager

2013-05-06 Thread Will Hopper
Hi all, I'm using enlightenment 17.99.16450 on Debian (Testing, now named Jessie), and I have no desktop icons, file manager sidebar icons, or ability to mount USB drives using enlightenment file manager. In file manager setting, the device mode is set to 'RASTER'. I compliled the efl core and e