Re: [e-users] sound initialization

2009-11-22 Thread Jochen Schroeder
On 11/22/09 20:01, John Davis wrote:
 Thanks, but pulseaudio is running under both circumstances
 
 j...@cleese:~$ ps -ef | grep pulse
 j 2111 1  0 19:57 ?00:00:00 /usr/bin/pulseaudio
 --start --log-target=syslog
 j 2114  2111  0 19:57 ?00:00:00
 /usr/lib/pulseaudio/pulse/gconf-helper
 j 2160  2139  0 19:58 pts/000:00:00 grep pulse
 

I had something similar, it turns out that sound is muted after I start the
computer. However the mixer module doesn't work (I guess this is because of
pulseaudio), so I have to use the
gnome sound settings (under gnome-control-center) to unmute sound. 


HTH
Jochen

 On Sun, Nov 22, 2009 at 7:43 PM, Christopher Michael
 cpmicha...@comcast.net wrote:
  John Davis wrote:
 
  When I reboot my machine and login to enlightenment, there is no
  sound. If I logout and instead login to the default Ubuntu gnome
  session, the sound works. If I log out of gnome and start an
  enlightenment session again, the sound now works in e, too. So I know
  that my hardware is working, but what I don't know is what needs to be
  run in order for sound to work straight after a reboot, without having
  to login to gnome.
 
  I can't find an answer on the DR17 user guide wiki. Thanks for any
  pointers.
 
  I am running e17 on Ubuntu 9.10. gdm is my login manager.
 
  I'm not a Ubuntu user, but if I had to guess, I would say that gnome-session
  is starting the sound server for you, which is why it works after gnome is
  started. I am not sure what sound server Ubuntu is using, nor how to start
  it, but this I would guess they are using PulseAudio :( In which case, you
  need to find out how to start the pulse audio server, then just add that to
  your E startup script.
 
  devilhorns
 
 
 
 
 
 -- 
 We should look for someone to eat and drink with before looking for
 something to eat and drink... ~Epicurus
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] proxy for e?

2009-08-30 Thread Jochen Schroeder
On 08/28/09 16:09, Carsten Haitzler wrote:
 On Fri, 28 Aug 2009 00:35:22 -0300 Wido wido...@gmail.com said:
 
  kind of. This is for my laptop, so i can't do that (no proxy at home), that
  is why i suggested something more dynamic
 
 this is in general a problem with the environment-variable method. env vars 
 are
 sticky and are inherited from parent processes. chaining it in e will not 
 change
 any apps u ran until they are closed and re-opened to re-inherit the parent
 env. this is something that needs to be much more linked to things like
 network-manager and network profiels, based on where you connect, either the
 network tells you your configuration, does transparent proxies so networks 
 look
 all the same, or your app/daemon that handles network connecting and those
 configs/profiles turns such a feature on and off based on the network being
 used AND all apps that would use a proxy would dynamically follow such a
 change (via dbus maybe?) (ie query dbus for current proxy config then listen
 for proxy change singals).
 
 in general some generic set up env vars module would be useful - but not
 really for proxy handling as the above wouldnt work there. this is a problem
 to be solved some other way. (HTTP_PROXY env var is old and from the days
 before machines moved from one network to another - they were attached to one
 and fixed)
 

I think proxy configuration should live in network configuration. IIRC
there's an outstanding bug for network-manager to do proxy configuration
depending on network. So if E should do it I think it should be in exalt
and you should be able to define a different proxy for different
networks. I agree that proxies are a pain in the ass, even worse
some programs have their own proxy configuration, which makes it even
more annoying when you move networks. 


  2009/8/28 Carsten Haitzler ras...@rasterman.com
  
   On Thu, 27 Aug 2009 21:05:35 -0300 Wido wido...@gmail.com said:
  
first, i don't have control on the proxy. Second, big company, lots of
country's, lots of proxys (even 2 where i am). So you can choose which
   one
you prefer
i still think it sucks, but is out of my limits.
  
   in general iu agree - proxies suck. a transparent proxy tho means u can
   enforce
   one on your network and not need anyone to configure anything. much lower
   IT
   overhead. forcing everyy machine to configure it to me says bad IT people
   (unless you have maybe 5 or fewer machines - at which point it's such a
   small
   company you dont need a proxy etc.) :)
  
   but it's in your startup scripts (~/.xsession etc.) or .bashrc  etc. etc.
   that
   you set your environment up for your user. :) yes e could do it - but it
   doesnt
   have such a feature currently :)
  
Gustavo, i'm not a coder, although i know some C and some python. I'll
   try
to do as you told me, really appreciate it!!!
   
2009/8/27 Carsten Haitzler ras...@rasterman.com
   
 On Wed, 26 Aug 2009 20:58:20 -0300 Wido wido...@gmail.com said:

  i've tryed Robin's tip and it doesn't works either.
  Raster, I don't like non-transparent proxys and I know E doesn't has
   a
 lot

 if you have a proxy, and otherwise, http (https) is blocked without
   using
 the
 proxy.. then what's the point of it being non-transparent? either u 
 use
 proxy
 or it doesn't work.

  of things (hey, i love it anyway), that is why i suggested something
   like
  that. IMO, kde has a nice approach on several ways to do
 thatalthough,
  they don't work that nice (at least, for me)
 
  2009/8/22 Carsten Haitzler ras...@rasterman.com
 
   On Mon, 17 Aug 2009 18:11:19 -0300 Wido wido...@gmail.com said:
  
i haven't done exactly that, but my guess is that everithing in
/etc/environment is going to be sourced by bash (which i use) 
and
 thus,
sourced by e. I'll try it anyway on my work
   
anyway, wouldn't be nice to have something like that? i mean, i
   guess
   more
and more cool stuff may be comming and something as a proxy
   setting
 seems
   to
be something normal in any desktop by this days (gnome, kde and
   xfce
 at
least have it)
  
   non-transparent proxies imho are broken proxies, if that is the
   only
 way to
   get
   a connection. (if proxy is optional - that's another matter). as
   for
 proxy
   -
   you can set HTTP_PROXY in your system environmewnt, personal
   bashrc,
   profile or
   whatever you please. no e doesn't have any settings for it. it
   doesn't
 have
   a
   lot of things :)
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
 
 
  --
  Wido
 

   

Re: [e-users] kde apps always on virtual desktop one

2009-06-14 Thread Jochen Schroeder
On 14/06/09 11:24, Robin wrote:
 2009/6/9 Jochen Schroeder cycoma...@gmail.com:
  Hi all,
 
  I've recently started testing some kde4 apps, before I was using mainly
  gtk apps. Now I quite like some of the apps, however they exhibit some
  annoying behaviour, they always open windows on the 1st virtual desktop.
  For example when I start Korganizer from the terminal the window flashes
  quickly on the virtual desktop I'm at and then disappears and shows up
  on the 1st virtual desktop. The tip window however stays on the current
  desktop. With kopete it is similar. The main window actually opens on
  the desktop I'm starting it at, however if I start a conversation the
  chat window moves to the 1st virtual desktop. Is there a kde setting
  where I can prevent that from happening, I've looked but didn't find
  anything.
 
  Cheers
  Jochen
 
 I only use kde4 when updating e but a couple of kde4 versions ago the
 same thing was happening in the kde environment/desktop which points
 to a kde problem.

Well I was expecting this is a KDE problem, but as I never used kde apps 
before I didn't know if there was some option in KDE somewhere to change
this. Did this stop again for you with some KDE version or does it persist. 
I'm considering taking this up with the KDE devs, I don't think this is
very good behaviour and makes KDE apps essentially unusable on other WMs
IMO.

Cheers
Jochen

 
 -- 
 rob
 
 
 http://www.worldcommunitygrid.org/team/viewTeamInfo.do?teamId=82BS4ZCMFR1
 
 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing 
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] kde apps always on virtual desktop one

2009-06-09 Thread Jochen Schroeder
Hi all,

I've recently started testing some kde4 apps, before I was using mainly
gtk apps. Now I quite like some of the apps, however they exhibit some
annoying behaviour, they always open windows on the 1st virtual desktop.
For example when I start Korganizer from the terminal the window flashes
quickly on the virtual desktop I'm at and then disappears and shows up
on the 1st virtual desktop. The tip window however stays on the current
desktop. With kopete it is similar. The main window actually opens on
the desktop I'm starting it at, however if I start a conversation the
chat window moves to the 1st virtual desktop. Is there a kde setting
where I can prevent that from happening, I've looked but didn't find
anything.

Cheers
Jochen

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] exalt problems

2009-04-07 Thread Jochen Schroeder
Hi all,

I'm running in some problems running exalt. When I run exalt-daemon and
then start exalt-client I get a dbus error:

exalt_dbus_ethernet.c: _exalt_dbus_eth_list_get_cb (554)
org.freedesktop.DBus.Error.ServiceUnknown

