Re: [e-users] Lack of the EFM icon

2023-11-09 Thread gary

E 25.4 on Debian bookworm

One way is to add it to the contents of an iBar that has been added to a 
shelf. The content picker will give you a list of apps from at least 
/usr/share/applications and ~/.local/share/applications. Enligtnment 
File Manager is included in that list.




On 2023-11-05 06:47, Wawrzek Niewodniczanski wrote:

Hi,

I don't have the icon for File Manager in a shelf. What setting I 
should check?


Wawrzek



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


Re: [e-users] Happy New year E crowd

2023-01-07 Thread gary
efm is a wonderful project. I, for one, am excited to here that these 
improvements are on the way. efm is my daily file manager and the more 
it can do the more I can do with it. I like to see it as the corner 
stone of enlightenment. Thank you for your continuing efforts to make 
enlightenment better.


Happy new year.

On 2023-01-02 03:11, Carsten Haitzler wrote:

So ... Happy new year and what not.

As a new years resolution... I've decided to be a bit more 
communicative. I'm

going to start with this email.

So things have been a bit quiet lately. I've been busy with buying a 
house
(oddly it's my first house I've ever bought) in London. Like most 
places that
are not astronomically prices, it needs work. I've been having it get 
renovated
and oddly this actually has proven to be an extra full-time job in 
addition to
my full time work at Arm, so time for E is preciously small. Bonuses 
are that
the work is coming towards the latter end (well it was originally meant 
to be a
10 week project. 24 weeks later and it's still going...). I've been 
living
without a proper bathroom and no kitchen now for several months 
(relying on a
small shower room) and battling dust and dirt, freezing cold coming 
through
open doorways (with no doors), a central heating system that is broken 
(it
seems some people have zero clue how to install and commission these). 
Oddly I
have gigabit internet with cat6a wired up through the house... no 
kitchen but
gigabit networking. I guess I'm officially a nerd. Once things settle 
I'll have
more time, but there is so much to do still even when builder do 
finally leave

one day...

Now that aside let's get on with E stuff.

I've been working away at a rewrite of efm. Why? The old efm code is... 
old. It
has some nasty dark corners that mean e gets i/o stalls and especially 
in some
cases when on possibly slow storage like some slow usb drive or network 
mount.
I've really needed to TOTALLY isolate the i/o from the front end. Bonus 
- doing
this means I can fake the back-end fs. Let's not waste your curiosity 
and give

you a link to the work so far (not in git yet):

http://www.rasterman.com/files/efm2.tar.gz

To unpack + build:

  tar zxvf efm2.tar.gz
  cd efm2
  meson . build
  ninja -C build
  sudo ninja -C build install
  efm ./testdir

(note - pass any dir as the argument on the cmdline or no dir == list 
current

dir).

It's a TEST tool. It is not a final, look and feel. Actually the window 
is more

about testing things like focus movement - the buttons surrounding the
scrollable view are all for testing. It's all about creating enough 
code to
test and build the actual efm internals for the view and make the 
back-end
file i/o function. You will need a git checkout of efl for new theme 
elements

BTW.

So ... what is this? Roughly... A file manager view that currently does 
regular
row by row icon view (with fixed icon sizes), simple list view (icon + 
name),

detailed list view (lots of columns with resizable drag bars, and an
interesting size view with a colored and sized bar for relative file 
size, full
permission display, mime type etc.) ... currently custom view is 
unimplemented
(this is for icons you can manually place anywhere - i.e. like on the 
desktop).
I was hoping to also add the ability to have custom icon sizes per file 
there
too when I get to that. It does drag and drop (it won't DO anything 
like
move/copy files but it'll tell you on stdout what it should be doing), 
copy &
paste, single and multiple selections, monitor the directory for 
changes and
update accordingly. In theory it has various sorting modes but only 
exp;oses
access to one right now. Focus should work (tab/arrow keys). It should 
handle
massive dirs (1000's of files). The front end and back end should be 
totally
divorced and thus you can point it at some insanely slow sshfs mount to 
the
other side of the planet over a 2400 baud modem and the gui should 
remain
fluid... it just may update slowly (exception right now - .desktop 
files
that refer to local content within that slow fs - to be addressed)... 
:). It
will generate thumbnails and update them. The backend fs is a separate 
process
the front end talks to via stdin/out - as is the thumbnailer too that 
the
back-end uses. Why do this? You could implement a new fs as a python or 
shell
script. The idea is that you can write new fs backends that maybe wrap 
the
default one that do extra setup stuff at the start like mount a 
specific fs,

ask for user and password things etc. at this point (the front end will
eventually provide commands via stdin/out to present these ui things). 
It will
see .desktop files and handle them specially using the label from the 
.desktop
and the icon the .desktop says to use (I know - potential security 
problem
here ... undecided how to handle this yet). It will handle som 
extensions I
made to .desktop files to have different images/icons when clicked and 
selected

(testdir has an example). It 

Re: [e-users] screen setup reset

2022-02-07 Thread gary




On 2022-02-07 13:02, Ross Vandegrift wrote:

On Sat, Feb 05, 2022 at 04:48:08PM -0800, gary wrote:
I see that 25 has already made it to debian bookworm. Any chance that 
it

will get into bullseye backports any time soon?


It's possible, depending on my time.  I haven't historically maintained
backports packages, but it could be nice in this case.

Ross


Thanks for considering this.


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


Re: [e-users] screen setup reset

2022-02-05 Thread gary
I see that 25 has already made it to debian bookworm. Any chance that it 
will get into bullseye backports any time soon?




On 2022-02-03 11:47, Ross Vandegrift wrote:

Hi Pierre,

On Thu, Feb 03, 2022 at 10:27:52AM +0100, Pierre Couderc via
enlightenment-users wrote:

e25.1 has arrived to me thanks to sid debian package.

Well, honestly, I shall not say it is a catastrophe, even if I am not 
sure
to like flat look...But I had to fully reinitialize my environment 
before

being able to start see it running, removing all previous ~/.e* .


Sorry for this - my laptop upgraded smoothly, except for some config
related to an old module that I wasn't using anymore.  But E handled
that cleanly after one warning.

So I had to declare again keyboard,  shelves, and so on and 
everything

And when it is not too bad, I arrive at mysterious bugs on 1 of my 2
screens. I am unable to remember how I did arrive to it and report it 
as a
bug... So I would like to fully clear screen setup parameters and 
restart

its configuration.

My question is how to fully reset screen setup without fully reset all 
e

parameters ?


If you mean the "Screen Setup" in Settings, this should do it:
1) Exit E
2) rm ~/.e/e/config/standard/e_randr2.cfg
3) Start E

If you install libeet-bin, you can easily view/edit that config data.

Ross


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



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


Re: [e-users] [Enlightenment-announce] Christmas releases!

2022-02-03 Thread gary

To all the e devs and the debian packager:

I have been using v24 for some time, finally moving away from e16. When 
I noticed that v25 had been posted to debian sid I quickly gave it a 
test drive in a vm. I was very impressed by the fixes and additions, so 
I installed siduction as my daily driver and e v25.1 as my desktop.


After a couple of weeks of use, I must thank the e team, especially 
Rasterman, for the finest enlightenment to date. I can't begin to list 
all the improvements and bug fixes, feels like a new car. Being just a 
user, all I can say is that the new release is a pleasure to use.


While it's not likely that any one will get rich off of enlightenment, 
I'm quite sure many will have fun using it.


Thank you, each and every one.




On 2021-12-26 06:11, Carsten Haitzler wrote:

I'm going to keep this mail simple. New releases:

https://www.enlightenment.org/news/2021-12-26-efl-1.26.0
https://www.enlightenment.org/news/2021-12-26-enlightenment-0.25.0
https://www.enlightenment.org/news/2021-12-26-ecrire-0.2.0
https://www.enlightenment.org/news/2021-12-26-ephoto-1.6.0
https://www.enlightenment.org/news/2021-12-26-rage-0.4.0

All released today.



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


Re: [e-users] Improve efl under debian

