Page 1 of 1
pRun-1.7 - Application launcher
Posted: Sun Jul 25, 2021 12:50 pm
by radky
The pRun utility is an application launcher with features similar to standard run-dialog utilities such as gExec, gRun and gmRun.
Old Forum
https://oldforum.puppylinux.com/viewtop ... 94#p716794
Download pRun-1.7
https://www.smokey01.com/radky/pRun-1.7.pet
PupMates
https://www.smokey01.com/radky/PupMates.html
pRun-1.7
Posted: Sun Jul 25, 2021 12:50 pm
by radky
pRun-1.7
• Adjust GUI to support manual resizing (improved visibility of long text strings)
• Adjust options for setting the default GUI height and width
• Adjust compatibility with recent changes in Woof-CE
pRun-1.6
• Add Mini-GUI option
• Adjust GTK3 compatibility
• Adjust Help dialog
• Remove Font size option
PupMates
https://www.smokey01.com/radky/PupMates.html
Re: pRun-1.6
Posted: Mon Oct 17, 2022 1:20 pm
by Jasper
Hi Radky
Thanks for this useful app. It works well
What I wanted to know is it possible for the GUI to be longer? I have tried to stretch it via the corners but it remains the same size.
The reason for this is that I am trying to access files on my PC which have a longer path name eg
/mnt/sda/Users/Me/Downloads/....etc
Hope that makes sense
Re: pRun-1.6
Posted: Mon Oct 17, 2022 1:56 pm
by mikewalsh
@Jasper :-
If you open /usr/local/prun/prun with Geany, I believe you can increase the width on line 42:-
That's if I'm reading Roger's code correctly! GTK-dialog is not my strong point; I much prefer YAD for ease-of-use....
@radky should be able to confirm if I'm right.
Mike.
Re: pRun-1.6
Posted: Mon Oct 17, 2022 3:43 pm
by Jasper
@mikewalsh
Thank you your suggestion worked perfectly.
Re: pRun-1.6
Posted: Mon Oct 17, 2022 4:09 pm
by mikewalsh
@Jasper :-
Ah, good, good. Wasn't entirely certain I'd got that right, but it was the only thing I could see that appeared to tie-in with the variables further down the script.
Glad you're sorted. Roger perhaps set the size to what he did because of having a smaller dimension monitor..? I know with some of the packages I published a few years back, a few folks complained about the same thing.....because I was using an old 4:3 aspect 1024 x 768 screen, so stuff got built to fit properly for ME.
Never mind; you achieved what you wanted, and that's the main thing.
Mike.
Re: pRun-1.6
Posted: Sun Oct 30, 2022 8:52 pm
by Jasper
I seem to have encounter a problem using this application.
I have tried using the 3 options for terminal available. Still spits out an error message.
If I use the command via terminal it works fine. I would have liked to have used this application as I do find it useful.
Am I missing something obvious?
Re: pRun-1.6 - Application launcher
Posted: Tue Nov 01, 2022 3:00 pm
by radky
Jasper,
Thanks for your question.
When the "Run in Terminal" option is enabled, pRun checks if the entered executable exists in the standard executable PATH of Puppy Linux:
(/bin, /usr/bin, /sbin, /usr/sbin, /usr/local/bin, /root/my-applications/bin, /usr/games).
If the executable does not exist, you will see the popup dialog informing you the search item is invalid or not found.
Your search item (nzbcheck --progress -s "...563:4:$$1" -i /root/E1Amigos.nzb) is a complex multi-parameter directive which is not a PATH executable, so the search will fail.
For such cases, pRun provides a button to quickly launch a terminal window where you can enter the full multi-parameter executable string.
I hope this helps.
PS - The next release of pRun will support your request for a resizable GUI.
PupMates
https://www.smokey01.com/radky/PupMates.html
pRun-1.7
Posted: Wed Nov 09, 2022 8:26 pm
by radky
pRun-1.7
See first and second posts.
PupMates
https://www.smokey01.com/radky/PupMates.html