exalt_dbus_wireless.c: _exalt_dbus_wireless_get_cb (203)
org.freedesktop.DBus.Error.ServiceUnknown

So it seems that exalt-client can't find the dbus service to connect to.
Looking at /var/log/exaltd.log I see the following:

boot_process.c: waiting_iface_load (50)
data!=NULL failed

boot_process.c: waiting_iface_load (50)
data!=NULL failed

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIWNAME): No such device (19)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIWNAME): Operation not supported (95)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIFADDR): Cannot assign requested address (99)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIFNETMASK): Cannot assign requested address (99)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCETHTOOL): Operation not supported (95)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCETHTOOL): Operation not supported (95)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIFADDR): Cannot assign requested address (99)

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCGIFNETMASK): Cannot assign requested address (99)

exalt_wireless_network.c: exalt_wireless_network_ie_get (283)
s!=NULL failed

exalt_wireless_network.c: exalt_wireless_network_essid_get (279)
s!=NULL failed

exalt_wireless_network.c: exalt_wireless_network_encryption_is (280)
s!=NULL failed

libexalt_private.c: exalt_ioctl (95)
ioctl(SIOCDELRT): No such process (3)

exalt_ethernet.c: _exalt_eth_apply_dhcp (1113)
f!=NULL failed

Any ideas?

Cheers
Jochen

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] New error when trying to build E17 with easy_e17.sh

2009-04-04 Thread Jochen Schroeder
I ran into the same problem the other day, the reason is that configure
does not detect the location of wpa_supplicant, but it does not fail,
instead the make stage fails. You can get around this by modifying PATH
to include the location of wpa_supplicant (for me on a debian system
that meant including /usr/sbin to the PATH).

HTH

Jochen

On 03/04/09 07:30, Geoffrey wrote:
 Geoffrey wrote:
  I removed my E17 code and tried re-running easy_e17.sh, now I get 
  further in the process, but get the following error:
  
  exalt_wpa_supplicant.c:60: error: ‘COMMAND_WPA’ undeclared (first use in 
  this function)
  
  anyone?
 
 I've tried blowing away my existing e17 and rebuilding, but I get the 
 same error.  Anyone have any suggestions?
 
 I've googled around a bit and found a reference to COMMAND_WPA in 
 libexalt_private.h, but when I view this header on my box, there is no 
 reference to COMMAND_WPA.
 
 -- 
 Until later, Geoffrey
 
 Those who would give up essential Liberty, to purchase a little
 temporary Safety, deserve neither Liberty nor Safety.
   - Benjamin Franklin
 
 --
 ___
 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] gdm problem

2009-03-22 Thread Jochen Schroeder
On 21/03/09 05:23, Amey Parulekar wrote:
 I installed e17 from svn following the instructions given here:
 http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository
 
 but enlightenment did not appear in the gdm sessions list. So, I went to
 http://wiki.enlightenment.org/index.php/E17_User_Guide/Starting_from_a_graphical_login_manager
 
 and discovered that there is no file named enlightenment.desktop anywhere in
 /
 
Hi Amey,

if you installed with the instructions above configure will use the
default prefix, which is /usr/local. So all your e17 related files
should have been installed in subdirectories of /usr/local/. So the
enlightenment.desktop file should be in /usr/local/share/xsessions. GDM
only picks up sessions in /usr/share/xsessions. What I do is create a
symlink from /usr/share/xsessions/enlightenment.desktop to
/usr/local/share/xsessions/enlightenment.desktop, that way you always
pick up changes to the enlightenment desktop file. Another way is to
install using 
./autogen --datarootdir=/usr/share  
however I rather have all my e-related files in the same prefix.

Cheers
Jochen
 What do I do to add E to gdm?
 
 Thanks,
 Amey
 --
 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

--
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] e17 - modal windows do not appear in windows list

2008-06-03 Thread jochen schroeder
On Tue, 2008-06-03 at 18:15 +0200, Luca Martini wrote:
 Hi all.
 I noticed that many (if not all) modal windows do not appear in the
 windows list. This is quite annoying for users (like me) that use
 pointer focus. In fact, if the pointer moves to another (and bigger)
 window, the only possibility to get back to the modal one is to iconify
 many other windows.
 Is this behavior controlled by the applications or can be controlled by
 the wm?
 Is it possible to tell E not to skip those windows from the
 taskbar/windows list?
 Thanks in advance for your attention (and of course for the great work
 you are doing).
   Luca

I reported that a while back but never got a reply from anyone. I agree
it is very annoying. Especially because sometimes you miss the window
appearing and the program seems to hang because it's waiting for input
on the modal window. I also think this behaviour is wrong according to
the netwm spec. Thanks for reminding me to follow up on this. I think
I'll file a bug report.

Jochen


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 - modal windows do not appear in windows list

2008-06-03 Thread jochen schroeder
On Wed, 2008-06-04 at 09:32 +0800, Carsten Haitzler wrote:
 On Wed, 04 Jun 2008 12:32:44 +1200 jochen schroeder
 [EMAIL PROTECTED] babbled:
 
  On Tue, 2008-06-03 at 18:15 +0200, Luca Martini wrote:
   Hi all.
   I noticed that many (if not all) modal windows do not appear in the
   windows list. This is quite annoying for users (like me) that use
   pointer focus. In fact, if the pointer moves to another (and bigger)
   window, the only possibility to get back to the modal one is to iconify
   many other windows.
   Is this behavior controlled by the applications or can be controlled by
   the wm?
   Is it possible to tell E not to skip those windows from the
   taskbar/windows list?
   Thanks in advance for your attention (and of course for the great work
   you are doing).
 Luca
  
  I reported that a while back but never got a reply from anyone. I agree
  it is very annoying. Especially because sometimes you miss the window
  appearing and the program seems to hang because it's waiting for input
  on the modal window. I also think this behaviour is wrong according to
  the netwm spec. Thanks for reminding me to follow up on this. I think
  I'll file a bug report.
 
 if the window has requested to skip-taskbar - or the user has set this, then e
 doesn't list it. as the alt-tab list (winlist) acts the same as a taskbar, e
 does what the app asked it to. this is correct behavior according to the netwm
 spec.
 
Ah yes I remember now, evolution dialogue windows had the the
skip_taskbar property set. They actually changed that in the latest
version. I'm still a bit confused about the window list taskbar
equivalency. Why does E offer a skip window list and a skip taskbar
option if they both do the same thing? I think that confused my the last
time. 

Cheers
Jochen


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error compiling efreet

2008-03-10 Thread jochen schroeder
On Mon, 2008-03-10 at 17:25 +, Toby Cubitt wrote:
 I'm running Gentoo, using gcc 4.1.2, and pulled the latest CVS just a
 few minutes ago. If I've forgotten to mention something important,
 please let me know!
 
 Here's the relevant part of the call-stack:
 
 i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -o
 .libs/efreet_alloc efreet_alloc.o  ../../../src/lib/.libs/libefreet.so
 /usr/lib/libecore_file.so /usr/lib/libecore_con.so /usr/lib/libecore.so
 -lm -lssl -lcrypto -ldl
 /usr/lib/libecore_file.so: undefined reference to
 `_ecore_file_download_abort'
 collect2: ld returned 1 exit status
 make[4]: *** [efreet_menu_alloc] Error 1
 make[4]: *** Waiting for unfinished jobs
 /usr/lib/libecore_file.so: undefined reference to
 `_ecore_file_download_abort'
 collect2: ld returned 1 exit status
 make[4]: *** [efreet_alloc] Error 1
 make[4]: Leaving directory
 `/var/tmp/portage/dev-libs/efreet-/work/e17/libs/efreet/src/bin/compare'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/var/tmp/portage/dev-libs/efreet-/work/e17/libs/efreet/src/bin'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 `/var/tmp/portage/dev-libs/efreet-/work/e17/libs/efreet/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/dev-libs/efreet-/work/e17/libs/efreet'
 make: *** [all] Error 2
 

That error was just mentioned on e-dev. Seems like a recent change to
ecore causes this, if ecore is installed without curl support. So you
can either install the curl-dev package of your distro, so that ecore
will be build with curl support, or you wait until this is fixed in cvs.

Cheers
Jochen
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ANN: mixer module

2008-02-12 Thread jochen schroeder
On Tue, 2008-02-12 at 19:42 -0300, Gustavo Sverzut Barbieri wrote:
 On Feb 12, 2008 12:22 PM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote:
  Just as I forgot to attach files to mail, I forgot to push the changes
  upstream... bad :-P
 
  Now it's there, with some changes proposed by raster to avoid gadget
  config dialog to resize when you change cards, it uses a scrollframe
  now.
 
 And a new version, with some improvements suggested by jeffdameth
 (check for mute state, gray out) and one last remaining todo closed:
 listen for mixer changes, update the ui.
 
