| Author |
Message |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Mon 10 Sep 2012, 04:45 Post subject:
Premote rdesktop (rdp), vnc and ssh gtkdialog frontend. Subject description: version 0.9.3 released |
|
Program: Premote
license GPLv3
----
Changes:
0.9.3 Fixed helptext for internationalisation.
NOTE WELL: Principal change from ver 0.9.2 onwards is that user accessible variable C has been renamed to variable A (in line with my other program Pfetch). Hence relevant combobox commands changed to refer to A (rather than to C).
Other main change is wider interface.
Please find Premote at foot of this post. By default its interface is in English but it is an option to also install any provided language translations dotpets for your locale.
Once installed, you can start Premote from:
JWM menu Start -> Network -> Premote
Premote was designed to be a simple gtkdialog GUI front end to remote desktop and login clients such as rdesktop (rdp), vnc, and secure shell (ssh). It thus depends for functionality on the underlying commandline client being installed.
It has been tested on Slacko 5.3.3 and Wary 5.3 using the rdesktop 1.7.1 client from here: http://www.murga-linux.com/puppy/viewtopic.php?p=620847#620847 using the rdesktop libraries from here: http://www.murga-linux.com/puppy/viewtopic.php?p=567013&search_id=899635330#567013.
Premote probably works fine in Puppy 4.x series as well.
On pressing the Premote "play" button, it operates just as if the displayed command was typed into a console window and the "Enter key pressed", but it brings the following advantages of a GUI environment:
* A dropdown list of pre-saved commands, which can be edited (modified, deleted, or appended to) in your system's default text editor by pressing the Edit button on the righthand side of the dropdown list.
* Entry boxes (variables) for remote computer URL Address (A), remote login User name (U), and remote login Password (P). The dropdown command can refer to these using standard bash shell syntax (i.e. $A, $U, $P).
* Entry data can be input manually, or via drag and drop, or cut and paste.
* Premote also provides brief tool-tip text over most elements of its GUI, which becomes visible when the mouse is hovered over each element.
More generally, Premote provides an editable, floating commandline (with a dropdown list of pre-stored commandlines) which can be any commandline at all as long as it is valid bash syntax. Pretty much any bash commandline including quote marks and \ can be entered.
----
Tips:
To keep premote as the top window, right-click on its window bar, and select Layer -> Top
----
mcewanw, Sep 2012
 |
| Description |
Premote rdesktop (rdp), vnc and ssh gtkdialog frontend.
|

Download |
| Filename |
premote-0.9.3.pet |
| Filesize |
3.88 KB |
| Downloaded |
338 Time(s) |
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
Last edited by mcewanw on Thu 27 Sep 2012, 04:14; edited 12 times in total
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Tue 11 Sep 2012, 04:36 Post subject:
If you start Premote from a console |
|
Just another wee tip:
If you start Premote from a console and type in any valid bash command, you can redirect the output to that console by ending the command with >/dev/tty as follows:
| Code: |
echo "hello world" > /dev/tty
|
However, another app I'm releasing shortly is particularly designed for use with any set of bash commands, rather than for a particular purpose such as Premote. Nevertheless, Premote can run any command in this way and not just rdesktop, vnc and so on. It is often more useful to pipe output to Xdialog or to rxvt though when running general commands in this way. The other app will come with plenty of examples.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Fri 14 Sep 2012, 22:28 Post subject:
Premote version 0.9.2 released Subject description: Principal change is wider interface. |
|
Premote rdesktop (rdp), vnc and ssh gtkdialog frontend.
Version 0.9.2 released. Download from first posts of this thread.
NOTE WELL: Principal change from ver 0.9.2 onwards is that user accessible variable C has been renamed to variable A (in line with my other program Pfetch). Hence relevant combobox commands changed to refer to A (rather than to C).
Other main change is wider interface.
A few under-the-hood alternations.
Functionality otherwise unchanged.
Note that if you ever accidentally delete or corrupt the config files for premote in $HOME/.premote, simply re-run the program and it will automatically rebuild the default config file entries.
By default its interface is in English but it is an option to also install any provided language translations dotpets for your locale. I haven't provided the premote.pot file this time since L18L has informed me that moedit can produce that automatically.
Please post any translation tar.gz or dotpets here and I will provide them as an optional collection at or near the top of the thread.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Fri 14 Sep 2012, 22:56 Post subject:
re-uploaded Premote new version 0.9.2 Subject description: I had made a mistake in combobox command list - fixed |
|
re-uploaded Premote new version 0.9.2
I had made a mistake in combobox command list - fixed
NOTE WELL: Principal change from ver 0.9.2 onwards is that user accessible variable C has been renamed to variable A (in line with my other program Pfetch). Hence relevant combobox commands changed to refer to A (rather than to C).
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Thu 27 Sep 2012, 04:15 Post subject:
Premote version 0.9.3 released Subject description: Fixed helptext for internationalisation. |
|
Changes:
0.9.3 Fixed helptext for internationalisation.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7019 Location: qld
|
Posted: Sat 06 Oct 2012, 07:28 Post subject:
|
|
Thank you Mr McEwan for this nice app. It will likely make it's way into the next Slacko. I successfully ssh'd into my slackware box and rdesktop'd into an XP installation, no problems whatsoever.
About time you got some feedback eh?
Cheers.
| Description |
running a test html page in 'links' on my slackware box |
| Filesize |
32.55 KB |
| Viewed |
1422 Time(s) |

|
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1482 Location: New Zealand
|
Posted: Sat 06 Oct 2012, 08:02 Post subject:
|
|
| 01micko wrote: | | I guess you know that with the "-Y" option, and if X is running on the host, you can run any x app, including browsers. It would be a nice feature. |
Thanks for the feedback. I didn't mind not having any really. If anyone finds the program useful, that's fine and good though.
Yes I know you can run remote apps using X11 forwarding. Not sure what you are suggesting though. Is it just an addition of a combobox command using -Y in the ssh command or are you talking about an extra entry box for the name of the command too? If it is the latter, I think Pfetch could do that anyway (just use the TD entry for the command you want to run alongside a suitable ssh -Y combobox command).
The reason I'd prefer not to add another entry box to Premote is to keep it as simple as it is - it was my partner who asked me to cut down the entry boxes to that minimum she required to use remote desktop to her work XP machine. Anyway, since these gtkdialog apps are so small it made sense to have specialised versions with greater or fewer entry boxes.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7019 Location: qld
|
Posted: Sat 06 Oct 2012, 08:11 Post subject:
|
|
Actually i scratched that bit I posted that you quoted
You can start X remotely and use the X apps anyway, so it's just unnecessary. Successfully posting this from firefox (which I do not have installed locally but on my remote slacko box) so working in slacko as host and client.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 326 Location: Ukraine
|
Posted: Tue 08 Jan 2013, 08:02 Post subject:
fix for gettext help translaton |
|
Some paragraphs of help was not translated so I have changed gettext a bit.
| Description |
|

Download |
| Filename |
premote_fix-0.1.pet |
| Filesize |
5.7 KB |
| Downloaded |
108 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1726 Location: Burghaslach, Germany
|
Posted: Sun 10 Mar 2013, 06:53 Post subject:
Re: fix for gettext help translaton |
|
| rodin.s wrote: | | Some paragraphs of help was not translated so I have changed gettext a bit. |
rodin.s,
thank you, your version worked (too modest to name it v 0.9.4 )
mcevanw,
attached german translation
| Description |
|

Download |
| Filename |
MoManager-de_DE-premote.tar.gz |
| Filesize |
3.29 KB |
| Downloaded |
44 Time(s) |
|
|
Back to top
|
|
 |
|