2021-03-07 Thread gary
I'm a Desktop user on Debian Buster. I find myself trying to use E after 
every update, but it has never been usable on my laptop. Back in the 
early days of e17 development I compiled E weekly, until I felt like 
there were better things to be doing with my time.


When I read this comment, i tried the Bullseye packages. They are very 
usable, a very enjoyable surprise. Even good enough to move to, I've 
been using e16. I know it takes time and effort to make this happen. 
Thanks goes to the debian team.


On 2021-03-04 09:28, Pierre Couderc wrote:



and in bullseye efl packages are very fine...

Thank you for that, efl debian team !




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


Re: [e-users] Set background via command line script.

2019-10-16 Thread gary

Hi,

If your using e16 then you can use hsetroot (may have to install it 
first).


enjoy


On 2019-10-16 11:59, Sebastian Makowiecki wrote:

Hey folks.

Best WM, at least I think so, thanks a bunch.

I want to be able to change the background on the spot via the command
line script. The idea I have in mind is to set it red whenever I run
on the battery power and the battery is being discharged. I do not
believe in small system tray icons, a desk background color indication
would work best in my case.

Can it be achieved? If so how? What files are involved? If no CLI tool
exists than I am more than happy to edit the files manually via
appropriate external tools etc. etc. just point me in the right
direction, I wasn't able to figure it out, looked through the ~/.e16
directory to no avail.

Thanks in advance,

Best regards,

SM



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



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


Re: [e-users] display manager

2015-06-06 Thread Gary

Nice idea, tried to build it on Arch but it failed to find an image:

edje_cc: Wrote 19256 bytes (  19Kb) for edje/images/10 image  
entry default_face.png compress: [raw: 97.8%] [real: -32.9%]
edje_cc: Wrote   793 bytes (   1Kb) for edje/images/11 image  
entry power_icon.png compress: [raw: 65.6%] [real: 67.7%]
edje_cc: Critical. Unable to load image globe.png used by file  
build/themes/kuuko.edj: File (or file path) does not exist. Check if  
path to file globe.png is correct (both directory and file name).


I looked for this image and didn't find it anywhere in the zip  
download or the git site.


Gary

Quoting Wolfgang Morawetz wolfgang.moraw...@gmail.com:


We have enter.
It is a greeter in elementary and python.
https://github.com/wfx/enter


wfx.

 Peter Koellner schrieb 


On Sat, 6 Jun 2015, toki clover wrote:


It's not actually... maybe for lack of manpower. If you have the time to,
do not hesitate to...

Well, the app is still in pre-release state or alpha at best... If you need
a display manager, you can give it a shot, or else, try a light gtk variant
i.e. lightdm+lightdm-gtk-greeter, or even, slim--a lighter variant without
gtk+ dependencies.


Ok, thanks. I looked at lightdm, but I would want to replace the  
gtk greeter, and to do that I would probably have to register with  
ubuntu's launchpad for uploading additions, which I have decided  
not to do for some long-term strategic reasons. I am currently back  
to having xdm installed, with evince compiled from sources for a  
manual tryout period. From first impression it looks like there are  
a few layout problems, I don't know if I'll manage to do a lot  
about that. Of course I feel obliged to participate a bit...


regards
  Peter


--
peter kollner pe...@asgalon.net

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

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



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


Re: [e-users] systray replacement

2014-10-08 Thread Gary

Works for me. Out of all the apps I tried this one works the best.

Thanks for the recommendation.
Gary

Quoting Quelrond quelr...@gmail.com:


Yes, that's the way I'm using it.
You need the last version from http://code.google.com/p/tint2
Follow the instructions in wiki to configure it manually:
http://code.google.com/p/tint2/wiki/Configure
The most important line in my config is:
panel_items = S
So only systray item is present on the panel.

Peter


On 10/08/2014 05:33, Gary wrote:

Any way to get tint2 to be a systray only, no tasks, calendars or
anything else?

Gary

Quoting Quelrond quelr...@gmail.com:


tint2, git version.
Works fine as systray for me on e17 under FreeBSD.

Peter

On 10/07/2014 02:06, Conrad Hill-Knight wrote:

The consensus seems to be that the systray in E19 is broken, and there
are no intentions to fix it. What would be a suitable E-like
replacement? What are people using right now, given that the current
systray keeps losing its icons?

Thanks!



--

Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk

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





--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk


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


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] systray replacement

2014-10-07 Thread Gary

Any way to get tint2 to be a systray only, no tasks, calendars or
anything else?

Gary

Quoting Quelrond quelr...@gmail.com:


tint2, git version.
Works fine as systray for me on e17 under FreeBSD.

Peter

On 10/07/2014 02:06, Conrad Hill-Knight wrote:

The consensus seems to be that the systray in E19 is broken, and there
are no intentions to fix it. What would be a suitable E-like
replacement? What are people using right now, given that the current
systray keeps losing its icons?

Thanks!



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] No icons show up in systray

2014-09-21 Thread Gary

Quoting Tassilo Horn t...@gnu.org:


Richard Ullger rull...@gmail.com writes:

Hi Richard,


and had to set the acceleration method back to uxa which fixes
it.  This also brought the systray icons back for me.


How would I know what I'm using here?  I didn't fiddle with Intel driver
configs, so I guess SNA, no?


The default is sna. If you want to try uxa, check this page
https://wiki.archlinux.org/index.php/Intel_graphics#SNA_issues.


I tried both UXA and also glamor without any visible effect.  The icons
still didn't appear.  There's already a bug tracker issue for this
problem:

  https://phab.enlightenment.org/T730

That mentions that the icons appear when the shelve is set to invisible.
Indeed, that works around the problem here but I don't like the
invisible style.

Bye,
Tassilo


When I set my tray to invisible I get a black background and two icons
disappear. Restarting E will not bring them back unless I unset
invisible. A small issue really, just sort of interesting.

Gary
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] No icons show up in systray

2014-09-20 Thread Gary

Quoting Vinícius dos Santos Oliveira vini.ipsma...@gmail.com:


2014-09-20 6:51 GMT-03:00 Tassilo Horn t...@gnu.org:


but the actual
app's systray icon is not shown



I face this problem since e18 and at each release this problem get worse.

Maybe the developers will want to enable the shelf autohide feature. I
suspect that the problem will expose earlier with shelf autohide.


--

I too have had some problems with icon display in the system tray.
I've found that sometimes on new boots the tray will expand with apps
but will not have any icons visible. A quick fix for me is to restart
E, they all become visible then. I've also had the case where the tray
doesn't expand with apps, I fixed that condition by enabling Xembed in
the system tray settings, then if the tray expands but there are no
icons visible restart E.

Hope that helps.


--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] wallpaper

2014-09-14 Thread Gary

Is it possible to set e so that it does not set a desktop background?
I'd like to use third party wallpaper changers, but they all want
access to the root window and (I think) e is using that as well. I'm
just wanting to have the functionality of the old module Slideshow.

TIA
Gary

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL 1.11 is Out

2014-09-04 Thread Gary

Quoting Carsten Haitzler (The Rasterman) ras...@rasterman.com:


On Thu, 04 Sep 2014 04:57:15 + Gary witsc...@gmail.com said:


Yep, I upgraded on 64bit Arch install too and got the choppyness as
well. Some of it seemed to get less choppy after I rebooted, but I
still see it in all the areas that you mention. Maybe 1.11.1 will help.


what kernel and gfx driver? what xorg options for your driver? EXA
perhaps?



This is a bit verbose, but the only way I know of to provide answers
to your questions with any certainty. Following is the current
xorg.log (hopefully not to long for this list server):

[23.456] X Protocol Version 11, Revision 0
[23.456] Build Operating System: Linux 3.15.5-2-ARCH x86_64
[23.456] Current Operating System: Linux arch 3.16.1-1-ARCH #1 SMP
PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
[23.456] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux
root=/dev/sda8
[23.456] Build Date: 31 July 2014  11:53:19AM
[23.456]
[23.456] Current version of pixman: 0.32.6
[23.456]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[23.456] Markers: (--) probed, (**) from config file, (==) default 
setting,