Great module. Just one small point of criticism. The volume increases
when the slider is moved down and decreases when moving it up. Don't
know if that's intended, it's quite unintuitive IMO, it's also reverse
to all the other mixers controls I know of.

Cheers
Jochen


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can lock the screen, then Can't login anymore

2008-01-28 Thread jochen schroeder
On Mon, 2008-01-28 at 20:32 +0100, Pavel Sanda wrote:
   As Vincent said, auth sometimes works, sometimes not. syslog message
   is not that meaningful (but I don't have it at hand now).
   
   Work-around to avoid restart X, if you have root access, login using
   terminal and add the following line at the beginning of
   /etc/pam.d/xscreensaver:
   
  authsufficient  pam_permit.so
   
  Is it a bug from xscreensaver ?
 
 while we are discussing the screensaver issues, i have suspiction that
 the entrance frozing bug http://bugs.enlightenment.org/show_bug.cgi?id=148
 could have something to do with turning on the screensaver. however i think
 that xscreensaver is not run until i login. what program is responsible for
 screensaving before lgin (or where are its timeout settings so i can test it)?
 
 pavel
 
Do you have a screensaver running when only entrance is running? Or does
the screen just go blank. if it's the latter then IIRC X just uses the
DPMS (??) settings. You can change the standby, blankout ... times with
options to the Server section in xorg.conf. Have a look at man
xorg.conf. Don't think that would be related to the bug though. If you
have a screensaver running with the login session (I don't think that is
default setup for ubuntu though) I think you will find the the settings
for that either in /etc/xdm or /etc/X11 probably a grep -Ri over those
directories will help you. 
For resolving the bug I would actually recommend just compiling recent
cvs first to see if the bug's still there. August is quite old. 

Cheers
Jochen
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can lock the screen, then Can't login anymore

2008-01-26 Thread jochen schroeder
On Sat, 2008-01-26 at 16:46 +0100, Vincent Pomageot wrote: 
 Hmm, I think you give me a part of the answer ..
 I don't have the file named xsceensaver but a gnome-screensaver one..
 So it remember me this thing :
 When I log directly in e17, my xterm don't read my .Xdefaults file (the
 background is black), but if I launch totem for example and re launch xterm
 the background follow what I write in .Xdefaults..
 So, I tried this : log in e17 and ctrl+l = the authentification doesn't
 work
 log in e17 and launch totem then ctrl+l = authentification works..
 
IIRC when you launch totem you automatically launch
gnome-settings-manager (IMO a terrible habit of multimedia players, they
start gnome-settings-manger just to get the multimedia keys working.
Dunno why they don't let me decide how I want to do this. Exaile and
Listen do that as well). You'll probably also notice your fonts changing
etc. What does /etc/pam/gnome-screensaver say? What you could try is
copy it to /etc/pam/xscreensaver and change all occurences from
gnome-screensaver to xscreensaver. About your Xdefault settings. I
remember I had some issues like this before. I'm using ~/.Xresources
now, so maybe try copying your .Xdefaults file to .Xresources if that
doesn't work let me know I might have changed something in my gdm
setup. 

Cheers
Jochen
 Gustavo, what is supposed to do the line we should add ?
 
 2008/1/26, Gustavo Sverzut Barbieri [EMAIL PROTECTED]:
 
  On Jan 26, 2008 7:15 AM, giggz [EMAIL PROTECTED] wrote:
   Hi,
  
   Since 2 or 3 weeks, when I lock the screen with ctrl+l, I get the lock
   screen, but when I try to login on this lockscreen, I get an
   authentificating and then nothing more. I must restart X with
   ctrl+alt+del.
   I'm under debian sid. do anyone have this problem or am I alone ?
 
  I'm having this too since I upgraded my gentoo box. PAM version is
  0.99.9.0.
 
  As Vincent said, auth sometimes works, sometimes not. syslog message
  is not that meaningful (but I don't have it at hand now).
 
  Work-around to avoid restart X, if you have root access, login using
  terminal and add the following line at the beginning of
  /etc/pam.d/xscreensaver:
 
 authsufficient  pam_permit.so
 
  --
  Gustavo Sverzut Barbieri
  --
  Jabber: [EMAIL PROTECTED]
 MSN: [EMAIL PROTECTED]
ICQ#: 17249123
  Skype: gsbarbieri
  Mobile: +55 (81) 9927 0010
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2008.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enlightenment Icons

2008-01-21 Thread jochen schroeder
On Mon, 2008-01-21 at 09:14 -0600, Ronald Lau wrote:
 Has control over icons everywhere they appear (window list, window
 border, etc) been abandoned?
 
No
 I used to be able to control icons (in every location they show, like
 window border) for different Eterms in the .desktop files as shown
 below. Now, any and all Eterms use the icon defined in Eterm.desktop,
 except for ibar and menus.
 
You can still control it. Instead of using the X-Enlightenment...
options in the .desktop files use Icon=pyrrho.png and StartWMClass=

Cheers
Jochen
 
 R.
 
 
 
 
 [Desktop Entry]
 Encoding=UTF-8
 X-Enlightenment-IconTheme=dlg-etiquette
 X-Enlightenment-WindowName=pyrrho
 X-Enlightenment-IconClass=pyrrho.png
 X-Enlightenment-IconPath=/users/ral/.e/e/icons/pyrrho.png
 X-Enlightenment-WindowTitle=pyrrho
 
 Categories=TerminalEmulator
 Type=Application
 
 Exec=Eterm -t pyrrho 
 GenericName=pyrrho
 Name=Pyrrho
 Comment=Run commands in a shell
 
 Icon=pyrrho.png
 
 
 
 
 
 
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] more make problems

2007-11-05 Thread jochen schroeder
Sorry for swamping the list with make problems, but I used to have a
working build script and was compiling from scratch all the time and now
things don't seem to work anymore. I've nuked all e related programs and
when I now do a fresh install esmart make stops with the following
error:
Making all in data
make[1]: Entering directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data'
Making all in images
make[2]: Entering directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data/images'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data/images'
make[2]: Entering directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data'
/usr/bin/edje_cc -v -id ../data/images -fd ../data/fonts  \
../data/esmart_text_entry_test.edc \
../data/esmart_text_entry_test.edj
Error. cannot create buffer engine canvas for image load.
/usr/bin/edje_cc: Opening /tmp/edje_cc.edc-tmp-qVkbhb for input
/usr/bin/edje_cc: Parsing input file
/usr/bin/edje_cc: Parsing done
/usr/bin/edje_cc: Wrote   267 bytes (   0Kb) for edje_file header
make[2]: *** [esmart_text_entry_test.edj] Error 255
make[2]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/esmart/data'
make: *** [all-recursive] Error 1

build order is the same as easy_e : imlib2 edb eet imlib2_loaders evas
ecore efreet epeg embryo edje epsilon esmart emotion engrave etk
etk_extra evolve ewl exml enhance e_dbus


Cheers
Jochen


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] USB drive automount read only

2007-09-17 Thread Jochen Schroeder
giglio robbo' d'acciaio wrote:
 Sayash Kumar [EMAIL PROTECTED] writes:
 
 Now, e17 detects usb devices and shows an icon for them on the
 desktop. 
 
 Really? Not on my desktop, I've upgraded it through easy_e17.sh and I've
 erased my .e dir. Is there any other else should I do?
 
 Thanks in advance
You need to load the filemanager module. I also think you need to have 
e_dbus from proto compiled.

Cheers
Jochen

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 System/Suspend

2007-08-23 Thread Jochen Schroeder
Jasper Humphrey wrote:
 Hello E users
 I've just installed the Fedora 7 RPMs of E17 and it works great apart
 from the left click on background/System/Suspend or Hibernate doesn't
 work.  I have a IBM Thinkpad T41.  Does anyone know why?  Alternatively
 does E17 produce any logs or can you point me towards the right code
 module?
 
 In the meantime running gnome-power-manager makes the the thinkpad
 suspend button work.
 Thanks
 Jasper
have a look in the archives, there was a thread about this a week ago.

Cheers
Jochen

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [Debian Sid] Reboot and shutdown buttons ?

2007-08-20 Thread Jochen Schroeder
giggz wrote:
 I don't see these things. When I right click on the desktop, I just have
 the favorite menu which is blank by me...When I left click on the
 desktop, I get the main menu with sub-menu System, but there are just
 lock screen and leave session. But It could be the fact that I use
 GDM to login and not entrance, isn't it ?
 
 I don't think that to erase my /home/giggz/.e which change things
 because I just install E17 on my laptop for the first time...but if you
 tell me that I change lot's of thing for you...I t oculd be great that I
 test it...

I think you need the hibernate package installed for these to work IIRC.

Cheers
Jochen

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [Debian Sid] Reboot and shutdown buttons ?

