Re: [e-users] setting E backgrounds from image viewers -- who wants to?

2004-01-15 Thread Kim Woelders
Michael Jennings wrote:
On Wednesday, 14 January 2004, at 19:00:51 (-0500),
Andrew R. Proper wrote:

I've recently made a small addition to Enlightenment
DR16.7 which makes it possible to easily set the
Enlightenment background from an image viewer like
GQview. Here's a screenshot:
http://exomorph.org/site/screenshots/screenshot--2004,01,13-CloakSword.jpg
My question to you is this: Would any one of you like
to be able to use this feature as well? 

If enough people would use this feature, I will try to
get a patch accepted into the codebase.


No patch needed.  Look at E-slides' code.

Michael

The epplets use one interface to E and eesh another.
On the epplet interface it is possible to set the current background, 
but on the eesh interface it is not.

This could be fixed by implementing the missing set current background 
operation.
A more general solution might be to expose the entire epplet interface 
to eesh.

/Kim

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] setting E backgrounds from image viewers -- who wants to?

2004-01-15 Thread The Rasterman
On Thu, 15 Jan 2004 08:31:22 +0100 Kim Woelders [EMAIL PROTECTED] babbled:
(B
(B Michael Jennings wrote:
(B  On Wednesday, 14 January 2004, at 19:00:51 (-0500),
(B  Andrew R. Proper wrote:
(B  
(B  
(B I've recently made a small addition to Enlightenment
(B DR16.7 which makes it possible to easily set the
(B Enlightenment background from an image viewer like
(B GQview. Here's a screenshot:
(B http://exomorph.org/site/screenshots/screenshot--2004,01,13-CloakSword.jpg
(B 
(B My question to you is this: Would any one of you like
(B to be able to use this feature as well? 
(B 
(B If enough people would use this feature, I will try to
(B get a patch accepted into the codebase.
(B  
(B  
(B  No patch needed.  Look at E-slides' code.
(B  
(B  Michael
(B  
(B The epplets use one interface to E and eesh another.
(B On the epplet interface it is possible to set the current background, 
(B but on the eesh interface it is not.
(B 
(B This could be fixed by implementing the missing "set current background" 
(B operation.
(B A more general solution might be to expose the entire epplet interface 
(B to eesh.
(B
(Bactually there is no epplet api to change backgrounds - (well not in the epplet
(Blibrary). the slides epplet uses E IPC to talk to e and set up a new background
(Bfor the desktop - this is exactly the same ips eesh gives you as a raw
(Bcommand-line. it's there! :) it's all in eesh ipc :) as KainX said - look at
(Be-slides. all it does is programmatically send the same ipc you can type in eesh
(B:)
(B
(Bremember all the epplet api does is use e-ipc (what eesh gives you as a
(Bcmd-line/interactive shell) to do its dirty work :)
(B
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://www.perforce.com/perforce/loadprog.html
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

Re: [e-users] setting E backgrounds from image viewers -- who wants to?

2004-01-15 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote:
remember all the epplet api does is use e-ipc (what eesh gives you as a
cmd-line/interactive shell) to do its dirty work :)
You are of course right :) For some reason the different interface idea 
got stuck in my mind.
Revoke-my-last-post-on-this-subject

/Kim

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] SuSE 9.0 menu problems

2004-01-15 Thread Ronald A. Lau
so then what paths should be used in the scripts?
R.



On Thu, 2004-01-08 at 12:47, Carsten Schlipf wrote:
 On Monday 05 January 2004 19:31, Kim Woelders wrote:
 [...]
  I'm just guessing from what I think is the GNOME/KDE directory layout on
  SUSE 9.0.
  Please correct me if I'm wrong.
 [...]
 
 SuSE 9.0 uses XDG Menues. See 
 http://distro.ibiblio.org/pub/Linux/distributions/suse/suse/i386/9.0/docu/RELEASE-NOTES.en.html.
 
 
 ---
 This SF.net email is sponsored by: Perforce Software.
 Perforce is the Fast Software Configuration Management System offering
 advanced branching capabilities and atomic changes on 50+ platforms.
 Free Eval! http://www.perforce.com/perforce/loadprog.html
 ___
 enlightenment-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
-- 
Ronald A. Lau [EMAIL PROTECTED]



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] setting E backgrounds from image viewers -- who wants to?

2004-01-15 Thread Michael Jennings
On Thursday, 15 January 2004, at 20:14:59 (+0900),
Carsten Haitzler wrote:

 actually there is no epplet api to change backgrounds - (well not in
 the epplet library). the slides epplet uses E IPC to talk to e and
 set up a new background for the desktop - this is exactly the same
 ips eesh gives you as a raw command-line. it's there! :) it's all in
 eesh ipc :) as KainX said - look at e-slides. all it does is
 programmatically send the same ipc you can type in eesh :)

That's correct.  Also, Tom Gilbert's feh image viewer has the same
capability, for those looking for a non-epplet example.
feh_wm_set_bg() in src/support.c (misc/feh in E CVS).

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Applying computer technology is simply finding the right wrench to 
  pound in the correct screw.  -- Unknown


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] background variables

2004-01-15 Thread Andrew R. Proper

When setting an E background, what are
xjust,yjust,xperc, and yperc for? I'm assuming just is
for justification and perc is for scaled percentage of
background size. How are they used? It seems like the
bounds are 0 - 512 for just and 0 - 1024 for perc.
Does a 0 value disable perc and just, resulting in no
change to the image? If the screen resolution width is
greater than 1024, does 1024 still stand for the
maximum width?

=
-- Andrew R. Proper -- http://exomorph.org/ -- [EMAIL PROTECTED] --

__ 
Post your free ad now! http://personals.yahoo.ca


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users