(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[23.456] (==) Log file: /var/log/Xorg.0.log, Time: Sat Aug 30
21:57:32 2014
[23.598] (==) Using system config directory /usr/share/X11/xorg.conf.d
[23.638] (==) No Layout section.  Using the first Screen section.
[23.638] (==) No screen section available. Using defaults.
[23.638] (**) |--Screen Default Screen Section (0)
[23.638] (**) |   |--Monitor default monitor
[23.655] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[23.656] (==) Automatically adding devices
[23.656] (==) Automatically enabling devices
[23.656] (==) Automatically adding GPU devices
[23.905] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[23.905] (==) ModulePath set to /usr/lib/xorg/modules
[23.905] (II) The server relies on udev to provide the list of
input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[23.922] (II) Loader magic: 0x818d80
[23.922] (II) Module ABI versions:
[23.922]X.Org ANSI C Emulation: 0.4
[23.922]X.Org Video Driver: 18.0
[23.922]X.Org XInput driver : 21.0
[23.922]X.Org Server Extension : 8.0
[24.545] (EE) systemd-logind: failed to get session: PID 436 does
not belong to any known session
[24.546] (II) xfree86: Adding drm device (/dev/dri/card0)
[24.549] (--) PCI:*(0:1:0:0) 10de:0def:17aa:21f3 rev 161, Mem @
0xf200/16777216, 0xe000/268435456, 0xf000/33554432, I/O @
0x5000/128, BIOS @ 0x/524288
[24.549] (II) Open ACPI successful (/var/run/acpid.socket)
[24.551] (II) LoadModule: glx
[24.809] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[25.379] (II) Module glx: vendor=X.Org Foundation
[25.379]compiled for 1.16.0, module version = 1.0.0
[25.379]ABI class: X.Org Server Extension, version 8.0
[25.379] (==) AIGLX enabled
[25.379] (==) Matched nouveau as autoconfigured driver 0
[25.379] (==) Matched nvidia as autoconfigured driver 1
[25.379] (==) Matched nv as autoconfigured driver 2
[25.379] (==) Matched nouveau as autoconfigured driver 3
[25.379] (==) Matched nvidia as autoconfigured driver 4
[25.379] (==) Matched nv as autoconfigured driver 5
[25.379] (==) Matched modesetting as autoconfigured driver 6
[25.379] (==) Matched fbdev as autoconfigured driver 7
[25.379] (==) Matched vesa as autoconfigured driver 8
[25.379] (==) Assigned the driver to the xf86ConfigLayout
[25.379] (II) LoadModule: nouveau
[25.396] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[25.443] (II) Module nouveau: vendor=X.Org Foundation
[25.444]compiled for 1.16.0, module version = 1.0.10
[25.444]Module class: X.Org Video Driver
[25.444]ABI class: X.Org Video Driver, version 18.0
[25.444] (II) LoadModule: nvidia
[25.665] (WW) Warning, couldn't open module nvidia
[25.665] (II) UnloadModule: nvidia
[25.665] (II) Unloading nvidia
[25.665] (EE) Failed to load module nvidia (module does not exist, 0)
[25.665] (II) LoadModule: nv
[25.665] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
[25.682] (II) Module nv: vendor=X.Org Foundation
[25.682]compiled for 1.16.0, module version = 2.1.20
[25.682]Module class: X.Org Video Driver
[25.682]ABI class: X.Org Video Driver, version 18.0
[25.682] (II) LoadModule: modesetting

Re: [e-users] EFL 1.11 is Out

2014-09-03 Thread Gary

Yep, I upgraded on 64bit Arch install too and got the choppyness as
well. Some of it seemed to get less choppy after I rebooted, but I
still see it in all the areas that you mention. Maybe 1.11.1 will help.

Gary

Quoting Noah Rømer baron...@gmail.com:


Upgraded efl (1.10.2 - 1.11.0), elementary (1.10.2 - 1.11.0) and
evas_generic_loaders (1.10.0 - 1.11.0) on a 64-bit Arch Linux install
yesterday. After the upgrade, window effects (resizing/moving) menus
(open/close) and video (Xine, using opengl) were all choppy. Downgraded
those 3 packages, and everything smoothed back out.

Anyone else seeing this? I'm using the official Arch packages, as opposed
to compiling from source.


On Wed, Aug 20, 2014 at 9:40 AM, ste...@datenfreihafen.org wrote:


= EFL 1.11 is Out =

After three months of development work we are proud to announce the
release of version 1.11 of EFL, Elementary, Evas Generic Loaders and
Emotion Generic Players.
While we are two days behind schedule we are still proud that we are
able to deliver new releases on a 3 months cycle. Some highlights are
listed below.

== Download ==

http://download.enlightenment.org/rel/libs/efl/efl-1.11.0.tar.gz
0a8ab66e012820cad7dd78de371f8dcbbd79cb316302e1e6c354181de35d727f


http://download.enlightenment.org/rel/libs/elementary/elementary-1.11.0.tar.gz
47ee79f7fc4e37e6809e2001468bc8e40939562e3a96f689969ab67c17b4


http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.11.0.tar.gz
5d2e7923a6e4e909df2f9fc3bf7508086ea04b0146e62015dbc93a8bf58bca74


http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-1.11.0.tar.gz
4cf55717d75214d22e6c9955bd5b2e74656cc454f011496bac74ae3df6c924e2


= What's New =

Even if we had only three months a lot has happened during the 1.11
release cycle.
We only cover some highlights here for the full list please look at the
NEWS files
if you are interested in the details. As usual we have been working on
fixing bugs,
optimizing our code for speed and memory footprint and adding new
features.
Below we describe just some highlights and by no means provide a full
list.

== Eolian ==

Eolian has been rewritten almost from ground up. It features a new,
clean, predictive, recursive descent parser, is free of resource leaks
and has a lot of extra features, bringing us much closer to having fully
autogenerated bindings for many languages. New features include proper
support for complex types and namespaces, new type syntax and API,
struct support, builtin types, better error checking, class functions,
slightly redesigned Eo file syntax (more uniform and consistent),
support for extern types and much more. More features are already
prepared and implemented for 1.12, which will hopefully make Eolian
mostly stable.

==ETC2/TGV  ==

ETC2 image decode support and etc2 texture format support

== Elua ==

Elua is a new LuaJIT based runtime (name is temporary) for rapid
application development with the EFL. It counts on Eolian to provide
bindings. It's meant to be a high performance/low footprint runtime,
competitive with C applications as far as performance is concerned.
Currently in very early stage of development.

==DDS image file loader  ==

New loader for the DDS image file format.

==Coverity Issue Fixes==

For a long time now we have coverity scan runs for our project to keep
an eye on the reported issues. For this release we have Elementary down
to zero defects and also did a major scrub on the remaining ones for
EFL. We are down to 165 issues there which results in a defect density
of 0.25 which means 0.25 issues in 1000 lines of code.

== Statistics ==

=== EFL ===
(git log --pretty=oneline v1.10.0..v1.11.0 | wc -l)
Number of commits: 1419

(git diff --stat v1.10.0..v1.11.0)
Changed files, added and removed lines: 843 files changed, 91493
insertions(+), 46811 deletions(-)

(git shortlog -nse --grep CID v1.10.0..v1.11.0)
Top 5 Coverity issue fixers:
 67  Carsten Haitzler ras...@rasterman.com
 13  Cedric BAIL c.b...@partner.samsung.com
  5  Daniel Kolesa d.kol...@samsung.com
  4  Stefan Schmidt ste...@datenfreihafen.org
  4  Tom Hacohen t...@stosb.com

=== Elementary ===
(git log --pretty=oneline v1.10.0..v1.11.0 | wc -l)
Number of commits: 289

(git diff --stat v1.10.0..v1.11.0)
Changed files, added and removed lines: 481 files changed, 29382
insertions(+), 15579 deletions(-)

(git shortlog -nse --grep CID v1.10.0..v1.11.0)
Top 5 Coverity issue fixers:
  3  Carsten Haitzler ras...@rasterman.com
  3  Stefan Schmidt ste...@datenfreihafen.org
  2  Daniel Juyung Seo seojuyu...@gmail.com
  1  Lukasz Stanislawski l.stanisl...@samsung.com

==Building and Dependencies==

If you have an existing EFL or Elementary install, you may wish to
delete its header files and libraries before compiling and installing to
avoid possible conflicts during compilation. If you are compiling the
above, please compile them in the following order:

efl

Re: [e-users] E18 -- Problems with new version of mesa ...

2014-03-09 Thread Gary

Quoting Nitralime nitral...@googlemail.com:


After updating mesa, mesa-libgl and intel-dri from version 10.0.3 to 10.1.0
I encountered the problem that all windows and tooltips etc. were black
(no content was visible). The only exception was the enlightenment
context menue.
As a work around I have set the engine from opengl to software under
composite setting.

I'm running archlinux 64bit and E 0.18.3.

Is it a known problem?

Regards
Nik



I'm running the same system on a Lenovo T430. After I updated my  
packages and rebooted e showed a popup when it started up stating  
something to the effect that my system didn't support hardware opengl  
and it was falling back to software gl. However, when I checked the  
config dialog hardware opengl was still checked. And I don't see any  
ui issues at all. I wonder what's really happening. I can still run  
Torc, but I'm not sure if that indicates anything one way or the other.
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Renaming Directory in EFM/File Properties not working Consistently in 17.5

2013-11-12 Thread Gary
I've tried using the ppa:efl/trunk in Ubuntu 13.10 and my Desktop  
still locks up when I try to create a new Dir or File with the right  
click menu. I don't get a segfault. It's not a total lock up really,  
the clock stops, but the pager still works, the root menu doesn't  
appear, but I get tooltips on the systray icons. Hard to tell what  
might be working or not. Maybe it's a problem with using non-std  
modules? I'm not showing any errors in my logs. Maybe I have some old  
files around from previous installs, I've searched for obvious terms  
but I could be missing something.


Gary

Quoting Jeff Hoogland jeffhoogl...@linux.com:


Anyone else having issues with the Rename directory feature in EFM with the
E17.5 release? It is working sporadically for me. Some directories it works
on, others it does not.

It doesn't ever appear to work when I create a new directory using the
right click menu.

The file properties option in the right click menu is also failing to
display anything for me since upgrading to this release.

Anyone else having these issues?

--
~Jeff Hoogland http://jeffhoogland.com/
Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Renaming Directory in EFM/File Properties not working Consistently in 17.5

2013-11-10 Thread Gary
I did a fresh install of e 17.5 on a fresh Slackware 14.1 (in a vm),  
the only repeatable issue I see with EFM is creating a new file or  
dir. When I do either the desktop locks up, although the created  
file/dir shows after a reboot. I had renaming files/dir do the same  
thing, but only occasionally. No problem with the file properties here.




Quoting Jeff Hoogland jeffhoogl...@linux.com:


Anyone else having issues with the Rename directory feature in EFM with the
E17.5 release? It is working sporadically for me. Some directories it works
on, others it does not.

It doesn't ever appear to work when I create a new directory using the
right click menu.

The file properties option in the right click menu is also failing to
display anything for me since upgrading to this release.

Anyone else having these issues?

--
~Jeff Hoogland http://jeffhoogland.com/
Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] enventor release. (Tom, Read this)