2007-08-20 Thread Jochen Schroeder
David Seikel wrote:
 On Mon, 20 Aug 2007 11:17:16 +1200 Jochen Schroeder
 [EMAIL PROTECTED] wrote:
 
 giggz wrote:
 I don't see these things. When I right click on the desktop, I just
 have the favorite menu which is blank by me...When I left click on
 the desktop, I get the main menu with sub-menu System, but there
 are just lock screen and leave session. But It could be the
 fact that I use GDM to login and not entrance, isn't it ?

 I don't think that to erase my /home/giggz/.e which change things
 because I just install E17 on my laptop for the first time...but if
 you tell me that I change lot's of thing for you...I t oculd be
 great that I test it...
 I think you need the hibernate package installed for these to work
 IIRC.
 
 The /etc/enlightenment/sysactions.conf file controls who has permission
 to shut down or reboot the computer from the E17 system menu.  It's got
 plenty of internal comments to help you figure it out.

Cool I never realized that this file was there. However I noticed that
when I install with --prefix=/usr it get's installed into
/usr/etc/enlightenment. Now I don't know the exact FHS guidelines, but
all other packages I have encountered so far put their configuration
files in /etc/ even if you specify /usr as a prefix. Is this intended
behaviour? (I'm aware that I can change this with --sysconfdir was just
wondering)

Cheers
Jochen

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [Debian Sid] Reboot and shutdown buttons ?

2007-08-19 Thread Jochen Schroeder
giggz wrote:
 I don't see these things. When I right click on the desktop, I just have
 the favorite menu which is blank by me...When I left click on the
 desktop, I get the main menu with sub-menu System, but there are just
 lock screen and leave session. But It could be the fact that I use
 GDM to login and not entrance, isn't it ?
 
 I don't think that to erase my /home/giggz/.e which change things
 because I just install E17 on my laptop for the first time...but if you
 tell me that I change lot's of thing for you...I t oculd be great that I
 test it...

I think you need the hibernate package installed for these to work IIRC.

Cheers
Jochen


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] enlightenment and powertop

2007-06-20 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote:
 On Wed, 20 Jun 2007 12:50:20 +1200 Jochen Schroeder
 [EMAIL PROTECTED] babbled:

   
 Carsten Haitzler (The Rasterman) wrote:
 
 On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec [EMAIL PROTECTED]
 babbled:

   
   
 I've been using powertop to reduce the number of wakeups on my laptop,  
 and currently enlightenment is top of the list at around 4 per second. 
 
 
 AFIAK there aren't any patches floating around, but you can change
 polling intevals for modules and tweak the configs, closing all the
 windows etc. 
   
 Yup, I only have the pager module enabled, no activity and no windows
 aside from the powertop xterm.

 
 
 I think the 3rd party net/wlan modules caused a lot more wakes than just 
 4... I'm not sure how low you can go, since I can't see less than 61
 wakes from the radeon driver, but with e17 idle in xorg, I get 99% of the
 time in C3. 
   
   
 True, the ipw2100 and the usb mouse cause ~4/sec each and prevent the
 kernel from reaching C3. With both of these gone and NoDRI for the radeon
 driver, I can get the kernel into C3 state most of the time with ~6-8
 wakeups/sec. Of this, e17 is 4/sec, hence it would be nice to find the
 culprit and (if possible) remove it.
 
 
 if the mouse causes 4 interrupts/sec - this probably cause mouse events?
 thus x wakeups and then e wakeups to get the events.

 those 4 could be:

 1. something polling - what, i don't know, but you will need to strace
 and/or debug and find out. as already pointed out some modules like to poll
 - but most of them its in the 1 per second or multiple seconds between
 polls (except cpufreq.
 2. it could be the result of an x client changing a property etc etc. like a
 titlebar etc. see #1 - need to debug.
 3. every 10 secs e pings x clients to see if they are alive if they say
 they do the netwm ping protocol, but if you have enough windows these pings
 won't happen at the same time so they will be spread out based on when the
 window came up.

   
   
 Would it make sense to just have e ping all windows at the same time. 
 

 yes. :)

   
 This would mean that a new window might not get pinged for almost 20s, 
 

 actually up to 10 secs. if you ping every window that needs pinging every ping
 cycle.

   
Yeah you're right, I don't know why I thought 20s must have been a brain 
glitch :)
 but is that so bad. I think as soon as one has a large amount of windows 
 open (which I have all the time, hell why not use all those virtual 
 desktops :)) this method would be better even if the polling was reduced 
 to 5s. I don't know how feasible this is and I know you have a lot more 
 important things on your plate it's just an idea.
 

 it is feasible - just needs doing. :) it's not that hard actually.

   
 i share your desire to reduce this, though 4/sec is really minimal when you
 think about it :)

   
   
 I agree. Sony disables the hpet timer in bios and don't put an option in 
 to enable it. I have ~ 100 wakeups/s just caused by the kernel because 
 of this.
 

 hahahaha - poor bugger. so e is the least of your problems then :(

   
I know :(
 rant
 The Sony bios really sucks. They have a bloody option to enable/disable 
 a bios splash screen, but both hpet and virualization support are 
 disabled and no way of enabling them.  This is on an vaio sz, so their 
 business line laptops.
 /rant

 Jochen

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 


   


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] enlightenment and powertop

2007-06-20 Thread Jochen Schroeder
Kent wrote:
 On Tue, 19 Jun 2007 19:50:20 -0500, Jochen Schroeder 
 [EMAIL PROTECTED] wrote:

 Carsten Haitzler (The Rasterman) wrote:
 On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec 
 [EMAIL PROTECTED]
 babbled:


 I've been using powertop to reduce the number of wakeups on my 
 laptop,
 and currently enlightenment is top of the list at around 4 per 
 second.

 AFIAK there aren't any patches floating around, but you can change 
 polling
 intevals for modules and tweak the configs, closing all the 
 windows etc.

 Yup, I only have the pager module enabled, no activity and no 
 windows aside
 from the powertop xterm.


 I think the 3rd party net/wlan modules caused a lot more wakes 
 than just
 4... I'm not sure how low you can go, since I can't see less than 
 61 wakes
 from the radeon driver, but with e17 idle in xorg, I get 99% of 
 the time
 in C3.

 True, the ipw2100 and the usb mouse cause ~4/sec each and prevent 
 the kernel
 from reaching C3. With both of these gone and NoDRI for the radeon 
 driver, I
 can get the kernel into C3 state most of the time with ~6-8 
 wakeups/sec. Of
 this, e17 is 4/sec, hence it would be nice to find the culprit and (if
 possible) remove it.


 if the mouse causes 4 interrupts/sec - this probably cause mouse 
 events? thus x
 wakeups and then e wakeups to get the events.

 those 4 could be:

 1. something polling - what, i don't know, but you will need to 
 strace and/or
 debug and find out. as already pointed out some modules like to poll 
 - but most
 of them its in the 1 per second or multiple seconds between polls 
 (except
 cpufreq.
 2. it could be the result of an x client changing a property etc 
 etc. like a
 titlebar etc. see #1 - need to debug.
 3. every 10 secs e pings x clients to see if they are alive if they 
 say they do
 the netwm ping protocol, but if you have enough windows these pings 
 won't
 happen at the same time so they will be spread out based on when the 
 window
 came up.


 Would it make sense to just have e ping all windows at the same time.
 This would mean that a new window might not get pinged for almost 20s,
 but is that so bad. I think as soon as one has a large amount of windows
 open (which I have all the time, hell why not use all those virtual
 desktops :)) this method would be better even if the polling was reduced
 to 5s. I don't know how feasible this is and I know you have a lot more
 important things on your plate it's just an idea.
 i share your desire to reduce this, though 4/sec is really minimal 
 when you
 think about it :)


 I agree. Sony disables the hpet timer in bios and don't put an option in
 to enable it. I have ~ 100 wakeups/s just caused by the kernel because
 of this.
 rant
 The Sony bios really sucks. They have a bloody option to enable/disable
 a bios splash screen, but both hpet and virualization support are
 disabled and no way of enabling them.  This is on an vaio sz, so their
 business line laptops.
 /rant

 BIOS is generally a dissapointment, but I have a supposedly HPET 
 unsupported ICH3 chipset on my laptop, with no mention of just about 
 anything in the BIOS.  I was able to use HPET with a patch from 
 http://www.tglx.de/projects/hrtimers/ to force the kernel to use hpet 
 with the 2.6.22-rc5-hrt1 patches.  YMMV but, after applying, I saved 
 maybe 5W on this thing giving me an extra hour to leave the laptop 
 running in the car. :)

 --Kent

I already downloaded the kernel sources and the patch from powertop.org, 
don't know if it's the same one as the one you mentioned. Just didn't 
have time to compile it yet.
Cheers
Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] enlightenment and powertop

