The time now is Sun 22 Apr 2018, 13:02
All times are UTC - 4 |
Page 1 of 2 [27 Posts] |
Goto page: 1, 2 Next |
Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:41 Post subject:
Lots of ROXapps |
|
I'm going to post all my roxapps in this thread. Feel free to share yours as well.
Just extract somewhere (usually /~/my-roxapps or /usr/local/apps) with , or using pupzip.
Last edited by disciple on Thu 06 Mar 2008, 22:52; edited 1 time in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:45 Post subject:
Thunderbird Roxapp |
|
Thunderbird Roxapp
-UPDATEDx4-
Even though thunderbird -h shows the -mail option, my Thunderbird doesn't understand it, so this update is just to eliminate an error message when run from the command line.
-UPDATEDx3-
I separated out all the code into a start script to save as /usr/local/bin/thunderbird or something, so this is now just a very basic roxapp to go with it.http://www.murga-linux.com/puppy/viewtopic.php?p=182156#182156
I fixed the code, so mailto: links from other programs are handled correctly. I suspect it needs to be fixed for links to news channels or whatever they are too, but I don't use any, so complain if you want that fixed.
-UPDATEDx2-
Sorry - I slightly broke the splash screen with the first update.
-UPDATED-
I made the splash more sensible. Now you see the splash if no Thunderbird is running, or if opening compose window, as this is slow whether or not TB is already running. The only time you don't see the splash when it would be handy is when just opening to the Inbox if a compose window is already open.
------------
For desktop/openwith menu.
If you use the thunderbird start script from here as well, then you get these features:
If files are dropped on it (or it is used from the openwith menu) then it will open a compose window with the file(s) attached. If clicked on, it will open Thunderbird to the inbox (or I guess whatever is the default view if another is possible). If right-clicked on it has a menu with options to start all the different things you can start Thunderbird in from the command line:
Read Mail, Write Mail/News, Read News, Address Book, Preferences.
Now handles mailto: links passed from other programs.
I'm sure there is a much more efficient (and therefore beautiful) way of doing the code.
Has a splash screen that is extremely easy to disable if you want.
Thunderbird is not in standard Puppies - they have the Seamonkey mail/news component and/or Sylpheed.
-------------------------
EDIT - the below is obviously not correct any more, I just don't have the time to correct it and shift it to the other thread, and I won't delete it as it might be useful to someone.
------------------------
EDIT
I just realised that the splash screen doesn't show up if Thunderbird is running, and you right click-compose. If you want it to, add
Code: | elif [ "$1" = "-compose" ]; then
if which gxmessage > /dev/null
then
gxmessage -timeout $DISPLAY_TIME -buttons "" -bg "#d0ffd0" -borderless -center -title "Thunderbird" "
Thunderbird is starting" &
else
xmessage -timeout $DISPLAY_TIME -buttons "" -bg "#d0ffd0" -center -fn "10x20" -title "Thunderbird" " Thunderbird is starting " &
fi | before the last fi in the AppRun file.
Description |
|

Download |
Filename |
Thunderbird.tar.gz |
Filesize |
447 Bytes |
Downloaded |
891 Time(s) |
Last edited by disciple on Sun 30 Mar 2008, 23:42; edited 7 times in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:50 Post subject:
Batch-command RoxApp |
|
Batch-command RoxApp
Intended more for the openwith menu.
Asks you for a command to perform on all the files at once, e.g. so you can open files with a program that isn't in the openwith menu. Also see the Custom-command RoxApp.
I can't remember, but I think this functionality, or that of my Custom-command RoxApp is provided by ROX 2.x (in recent puppies) anyway.
EDIT
Updated so the window opens under your mouse instead of in the centre of the screen
Only 6 downloads so far
Description |
|

Download |
Filename |
Batch-command.tar.gz |
Filesize |
775 Bytes |
Downloaded |
900 Time(s) |
Last edited by disciple on Sun 16 Mar 2008, 00:12; edited 6 times in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:54 Post subject:
Custom-command RoxApp |
|
Custom-command RoxApp
Intended more for the openwith menu.
Asks you for a command to perform on all the files one by one, e.g. so you can open files with a program that isn't in the openwith menu. Also see the Batch-command RoxApp.
EDIT
Updated so the window opens under your mouse instead of in the centre of the screen
Only 7 downloads so far
Description |
|

Download |
Filename |
Custom-command.tar.gz |
Filesize |
784 Bytes |
Downloaded |
916 Time(s) |
Last edited by disciple on Sun 16 Mar 2008, 00:14; edited 3 times in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:55 Post subject:
OpenOffice RoxApp |
|
OpenOffice RoxApp
For desktop/openwith menu.
Will open files dropped on it, or if clicked on will open a new openoffice.org Writer document (this is extremely easy to change), or if right-clicked it on has a menu with options to start all the different openoffice components, or just the main openoffice program, with no new document.
Menu Options: Write, Calculate, Creat Slideshow, Draw, Equations, Start OOo
Openoffice is not in standard Puppies, but there are various ways to install it, and it is included in many puplets.
Description |
|