2013-10-28 Thread Gary

Quoting Wido wido...@gmail.com:


Not sure if should be asked here but.what is enventor?



https://www.youtube.com/watch?v=6eyiP5nImdQ
--

From Fortune ...

You possess a mind not merely twisted, but actually sprained.


--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Virtual Desktop Edge Settings

2013-05-30 Thread Gary
Hi,

I recall being able to adjust the edge settings so that if I  
inadvertently touched the Desktop edge with my mouse I wouldn't be  
flipped into the next Desktop. I could set it so that there was a time  
delay or a pressure threshold or something. Lately I've been having  
problems with that and wanting to adjust it a bit but can't find that  
setting anywhere.

Is that setting still available, if so can someone tell me where to find it?
(I'm using 17.3 from the official ubuntu ppa).

TIA
Gary


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


Re: [e-users] FIXED ANNOUNCE: EFL 1.7.7 Stable Series and Enlightenment 0.17.3

2013-05-20 Thread Gary
Quoting Luis Felipe Strano Moraes luis.str...@gmail.com:

 For those who are using it, the Ubuntu PPA has been updated (and yes,
 it did take almost 5 days for Launchpad to build this stuff :P).

 --lf


Your efforts are very much appreciated. Thank you for the updates.

Gary


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] USB flash drive bugs?

2013-04-04 Thread Gary
Quoting Damien Radtke damienrad...@gmail.com:

 Recently I was trying to copy a video over to another computer (running
 Windows, in case it makes any difference) by using my flash drive, but
 Enlightenment seems to not like flash drives very much. The first time I
 tried, the file appeared but had a size of 0 bytes. After a couple more
 attempts I managed to get the file onto the computer, but it crashed about
 halfway through watching it. No matter what I tried, I couldn't get the
 file to copy to the flash drive without running into some sort of
 corruption. I ultimately got around the problem by re-downloading the video
 on the computer I was trying to transfer it to.

 This is with 64-bit openSUSE 12.3. I recently had GNOME installed but
 switched to Enlightenment, but I don't remember running into these sorts of
 issues with GNOME.

 Anyone else run into anything similar, or know why this might be happening?

 ~Damien

I'm having similar issues with usb sticks when using efm. In my case  
it looks like files are copied but when I eject the stick and insert  
it into another computer it is empty. I really haven't done any  
thorough testing and can't say that this happens 100% of the time. It  
does happen though. I've also had this happen when using MC, so it  
doesn't appear to be an E only thing. I usually end up using Nautilus  
to do the copy, which usually works (again can't say it's 100%). My  
system is Ubuntu 12.10, E 17.1.

Unfortunately, I have no idea why this is happening. If I end up  
finding anything I'll let you know.

Gary


--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] efm symlink error

2013-02-10 Thread Gary
2013/02/10 - 09:45

This is an effort on my part to find a way to make the efm symlink  
error repeatable for anyone. This test was run on a Lenovo T430 Intel  
I5 laptop with NVIDIA NVS 5400M Graphics enabled. As far as I know, as  
of this writting only one other person has reported seeing this issue.  
I'm not overly concerned about the issue, it's easy to work around.  
But, if someone thinks there might be a serious problem here then this  
may be a way to at least see it happen.

efm in e 17.1 (all display options enabled)

Fresh install of Ubuntu 12.10 in Virtualbox
Fresh install of E 17.1 from efl ppa (composite enabled with openGL)

Remove /home/username/Documents
Create /mnt/Documents with owner/group as username
Create /mnt/Test with owner/group as username

Symlink /mnt/Documents to /home/username/Documents
Symlink /mnt/Documents to /home/username/Desktop/Documents

Symlink /mnt/Test to /home/username/Test
Symlink /mnt/Test to /home/username/Desktop/Test

Symlink /mnt/Test to /opt/Test

Via the Navigate menu item or efm's side bar open Home in efm
Double click on Documents
    error /home/username/Documents doesn't exit
Double click on Test
    error /home/username/Test doesn't exit

Via the Navigate menu item or efm's side bar open Desktop in efm
Double click on Documents
    error /home/username/Desktop/Documents doesn't exit
Double click on Test
    error /home/username/Desktop/Test doesn't exit

    
*** NOTES: In either of the above cases if I navigate to the directory  
with the symlink in it by using the emf's toolbar instead of efm's  
sidebar then the symlinks work and the linked directory opens fine.  
Also if I right click on the symlink and choose Open the symlinked  
directory works fine. Additionally, if I Navigate to GTK  
Bookmarks/Documents the symlinked dir opens fine.


Lastly I navigate to the root directory and drag /opt to efm's side bar.

Via efm's side bar I open /opt
Double click on Test
    No error, Test opens fine.







--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] symlinks and efm

