The time now is Tue 24 Apr 2018, 23:27
All times are UTC - 4 |
Author |
Message |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 8526 Location: Perth, Western Australia
|
Posted: Sun 09 Feb 2014, 23:03 Post subject:
|
|
Karl Godt wrote: | BarryK wrote: | Woof-built puppies have, for quite a long time, supported 'defaultdvdplayer' -- see /usr/local/bin/drive-all
I introduced this back when I built some pups with a separate DVD player ...what was that called now? Wary and Racy have it. |
I think it was oggle -
- but cannot find anything on the archived blog and blog2
and also not at packages.debian.org ( searching for oggle )
Wary-5.5 has this
Code: | #!/bin/sh
exec ogleshell |
in defaultdvdplayer and ogleshell
calls /usr/bin/ogle
which is a wrapper script similar to mozilla-run.sh or run-mozilla.sh
that calls DVDP_ROOT=${exec_prefix}/lib/ogle
some ogle_* bins therein . |
Ah, yes, Ogle.
The PETs are in the wary5 repo, you need both 'ogle' and 'ogle_gui' PETs:
http://distro.ibiblio.org/puppylinux/pet_packages-wary5/
The source is in my sources repo:
http://bkhome.org/sources/alphabetical/o/
I used to like Ogle, but some people reported that it didn't work for them. As a dedicated DVD player, it is very nice.
_________________ http://bkhome.org/news/
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Tue 18 Feb 2014, 12:50 Post subject:
|
|
ASRI éducation wrote: | Hello shinobar,
Some ideas for next release of defaults-chooser:
- Replace defaultpdf by defaultpdfviewer.
- Add defaultpdfcreator.
- Add /usr/bin/surfer (if present) for Browser and Html viewver.
Depending on your free time.
- Add defaultscreenshot
- Add defaultcalculator
- Add defaultftpclient
- Add defaulttorrent
- Add defaultaudioeditor
- Add defaultfilemanager
- Add defaultarchiver
Of course, these are only suggestions., |
Hello,
I started to add my latest proposals. This seems functional, but I must take the time to test some more.
A package will proposed shortly to shinobar.
Cordialement,
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Wed 19 Feb 2014, 08:40 Post subject:
|
|
I'll add a defaultscreenshot.
Currently, I have referenced four applications:
mtpaintsnapshot.sh
PupSnap
screeny
xpaint -snapshot
If you have ideas to complete list of screenshots utilities...
Cordialement,
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Thu 20 Feb 2014, 13:24 Post subject:
|
|
ASRI éducation wrote: | I'll add a defaultscreenshot.
Currently, I have referenced four applications:
mtpaintsnapshot.sh
PupSnap
screeny
xpaint -snapshot
If you have ideas to complete list of screenshots utilities...
Cordialement, |
Same question for defaultofficesuite.
If you have ideas to create a list of office suite.
Cordialement,
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
live
Joined: 10 Feb 2010 Posts: 220
|
Posted: Thu 10 Apr 2014, 06:25 Post subject:
|
|
Quote: | # v0.8.9 27Nov2013 shinobar: add defaultterminal, check excutable before, opning splash
fix was wrong permissions |
Thanks I use Precise 5.7.1, but except if I'm blind I do not see the ability to change the default terminal
Both with version 0.8.9 and the default version 0.8.6, I see 21 entries.
Quote: | Hello shinobar,
Some ideas for next release of defaults-chooser:
- Replace defaultpdf by defaultpdfviewer.
- Add defaultpdfcreator.
- Add /usr/bin/surfer (if present) for Browser and Html viewver.
Depending on your free time.
- Add defaultscreenshot
- Add defaultcalculator
- Add defaultftpclient
- Add defaulttorrent
- Add defaultaudioeditor
- Add defaultfilemanager
- Add defaultarchiver
Of course, these are only suggestions., |
Yes, I also wish to see a default file manager and possibly torrent.
However, the "rest" I believe should be more on right click "open with", particularly multimedia editors as you may choose different program according to the codec (mp3, aac, m4a, ...) and what to want to achieve.
For instance, for "simple" image editing, you might want not to do it with the heavy Gimp.
I do not know how technically all these are implemented, but why not pull out the list of binaries so that the user can choose into it?
@RSH
Quote: | LazY DAC (my LazY Puppy Defaults Changer) - still under development. |
Appealing
Thanks
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2664 Location: Japan
|
Posted: Wed 30 Jul 2014, 09:06 Post subject:
defaults-chooser-0.9 |
|
defaults-chooser-0.9.pet
http://shino.pos.to/party/bridge.cgi?puppy/opt/
# v0.9 30Jul2014 shinobar: add pdfviewer, screenshot
_________________ Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Tue 11 Nov 2014, 08:34 Post subject:
Re: defaults-chooser-0.9 |
|
There is a typo in 0.9.
Code: | --- a/usr/bin/defaults-chooser 2014-11-11 14:07:52.163304620 +0800
+++ b/usr/bin/defaults-chooser 2014-07-30 20:56:26.000000000 +0800
@@ -201,7 +201,7 @@
defaults-changer 'paint' "$PAINT" "$newroot"
defaults-changer 'pdf' "$PDF" "$newroot"
defaults-changer 'pdfviewer' "$PDFVIEWER" "$newroot"
- defaults-changer 'screensot' "$SCREENSHOT" "$newroot"
+ defaults-changer 'screenshot' "$SCREENSHOT" "$newroot"
defaults-changer 'search' "$SEARCH" "$newroot"
defaults-changer 'spreadsheet' "$SPREADSHEET" "$newroot"
defaults-changer 'terminal' "$TERMINAL" "$newroot"
|
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Tue 11 Nov 2014, 09:24 Post subject:
|
|
For several months, I use a modified version of defaults-chooser.
I tried to complete the selection of default applications.
The result seems interesting.
I must take the time to prepare a package for shinobar, so that he could test and give us his opinion.
Regards
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 852
|
Posted: Fri 27 Feb 2015, 18:35 Post subject:
|
|
Is it possible to add Default Midi Player (type Audio/Midi) in this fine little app please?
So that you can just enter a prog name/ path in the resulting file in usr/local/bin.
The rox/sourceforge/ mime/ send to seems to get broken easily, but the defaults chooser prog takes all the hassle out of delving in there!
|
Back to top
|
|
 |
|
|
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
|