summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/2012-August/008404.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-August/008404.html')
-rw-r--r--zarb-ml/mageia-discuss/2012-August/008404.html141
1 files changed, 141 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-August/008404.html b/zarb-ml/mageia-discuss/2012-August/008404.html
new file mode 100644
index 000000000..aac0759c2
--- /dev/null
+++ b/zarb-ml/mageia-discuss/2012-August/008404.html
@@ -0,0 +1,141 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] Display window dimensions when resizing
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Display%20window%20dimensions%20when%20resizing&In-Reply-To=%3CCAJWAV%2BGPSZuxi2n6T38jw62hRkEBk0tSo6yWTmdBkG4Xc3h_oQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008406.html">
+ <LINK REL="Next" HREF="008405.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] Display window dimensions when resizing</H1>
+ <B>RICHARD WALKER</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Display%20window%20dimensions%20when%20resizing&In-Reply-To=%3CCAJWAV%2BGPSZuxi2n6T38jw62hRkEBk0tSo6yWTmdBkG4Xc3h_oQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-discuss] Display window dimensions when resizing">richard.j.walker at ntlworld.com
+ </A><BR>
+ <I>Wed Aug 8 13:38:27 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008406.html">[Mageia-discuss] Display window dimensions when resizing
+</A></li>
+ <LI>Next message: <A HREF="008405.html">[Mageia-discuss] Display window dimensions when resizing
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8404">[ date ]</a>
+ <a href="thread.html#8404">[ thread ]</a>
+ <a href="subject.html#8404">[ subject ]</a>
+ <a href="author.html#8404">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>One final (?) tip for more general use, not tied to any particular
+desktop; you could try Xephyr. I use it like this to start an LXDE
+session in a new window on my desktop:
+
+#!/bin/sh
+
+Xephyr :1 -screen 800x600 -ac -br -dpi 96 &amp;
+sleep 2
+lxsession -display :1
+
+One caveat, I just discovered when pasting this back to a new shell
+file to check it; I seem to have picked up some /r characters at end
+of line from the browser and they needed to be cleaned from the shell
+file.
+
+Instead of lxsession you could use whatever you like to start another
+window manager (kwin?) but changes you make to the Xephyr desktop will
+be changes you make to your normal desktop, unless you take
+precautions.
+
+R
+
+On 08/08/2012, Richard &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">richardwest at leiston.info</A>&gt; wrote:
+&gt;<i> On Wednesday 08 August 2012 13:19:01 Shlomi Fish wrote:
+</I>&gt;&gt;<i> Hi Marc,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> On Tue, 07 Aug 2012 23:52:05 -0400
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Marc Par&#233; &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">marc at marcpare.com</A>&gt; wrote:
+</I>&gt;&gt;<i> &gt; Is there a way to display the dimensions of a window when I resize
+</I>&gt;&gt;<i> &gt; it? And, is there a way to size a window to specific dimension ...
+</I>&gt;&gt;<i> &gt; for example if I wanted to size a window to 800x600 for a screen shot?
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; Thanks for the help.
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; Marc
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; Mageia2, KDE 4.8.2
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I have no idea what I did to enable it, but I'm getting a functionality
+</I>&gt;&gt;<i> of
+</I>&gt;&gt;<i> displaying the dimensions of the windows when resizing it in my KDE
+</I>&gt;&gt;<i> version.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Anyway, see:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> <A HREF="https://bugs.kde.org/show_bug.cgi?id=61112">https://bugs.kde.org/show_bug.cgi?id=61112</A>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Go to systemsettings -&gt; Window Behaviour -&gt; Window Behaviour -&gt; Moving -&gt;
+</I>&gt;&gt;<i> &quot;Display window geometry when moving or resizing&quot;.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> I found it on a web search.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Regards,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Shlomi Fish
+</I>&gt;<i>
+</I>&gt;<i> Have a look in System Settings &gt; Window Behaviour &gt; Moving &gt; Display window
+</I>&gt;<i>
+</I>&gt;<i> geometry when moving or resizing.
+</I>&gt;<i> --
+</I>&gt;<i> Richard.
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://www.leiston.info">http://www.leiston.info</A>
+</I>&gt;<i> <A HREF="http://www.rose-linux.net">http://www.rose-linux.net</A>
+</I></PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008406.html">[Mageia-discuss] Display window dimensions when resizing
+</A></li>
+ <LI>Next message: <A HREF="008405.html">[Mageia-discuss] Display window dimensions when resizing
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8404">[ date ]</a>
+ <a href="thread.html#8404">[ thread ]</a>
+ <a href="subject.html#8404">[ subject ]</a>
+ <a href="author.html#8404">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
+mailing list</a><br>
+</body></html>