2013-02-07 Thread Gary

Quoting Carsten Haitzler (The Rasterman) ras...@rasterman.com:

 On Mon, 04 Feb 2013 07:40:05 + Gary witsc...@gmail.com said:


 Quoting Carsten Haitzler (The Rasterman) ras...@rasterman.com:

  On Sat, 02 Feb 2013 23:59:41 + Gary witsc...@gmail.com said:
 
  I'm running the latest enlightenment from the elf ubuntu ppa. I have
  much of my data directories symlinked to a seperate partition
  (Documents, Downloads ... lots more). When I use Navigate from the
  root menu these directories don't show up under the Home listing. When
  I view home using efm they show up but when double clicked fail to
  load because the home dir is prepended to the symlink
  (/home/gary/mnt/data/Documents instead of just /mnt/data/Documents).
  However, if I right click the Documents directory and select open, efm
  will open the Documents directory fine.
 
  I don't see any configuration setting to control this. Anyone else
  have this problem, and maybe know of a way to make symlinks behave?
 
  TIA
 
  i can't reproduce your problem... if i symlink (ln -s) to some  
 other dir on
  some other partition, it shows up in efm, and if i open it it  
 opens up that
  symlink nicely with all content... with double-click
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 

 I must correct my statement that my system is running the latest e,
 it's running e 17.0 which is the latest provided by this ppa.

 After some experimentation I've found that there are ways around this
 issue on my system. The easiest of which is to turn off File
 Manger/Behavior/Open Dirs In Place. Home dir symlinks open perfectly
 as a result. More difficult, but just as effective, is to use the
 navigation menu to start at root and use that menu to navigate to my
 home dir. Double clicking on symlinks in my home dir works fine then.

 open dirs in place on here... and i dont see your problem :( i'm wondering if
 its something different in your fs? ext4 here... wondering if some  
 stat() stuff
 is being lost?


I'm running a stock Ubuntu 12.10, ext4. I'd love to give you more  
information, but I don't know how to gather anything more. Are there  
some commands I can run that might help? I'm familiar with the command  
line.

I have upgraded to E 17.1, the same issue persists.




--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment repository

2013-02-04 Thread Gary

Quoting Luis Felipe Strano Moraes luis.str...@gmail.com:

 On Sun, Jan 27, 2013 at 3:30 PM, Adrián Arévalo Tirado  
 adr...@gmail.comwrote:

 Hi everybody

 Wouldn´t be a good idea to make Enlightenment available in the official
 repositories of major distributions? such as Debian, Fedora, SUSE...
 At least in Debian SID the current version is the extremely outdated 70492.
 By doing this it would be easier to install it, and therefore, more users
 would try the desktop. I´m 100% sure that there are LOTS of people who
 don´t use Enlightenment because it is hard to install.
 I think that we have a PPA available for Ubuntu (Maybe this one?
 https://launchpad.net/~hannes-janetzek/+archive/enlightenment-svn)


 Please note that we now have a somewhat official PPA for Ubuntu packages
 available here:
 https://launchpad.net/~efl/+archive/trunk

 It is being maintained with the latest versions of the stable libraries and
 of E17 itself.

 Best regards,
 Luis Felipe




I for one am very glad that you are providing and maintaining this ppa.
Let me say Thank You!

I'm wondering, now that we have an official stable release, do you  
have plans to include some of the extra modules and e-based  
applications in the ppa? Many of them are worthwhile.

Thanks again


 I´ve been in touch with the Spanish Gnome translator team in order to ask
 some help, and they agree. I think that it is a good idea, but I dont´s
 know the difficulty of implementing it.

 Bye

 --
 Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
 MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
 with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
 MVPs and experts. ON SALE this month only -- learn more at:
 http://p.sf.net/sfu/learnnow-d2d
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 Luís Felipe Strano Moraes
 http://www.strano.org
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] symlinks and efm

2013-02-04 Thread Gary

Quoting Dale Snell ddsn...@frontier.com:

 On Mon, 4 Feb 2013 15:18:55 +0900
 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 On Sat, 02 Feb 2013 23:59:41 + Gary witsc...@gmail.com said:

  I'm running the latest enlightenment from the elf ubuntu ppa. I
  have much of my data directories symlinked to a seperate partition
  (Documents, Downloads ... lots more). When I use Navigate from the
  root menu these directories don't show up under the Home listing.
  When I view home using efm they show up but when double clicked
  fail to load because the home dir is prepended to the symlink
  (/home/gary/mnt/data/Documents instead of
  just /mnt/data/Documents). However, if I right click the Documents
  directory and select open, efm will open the Documents directory
  fine.
 
  I don't see any configuration setting to control this. Anyone else
  have this problem, and maybe know of a way to make symlinks behave?
 
  TIA

 i can't reproduce your problem... if i symlink (ln -s) to some other
 dir on some other partition, it shows up in efm, and if i open it it
 opens up that symlink nicely with all content... with double-click

 I have unintentionally duplicated it here.  I have two symlinks in
 my home directory.  ~/Music points to a USB pocket hard drive that
 contains my music files.  It works fine.  ~/Videos points to
 another partition on the main disk that contains (what else?)
 videos (/srv/videodata).  It fails to open, the way that Gary
 mentioned above.  I can hover the mouse over the Videos entry in
 efm, and the tooltip window opens and shows the files in that
 directory.  When I right-click and select Properties, the
 correct link information is shown.  But when I double-click on the
 Videos entry, efm tells me that /home/dales/srv/videodata does
 not exist.

 I tried to run an strace on enlightenment_filemanager, but the
 strace ended when the efm window opened.  Evidently that program
 is simply a launcher.  Interestingly, when I ran an  strace -p  of
 the running enlightenment_fm process, efm worked.  The symlink
 opened without any trouble.  I don't know what changed, but
 something certainly did.

 As it happens, I am still running E17.0, I haven't installed 17.1
 yet, so the problem may already be fixed.  But just in case it
 isn't, maybe this will help.

 --Dale


In addition to the efm problem I noted that when using the e file  
selector (when editing the icon for a desktop entry for example) the  
same thing occurs. If I click on the Home dir in the list at the left  
then try to click on a linked dir in the middle list I get the same  
error. Additionally, the icon information is not saved or not used as  
the icon is not displayed in the window menu. Maybe these are related  
some how.

Gary



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] symlinks and efm

2013-02-03 Thread Gary

Quoting Carsten Haitzler (The Rasterman) ras...@rasterman.com:

 On Sat, 02 Feb 2013 23:59:41 + Gary witsc...@gmail.com said:

 I'm running the latest enlightenment from the elf ubuntu ppa. I have
 much of my data directories symlinked to a seperate partition
 (Documents, Downloads ... lots more). When I use Navigate from the
 root menu these directories don't show up under the Home listing. When
 I view home using efm they show up but when double clicked fail to
 load because the home dir is prepended to the symlink
 (/home/gary/mnt/data/Documents instead of just /mnt/data/Documents).
 However, if I right click the Documents directory and select open, efm
 will open the Documents directory fine.

 I don't see any configuration setting to control this. Anyone else
 have this problem, and maybe know of a way to make symlinks behave?

 TIA

 i can't reproduce your problem... if i symlink (ln -s) to some other dir on
 some other partition, it shows up in efm, and if i open it it opens up that
 symlink nicely with all content... with double-click

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



I must correct my statement that my system is running the latest e,  
it's running e 17.0 which is the latest provided by this ppa.

After some experimentation I've found that there are ways around this  
issue on my system. The easiest of which is to turn off File  
Manger/Behavior/Open Dirs In Place. Home dir symlinks open perfectly  
as a result. More difficult, but just as effective, is to use the  
navigation menu to start at root and use that menu to navigate to my  
home dir. Double clicking on symlinks in my home dir works fine then.

Perhaps I should start with a fresh .e dir. I don't see anyone else  
mentioning this issue and I assume others are using this ppa. So,  
likely it's a local issue.

Thanks for the feedback.




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 restart needed to populate new menu items

2013-02-03 Thread Gary