Download |
Filename |
OpenOffice.tar.gz |
Filesize |
4.6 KB |
Downloaded |
904 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:56 Post subject:
Leafpad RoxApp |
|
Leafpad RoxApp
For desktop/openwith menu.
Rox wrapper for Leafpad that can open more than one file at a time. (It is possible that you don't need this with newer versions of Leafpad than I have, but I doubt it)
Description |
|

Download |
Filename |
Leafpad.tar.gz |
Filesize |
4.31 KB |
Downloaded |
888 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:57 Post subject:
mtpaint RoxApp |
|
mtpaint RoxApp
For desktop/openwith menu.
Rox wrapper for mtpaint that can open more than one file at a time. (It is possible that you don't need this with newer versions of mtpaint than I have, but I doubt it)
Description |
|

Download |
Filename |
mtpaint.tar.gz |
Filesize |
3.22 KB |
Downloaded |
886 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 22:58 Post subject:
CopyPathToClipboard RoxApp |
|
CopyPathToClipboard RoxApp
This copies the path of the file(s) you click on to the (Ctrl+V) clipboard. It is not very useful as ROX already copies the path to the middle-click clipboard when you click on the file, which is obviously faster to use. But many of you didn't realize that
It could be much more useful if someone edited it to put a line break or some other appropriate separator between the paths for each file (when there are multiple files), or to use quotes to deal with paths with spaces.
Requires xclip http://murga-linux.com/puppy/viewtopic.php?t=26887
Description |
|

Download |
Filename |
CopyPathToClipboard.tar.gz |
Filesize |
2.5 KB |
Downloaded |
879 Time(s) |
Last edited by disciple on Thu 06 Mar 2008, 23:53; edited 1 time in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:00 Post subject:
OpenOffice RoxApp |
|
OpenOffice RoxApp
For desktop/openwith menu.
Probably exactly the same functionality as some of the other openoffice roxapps floating around. Will open files dropped on it, or if clicked on will open a new openoffice.org Writer document (this is extremely easy to change), or if right-clicked it on has a menu with options to start all the different openoffice components, or just the main openoffice program, with no new document.
Menu Options: Write, Calculate, Creat Slideshow, Draw, Equations, Start OOo
Openoffice is not in standard Puppies, but there are various ways to install it, and it is included in many puplets.
Description |
|

Download |
Filename |
OpenOffice.tar.gz |
Filesize |
4.6 KB |
Downloaded |
854 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:02 Post subject:
XnView Roxapp |
|
XnView Roxapp
For desktop/openwith menu.
Opens XnView browser if clicked on, or opens browser to the folder if a folder is dropped on it, or opens an image if it is dropped on it. BUT, if you drop multiple files/folders on it, it does it to each one, in a new window.
XnView is included in some custom puppies like Grafpup, and is free for non-commercial use.
Description |
|

Download |
Filename |
XnView.tar.gz |
Filesize |
1.06 KB |
Downloaded |
881 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:03 Post subject:
QIV slideshow RoxApp |
|
QIV slideshow RoxApp
For desktop/openwith menu.
Runs Lobster's Apres gui if you click on it, otherwise starts a qiv slideshow of any image files you drop on it and/or any images in folders you drop on it (I can't remember if qiv is fully recursive or what), with sensible options.
QIV is in Puppy 3.x and most Puppy 2.x, but you need to install it and imlib in other Puppies.
N.B. that you can't search the forum for three letter words, so search for qiv*
Description |
|

Download |
Filename |
qiv.tar.gz |
Filesize |
1.04 KB |
Downloaded |
846 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:05 Post subject:
Xpdf RoxApp |
|
Xpdf RoxApp
For desktop/openwith menu.
Can open more than one pdf file at a time.
Xpdf is not included in standard puppies. My package for Puppy is the latest version at the time of writing.
Description |
|

Download |
Filename |
Xpdf.tar.gz |
Filesize |
455 Bytes |
Downloaded |
895 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:06 Post subject:
SendInEmail RoxApp |
|
SendInEmail RoxApp
For desktop/openwith menu.
Will compose an email in Seamonkey with file(s) as attachments. If you use Thunderbird, this functionality is included in my more multipurpose start script to go with the Thunderbird roxapp (2nd post in this thread). If you use Sylpheed, there is a roxapp for it on the next page of this thread.
N.B. That Seamonkey in Puppy 4 and some older versions of Puppy does not have the mail and news component.
Has a splash screen that is extremely easy to disable if you want. If anyone can edit it so that the splash screen only shows if Seamonkey is not already running, or so it disappears when SM is open, rather than after a fixed time, please do.
Description |
|

Download |
Filename |
SendInEmail.tar.gz |
Filesize |
3.41 KB |
Downloaded |
867 Time(s) |
Last edited by disciple on Sat 15 Mar 2008, 23:54; edited 2 times in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:30 Post subject:
ShowInNewWindow RoxApp |
|
ShowInNewWindow RoxApp
For desktop/openwith menu.
It does three things:
-Opens in a new Rox window the folder that actually contains the target of a symlink, if it is a file.
-Opens in a new Rox window the target of a symlink (with it's real path), if it is a folder. - wait - I'd better check with a modern version of Puppy whether this is really true
-Opens a folder in a new Rox window
It can handle any number of inputs, and all three types at once
The RoxApp is really not necessary, just the script.
Description |
|

Download |
Filename |
ShowInNewWindow.tar.gz |
Filesize |
2.49 KB |
Downloaded |
926 Time(s) |
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 06 Mar 2008, 23:46 Post subject:
|
|
Another one I strongly recommend is the xzoom screen magnifier
|
Back to top
|
|
 |
|
Page 1 of 2 [27 Posts] |
Goto page: 1, 2 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|