2007-06-19 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote:
 On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec [EMAIL PROTECTED]
 babbled:

   
 I've been using powertop to reduce the number of wakeups on my laptop,  
 and currently enlightenment is top of the list at around 4 per second. 
 
 AFIAK there aren't any patches floating around, but you can change polling  
 intevals for modules and tweak the configs, closing all the windows etc.  
   
 Yup, I only have the pager module enabled, no activity and no windows aside 
 from the powertop xterm.

 
 I think the 3rd party net/wlan modules caused a lot more wakes than just 
 4... I'm not sure how low you can go, since I can't see less than 61 wakes 
 from the radeon driver, but with e17 idle in xorg, I get 99% of the time 
 in C3. 
   
 True, the ipw2100 and the usb mouse cause ~4/sec each and prevent the kernel 
 from reaching C3. With both of these gone and NoDRI for the radeon driver, I 
 can get the kernel into C3 state most of the time with ~6-8 wakeups/sec. Of 
 this, e17 is 4/sec, hence it would be nice to find the culprit and (if 
 possible) remove it.
 

 if the mouse causes 4 interrupts/sec - this probably cause mouse events? thus 
 x
 wakeups and then e wakeups to get the events.

 those 4 could be:

 1. something polling - what, i don't know, but you will need to strace and/or
 debug and find out. as already pointed out some modules like to poll - but 
 most
 of them its in the 1 per second or multiple seconds between polls (except
 cpufreq.
 2. it could be the result of an x client changing a property etc etc. like a
 titlebar etc. see #1 - need to debug.
 3. every 10 secs e pings x clients to see if they are alive if they say they 
 do
 the netwm ping protocol, but if you have enough windows these pings won't
 happen at the same time so they will be spread out based on when the window
 came up.

   
Would it make sense to just have e ping all windows at the same time. 
This would mean that a new window might not get pinged for almost 20s, 
but is that so bad. I think as soon as one has a large amount of windows 
open (which I have all the time, hell why not use all those virtual 
desktops :)) this method would be better even if the polling was reduced 
to 5s. I don't know how feasible this is and I know you have a lot more 
important things on your plate it's just an idea.
 i share your desire to reduce this, though 4/sec is really minimal when you
 think about it :)

   
I agree. Sony disables the hpet timer in bios and don't put an option in 
to enable it. I have ~ 100 wakeups/s just caused by the kernel because 
of this.
rant
The Sony bios really sucks. They have a bloody option to enable/disable 
a bios splash screen, but both hpet and virualization support are 
disabled and no way of enabling them.  This is on an vaio sz, so their 
business line laptops.
/rant

Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] dr 16.7 plus engage

2007-06-18 Thread Jochen Schroeder
Jakub Narojczyk wrote:
 Hannes Janetzek napisał(a):
Hi,
 engage is in the enlightenment repository in misc/engage. though it's a
 bit out of date i think. Have a look at get-e.org, there is a section
 on engage and how to install, iirc 

 though I can strongly recommend to give e17 a try =) If you have
 composite you can use a module that is based on engage and which has
 some nice new extras and effetcs: see itask-ng on
 http://code.google.com/p/itask-module/

 Regards,
 Hannes

 I'm trying to find some mirror with debian packages for enlightenment, 
 with poor results so far... e-develop sems to be broken somehow (when I 
 add it to my sources.list and update apt there are no new packages 
 available). Can any one point me to some good mirror for debian? And btw 
 an info on where to get the public key for it would be much appreciated
 (finding those keys is a horror for me)
 
 thanks
 Kuba
They are working fine here (debian SID). What does apt say when you do 
an apt-get update? With respect to the public key, I think if you search 
the forums on edevelop you'll find a link.

Cheers
Jochen


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] ephoto thumbnailing problem

2007-05-23 Thread Jochen Schroeder
Hi there,

I'm a bit stumbed, I had installed ephoto from the edevelop repositories
(version  2.15.0-0cvs20070522). And thumbnailing worked fine. However I
thought I install from current cvs so I could have a look at the code,
however now thumbnailing does not work. I only see the stock image icon.
I had a look at the code and at the cvs logs and diffs and I can't see
what has changed in the 2 days causing this. Anybody else have the same
problem.

Cheers
Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] starting up apps when E starts

2007-05-01 Thread Jochen Schroeder
Adrian wrote:
 Greetings;
 
 There are some applications I would like to start when E starts, namely
 Kmix and Kpowersave.  There is not restart application on login
 option in the remember menus.  What would be the correct way to make
 these applications start when I log in to E.
 
 thanks all
 
menu-configuration-applications-startup applications.
You will need to create a .desktop file if you don't have one for these
programs already

HTH
Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I don't make 'bling'

2007-04-29 Thread Jochen Schroeder
Massimo wrote:
 Please help-me
 I use 'easy_e17', Configure is ok (I think) but make return with an
 error, here is alarm.log:
 *
   Running aclocal...
   Running autoheader...
   Running autoconf...
   Running libtoolize...
   Running automake...
   configure.in: installing `./install-sh'
   configure.in: installing `./mkinstalldirs'
   configure.in: installing `./missing'
   Makefile.am: installing `./depcomp'
   checking build system type... i686-pc-linux-gnu
   checking host system type... i686-pc-linux-gnu
   checking for a BSD-compatible install... /usr/bin/install -c
   checking whether build environment is sane... yes
   checking for gawk... gawk
   checking whether make sets $(MAKE)... yes
   checking for style of include used by make... GNU
   checking for gcc... gcc
   checking for C compiler default output file name... a.out
   checking whether the C compiler works... yes
   checking whether we are cross compiling... no
   checking for suffix of executables...
   checking for suffix of object files... o
   checking whether we are using the GNU C compiler... yes
   checking whether gcc accepts -g... yes
   checking for gcc option to accept ISO C89... none needed
   checking dependency style of gcc... gcc3
   checking for library containing strerror... none required
   checking for gcc... (cached) gcc
   checking whether we are using the GNU C compiler... (cached) yes
   checking whether gcc accepts -g... (cached) yes
   checking for gcc option to accept ISO C89... (cached) none needed
   checking dependency style of gcc... (cached) gcc3
   checking for gcc option to accept ANSI C... none needed
   checking how to run the C preprocessor... gcc -E
   checking for grep that handles long lines and -e... /bin/grep
   checking for egrep... /bin/grep -E
   checking for ANSI C header files... yes
   checking for an ANSI C-conforming const... yes
   checking for a sed that does not truncate output... /bin/sed
   checking for ld used by gcc... /usr/bin/ld
   checking if the linker (/usr/bin/ld) is GNU ld... yes
   checking for /usr/bin/ld option to reload object files... -r
   checking for BSD-compatible nm... /usr/bin/nm -B
   checking whether ln -s works... yes
   checking how to recognise dependent libraries... pass_all
   checking for sys/types.h... yes
   checking for sys/stat.h... yes
   checking for stdlib.h... yes
   checking for string.h... yes
   checking for memory.h... yes
   checking for strings.h... yes
   checking for inttypes.h... yes
   checking for stdint.h... yes
   checking for unistd.h... yes
   checking dlfcn.h usability... yes
   checking dlfcn.h presence... yes
   checking for dlfcn.h... yes
   checking for g++... g++
   checking whether we are using the GNU C++ compiler... yes
   checking whether g++ accepts -g... yes
   checking dependency style of g++... gcc3
   checking how to run the C++ preprocessor... g++ -E
   checking for g77... no
   checking for xlf... no
   checking for f77... no
   checking for frt... no
   checking for pgf77... no
   checking for cf77... no
   checking for fort77... no
   checking for fl32... no
   checking for af77... no
   checking for xlf90... no
   checking for f90... no
   checking for pgf90... no
   checking for pghpf... no
   checking for epcf90... no
   checking for gfortran... no
   checking for g95... no
   checking for xlf95... no
   checking for f95... no
   checking for fort... no
   checking for ifort... no
   checking for ifc... no
   checking for efc... no
   checking for pgf95... no
   checking for lf95... no
   checking for ftn... no
   checking whether we are using the GNU Fortran 77 compiler... no
   checking whether  accepts -g... no
   checking the maximum length of command line arguments... 32768
   checking command to parse /usr/bin/nm -B output from gcc object... ok
   checking for objdir... .libs
   checking for ar... ar
   checking for ranlib... ranlib
   checking for strip... strip
   checking if gcc supports -fno-rtti -fno-exceptions... no
   checking for gcc option to produce PIC... -fPIC
   checking if gcc PIC flag -fPIC works... yes
   checking if gcc static flag -static works... yes
   checking if gcc supports -c -o file.o... yes
   checking whether the gcc linker (/usr/bin/ld) supports shared
   libraries... yes
   checking whether -lc should be explicitly linked in... no
   checking dynamic linker characteristics... GNU/Linux ld.so
   checking how to hardcode library paths into programs... immediate
   checking whether stripping libraries is possible... yes
   checking if libtool supports shared libraries... yes
   checking whether to build shared libraries... yes
   checking whether to build static libraries... yes
   configure: creating libtool
   appending configuration tag CXX to libtool
   checking for ld used by g++... /usr/bin/ld
   checking if the linker (/usr/bin/ld) is GNU ld... yes
   checking whether the g++ linker (/usr/bin/ld) supports shared
   libraries... yes
   checking for g++ option to 