Quoting Jeff Hoogland jeffhoogl...@linux.com:

 Anyone know a work around to resolve the fact that E17 needs a restart to
 populate the main menu with newly added software? I get at least two
 questions a week in the Bodhi IRC/forums of new folks asking where their
 software is.

 --
 ~Jeff Hoogland http://jeffhoogland.com/

Not that I have a solution, but I certainly have the experience.  
However, I noticed just a couple of nights ago after installing a  
package that it showed in the menu without a restart. So, at least in  
one case that worked. Perhaps it has something to do with which menu  
one is using or the post install script that the package uses?

It's a bit disappointing when it doesn't work.




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Anyone else seeing increased memory usage in E17.1 + EFL 1.7.5?

2013-02-03 Thread Gary

Quoting Jeff Hoogland jeffhoogl...@linux.com:

 Something must be very wrong with your system that E is taking almost 500MB
 of RAM. Are you sure whatever tool you are using is measuring that properly.

 I do smell a rat though - 7 hours later of my computer simply being idle
 and E's memory usage is up from 70mb to 95.


 On Sun, Feb 3, 2013 at 3:15 PM, mh mhe...@member.fsf.org wrote:

 I wish! Here e's got ~472MB, with just terminal and the net and forecast
 modules gadgets running. Right after a fresh reboot. Same version of e and
 efl. amd64.


 On 02/03/2013 03:53 PM, Jeff Ho

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 ~Jeff Hoogland http://jeffhoogland.com/
 Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
 Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.netogland wrote:
 
  So I was killing some extra processes in my system monitor today and I
  noticed that for some reason E was using 250+ MB of RAM. When I restarted
  Enlightenment that memory usage promptly dropped back down to 70~MB where
  it normally starts/stays.
 
  Using E17.1 tarbal and EFL 1.7.5 release. Anyone else seeing this? Going
 to
  leave my system on for a few hours and check back to see if it starts
  shooting up again.
 


After a full day of running e, htop reports enlightenmen using 140M  
RES memory on my system. Doesn't seem like a lot to me, although it  
does drop down to 61M after a restart. How do you measure your usage?





--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] symlinks and efm

2013-02-02 Thread Gary
I'm running the latest enlightenment from the elf ubuntu ppa. I have  
much of my data directories symlinked to a seperate partition  
(Documents, Downloads ... lots more). When I use Navigate from the  
root menu these directories don't show up under the Home listing. When  
I view home using efm they show up but when double clicked fail to  
load because the home dir is prepended to the symlink  
(/home/gary/mnt/data/Documents instead of just /mnt/data/Documents).  
However, if I right click the Documents directory and select open, efm  
will open the Documents directory fine.

I don't see any configuration setting to control this. Anyone else  
have this problem, and maybe know of a way to make symlinks behave?

TIA



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM crash

2013-01-01 Thread Gary Witscher
Thanks for the idea.

I'm using the default theme. But just in case icons were a problem,I 
tried changing the icon set. Loading EFM still crashed e. I also tried 
several other themes to no avail. Bodhi offers several custom profiles 
to choose from, only one of which (Bare)doesn't auto load EFM. All the 
other profiles crash e when loaded, so I've been using Bare (or I 
wouldn't be able to use e). I tried using the profiles offered by the 
Ubuntu ppa. The Mobile profile doesn't load EFM and it doesn't crash e 
when loaded but it's hard to configure a desktop environment using the 
Mobile profile, the Standard profile crashes e (it loads EFM by 
default).

I've been using EFM since it was first released and enjoying it. 
Perhaps I'll have to do a complete OS install to fix this. Although, I 
really don't want to.

On 2013-01-01 11:07, mplia mpliaaa wrote:
 I had e17 crash while launching EFM (the module was already loaded),
 when i used a custom theme. When i switched back to the default, EFM
 didn't crash. Later i found out that the custom icons set by that
 theme caused EFM to misbehave

 cheers


 2013/1/1 Gary Witscher witsc...@gmail.com:
 Every time I load the emf module e crashes. Many users are using EFM
 without any problem, as a matter of fact I haven't read of anyone 
 having
 any problems at all. So, I'm thinking this is a local problem on my
 system. I'm using the Bodhi testing repos, but no other Bodhi users 
 that
 I know of have had this problem with EFM. This just started 
 happening
 when I upgraded to the E17 first release.

 I'm including the first 50 lines of the .e-crashdump.txt file (it's
 over 600 lines long)in the hope that it might point to something. I
 realize it may mean absolutely nothing. In any case if someone else 
 has
 seen this problem or has any idea what could be happening I'd 
 appreciate
 a response.

 TIA,
 Gary


 Thread 1 (Thread 0x7f3296876740 (LWP 6415)):
 #0  0x7f329fd715ed in pause () from
 /lib/x86_64-linux-gnu/libpthread.so.0
 No symbol table info available.
 #1  signal handler called
 No symbol table info available.
 #2  0x7f3287a8758d in ?? ()
 from
 
 /usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
 No symbol table info available.
 #3  0x7f3287a89a57 in ?? ()
 from
 
 /usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
 No symbol table info available.
 #4  0x7f32a0a86223 in evas_object_smart_callback_call ()
 from /usr/lib/libevas.so.1
 No symbol table info available.
 #5  0x004847d5 in ?? ()
 No symbol table info available.
 #6  0x7f3287a8a4cb in e_fwin_zone_new ()
 from
 
 /usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
 No symbol table info available.
 #7  0x7f3287a843f6 in e_modapi_init ()
 from
 
 /usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
 No symbol table info available.
 #8  0x004c7645 in e_module_enable ()
 No symbol table info available.
 #9  0x004b273e in ?? ()
 No symbol table info available.
 #10 0x7f32a253e7f7 in edje_match_callback_exec ()
 from /usr/lib/libedje.so.1
 No symbol table info available.
 #11 0x7f32a2543f11 in _edje_emit_handle () from
 /usr/lib/libedje.so.1
 No symbol table info available.
 #12 0x7f32a253fcd7 in _edje_message_queue_process ()
 from /usr/lib/libedje.so.1
 No symbol table info available.
 #13 0x7f32a253fe77 in ?? () from /usr/lib/libedje.so.1
 No symbol table info available.
 #14 0x7f32a01e51cb in ?? () from /usr/lib/libecore.so.1
 No symbol table info available.
 #15 0x7f32a01e1dc0 in _ecore_event_call () from
 /usr/lib/libecore.so.1
 No symbol table info available.
 #16 0x7f32a01e64ac in ?? () from /usr/lib/libecore.so.1
 No symbol table info available.
 #17 0x7f32a01e6977 in ecore_main_loop_begin () from
 /usr/lib/libecore.so.1
 No symbol table info available.
 #18 0x00434ddf in main ()
 No symbol table info available.
 Detaching from program: /usr/bin/enlightenment, process 6415


 
 --
 Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, 
 SSRS
 and more. Get SQL Server skills now (including 2012) with 
 LearnDevNow -
 200+ hours of step-by-step video tutorials by Microsoft MVPs and 
 experts.
 SALE $99.99 this month only - learn more at:
 http://p.sf.net/sfu/learnmore_122512
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 
 --
 Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, 
 SSRS
 and more. Get SQL Server skills now (including 2012) with LearnDevNow 
 -
 200+ hours of step-by-step video tutorials by Microsoft MVPs and 
 experts.
 SALE $99.99 this month only - learn

[e-users] EFM crash

2012-12-31 Thread Gary Witscher
Every time I load the emf module e crashes. Many users are using EFM 
without any problem, as a matter of fact I haven't read of anyone having 
any problems at all. So, I'm thinking this is a local problem on my 
system. I'm using the Bodhi testing repos, but no other Bodhi users that 
I know of have had this problem with EFM. This just started happening 
when I upgraded to the E17 first release.

I'm including the first 50 lines of the .e-crashdump.txt file (it's 
over 600 lines long)in the hope that it might point to something. I 
realize it may mean absolutely nothing. In any case if someone else has 
seen this problem or has any idea what could be happening I'd appreciate 
a response.

