Message from discussion
Report of Autokey-Qt in Ubuntu 12.04 / Unity
Received: by 10.224.188.8 with SMTP id cy8mr8090914qab.6.1339966578075;
Sun, 17 Jun 2012 13:56:18 -0700 (PDT)
X-BeenThere: autokey-users@googlegroups.com
Received: by 10.224.0.200 with SMTP id 8ls4974298qac.1.gmail; Sun, 17 Jun 2012
13:56:17 -0700 (PDT)
Received: by 10.224.188.8 with SMTP id cy8mr8090874qab.6.1339966577064;
Sun, 17 Jun 2012 13:56:17 -0700 (PDT)
Received: by 10.224.188.8 with SMTP id cy8mr8090873qab.6.1339966577047;
Sun, 17 Jun 2012 13:56:17 -0700 (PDT)
Return-Path: <fred.nig...@googlemail.com>
Received: from mail-qa0-f51.google.com (mail-qa0-f51.google.com [209.85.216.51])
by gmr-mx.google.com with ESMTPS id k34si7409203qcz.1.2012.06.17.13.56.17
(version=TLSv1/SSLv3 cipher=OTHER);
Sun, 17 Jun 2012 13:56:17 -0700 (PDT)
Received-SPF: pass (google.com: domain of fred.nig...@googlemail.com designates 209.85.216.51 as permitted sender) client-ip=209.85.216.51;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of fred.nig...@googlemail.com designates 209.85.216.51 as permitted sender) smtp.mail=fred.nig...@googlemail.com; dkim=pass header...@googlemail.com
Received: by mail-qa0-f51.google.com with SMTP id a16so1176170qae.3
for <autokey-users@googlegroups.com>; Sun, 17 Jun 2012 13:56:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=googlemail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=1DFJqZRIIWriYhlIJy9xIYfa1C4suLpCXTlh//3EK3I=;
b=KKYvb9RpOj/QLNEPjnfBONFEcZscF8H4QPS14qSQAi2Ww0H3gX5REmSih//qb5HnYm
GF5ZBt5kEStlJBxuyvZtUBuT63lP5V9V0el/DkLDRJ6QtGfdWxg350KCmzITg3KKkS/s
bG8fCqQ00hc4ZxKd7bZhb/kPgu9DmX0mCv5dZJTuJkd/tI7VdeCKKBYdiqvpJ/7IvUPO
ro0VFfOA5OQ0Y+LF9xZBmtOonsgCtpJV9mpPjAZ44lYzdrDQXi+ewCYqBONN9ZTZofZi
K9mCpV8k/I53tq5+WYm6FokEGuGvRN1n1ZITx909uDhO6L3E1pS69xyivz4tBNVRfbs1
U2Hw==
MIME-Version: 1.0
Received: by 10.229.136.81 with SMTP id q17mr2460687qct.115.1339966576850;
Sun, 17 Jun 2012 13:56:16 -0700 (PDT)
Received: by 10.229.235.68 with HTTP; Sun, 17 Jun 2012 13:56:16 -0700 (PDT)
In-Reply-To: <072d86cd-1a10-42a5-9c3a-cf236b484800@googlegroups.com>
References: <072d86cd-1a10-42a5-9c3a-cf236b484800@googlegroups.com>
Date: Sun, 17 Jun 2012 21:56:16 +0100
Message-ID: <CAOm28AV5fZ4gphtvUtAfQevjgcCb4yx7R=RGZm6xm0b_1ax...@mail.gmail.com>
Subject: Re: Report of Autokey-Qt in Ubuntu 12.04 / Unity
From: Fred Niggle <fred.nig...@googlemail.com>
To: autokey-users@googlegroups.com
Content-Type: multipart/alternative; boundary=00248c76910ed2f88304c2b147c0
--00248c76910ed2f88304c2b147c0
Content-Type: text/plain; charset=ISO-8859-1
Just a note about hardware requirements for ubuntu 12.04... I have no
problems with 32 bit running on a Celeron 1100Mhz with 2Gb of ram,so Im not
convinced that you *need* such a fast cpu for Autokey to function correctly.
Otherwise, its good to hear from someone having good experiences with what
is now one of my favourite programs :-)
Best Regards,
Fred
On 17 June 2012 20:43, Chris Kelley <ckel...@ca-cycleworks.com> wrote:
> Hi everyone,
>
> This is my 1st time posting here. I've been using Autokey since before
> there was a -gtk or -qt. And I really love how it adds to my productivity.
> One thing I've always liked is using Autokey for program launching. While
> researching my upgrade to 12.04 (from 10.04) I noted the change to -Qt and
> also many posts in this group about autokey *NOT* being a launcher...
>
> First off, 12.04 is a very heavy operating system. I consider a Core2Duo
> E5500 with 4G of RAM to be a fairly good computer. In Windows 7 and Ubuntu
> 10.04, this hardware was more than adequate. In 12.04, the UI slowed to a
> crawl. It was so slow that I had to accomodate for the deletion of the
> hotkey for my text insertion macros in Autokey!!
>
> I never thought I was a hardware snob... :( So I ran out and got a Core i7
> Since Fry's has them on sale. Suddenly, Autokey wakes right up! I have to
> re-edit my scripts so that they don't delete the initial hotkey from script
> evocation! With the UI actually working now, I sought after the "launcher"
> issue. With some help on StackOverflow<http://stackoverflow.com/questions/11060150/how-do-i-make-a-fork-or-non-blocking-system-call-in-python>,
> I was able to find a way to get Autokey to actually launch my programs the
> way I want...
>
> #Enter script code
> import thread
> thread.start_new_thread(os.system,('gedit',))
>
> See, as part of my workflow, I have and editor, word processor, and
> spreadsheet mapped to <super>+e, <shift>+<super>+e, and <ctrl>+<super>+e,
> respectively. I use gedit, OO Writer, and OO Calc for these. It's super
> useful for when I'm researching and need text snippets, or to "translate"
> HTML into plain text to paste from the web to an email. Or sometimes I need
> the other programs to do stuff.
>
> I hope sharing these two thoughts helps!
> Recap:
> 1) 12.04 is heavy and the behavior of autokey changes between a slow CPU
> and faster one.
> 2) Autokey can indeed be a launcher.
>
> Thanks,
> Chris
>
--
Magnetic Door Alarm
app<https://play.google.com/store/apps/details?id=com.nds.magneticdooralarm>is
now available in Google Play
--00248c76910ed2f88304c2b147c0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Just a note about hardware requirements for ubuntu 12.04... I have no probl=
ems with 32 bit running on a Celeron 1100Mhz with 2Gb of ram,so Im not conv=
inced that you *need* such a fast cpu for Autokey to function correctly.<di=
v>
<br></div><div>Otherwise, its good to hear from someone having good experie=
nces with what is now one of my=A0favourite programs :-)</div><div><br></di=
v><div>Best Regards,</div><div>Fred=A0<br><br><div class=3D"gmail_quote">On=
17 June 2012 20:43, Chris Kelley <span dir=3D"ltr"><<a href=3D"mailto:c=
kel...@ca-cycleworks.com" target=3D"_blank">ckel...@ca-cycleworks.com</a>&g=
t;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div>Hi everyone,</div><div><br></div><div>T=
his is my 1st time posting here. I've been using Autokey since before t=
here was a -gtk or -qt. And I really love how it adds to my productivity. O=
ne thing I've always liked is using Autokey for program launching. Whil=
e researching my upgrade to 12.04 (from 10.04) I noted the change to -Qt an=
d also many posts in this group about autokey <b>NOT</b> being a launcher..=
.</div>
<div><br></div><div>First off, 12.04 is a very heavy operating system. I co=
nsider a Core2Duo E5500 with 4G of RAM to be a fairly good computer. In Win=
dows 7 and Ubuntu 10.04, this hardware was more than adequate. In 12.04, th=
e UI slowed to a crawl. It was so slow that I had to accomodate for the del=
etion of the hotkey for my text insertion macros in Autokey!!</div>
<div><br></div><div>I never thought I was a hardware snob... :( So I ran ou=
t and got a Core i7 Since Fry's has them on sale. Suddenly, Autokey wak=
es right up! I have to re-edit my scripts so that they don't delete the=
initial hotkey from script evocation! With the UI actually working now, I =
sought after the "launcher" issue. With <a href=3D"http://stackov=
erflow.com/questions/11060150/how-do-i-make-a-fork-or-non-blocking-system-c=
all-in-python" target=3D"_blank">some help on StackOverflow</a>, I was able=
to find a way to get Autokey to actually launch my programs the way I want=
...</div>
<div><br></div><div><div><font face=3D"'courier new', monospace" si=
ze=3D"1">=A0 =A0 #Enter script code</font></div><div><font face=3D"'cou=
rier new', monospace" size=3D"1">=A0 =A0 import thread</font></div><div=
><font face=3D"'courier new', monospace" size=3D"1">=A0 =A0 thread.=
start_new_thread(os.system,('gedit',))</font></div>
</div><div><font face=3D"'courier new', monospace" size=3D"1"><br><=
/font></div><div><font face=3D"arial, sans-serif">See, as part of my workfl=
ow, I have and editor, word processor, and spreadsheet mapped to </font><fo=
nt size=3D"2" face=3D"'courier new', monospace" style=3D"background=
-color:rgb(238,238,238)"><super>+e</font><font face=3D"arial, sans-se=
rif">,=A0</font><font size=3D"2" face=3D"'courier new', monospace" =
style=3D"background-color:rgb(238,238,238)"><shift>+<super>+e</=
font><font face=3D"arial, sans-serif">, and=A0</font><font size=3D"2" face=
=3D"'courier new', monospace" style=3D"background-color:rgb(238,238=
,238)"><ctrl>+<super>+e</font><font face=3D"arial, sans-serif">=
, respectively. I use gedit, OO Writer, and OO Calc for these. It's sup=
er useful for when I'm researching and need text snippets, or to "=
translate" HTML into plain text to paste from the web to an email. Or =
sometimes I need the other programs to do stuff.</font></div>
<div><font face=3D"arial, sans-serif"><br></font></div><div><font face=3D"a=
rial, sans-serif">I hope sharing these two thoughts helps!=A0</font></div><=
div><font face=3D"arial, sans-serif">Recap:=A0</font></div><div><font face=
=3D"arial, sans-serif">1) 12.04 is heavy and the behavior of autokey change=
s between a slow CPU and faster one.</font></div>
<div><font face=3D"arial, sans-serif">2) Autokey can indeed be a launcher.<=
/font></div><div><font face=3D"arial, sans-serif"><br></font></div><div><fo=
nt face=3D"arial, sans-serif">Thanks,</font></div><div><font face=3D"arial,=
sans-serif">Chris</font></div>
</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><a href=3D"h=
ttps://play.google.com/store/apps/details?id=3Dcom.nds.magneticdooralarm" t=
arget=3D"_blank">Magnetic Door Alarm app</a> is now available in Google Pla=
y<br>
</div>
--00248c76910ed2f88304c2b147c0--