Defaults Chooser 0.8

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#31 Post by vicmz »

:!: Four-language combo -- Español, Português, Français, Italiano

:?: Just to make sure, 'bare' as in 'bare HTML viewer' means 'plain' or 'without format', right?

The translations

:arrow: Spanish

Code: Select all

# spanish
Loc_app_name="Seleccionar Aplicaciones Predefinidas"
Loc_main_text="Elija sus programas y aplicaciones predefinidas favoritas, las cuales podrá lanzar desde su menú de inicio o el escritorio."
Loc_main_tooltip="Elija su programa predefinido favorito"

Loc_audiomixer="Mezclador de Sonido"
Loc_barehtml="Visor HTML Sin Formato"
Loc_browser="Navegador Web"
Loc_calendar="Calendario"
Loc_connect="Conectar"
Loc_contact="Contacto"
Loc_drawing="Dibujo Vectorial"
Loc_email="Correo"
Loc_htmleditor="Editor HTML"
Loc_htmlviewer="Visor HTML"
Loc_imageeditor="Editor de Imágenes"
Loc_imageviewer="Visor de Imágenes"
Loc_mediaplayer="Reproductor Multimedia"
Loc_musicplayer="Reproductor de Sonido"
Loc_paint="Retocar Fotos"
Loc_search="Búsqueda"
Loc_spreadsheet="Hoja de Cálculo"
Loc_texteditor="Editor de Texto"
Loc_textviewer="Visor de Texto"
Loc_wordprocessor="Procesador de Texto"

Loc_update_btn="Actualizar"
Loc_help_btn="Ayuda"
Loc_quit_btn="Salir"

Loc_help_title="Consejos Útiles"
Loc_help_text1="Puede agregar comandos personalizados, parámetros y opciones escribiendo el comando deseado en el campo elegido y pulsando el botón Actualizar."
Loc_help_text2="Para cargar aplicaciones a través del terminal, simplemente agregue \"rxvt -e \" antes del comando que desea ejecutar en el terminal"
Loc_help_text3="Ejemplo: \"rxvt -e mp\" carga el editor basado en terminal, llamado \"MP\""
:arrow: Portuguese

Code: Select all

# portuguese
Loc_app_name="Selecionar Aplicativos Padrão"
Loc_main_text="Escolha seus programas e aplicativos padrão favoritos, os quais podrá lançar desde seu menu de início ou a
Last edited by vicmz on Wed 25 Jan 2012, 05:26, edited 1 time in total.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#32 Post by vicmz »

Regarding supported apps, could you please include DeaDBeeF and Pidgin? I'd also like to know where shall the locale files be placed and under what name/extension. I'm using Slacko 5.3.1 :D

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#33 Post by sc0ttman »

vicmz wrote:Regarding supported apps, could you please include DeaDBeeF and Pidgin? I'd also like to know where shall the locale files be placed and under what name/extension. I'm using Slacko 5.3.1 :D
Thanks for the translations!! Good stuff... I already have an updated version with spanish and french, not sure how correct the translation are though..

Also, you can save the translations in /usr/share/locale/*/LC_MESSAGES/defaults-chooser.mo... Thanks for your work..

I think deadbeef *is* already be supported, but the .pet you used installs to /opt/deadbeef-0.5.1/, which is not a standard dir to check for apps...
So, you need to symlink deadbeef to /usr/bin or /usr/local/bin

Copy and paste this into your terminal:

Code: Select all

ln -s  /opt/bin/deadbeef-0.5.1/deadbeef /usr/bin/deadbeef
(middle-click or shift+insert to paste into terminal)

then it will work for you ;)

But about adding pidgin - there is no default chat entry - so where should I put pidgin??
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#34 Post by vicmz »

sc0ttman wrote: Also, you can save the translations in /usr/share/locale/*/LC_MESSAGES/defaults-chooser.mo...
How can I generate the .mo file?
sc0ttman wrote: I think deadbeef *is* already supported, but the .pet you used installs to /opt/deadbeef-0.5.1/, which is not a standard dir to check for apps...
So, you need to symlink deadbeef to /usr/bin or /usr/local/bin

Copy and paste this into your terminal:

Code: Select all

ln -s  /opt/bin/deadbeef-0.5.1/deadbeef /usr/bin/deadbeef
(middle-click or shift+insert to paste into terminal)

then it will work for you ;)
Sorry, it didn't work. Maybe the fact that UTF-8 is turned on has something to do. Not a big deal anyway :lol:, there's the "Set run action" option in the right click menu, or I can also try another .pet for deadbeef. I just wanted a way to set defaults without right-clicking every file-format individually :roll:. Also, I'm not sure if this (clicking every file-format individually) will remain in my remaster.
sc0ttman wrote: But about adding pidgin - there is no default chat entry - so where should I put pidgin??
OK, then I shall find another way to set Pidgin as default. The Hispan use instant messaging rather than IRC chat, which they rarely know what is about, so when I make my remaster I want to include Pidgin as default for chat.

:!: EDIT

I edited /usr/local/bin/defaultchat changing exec xchat to exec pidgin. Pidgin is now default for me :lol:

But I still think it's a great idea to have something like Defaults Chooser, you can manage default programs from a single window and it's also easier for newbies. I'm looking forward to the NLS .pet

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#35 Post by vicmz »

