Author |
Message |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Fri 30 Jul 2010, 10:10 Post subject:
|
|
Hmm, that's a thought, I could make a menu call to my Psync time server setting app as it's included in Lucid puppy.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Fri 30 Jul 2010, 11:39 Post subject:
|
|
Looking good! Thanks
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 11717 Location: S.C. USA
|
Posted: Fri 30 Jul 2010, 20:03 Post subject:
|
|
tasmod,
Version 1.3 working 100%.
Thanks for making a good program into a great program. Your willingness to make changes and improvements, based on input from others, is really a tribute to you. This should be added to every Puppy version as a must have feature!
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Sat 31 Jul 2010, 13:14 Post subject:
|
|
Thanks bigpup much appreciated.
-----
Version 1.4 released
I think this is probably the last version as the menu is now a bit large and I don't want to encroach on the main menu system.
I've added the 3 options for settings as reported in Information on menu.
I've also added Psync for accurate time setting.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Sat 31 Jul 2010, 15:16 Post subject:
|
|
tasmod wrote: | Thanks bigpup much appreciated.
-----
Version 1.4 released
I think this is probably the last version as the menu is now a bit large and I don't want to encroach on the main menu system.
I've added the 3 options for settings as reported in Information on menu.
I've also added Psync for accurate time setting. |
I agree there's something to be said about keeping things simple. Psync, set time & date, etc., are already readily available in desktop settings. "Choose keyboard layout" doesn't work, but is available through Choose Country. (I think most of this gets set up initially anyway during first bootup).
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Sun 01 Aug 2010, 01:08 Post subject:
|
|
I installed 1.3 on two other laptops with wireless connections. Both
show the loopback vs local IP ( 127.0.0.1) (local "addr" comes first with eth0 connection, but second with wlan0)"
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Mon 02 Aug 2010, 06:19 Post subject:
|
|
Thanks again for the update!!
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Mon 02 Aug 2010, 11:14 Post subject:
|
|
I'm working on version 1.5 and another project just now.
Version 1.5 will return to basic menu and i will work on the wireless ip report. Code was in there but I forgot to complete it
Just need to determine whether wireless is in use.
Here's a taster of my Googlemail tray app. It's nowhere near complete as it needs a first run frontend for user and password but right now it works with mine hard coded.
Description |
Launches default email application from right click menu |
Filesize |
7.41 KB |
Viewed |
1098 Time(s) |

|
Description |
Shows new mails in tooltip when mouse hovers over. |
Filesize |
3.15 KB |
Viewed |
1042 Time(s) |

|
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
Posted: Mon 02 Aug 2010, 11:28 Post subject:
|
|
It would be great if you will continue to support the simple version as well (just firewall stuff and an info file). Thanks!
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2658 Location: UK
|
Posted: Mon 02 Aug 2010, 14:48 Post subject:
|
|
I just tried this in 4.2 and the 'Choose keyboard layout' option (in 1.4) doesn't seem to do anything (same as in KLP), although the required wizard is available...
So what command is "Choose keyboard layout" (the 3rd option from the top) executing, in your 1.4 version?
Please let me know, I'd love to use this think in my next puplet, and wanna get this little thing fixed.. I will just symlink the keyboard wizard to whatever command your tool is executing..
thanks.
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
Last edited by sc0ttman on Sat 21 Aug 2010, 13:27; edited 2 times in total
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Mon 02 Aug 2010, 17:44 Post subject:
|
|
Hi sc0ttman,
Thanks for the feedback.
KLP is one of Iguleders isos, he has a habit of doing things different from the 'normal' Puppys so I couldn't tell you why it won't work.
I test on the following:-
Puppy 421
Puppy 431
Lucid Puppy 507
Lighthouse Pup 5
Slaxer Pup
Right now I'm on 507 and the keyboard setter works for me.
This is a gtkstatusicon based tray icon so when you run restart X it will not restart. That's because the start for the tray icon is in the Startup folder for boot time.
I don't yet understand the difference to the other tray apps but apparently it can't be 'swallowed' in the jwmtray like the others, so it doesn't get called after an X restart.
I'm still finding my way around C and especially it's relevance to GtkStatusIcon. It seems I'm learning two things at once.
For example:
I am cheating a bit and incorporating Bash scripting in calls, as I'm yet to work out the long C calls to achieve a two line bash result.
Using CURL was a disaster, it bloated the code size and didn't get the results, whereas two lines of Bash script using 'wget' did the trick. I was able to get the external IP information from the net.
As for the reason it is 'Firewallstatus' see notes on first post.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
Dogdaze
Joined: 03 Aug 2010 Posts: 12
|
Posted: Tue 03 Aug 2010, 03:56 Post subject:
Firewall status tray icon Subject description: Firewall status |
|
tasmod
I just love this app. Runs perfectly in Lupu 506 and 507. Thanks so much for it. I've been searching for an app like this for awhile now, and here it is. Great! I wonder if it might be possible to perhaps add a "Disconnect from Internet" option in the right click menu? I would really find this of great value since the only other way to do so is to manually disconnect my DSL modem from my computer before bootup or during a reboot. And, of course, that is a real drag. I am not the only one that uses the modem at any given time (Kids and their Xbox live you know?). I do not always want to be connected to the web. Just an item for the wish list.
Best regards and keep up the great work.
----------------------------------------------------------------------------
$$ Don't buy a new computer $$, download a Puppy!
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Tue 03 Aug 2010, 05:30 Post subject:
|
|
Thanks dogdaze and welcome.
I've just completed the Gmail tray app and about to go back to Firewallstate. (See Additional Software / Internet for Gmailtray)
I'm thinking of two versions of Firewallstate now and certainly I will look into your request.
If anyone has any pointers regarding the link shutdown procedure I would appreciate it, also whether wireless is in use or hard wired.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4440 Location: Lake Macquarie NSW Australia
|
Posted: Tue 03 Aug 2010, 06:16 Post subject:
|
|
tasmod wrote: | I'm thinking of two versions of Firewallstate now and certainly I will look into your request. |
I just wanted to add my thanks for the firewall status app, Rob. It's something we probably should have had a long time ago. I don't need to be able to turn the firewall on and off; just know which it is at the moment, and your little system tray icon is very comforting for that. v1.2 is working fine for me in all versions of Lupu. Thanks again.
_________________ Actions speak louder than words ... and they usually work when words don't!
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1462 Location: North Lincolnshire. UK
|
Posted: Tue 03 Aug 2010, 08:10 Post subject:
|
|
Thanks Warren,
Glad it's useful.
I will be making two versions next. A simple and a loaded version, people can then make their choices.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
Back to top
|
|
 |
|