Re: [e-users] libxine

2007-04-29 Thread Jochen Schroeder
Michael Jennings wrote:
 On Monday, 30 April 2007, at 11:51:17 (+0900),
 Carsten Haitzler wrote:
snip
 so don't take this wrongly - i'm just letting you know that you
 should always FIRST check your own system and os - keep your house
 in order and use support mechanism from your distribution or
 google for things BEFORE writing an email to here - because once
 emails come in, it involves the time and effort of a bunch of people
 other than yourself to help you. if you can help yourself first -
 try that :)
 
 And every time a user learns to Google before spamming the list with
 questions unrelated to the project's code, not only have we helped
 save ourselves unnecessary support time, but we've saved other
 projects the same.
 
 Michael
 
I think that was what I really learned when doing LFS for a while,
Howto use google efficiently :)

Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] efreet matching icons to borders

2007-04-16 Thread Jochen Schroeder
Hi everyone,

am I right that with the recent change to efreet we can only match
window icons with StartupWMClass and X-Enlightenment-WindowName etc. do
not have a function anymore? I just had a quick look at the efreet code
and that's what I gathered. Or is there a different way of matching to
the Window Name or title, that I didn't see? The other thing I noticed
is that edje icons are not displayed in the menu, although they display
fine as border icons etc.. I know that the efreet transition is still
work in progress, so if this are known issues and sorry for the noise.

Cheers
Jochen

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can I explicitely set the icon image to be used by an executable invoked by a .desktop file?

2007-03-28 Thread Jochen Schroeder
Reid Thompson wrote:
 I have several defined desktop files that invoke Eterm with various -e 
 parameters ( i.e. they initiate connections to various hosts ).  I'd 
 like to associate a unique icon to these various desktop files so that 
 when they are minimized they act as an indicator ( i.e. I create a 48x48 
 png's with the various hostnames and associate them with the appropriate 
 desktop file ).  Can I do this?  How?My initial attempt failed -- I 
 created a png file and set it as the Icon= parameter in the .desktop 
 file.  Using the desktop file to start an Eterm creates an Eterm using 
 the image -- the problem is that ALL Eterms get the Icon, not just those 
 started from that desktop file.  And any Eterms previously started 
 switch to the new icon upon minimization/maximization.
 
 Thanks,
 reid
 
I assume you're using e17? The best way of doing this I found is setting
the window name. I'm using aterms but IIRC eterm can do this as well,
otherwise setting the window class should work too. Here's an example:

[Desktop Entry]
Name=ToDo
GenericName=todo
Comment=ToDo list in Vim
Exec=aterm -name todo -e vim +cd NotesWiki +e ToDo.vimki
Icon=/home/jschrod/.e/e/icons/ToDo.edj
X-Enlightenment-WindowName=todo
StartupWMClass=XTerm


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Icon in Border and Window List and iBox

2006-12-05 Thread Jochen Schroeder
Michael Jennings wrote:
 On Tuesday, 05 December 2006, at 09:04:35 (-0600),
 Ronald  Lau wrote:
 
 With eaps, I used to be able to have a different icon (everywhere) for
 different Eterms

 pyrrho.desktop

 [Desktop Entry]
 Encoding=UTF-8
 X-Enlightenment-WindowName=pyrrho
 X-Enlightenment-IconClass=pyrrho
 X-Enlightenment-IconPath=/users/ral/.e/e/icons/pyrrho.png
 X-Enlightenment-WindowTitle=pyrrho
 Type=Application
 Exec=Eterm -t pyrrho
 Name=pyrrho
 Comment=pyrrho
 Icon=pyrrho.png

 orthanc.desktop

 [Desktop Entry]
 Encoding=UTF-8
 X-Enlightenment-WindowName=orthanc
 X-Enlightenment-IconClass=orthanc
 X-Enlightenment-IconPath=/users/ral/.e/e/icons/orthanc.png
 X-Enlightenment-WindowTitle=orthanc
 Type=Application
 Exec=Eterm -t orthanc -e ssh orthanc
 Name=Orthanc
 Comment=Run commands in a shell
 Icon=orthanc.png
 
 Why not just put icon filename in the imageclasses context of the
 pyrrho and orthanc theme.cfg files?  Your icons clearly seem to be
 based on Eterm theme, so it seems far more logical than trying to use
 E to do title matches.
 
From Eterm(1):
 
 icon filename
  Use filename as the icon image for the Eterm window.
  filename can be an absolute path, relative to the current
  theme, or relative to one of the directories in the path
  attribute listed below.
 
 -I/--icon also works.
 
 Michael
 
Ah I did never noticed that option. However I does not work in e17 I 
just tried it. If I start Eterm with Eterm -I something.png e17 will 
still use the icon specified in the eterm.desktop file.

Jochen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Icon in Border and Window List and iBox

2006-12-05 Thread Jochen Schroeder
Ronald Lau wrote:
 With eaps, I used to be able to have a different icon (everywhere) for
 different Eterms, depending on the window title. Is this even possible
 now?
 
 
 I made desktop files like the ones below, and on the ibar, the icons are
 as listed in the desktop files. But everywhere else, they use
 pyrrho.png.
 
 
 
 pyrrho.desktop
 
 [Desktop Entry]
 Encoding=UTF-8
 X-Enlightenment-WindowName=pyrrho
 X-Enlightenment-IconClass=pyrrho
 X-Enlightenment-IconPath=/users/ral/.e/e/icons/pyrrho.png
 X-Enlightenment-WindowTitle=pyrrho
 Type=Application
 Exec=Eterm -t pyrrho
 Name=pyrrho
 Comment=pyrrho
 Icon=pyrrho.png
  
 
 
 orthanc.desktop
 
 [Desktop Entry]
 Encoding=UTF-8
 X-Enlightenment-WindowName=orthanc
 X-Enlightenment-IconClass=orthanc
 X-Enlightenment-IconPath=/users/ral/.e/e/icons/orthanc.png
 X-Enlightenment-WindowTitle=orthanc
 Type=Application
 Exec=Eterm -t orthanc -e ssh orthanc
 Name=Orthanc
 Comment=Run commands in a shell
 Icon=orthanc.png
 
Hi Ronald,

the Eterm you are starting still has the normal Eterm window name. That 
is why e can't match it. Either take out the X-Enlightenment-WindowName 
line, or better start your Eterm with Eterm -t orthanc -n orthanc. 
This will start Eterm with the window name set to orthanc and e can 
actually match it. It is also better than the option of only matching by 
title, because e uses a scoring system and a matching window name will 
get a higher score than a title. At least that is how I understood it 
the last time it was explained to me.

Cheers
Jochen



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Icon in Border and Window List and iBox

2006-12-05 Thread Jochen Schroeder
Michael Jennings wrote:
 On Wednesday, 06 December 2006, at 08:54:29 (+1300),
 Jochen Schroeder wrote:
 
 the Eterm you are starting still has the normal Eterm window name.
 
 You don't know that.  The name can be in the theme just like every
 other setting.
 
 Michael

Ah right I read Eterm -T not Eterm -t, so I was assuming he is just
using one theme. It's still too early in the morning here :)

Cheers
Jochen




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] replacement for edje_thumb?

2006-11-30 Thread Jochen Schroeder
Mike Russo wrote:
 Hey guys, might there be any replacement for edje_thumb that I can use
 to extract desktop backgrounds from .edj files?  I used a little script
 to set my X root background by extracting a png but I can no longer do
 this because edje_thumb isn't there and was wondering if there was
 another way. Thanks!
 

I think that's what edje_decc is for.

HTH
Jochen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ARGH Gant icons stopped working

2006-10-10 Thread Jochen Schroeder
Asfand Yar Qazi wrote:
 On 10/9/06, Morten Nilsen [EMAIL PROTECTED] wrote:
 Asfand Yar Qazi wrote:
 Ah - in that case, can anybody tell me how to put my gant icons into
 the .desktop files?  Thanks
 Place the icon files in ~/.e/e/icons and set Icon=filename

 Alternatively, place your icons where ever you like, and use e17s icon
 editor to browse for them..

 
 Ah... you mean, download the GANT sources, and use the image files in
 them directly.  I was wondering how to extract them from the eap
 files, but it seems that's not possible.
 
Not necessary you can just rename your eap files to edj and place them 
in ~/.e/e/icons  E can read them. You might need to use the absolute 
pathname for Icon though.

Cheers
Jochen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] engage transparency errors