sc0ttman wrote:I already have an updated version with spanish and french, not sure how correct the translation are though..
If the French locale was made by a French person, don't worry, studying languages and computer skills are very important in Europe, they take this seriously at schools. As for the Hispan, we're usually not as much interested in translating something as in having someone else translate what we want :lol: that's why Spanish locales made by average users need some proof-read more often than other languages, but as long as it wasn't done by copy & paste from Google Translate I think you can trust the locale is good.

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#36 Post by sc0ttman »

vicmz wrote:
sc0ttman wrote:I already have an updated version with spanish and french, not sure how correct the translation are though..
If the French locale was made by a French person, don't worry, studying languages and computer skills are very important in Europe, they take this seriously at schools. As for the Hispan, we're usually not as much interested in translating something as in having someone else translate what we want :lol: that's why Spanish locales made by average users need some proof-read more often than other languages, but as long as it wasn't done by copy & paste from Google Translate I think you can trust the locale is good.
I'll upload my latest soon...

By the way, I forgot to say, that after you have defaults-chooser installed,
you can change ANY default*** script in /usr/local/bin/..
That is because defaults-chooser relies on my original CLI script, defaults-changer...

Just open a terminal and type:
defaults-changer
to see the help and info...
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#37 Post by Makoto »

There are some Puppies that don't create a defaultchat entry, then?

(And, if so, if defaults-chooser created it, would the system act on it? :) )
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#38 Post by sc0ttman »

Makoto wrote:There are some Puppies that don't create a defaultchat entry, then?

(And, if so, if defaults-chooser created it, would the system act on it? :) )
Back when I made it, most people didn't care, and I made it for myself - I never use chat stuff really...
Logged in to puppy IRC about 5 times in my life...

And defaults-chooser won't create it if it doesn't exists,
but it could be changed to do that..

Although the system would only act on it where 'defaultchat' was
set as the 'run action' for the MIME type of the file being open..

Basically, you would need to go to right-click->set run action,
then type in 'defaultchat' and save the new run action..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#39 Post by Makoto »

Is it only defaultchat that may not be included in some Puppy versions, or are there others?

In theory, defaults-chooser could also change/add the MIME settings, right? I'd probably add a "do you really want to do this? (y/n)"-type prompt if I was going to add something like that (and for adding a default*** entry, if there wasn't one), though. Not that I still ever really worked with gtkdialog or any of the newer languages, though. :oops:
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

defaults-chooser-0.8-20120522

#40 Post by shinobar »

defaults-chooser-0.8-20120522, built in the lupu-528JP (coming soon)

# defaults-changer
# by sc0ttman
# free to all (obviously), edit as you like :D
# 18may2012 shinobar: rewrte, I18n
# 22may2012 shinobar: fix was failed to update audioplayer

Gnuxo
Posts: 365
Joined: Thu 09 Feb 2012, 19:01

#41 Post by Gnuxo »

Add Qupzilla please. Version 1.3 will be out soon, can't wait.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Re: defaults-chooser-0.8-20120522

#42 Post by vicmz »

shinobar wrote:defaults-chooser-0.8-20120522, built in the lupu-528JP (coming soon)

# defaults-changer
# by sc0ttman
# free to all (obviously), edit as you like :D
# 18may2012 shinobar: rewrte, I18n
# 22may2012 shinobar: fix was failed to update audioplayer
Thanks so much, shinobar. I added more translations to your PET:
Last edited by vicmz on Mon 09 Jul 2012, 04:34, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: defaults-chooser-0.8-20120522

#43 Post by shinobar »

vicmz wrote: I added more translations to your PET:
Wow, great!
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
rincon155
Posts: 104
Joined: Sat 12 Mar 2011, 02:17
Location: Venezuela

Utilization in derivatives

#44 Post by rincon155 »

In which derivatives will defaults-chooser-0.8-20120522-ja-es-it-fr-pt.pet work? Thank you.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

Re: Utilization in derivatives

#45 Post by vicmz »

rincon155 wrote:In which derivatives will defaults-chooser-0.8-20120522-ja-es-it-fr-pt.pet work? Thank you.
It should work in Puppy 5 and later, and its derivatives. I don't know about Puppy 4.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

defaults-chooser-0.8.6

#46 Post by shinobar »

# v0.8.5 20Oct2012 shinobar: fix imageeditor/imageviewer detection (thanks to bigpup)
# v0.8.6 20Oct2012 shinobar: improbe searching desktops (thanks to bigpup)
Attachments
defaults-chooser-0.8.6.pet
Use defaults-chooser_NLS-0.8.5.pet for the NLS
(5.81 KiB) Downloaded 1301 times
defaults-chooser-0.8.5.pet
(5.82 KiB) Downloaded 1275 times
defaults-chooser_NLS-0.8.5.pet
Contains es, fr, it, ja, pt.
(4.96 KiB) Downloaded 1245 times
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#47 Post by vicmz »

Hi, shinobar :D
Is it possible to add default pdf support?
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#48 Post by Puppyt »

+1 chooser pdf support :)
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#49 Post by sc0ttman »

# v0.8.7 16Nov2012 sc0ttman: added pdf viewer support, fixed typo in image editor search, entries per column increased to 12

Note, locales not updated
Attachments
defaults-chooser-0.8.7.pet
(5.95 KiB) Downloaded 1188 times
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#50 Post by vicmz »

sc0ttman wrote:# v0.8.7 16Nov2012 sc0ttman: added pdf viewer support, fixed typo in image editor search, entries per column increased to 12

Note, locales not updated
It isn't necessary, all that has been added is the PDF field, there's no new text to translate. Thank you for this :D
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

Post Reply