2 Dec 2003 14:19
2 Dec 2003 19:19
Re: Using wrappers to switch between parent frames
Moe Wibble <eskimoe <at> ananzi.co.za>
2003-12-02 18:19:39 GMT
2003-12-02 18:19:39 GMT
On Fri, Nov 21, 2003 at 03:46:23AM +0100, Thorben Thuermer wrote: > On Mon, 17 Nov 2003 17:50:54 +0000 > Hussein Jodiyawalla <hussein <at> mightymouse.net> wrote: > > > I think I have made a mistake trying to explain what I want to do... I > > think I should have said I want to switch between WIonWS's instead of > > mentioning frames... maybe I could explain a bit better with an ACSII > > diagram from my workspaces file: > > > > > > WScreen > > | > > WIonWS (WIWS) > > / \ > > WIonFrame WIonFrame (WIF) > > | / / / | \ \ \ > > (gkrellm) / | | | | | \ > ... > > / / | | | \ \ > > -->WIWS WIWS WIWS WIWS WIWS WIWS WIWS <-- > > / / | \ \ | | \ \ \ > > WIF WIF WIF WIF WIF WIF WIF WIF WIF WIF > > > > > > I load applications in the bottom most WIonFrames, the gkrellm WIonFrame > > on the left has my status bar in it. I would like to bind some keys to > > switch between the WIonWS's in between the --> <-- markings. > > > > my setup is quite similar to yours, just that i have a FloatWS in the right(Continue reading)
2 Dec 2003 20:14
Re: Using wrappers to switch between parent frames
Thorben Thuermer <r00t <at> informatik.uni-bremen.de>
2003-12-02 19:14:07 GMT
2003-12-02 19:14:07 GMT
On Tue, 2 Dec 2003 19:19:39 +0100
Moe Wibble <eskimoe <at> ananzi.co.za> wrote:
> On Fri, Nov 21, 2003 at 03:46:23AM +0100, Thorben Thuermer wrote:
> > my setup is quite similar to yours, just that i have a FloatWS in the right
> > frame, and a ionws in a ("fullscreen") floatframe inside it
> > ( http://irc.wearlab.de/~r00t/ion-floats.jpg )
>
> How did you open these floating windows on top of the regular
> ion banana split? I've been trying to achieve that for quite some time but
> failed due to the total lack of documentation.
>
> Or ist that screenshot just showing a maximized window containing tabs on a
> FloatWS?
like i wrote:
"just that i have a FloatWS in the right frame, and a ionws in a ("fullscreen")
floatframe inside it"
so yes, it is a "maximized" windows containing my other workspaces.
i don't think there's another way to do it.
the only thing that could improve it would be explict "fullscreen" support
in floatws.
to me the possibility of having floating windows on top of my ionws desktop
is a practical and necessary compromise between ion's and the traditional
managing models (like in the example, for a video player).
a note if you're trying to re-create the setup: you need quite some
creativity to open a window in the floatws if you don't have one already
(because if the focus is in a frame of a ionws, all new windows will open
(Continue reading)
2 Dec 2003 20:21
Re: Using wrappers to switch between parent frames
Jordan Sissel <psionic <at> csh.rit.edu>
2003-12-02 19:21:21 GMT
2003-12-02 19:21:21 GMT
> On Fri, Nov 21, 2003 at 03:46:23AM +0100, Thorben Thuermer wrote: > > How did you open these floating windows on top of the regular > ion banana split? I've been trying to achieve that for quite some time but > failed due to the total lack of documentation.(Continue reading)> > Or ist that screenshot just showing a maximized window containing tabs on a > FloatWS? > > m > in ioncore-bindings.lua you'll see (or should) scr:attach_new([ type=default_ws_type, switchto=true ]) If you grep for 'default_ws_type' you'll find (in ioncorelib.lua): default_ws_type="WIonWS" You can make a new keybinding that uses type="WFloatWS" in the scr:attach_new() function instead and it will let you attach a new floating workspace inside any frame (including a WIonFrame). This feature of ion-devel is more implied than explicitly documented, and took me a while scouring through the default config files to figure it out. Anyhoo, Hope this helps :) -Jordan
2 Dec 2003 21:35
startup-errors
Niclas Olofsson <niclas.olofsson <at> ismobile.com>
2003-12-02 20:35:41 GMT
2003-12-02 20:35:41 GMT
Howdy, Running latest dev-release. Not using the lua patch recommended, but everything else seem to work ok. Getting this error on startup. Ion startup error log: >> bad code in /home/non/tmp/ion-devel-new/share/ion-devel/querylib.lc >> Falling back to /home/non/tmp/ion-devel-new/share/ion-devel/querylib.lua ?? Cheers, /Niclas
2 Dec 2003 22:09
Re: startup-errors
Tuomo Valkonen <tuomov <at> modeemi.cs.tut.fi>
2003-12-02 21:09:32 GMT
2003-12-02 21:09:32 GMT
On Tue, Dec 02, 2003 at 09:35:41PM +0100, Niclas Olofsson wrote: > Running latest dev-release. Not using the lua patch recommended, but > everything else seem to work ok. Getting this error on startup. This is due to a Lua bug that is fixed by the patches. Because the compiled .lc file fails, Ion falls back to the .lua file and things usually work fine. However, this same bug apparently also causes the occasional disappearences of some functions in querylib. -- -- Tuomo
2 Dec 2003 22:13
Re: startup-errors
Niclas Olofsson <niclas.olofsson <at> ismobile.com>
2003-12-02 21:13:13 GMT
2003-12-02 21:13:13 GMT
Any idea why removing the compiled file still gives the same error? /Niclas Tuomo Valkonen wrote: > On Tue, Dec 02, 2003 at 09:35:41PM +0100, Niclas Olofsson wrote: > >>Running latest dev-release. Not using the lua patch recommended, but >>everything else seem to work ok. Getting this error on startup. > > > This is due to a Lua bug that is fixed by the patches. Because the > compiled .lc file fails, Ion falls back to the .lua file and things > usually work fine. However, this same bug apparently also causes the > occasional disappearences of some functions in querylib. > -- -- Niclas Olofsson - http://www.ismobile.com Product Development, isMobile, Aurorum 2, S-977 75 LuleƄ, Sweden Phone: +46(0)920-75550 Mobile: +46(0)70-3726404
3 Dec 2003 17:40
Updated dock module
Tom Payne <tompayne <at> tuschin.blackcatnetworks.co.uk>
2003-12-03 16:40:23 GMT
2003-12-03 16:40:23 GMT
Attached. Key changes: - stupid bugs fixed - works with ion-devel-20031121 ONLY - now uses ion's drawing engine They're probably a few problems that I've missed. Let me know. Be sure to read the README: there have been some config file changes, mainly to do with the new drawing code. Regards, Tom
3 Dec 2003 17:40
Menus in ion-devel-20031121
Timothy Miles-Board <tmb <at> ecs.soton.ac.uk>
2003-12-03 16:40:01 GMT
2003-12-03 16:40:01 GMT
Hi Just upgraded to ion-devel-20031121 - seemed to install without a hitch. However, menus don't seem to be working for me :( I get the following message when i click button 3 on a tab (using default bindings): menulib.lua:99: attempt to call global 'menu_menu' (a nil value) I get similar errors for other menu bindings. Any help appreciated, Tim. -- -- Timothy Miles-Board Intelligence, Agents, Multimedia Group University of Southampton http://www.milesboard.org/
3 Dec 2003 17:50
Re: Menus in ion-devel-20031121
Tuomo Valkonen <tuomov <at> modeemi.cs.tut.fi>
2003-12-03 16:50:31 GMT
2003-12-03 16:50:31 GMT
On Wed, Dec 03, 2003 at 04:40:01PM +0000, Timothy Miles-Board wrote: > However, menus don't seem to be working for me :( I get the following > message when i click button 3 on a tab (using default bindings): Your ioncore.lua is probably not loading the menu module. 'make install' apparently does not overwrite $ETCDIR/ioncore.lua, although I thought I had modified it so, and therefore the menu module won't get loaded if installed over an older installation. Likewise, if you have a custom ~/.ion-devel/ioncore.lua, the menu module won't be loaded. -- -- Tuomo
RSS Feed