TIA,
Gary


Thread 1 (Thread 0x7f3296876740 (LWP 6415)):
#0  0x7f329fd715ed in pause () from 
/lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1  signal handler called
No symbol table info available.
#2  0x7f3287a8758d in ?? ()
from 
/usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
No symbol table info available.
#3  0x7f3287a89a57 in ?? ()
from 
/usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
No symbol table info available.
#4  0x7f32a0a86223 in evas_object_smart_callback_call ()
from /usr/lib/libevas.so.1
No symbol table info available.
#5  0x004847d5 in ?? ()
No symbol table info available.
#6  0x7f3287a8a4cb in e_fwin_zone_new ()
from 
/usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
No symbol table info available.
#7  0x7f3287a843f6 in e_modapi_init ()
from 
/usr/lib/enlightenment/modules/fileman/linux-gnu-x86_64-0.17.0/module.so
No symbol table info available.
#8  0x004c7645 in e_module_enable ()
No symbol table info available.
#9  0x004b273e in ?? ()
No symbol table info available.
#10 0x7f32a253e7f7 in edje_match_callback_exec ()
from /usr/lib/libedje.so.1
No symbol table info available.
#11 0x7f32a2543f11 in _edje_emit_handle () from 
/usr/lib/libedje.so.1
No symbol table info available.
#12 0x7f32a253fcd7 in _edje_message_queue_process ()
from /usr/lib/libedje.so.1
No symbol table info available.
#13 0x7f32a253fe77 in ?? () from /usr/lib/libedje.so.1
No symbol table info available.
#14 0x7f32a01e51cb in ?? () from /usr/lib/libecore.so.1
No symbol table info available.
#15 0x7f32a01e1dc0 in _ecore_event_call () from 
/usr/lib/libecore.so.1
No symbol table info available.
#16 0x7f32a01e64ac in ?? () from /usr/lib/libecore.so.1
No symbol table info available.
#17 0x7f32a01e6977 in ecore_main_loop_begin () from 
/usr/lib/libecore.so.1
No symbol table info available.
#18 0x00434ddf in main ()
No symbol table info available.
Detaching from program: /usr/bin/enlightenment, process 6415


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] elsa

2012-08-11 Thread Gary Witscher


On 2012-08-09 4:48, Michaël Bouchaud wrote:
 2012/8/6 Wido wido...@gmail.com

 Never tryied elsa myself, but ELF writes to ~/.xsessions-errors 
 sometimes,
 did you check there?

 On Sunday August 5 2012 16:42:04 Gary Witscher escribió:
  I've tried swapping the lxdm pam file with the elsa pam file. That
  makes the login dialog in elsa close and the logfile looks like
  authentication works, but the elsa screen never closes and e never
  starts. One thing I notice is that elsa is not showing session
  selections (I have e17 and blackbox). So, perhaps pam is not to 
 blame
  entirely. Michael, could you post your elsa config please?
 
  Thank you
 
  On 2012-08-04 5:08, Michaël Bouchaud wrote:
  From my remember you have a package for elsa on bodhi linux.
   And I confirm, elsa works on ubuntu or other debian distrib.
  
  
   2012/8/4 David Seikel onef...@gmail.com
  
   On Fri, 03 Aug 2012 23:35:39 -0700 Gary Witscher
   witsc...@gmail.com
   wrote:
  
I'm giving Elsa another try, but it is failing to login ...
suggesting the the password may be wrong. This is on a new 
 install
   of
Bodhilinux (based on Ubuntu 12.04).
   
Before I get too deep into this, can anyone say that they 
 have
   gotten
Elsa to work?
  
   When ever I try it I can log in fine, but it fails on logging 
 out.
   Not
   tried it for a while though.  Often the problem is with the pam
   setup.
   It's worth trying to copy the pam config file from a working 
 one for
   an
   X login manager that is known to be working for your OS
  
   --
   A big old stinking pile of genius that no one wants
   coz there are too many silver coated monkeys in the world.
  
  
  
  
 
 --
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security 
 and
   threat landscape has changed and how IT managers can respond.
   Discussions
   will include endpoint security, mobile security and the latest 
 in
   malware
   threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 
 
 --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. 
 Discussions
  will include endpoint security, mobile security and the latest in 
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 --

 --
 Wido


 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
 Discussions
 will include endpoint security, mobile security and the latest in 
 malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


 The system option try to run by default /etc/X11/xinit/xinitrc. This 
 files
 is provided by your distribution.
 So surely, you have some packaging mistake on Bodhi...
 You can change the executed scripts in elsa.conf file. Edit the
 session_login field.

It seems that xinit is not installed by default in bodhi, perhaps lxdm 
doesn't use it. I went ahead and installed it and some other X11 stuff. 
Now the stock elsa does reveal the installed sessions as well as the 
system one. It still fails to login, blaming the authentication. I put 
an xinitrc in my home dir and can login using elsa with the lxdm pam 
configuration. However, this is breaking my sound system some how. My 
sound card doesn't show afterward. Nor can I suspend. Still looking for 
the solution, it would be nice to have elsa working for bodhi seeing as 
how bodhi is attempting to showcase enlightnement.

Thanks for your reply.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https

Re: [e-users] elsa

2012-08-05 Thread Gary Witscher
Yes, bodhi does have a package for elsa. That's what I'm using. Nice to 
hear that it's working in Ubuntu. Guess I'll have to take a closer look 
at the logs and see if I can figure out what my problem is. I've been 
trying to use the --test parameter with xserver-xephyr but that has not 
been successful so far. Testing elsa otherwise becomes time consuming.

Thanks for the replies

On 2012-08-04 5:08, Michaël Bouchaud wrote:
From my remember you have a package for elsa on bodhi linux.
 And I confirm, elsa works on ubuntu or other debian distrib.


 2012/8/4 David Seikel onef...@gmail.com

 On Fri, 03 Aug 2012 23:35:39 -0700 Gary Witscher 
 witsc...@gmail.com
 wrote:

  I'm giving Elsa another try, but it is failing to login ...
  suggesting the the password may be wrong. This is on a new install 
 of
  Bodhilinux (based on Ubuntu 12.04).
 
  Before I get too deep into this, can anyone say that they have 
 gotten
  Elsa to work?

 When ever I try it I can log in fine, but it fails on logging out.  
 Not
 tried it for a while though.  Often the problem is with the pam 
 setup.
 It's worth trying to copy the pam config file from a working one for 
 an
 X login manager that is known to be working for your OS

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
 Discussions
 will include endpoint security, mobile security and the latest in 
 malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] elsa

2012-08-05 Thread Gary Witscher
I've tried swapping the lxdm pam file with the elsa pam file. That 
makes the login dialog in elsa close and the logfile looks like 
authentication works, but the elsa screen never closes and e never 
starts. One thing I notice is that elsa is not showing session 
selections (I have e17 and blackbox). So, perhaps pam is not to blame 
entirely. Michael, could you post your elsa config please?

Thank you

On 2012-08-04 5:08, Michaël Bouchaud wrote:
From my remember you have a package for elsa on bodhi linux.
 And I confirm, elsa works on ubuntu or other debian distrib.


 2012/8/4 David Seikel onef...@gmail.com

 On Fri, 03 Aug 2012 23:35:39 -0700 Gary Witscher 
 witsc...@gmail.com
 wrote:

  I'm giving Elsa another try, but it is failing to login ...
  suggesting the the password may be wrong. This is on a new install 
 of
  Bodhilinux (based on Ubuntu 12.04).
 
  Before I get too deep into this, can anyone say that they have 
 gotten
  Elsa to work?

 When ever I try it I can log in fine, but it fails on logging out.  
 Not
 tried it for a while though.  Often the problem is with the pam 
 setup.
 It's worth trying to copy the pam config file from a working one for 
 an
 X login manager that is known to be working for your OS

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
 Discussions
 will include endpoint security, mobile security and the latest in 
 malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] elsa