2006-10-05 Thread Jochen Schroeder
Chuckles wrote:
 Hi all,
 
 I'm using the latest cvs version of enlightenment 17 (as of 3rd October) 
 and the engage application.
 when running engage from the command line i get the following errors 
 (and no transparency around engage):
 
 Esmart_Trans Error: Could not read root window pixmap property!
 Esmart_Trans Error: Cannot create transparency pixmap: no valid 
 wallpaper and no background color set.
 
 is this the current state of play or is this fixable?
 
 (incidentally, i've never had transparencies with the application 
 version of engage, i've only just now decided to investigate)
 
 Regards

AFAIK the standalone engage is not supposed to be used with e17. 
Transparency definitely does not work as e17 uses a different mechanism 
for it's background so that fake transparency does not work. This is the 
same thing why you can't get a transparent eterm. There is a engage 
module which should provide what you are looking for, however it's 
compilation failed for me last time and I did not have time to investigate.

Cheers
Jochen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 + seamonkey segfaulting

2006-09-18 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote:
 On Fri, 15 Sep 2006 10:13:30 +1200 Jochen Schroeder
 [EMAIL PROTECTED] babbled:

   
 Hi

 I'm seeing e17 segfaulting when using it with seamonkey. It does not 
 happen all the time. Somehow it seems to happen when a dialog window 
 which was opened by seamonkey is closed. Anybody else seeing this? 
 Seamonkey is nightly build as of a couple of days ago, e17 is cvs as of 
 2 days ago. I have attached a bt. I'll try to find a why to reproduce 
 this error.
 

 weird. bd-zone = NULL - that should never be the case. totally bizarre. well 
 i
 added protection stuff to disallow a NULL zone from being set accidentally - 
 in
 CVS.

   
Yup not happening anymore

Cheers
Jochen

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] change to .desktop files

2006-09-16 Thread Jochen Schroeder
Hi

I have some trouble changing my eap files over to .desktop files more 
specifically I can't get the new window to use the correct icon. I 
copied the eap file to ~./e/e/icons and created a .desktop file. I have 
attached my seamonkey-browser file, and also the output of xprop for 
that window. The way I understand the specs and what's been said on the 
list, StartupWMClass should be the WM_CLASS of the file and for the Name 
I use X-Enlightenment-WindowName, is that correct? I have set these 
values to the same they had in the eap file, but it doesn't work. I 
still see the generic mozilla icon left corner, although the correct 
icon is used in the menu. Any hints? Another thing I noticed, I can 
specify a path for the executable using ~/ but for the icon I have to 
specify the full path otherwise E won't find the icon.

Cheers
Jochen

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] e17 + seamonkey segfaulting

2006-09-14 Thread Jochen Schroeder

Hi

I'm seeing e17 segfaulting when using it with seamonkey. It does not 
happen all the time. Somehow it seems to happen when a dialog window 
which was opened by seamonkey is closed. Anybody else seeing this? 
Seamonkey is nightly build as of a couple of days ago, e17 is cvs as of 
2 days ago. I have attached a bt. I'll try to find a why to reproduce 
this error.

Cheers
Jochen
#0  0xe410 in __kernel_vsyscall ()
#1  0xa79636cb in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xa7a21523 in _XWaitForReadable (dpy=0x8133e50) at ../../src/XlibInt.c:498
#3  0xa7a21931 in _XRead (dpy=0x8133e50, data=0xafd24644 \002%S, size=32)
at ../../src/XlibInt.c:1080
#4  0xa7a22cb9 in _XReadEvents (dpy=0x8133e50) at ../../src/XlibInt.c:996
#5  0xa7a0c69a in XNextEvent (dpy=0x8133e50, event=0xafd252dc)
at ../../src/NextEvent.c:50
#6  0x080b7a98 in e_alert_show (
text=0x81148c4 This is very bad. Enlightenment has segfaulted.\nThis is 
not meant to happen and is likely a sign of a\nbug in Enlightenment or the 
libraries it relies on.\n\nYou can gdb attach to this process now to try...)
at e_alert.c:129
#7  0x080a3aa6 in e_sigseg_act (x=11, info=0xafd2537c, data=0xafd253fc)
at e_signals.c:53
#8  signal handler called
#9  0x080724be in e_container_border_raise (bd=0x8188608) at e_container.c:651
#10 0x08079ea2 in e_border_raise (bd=0x8188608) at e_border.c:1062
#11 0x080a01f2 in _e_focus_raise_timer (data=0x8188608) at e_focus.c:206
#12 0xa7fb599c in _ecore_timer_call (when=1158271488.344542)
at ecore_timer.c:178
#13 0xa7fb598d in _ecore_timer_call (when=1158271488.344542)
at ecore_timer.c:177
#14 0xa7fb37e6 in _ecore_main_loop_iterate_internal (once_only=0)
at ecore_main.c:467
#15 0xa7fb3b78 in ecore_main_loop_begin () at ecore_main.c:79
#16 0x0806405a in main (argc=1, argv=0xafd29224) at e_main.c:726
#9  0x080724be in e_container_border_raise (bd=0x8188608) at e_container.c:651
651 bd-zone-container-layers[i].clients =
646int pos = 0, i;
647 
648/* Remove from old layer */
649for (i = 0; i  7; i++)
650  {
651 bd-zone-container-layers[i].clients =
652evas_list_remove(bd-zone-container-layers[i].clients, bd);
653  }
654 
655/* Add to new layer */
$1 = (E_Border *) 0x8188608
$2 = (E_Zone *) 0x0
Cannot access memory at address 0x3c
$3 = 0
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 4186
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 + seamonkey segfaulting reproducing

2006-09-14 Thread Jochen Schroeder

OK,

seems like I found a way to reproduce this.
Logout of e17
log back in
start seamonkey
save a something from seamonkey, to a file which  already exists. when
the dialog this file exists ... do you really .. appears click on
replace - segfault.
I have attached another backtrace, although it looks pretty much the
same as before

Cheers
Jochen

#0  0xe410 in __kernel_vsyscall ()
#1  0xa796f6cb in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xa7a2d523 in _XWaitForReadable (dpy=0x8133478) at ../../src/XlibInt.c:498
#3  0xa7a2d931 in _XRead (dpy=0x8133478, data=0xafe77fb4 \002%P, size=32)
at ../../src/XlibInt.c:1080
#4  0xa7a2ecb9 in _XReadEvents (dpy=0x8133478) at ../../src/XlibInt.c:996
#5  0xa7a1869a in XNextEvent (dpy=0x8133478, event=0xafe78c4c)
at ../../src/NextEvent.c:50
#6  0x080b7a98 in e_alert_show (
text=0x81148c4 This is very bad. Enlightenment has segfaulted.\nThis is 
not meant to happen and is likely a sign of a\nbug in Enlightenment or the 
libraries it relies on.\n\nYou can gdb attach to this process now to try...)
at e_alert.c:129
#7  0x080a3aa6 in e_sigseg_act (x=11, info=0xafe78cec, data=0xafe78d6c)
at e_signals.c:53
#8  signal handler called
#9  0x080724be in e_container_border_raise (bd=0x81a2318) at e_container.c:651
#10 0x08079ea2 in e_border_raise (bd=0x81a2318) at e_border.c:1062
#11 0x080a01f2 in _e_focus_raise_timer (data=0x81a2318) at e_focus.c:206
#12 0xa7fbb99c in _ecore_timer_call (when=1158272201.408957)
at ecore_timer.c:178
#13 0xa7fb97e6 in _ecore_main_loop_iterate_internal (once_only=0)
at ecore_main.c:467
#14 0xa7fb9b78 in ecore_main_loop_begin () at ecore_main.c:79
#15 0x0806405a in main (argc=1, argv=0xafe7cb64) at e_main.c:726
#9  0x080724be in e_container_border_raise (bd=0x81a2318) at e_container.c:651
651 bd-zone-container-layers[i].clients =
646int pos = 0, i;
647 
648/* Remove from old layer */
649for (i = 0; i  7; i++)
650  {
651 bd-zone-container-layers[i].clients =
652evas_list_remove(bd-zone-container-layers[i].clients, bd);
653  }
654 
655/* Add to new layer */
$1 = (E_Border *) 0x81a2318
$2 = (E_Zone *) 0x40
Cannot access memory at address 0x7c
$3 = 0
#10 0x08079ea2 in e_border_raise (bd=0x81a2318) at e_border.c:1062
1062above = e_container_border_raise(bd);
1057   else
1058 {
1059E_Border *above;
1060
1061/* If we don't have any children, raise this border */
1062above = e_container_border_raise(bd);
1063if (above)
1064  {
1065 /* We ended up above a border */
1066 ev-stack = above;
$4 = (E_Border *) 0x81a2318
$5 = (E_Zone *) 0x40
Cannot access memory at address 0x7c
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 19444

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] OT: Re: Script to change all uses of ALT to WIN

2006-09-06 Thread Jochen Schroeder
Toby Cubitt wrote:
 On Fri, Aug 25, 2006 at 10:58:15PM +0200, Toby Cubitt wrote:
 On Fri, Aug 25, 2006 at 12:22:47PM +0100, Asfand Yar Qazi wrote:
 I don't know if it's already been done, but here's a little script
 that reads in all key bindings from enlightenment_remote, and
 substitutes all uses of ALT with WIN.

 Just thought it might be useful to someone.  If there's a better
 solution out there, please tell me!
 Looks to me like a job for a sed + xargs one-liner(*) to me...

 (*) left as an exercise for the reader ;-)
 
 
 OK, I got curious as to how easy this would be, so here's my attempt:
 (split over multiple lines for clarity(!), but it could all be on
 one...)
 
 
 enlightenment_remote -binding-key-list | grep -v '-' | \
 tr =   | cut -d  -f4,6,8,10,12,14 | \
 while read context key mod anymod action params; do \
   if [[ -n `echo $mod | grep ALT` ]]; then \
 enlightenment_remote -binding-key-del \
   $context $key $mod $anymod $action $params; \
 enlightenment_remote -binding-key-add \
   $context $key `echo $mod | sed 's/ALT/WIN/g'` \
   $anymod $action $params; \
   fi; \
 done
 
 
