Per Olofsson | 1 Feb 2003 01:04
Picon
Picon
Gravatar

Re: Metadome fix

It turns out that Metadome doesn't work if you compiled Ion with Xft
enabled. I'm working on a solution for this since the new version of
the Debian package will have Xft enabled.

Tuomo, the CF_XFT define should be in config.h instead of system.mk so
that modules will know whether it's enabled or not.

/Pelle

On Fri, Jan 31, 2003 at 10:13:54PM +0100, Per Olofsson wrote:
> I've modified Metadome to work without patching Ion. This means that
> you don't have to recompile Ion and that you can use it with my Debian
> package. The patch, a patched tarball and a precompiled binary for
> i386 of the fixed Metadome is available at:
> 
> http://kanin.dsv.su.se/ion-devel/metadome/
> 
> Note that the binary was compiled with glibc 2.3.1, I don't know if it
> works with earlier versions.
> 
> Hopefully I will make a Debian package for Metadome soon. One question
> though, where should Ion modules go? To comply with FHS and Debian
> policy it should probably be somewhere in /usr/lib/ion-devel, but the
> question is, should there be a subdirectory
> (ie. /usr/lib/ion-devel/modules) or can they be placed directly in
> /usr/lib/ion-devel? This largely depends on whether there is going to
> be anything else in /usr/lib/ion(-devel) in the future.
> 
> Also, this patch has a problem, I don't know how to use hooks
> properly. Simply using ADD_HOOK didn't work, I had to replace it with
(Continue reading)

Per Olofsson | 1 Feb 2003 01:57
Picon
Picon
Gravatar

Re: Metadome fix

Fixed now. The patch and the archive at the link I gave now has Xft
support. Remember to put -DCF_XFT or something in Metadome's makefile
if you compiled Ion with Xft support.

/Pelle

On Sat, Feb 01, 2003 at 01:04:41AM +0100, Per Olofsson wrote:
> It turns out that Metadome doesn't work if you compiled Ion with Xft
> enabled. I'm working on a solution for this since the new version of
> the Debian package will have Xft enabled.
> 
> Tuomo, the CF_XFT define should be in config.h instead of system.mk so
> that modules will know whether it's enabled or not.
> 
> /Pelle
> 
Konstantin Kletschke | 1 Feb 2003 13:01
Picon

Re: I've made the evh patch (for MeTaDoMe) apply to ion-devel-20021229


Iiiiiiiek!

Now ion gives a Sig11 everytime I press Alt-C to close Programms or to
delete emty frames!

Is anybody else using ion-devel with this Patch an MeTaDome?

Konst

--

-- 
Kletschke & Uhlig GbR: 
http://www.ku-gbr.de
Francesco Bochicchio | 1 Feb 2003 19:07
Picon
Favicon

Patch : 'best-fit' algorithm to place window in frame

Hi all,

as I posted a week ago or so, I have implemented a small patch to the
current ion-devel that uses a 'best-fit' algorithm rule when looking for
the frame where to place a new client window. This rule  is based
on a comparison between frame size and the client window 'natural' size (i.e.
the size it would have without window manager intervention).
This rule is only used in absence of 'target' specifications and if the
currently active frame does not 'fit enough'.

More details and the patch can be found at   
  http://space.virgilio.it/fbochicchio <at> virgilio.it/Ion/ion-bestfit-patch.html.

Ciao
--

-- 
FB
Xavier MAILLARD | 2 Feb 2003 19:28
X-Face
Picon

Re: ion-devel-20030131

On Fri, 31 Jan 2003, Per Olofsson stated:

On Fri, Jan 31, 2003 at 11:58:18PM +0200, Tuomo Valkonen wrote: > On
Fri, Jan 31, 2003 at 08:22:53PM +0200, Tuomo Valkonen wrote:
> > > New ChangeLog entries:
> > 
> > One more change: (new package on the web page with the same date as
> > before)
> > 
> > 2003-01-31:
> >   * Changed hook linking order
> > 
> > -- 
> > Tuomo
>  
>  Ah, good. But I'll keep the hack in Metadome for now so that it works
>  with the old version (20021229) too.

Is your package already uploaded ? My apt-get dist-upgrade didn't show
it ;-)

Cheers,

zeDek
Simon Vandemoortele | 2 Feb 2003 20:55
Picon

Newbie Question: how to set the 'target' attribute ?


Hello everyone,

I have a newbie Question I'm afraid, but I haven't been able to solve
it using on-line doc (Wiki, FAQ, and such). Here goes:

I would simply like to use MyKludges config (adapted to my needs) to
place the applications I use daily in the right frames. But I don't
understand how the *target* setting works, i.e.
#+v
winprop "galeon_browser.Galeon" {
  target "Web"
}
#-v

How do I set the *target* so that my window ends up in a specific frame
? What does this "Web" represent ? Is that the name I should give my
frame in ~/.ion/workspaces-0:0.conf ?
#+v
vsplit 377, 647 {
  frame "Web"
    frame 314
}
#-v

Because that doesn't seem to work :O(

Curious,
Simon

(Continue reading)

Matthias Benkmann | 2 Feb 2003 21:58
Picon
Favicon

Re: Newbie Question: how to set the 'target' attribute ?

On Sun, 2 Feb 2003 20:55:45 +0100 Simon Vandemoortele
<deliriousNOSPAM <at> PLZatchoo.be> wrote:

> How do I set the *target* so that my window ends up in a specific frame
> ? What does this "Web" represent ? 

a) you need to use ion-devel for target to work and ion-devel has a
different winprop format, i.e. winprop "galeon_browser.Galeon" will not
work. It has to be winprop "Galeon", "*", "galeon_browser" {....

b) there is a function called query_renameframe which you have to bind to
a key in the frame_bindings section. This will let you name/rename a frame

MSB

--

-- 
Bad comments reveal the bad programmer.

Per Olofsson | 2 Feb 2003 22:15
Picon
Picon
Gravatar

Re: ion-devel-20030131

On Sun, Feb 02, 2003 at 07:28:39PM +0100, Xavier MAILLARD wrote:
> 
> Is your package already uploaded ? My apt-get dist-upgrade didn't show
> it ;-)

It wasn't, but I've uploaded it to my apt source now. I've also
submitted it to my sponsor for inclusion in Debian but it's not there
yet. The ion-devel package update shouldn't take too long to get into
Debian but I don't know if or when Metadome will be included.

/Pelle
Xavier MAILLARD | 3 Feb 2003 06:09
X-Face
Picon

Re: ion-devel-20030131

On Sun, 2 Feb 2003, Per Olofsson said:

On Sun, Feb 02, 2003 at 07:28:39PM +0100, Xavier MAILLARD wrote: >
> > Is your package already uploaded ? My apt-get dist-upgrade didn't
> > show it ;-)
>  
>  It wasn't, but I've uploaded it to my apt source now. I've also
>  submitted it to my sponsor for inclusion in Debian but it's not there
>  yet. The ion-devel package update shouldn't take too long to get into
>  Debian but I don't know if or when Metadome will be included.

Ok. It's ok :)

zeDek
Konstantin Kletschke | 3 Feb 2003 11:09
Picon

Re: Metadome fix

Hi there! 

This Version of MeTaDome does not work well.
The dockapps are messed up in their appearance like shown in
http://www.ludenkalle.de/screenshot.jpg

ion chrashes rrandomly when moving the mousepointer above them...

Konsti

--

-- 
Kletschke & Uhlig GbR: 
http://www.ku-gbr.de

Gmane