2012-08-05 Thread Gary Witscher
As it turns out using the lxdm pam file as the elsa pam file does help, 
but only after I first installed xdm. After installing xdm elsa then had 
a list of sessions I could choose from. So my conclusion is that 
something is missing in the elsa installation scripts and that 
installing xdm handles that. I tried to configure elsa using the 
synaptic ui, but the dialog has no tooltips or variable names to tell 
you what you are configuring. Don't know if that helped or hurt.

Selecting Enlightenment or Blackbox worked, but the default is System 
and that doesn't work. I suspect it's not defined, but I don't know 
where that would be done. I can logout and login. However, if I use this 
hack then I can't suspend or hibernate from the e system menu. A 
separate issue I suppose, probably a show stopper for most people 
though.



On 2012-08-04 3:24, David Seikel wrote:
 On Fri, 03 Aug 2012 23:35:39 -0700 Gary Witscher witsc...@gmail.com
 wrote:

 I'm giving Elsa another try, but it is failing to login ...
 suggesting the the password may be wrong. This is on a new install 
 of
 Bodhilinux (based on Ubuntu 12.04).

 Before I get too deep into this, can anyone say that they have 
 gotten
 Elsa to work?

 When ever I try it I can log in fine, but it fails on logging out.  
 Not
 tried it for a while though.  Often the problem is with the pam 
 setup.
 It's worth trying to copy the pam config file from a working one for 
 an
 X login manager that is known to be working for your OS


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] elsa

2012-08-04 Thread Gary Witscher
I'm giving Elsa another try, but it is failing to login ... suggesting 
the the password may be wrong. This is on a new install of Bodhilinux 
(based on Ubuntu 12.04).

Before I get too deep into this, can anyone say that they have gotten 
Elsa to work?

TIA

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Gentoo Overlay

2012-03-04 Thread Gary Witscher
Do any of you use the gentoo overlay? I'm wondering how well it's 
maintained. Are the wiki instructions current 
(http://en.gentoo-wiki.com/wiki/E17#Vapier.27s_Overlay)? I'm just 
beginning a gentoo installation on an old Mac G4 Cube. I'd like to run 
e17, but some of the info I see about this overlay seems to be dated 
(about six months old).

TIA

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Hiding shelves

2011-08-23 Thread Gary Witscher
Thanks, I'll check those out and build them. I see that the B_and_W 
theme has seen the least revision over the last few months, maybe it was 
already perfect! Bodhi does have a them package, but I don't know if 
they are using the trunk themes. There's are Bodhi themes, more than e 
themes. I'm interested more in window manager themes then the module 
themes and the backgrounds. It seems that some of the sweeter features 
of the early themes have not carried forward (eye candy). Also I'm 
wondering if I can find a theme that has alternate wigits for 
fullscreeen/windowed states (sometimes it's difficult to tell what state 
your window is in).

Thanks again for the pointer.


On Mon, 22 Aug 2011 09:13:00 +0200, Martin Koelewijn wrote:
 You can find themes here:
 http://trac.enlightenment.org/e/browser/trunk/THEMES. Download, run 
 make
 inside and move resulting theme.edj from build folder to 
 ~/.e/e/themes.
 The B_and_W theme is the default theme. But doesn't bodhi build e 
 from svn?
 Then the theme should already be up to date. Good luck.


 On Mon, Aug 22, 2011 at 6:17 AM, Gary Witscher witsc...@gmail.com 
 wrote:

 On Fri, 12 Aug 2011 13:58:08 +0200, hannes.janetzek@... wrote:
 
  this is probably a theme issue. also when the shelf is transparent 
 in
  that area and no composite is used then it will receive no mouse
  input
  as the window will be shaped. which theme are you using?

 So, it is indeed a theme issue. I found one theme (and I tried many)
 that doesn't have this issue (detour). I looked for a while to see 
 if I
 could download the e default, but never did find it. I was thinking 
 that
 it was probably the most up-to-date and would work the best. (I was
 using bodhi themes as I run bodhi).




 
 --
 uberSVN's rich system and user administration capabilities and model
 configuration take the hassle out of deploying and managing 
 Subversion and
 the tools developers use with it. Learn more about uberSVN and get a 
 free
 download at:  http://p.sf.net/sfu/wandisco-dev2dev
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Hiding shelves

2011-08-22 Thread Gary Witscher
On Fri, 12 Aug 2011 13:58:08 +0200, hannes.janetzek@... wrote:

 this is probably a theme issue. also when the shelf is transparent in
 that area and no composite is used then it will receive no mouse
 input
 as the window will be shaped. which theme are you using?

So, it is indeed a theme issue. I found one theme (and I tried many) 
that doesn't have this issue (detour). I looked for a while to see if I 
could download the e default, but never did find it. I was thinking that 
it was probably the most up-to-date and would work the best. (I was 
using bodhi themes as I run bodhi).



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Hiding shelves

2011-08-12 Thread Gary Witscher
On Fri, 12 Aug 2011 13:58:08 +0200, hannes.janet...@gmail.com wrote:
 On Fri, Aug 12, 2011 at 6:06 AM, Gary Witscher witsc...@gmail.com 
 wrote:
 Hi,

 I like to hide selves and have them set so that I have to click on 
 them
 to open them. This works fine for shelves that are on the sides of 
 my
 screen, but top and bottom shelves don't have enough shelf exposed 
 when
 they are hidden to click on.

 Maybe this is a screen issue with my laptop. Has anyone else had 
 this
 issue? Is there any work around for this?


 this is probably a theme issue. also when the shelf is transparent in
 that area and no composite is used then it will receive no mouse 
 input
 as the window will be shaped. which theme are you using?

Using the default theme, no composite.



--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Hiding shelves

2011-08-11 Thread Gary Witscher
Hi,

I like to hide selves and have them set so that I have to click on them 
to open them. This works fine for shelves that are on the sides of my 
screen, but top and bottom shelves don't have enough shelf exposed when 
they are hidden to click on.

Maybe this is a screen issue with my laptop. Has anyone else had this 
issue? Is there any work around for this?

TIA,
Gary

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] iRex reader

2009-03-10 Thread Gary Witscher
Has anyone ever tried to get e17 working on an iRex reader?

www.irextechnologies.com



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Mouse wheel

2003-12-12 Thread Gary Tate
current	enlightenment	0.16.5-9	0.16.5-9	 	Themeable, featureful window 
manager

Where would I find my mouse settings.  This is on MAC OS X Panther with 
X11 and the Mouse setup is automatic.

Gary

On Dec 11, 2003, at 5:29 PM, Geoffrey wrote:

Gary Tate wrote:
I am noticing bad behaviour when using the mouse wheel in 
Enlightenment.
There is major delay in scrolling windows and it also seems to cause 
weirdness that is not easy to describe.  Like pasting to random 
windows!
Which version of E?  I've had scrolling mice working fine on 16.5 E 
for a while now.  Two right now on one box (wireless and usb connected 
via wacom tablet).  I would likely suspect your X config.

--
Until later, Geoffrey   [EMAIL PROTECTED]
Building secure systems inspite of Microsoft



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for 
IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys 
admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Re: X11 Enlightenment CodeTek VD

2003-12-11 Thread Gary Tate
Yeah I see that.  I have pinned it down to the mouse wheel.  If you 
don't use the mouse wheel in X11 all the MAC App windows stay in the 
right place.

The mouse wheel doesn't work well in Enlightenment anyhoo

Gary

On Dec 11, 2003, at 4:22 PM, Jerry Talkington wrote:

On Thu, Dec 11, 2003 at 04:14:45PM -0800, Gary Tate wrote:
When using Enlightenment (fink install from cvs) in full screen mode
with Panther x11 when I exit back to the mac OS X all my MAC App
windows are located on one virtual desktop of CodeTek VD.
Is this a known problem?  Not sure where to report it.
VD doesn't really work with X11.  They just released a 3.0 beta that
supposedly works with quartz-wm only, but I tried it out and it didn't
work very well at all. YMMMV.
--
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x9D5B8762
___
x11-users mailing list | [EMAIL PROTECTED]
Help/Unsubscribe/Archives: 
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: 
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users