Just a short note there need to be quotes around the $mod in both lines 
otherwise the shell will interpret them as pipes. The correct script 
should look like this:
#!/bin/bash

enlightenment_remote -binding-key-list | grep -v '-' | \
tr =   | cut -d  -f4,6,8,10,12,14 | \
while read context key mod anymod action params; do \
   if [[ -n `echo $mod | grep ALT` ]]; then \
   enlightenment_remote -binding-key-del \
$context $key $mod $anymod $action $params; \
   enlightenment_remote -binding-key-add \
  $context $key ${mod//ALT/WIN} $anymod $action $params; \
   fi;\
done

Note this one uses bash string replacement, if you use a different shell 
you have to use the sed statement in the script above
Cheers
Jochen



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Window properties title

2006-08-24 Thread Jochen Schroeder
Paul Stejskal wrote:
 Jochen Schroeder wrote:
 Hi all,

 I want to remember some windows by title, which does not work. Using 
 xprop WM_NAME shows the right title (the string displayed in the 
 title bar), however the e windows properties dialog only shows the 
 title field empty. Matching icons by manually setting the title does 
 not work either. Any hints?

 Cheers
 Jochen
  
   
 Under advanced, remember it by everything (Transience, etc.) under 
 that section.
 Paul

First, that is not really what I want to do. Second it does not work
either. Well for more information what I want to do is open a specific
file in gvim and have it always appear on one virtual desktop. The best
way of doing this would be using the  title, as that is where the edited
file is being shown in gvim. However this does not work. I think I had
it working for other programs before so I'm starting to think it might
be a bug introduced in the recent changes.

Jochen


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Window properties title

2006-08-24 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote:
 On Fri, 25 Aug 2006 13:57:43 +1200 Jochen Schroeder
 [EMAIL PROTECTED] babbled:

   
 Carsten Haitzler (The Rasterman) wrote:
 
 On Fri, 25 Aug 2006 08:54:30 +1200 Jochen Schroeder
 [EMAIL PROTECTED] babbled:

   
   
 Paul Stejskal wrote:
 
 
 Jochen Schroeder wrote:
   
   
 Hi all,

 I want to remember some windows by title, which does not work. Using 
 xprop WM_NAME shows the right title (the string displayed in the 
 title bar), however the e windows properties dialog only shows the 
 title field empty. Matching icons by manually setting the title does 
 not work either. Any hints?

 Cheers
 Jochen
  
   
 
 
 Under advanced, remember it by everything (Transience, etc.) under 
 that section.
 Paul

   
   
 First, that is not really what I want to do. Second it does not work
 either. Well for more information what I want to do is open a specific
 file in gvim and have it always appear on one virtual desktop. The best
 way of doing this would be using the  title, as that is where the edited
 file is being shown in gvim. However this does not work. I think I had
 
 it working for other programs before so I'm starting to think it might
 
 be a bug introduced in the recent changes.
 
 no - title in this case is probably not going to work. here is why.

 gvim starts. it creates a window. it asks to show it. now it loads the
 file. it now CHANGES the title.

 there is a RACE condition. e may get to managing the window before or after
 the title has been changed - remember that x is asynchronous - the title
 may happen before or after e deals with the map request. order of operation
 is only guaranteed within 1 x11 connection. if titles are being changed
 then matching using a title is a mater of sheer luck - at the time a window
 appears, is the title then set to what it is meant to match to. if it
 ALWAYS is (app sets title before issuing a map request) ten it will work -
 always. if it does the title change later - it might works sometimes, and
 other times not. 
   
 I now I get it, makes sense. I actually tried with several different
 apps, but seems like all were changing their title, I just tried with an
 application which didn't and it worked. Thanks for the explanation. OK
 now I have to think of another way of doing what I want.
 

 well technically speaking e could then keep trying to match on title change
 events etc. and if after a title change the window then matches - it could 
 then
 apply the remember stuff - but problems here are that the window will then
 jump/move and it could be bad if u accidentally set a remember and told it to
 use title, then u quit app, later app starts and doesn't change title till
 later after it has started eg while browsing web sites) and then suddenly the
 window jumps/moves/vanishes etc.

 so i chose not to try and do that. either match on intial show or dont match 
 at
 all.
   
I agree that checking for title changes and applying the remember
options later is kinda a bad idea, although I could think of a couple of
funny tricks you could play on people :). But maybe a compromise like
checking again 1s or 0.5s after starting the app. That would allow
things like I was trying, as there seem to be quite a few apps which
don't give meaningful window name and class and change their title just
after starting. Just as an idea. I found my solution however, I'll just
be using vim in an Eterm with the title set.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Window properties title

2006-08-23 Thread Jochen Schroeder
Hi all,

I want to remember some windows by title, which does not work. Using 
xprop WM_NAME shows the right title (the string displayed in the title 
bar), however the e windows properties dialog only shows the title field 
empty. Matching icons by manually setting the title does not work 
either. Any hints?

Cheers
Jochen

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] bugreport: e17 now with integrated popup blocking!

2006-05-10 Thread Jochen Schroeder

J. Erik Heinz wrote:

Carsten Haitzler [EMAIL PROTECTED] words
on 10.05.2006 - 08:44 (+0900 Zulu-Time):


i abhor the idea that i need to
run a big fat web browser eating up most of my 1600x1200 screen (which i prefer
to fill with code) just to manage bugs.
ACK. 


Web is nice but you dont need it for everything... That's why I
search whole the time a good contanct/todomanager for the shell. At
the moment I try my best with ruby and shell ;)

Cheers -- Erik


have a look at remind. It's really versatile and scriptable. Does only
todos and reminders though, no contacts.

Cheers
Jochen



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] En16 GUI's apps Font Size

2005-11-15 Thread Jochen Schroeder
On Wed, 2005-11-16 at 00:29 +0200, yanis wrote:
 Janusz,
 I know what DPI is but what how has to do with my problem?
 
 Brad,
 I am sure that this is not the case.
 -About the web pages: of course that web pages are displayed fine in
 gnome and other systems (I am talking about big sites)
 -Gnome settings doesn't apply to the the apps. To make it more clear:
 think, that although you have choose a gnome-theme it wont be applied to
 the apps except for you run the gnome-theme-manager app.
 In other word there must be a service of gnome that applies all the
 settings and themes to the GUI of the apps and that service isn't ran by
 default when you run E16.
 
That would be ghnome-session-daemon, just put 'exec
gnome-session-deamon' in your .xsession file so it get's started when
you start your xsession, assuming you use a display mananger like gdm
Cheers
Jochen



---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628alloc_id=16845op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Context Menu: Rearrangeability of the Entries

2005-11-08 Thread Jochen Schroeder
On Wed, 2005-11-09 at 03:14 +0100, Der Lockruf des Kaos wrote:
 Hi,
 
 is it possible to rearrange the Entries at the Context Menu?
 
 The Entry Close to close the focused Window was very good placed as topmost 
 Entry, so that if you press Alt+RightMouseButton, you just had to move the 
 Mouse a few Pixels to select the Close-Entry and so easily could close the 
 focused Window. 
 Now the topmost Entry is Window Locks, which is in my Opinion an 
 inappropriate Place, because i don't use it often.
 You likely more often use Close to quickly close a Window without moveing 
 to the upperleft Corner and hit the Close Button there.
 So in a Sight of User Interface Design it is more intuitive to have the 
 Entries you use often, closer to your Mousecursor, and the Entries you use 
 fewer, farer away from your Cursor, if you've activated the Contextmenu.
 
At the moment that it is not possible to rearrange the context menu
entries. There was a discussion about the changes on e-dev a couple of
weeks ago. Look for the menu usability thread in the archives.
Cheers
Jochen




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users