Author |
Message |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Thu 06 Jun 2013, 05:38 Post subject:
FFMM Subject description: v130606 |
|
Bert,
sorry, I really did not understand that abbreviation yesterday
Marilyn Monroe in Frankfurt/Main came to my mind
Victor,
thanks for confirming the bug
which is fixed in version 130606 now:
#130606 L18L bug fix create_mo, ~/.config/momanager edited
Description |
creates new config file click "preferences" at first use please
|

Download |
Filename |
momanager-20130606.pet |
Filesize |
27.35 KB |
Downloaded |
363 Time(s) |
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Thu 06 Jun 2013, 08:32 Post subject:
|
|
Thanks for the bug fix. It's working well now.
One little thing I just noticed after posting the Peasyglue translation:
Fast and Furious Marilyn Monroe looks at the pc's locale when giving a .mo its name. It does not 'see' the transLANG in preferences.
Peasyglue was translated with transLANG : nl
but this is the resulting archive: MoManager-nl_NL-peasyglue-1.4.tar.gz
(this, of course, has nothing to do with the new MoManager version)
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Fri 07 Jun 2013, 14:35 Post subject:
forked fast momanager Subject description: 130607 |
|
Bert,
the little thing was 65 changes
But we can do it in 1 comment line and 1 code line
Code: | #130607 L18L changing all 'MoManager-${ORIGLANG12' to 'MoManager-${transLANG' requested by Bert |
Code: | sed -i 's/MoManager-${ORIGLANG12/MoManager-${transLANG/g' /usr/sbin/momanager |
.. and you have version 130607
Last edited by L18L on Sat 08 Jun 2013, 07:39; edited 3 times in total
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Sat 08 Jun 2013, 06:36 Post subject:
Re: forked fast momanager Subject description: 130607 |
|
L18L wrote: | Bert,
the little thing was 65 changes |
If I had known that beforehand, I would have never dared to mention it
(you don't deserve that much fun )
Thank you L18L!
[Think I'll wait for your next release, as I don't know where to put the code line (sed -i...)]
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sat 08 Jun 2013, 07:34 Post subject:
Re: forked fast momanager Subject description: 130607 |
|
Bert wrote: | [Think I'll wait for your next release, as I don't know where to put the code line (sed -i...)] |
drag and drop to a console and press ENTER key
What else is required for next release?
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Sat 08 Jun 2013, 08:19 Post subject:
Re: forked fast momanager Subject description: 130607 |
|
L18L wrote: |
What else is required for next release? |
- basename. not PATH
- I liked the proposal by don570: some kind of warning when a .pot file from /usr/share/doc/nls will be used by Momanager. Checking the pot creation date is not so straightforward for poedit users as it is for Geany users.
I don't know if your new "up-to-date?"code (the idea by rodin.s) covers this or if/how it deals with pot files taken from /usr/share/doc/nls.
Off-topic: I saw the German floods images. Brrr.
Hope your house and area are safe!
_________________

|
Back to top
|
|
 |
vicmz

Joined: 15 Jan 2012 Posts: 1268
|
Posted: Sat 08 Jun 2013, 08:42 Post subject:
|
|
Fast and Furious Marilyn Monroe running fine here. Thank you for your hard work, L18L.
_________________ Puppy Linux en español
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sat 08 Jun 2013, 09:56 Post subject:
forked fast momanager Subject description: re: requests |
|
Poor Victor, more and more stuff for MM for dummies
Bert, we live high up in the mountains here
Bert wrote: | - I liked the proposal by don570: some kind of warning when a .pot file from /usr/share/doc/nls will be used by Momanager. Checking the pot creation date is not so straightforward for poedit users as it is for Geany users.
I don't know if your new "up-to-date?"code (the idea by rodin.s) covers this or if/how it deals with pot files taken from /usr/share/doc/nls.! | Date of mo file is compared with date of script resulting in _ or +. That's all.
Now trying to find a pot file
Code: | ls /usr/share/doc/nls/*/*.pot | 41 pot files !
1 example: peasyscan.po
"POT-Creation-Date: 2013-02-26 19:09+0800\n"
"PO-Revision-Date: 2013-02-26 19:59+0100\n"
I will delete the pot file and its directory and there is no problem anymore
Code: | rm -r /usr/share/doc/nls/peasyscan |
Storing pot files is from pre_MM-ages
Invented by shinobar IIRC.
But now only necessary if momanager cannot produce an actual pot file. The only known case is alsaconf.....
The same is valid for po files:
Code: | # ls /usr/share/doc/nls/*/*.po
/usr/share/doc/nls/get_libreoffice/de.po /usr/share/doc/nls/obconf/de.po
/usr/share/doc/nls/grub4dosconfig/de.po
# | oops again
get_libreoffice/ deleted
obconf is binary
grub4dosconfig/ deleted
Thank you, langpack_de is going to become a bit less bloated.
Bert wrote: | - basename. not PATH | All right. I was also having some trouble to find a script.....
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Sat 08 Jun 2013, 15:25 Post subject:
|
|
vicmz wrote: | Thank you for your hard work, L18L.  |
+1
L18L wrote: | Poor Victor, more and more stuff for MM for dummies
|
Yeah, but cover ready for printing press:
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sun 09 Jun 2013, 03:39 Post subject:
FFMM Subject description: for dummies |
|
Last edited by L18L on Sun 09 Jun 2013, 07:51; edited 4 times in total
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Sun 09 Jun 2013, 07:48 Post subject:
forked fast momanager Subject description: version 130609 |
|
New:
Scripts displayed as base name → path
→ is configurable
Making find of any Script in drop down lists easy now
edit
momanager-20130609.pet deleted
please use recent pet at http://www.murga-linux.com/puppy/viewtopic.php?t=81259&start=137
Description |
Making find of any Script in drop down lists easy now |
Filesize |
17 KB |
Viewed |
314 Time(s) |

|
Last edited by L18L on Wed 16 Oct 2013, 12:18; edited 1 time in total
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Sun 09 Jun 2013, 09:02 Post subject:
|
|
A mi gusto!
Nice to see the left column full of smilies...
This improvement is even better than I had imagined. Really very nice!
The only place where it gets a bit more difficult is with the many "func_" entries (Pburn, Pmusic)
But the ease of the rest of the sorting more than makes up for this.
Thank You!
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Mon 10 Jun 2013, 10:04 Post subject:
FFMM Subject description: 130610 |
|
New:
Sort of Binary executables same as Scripts
Highlight search term in search result
2 more configuration variables,
SHOW_SEARCH_RESULT and
HIGH_BG which is a background colour.
Code: | ### edit between = and #
showINTRO=no # anything other than yes will skip the intro
transLANG=de # de_DE or de
myEMAIL=fido@localhost # used when create a mo file
ISIN=☺ # 1 printable character to indivate mo file newer than script: ☺ or _
NOTIN=↻ # other 1 printable character to indicate mo file older than script: ↻ or X
SEPARATOR=⇔ # or → or : different from ISIN and NOTIN
SHOW_SEARCH_RESULT=1 # =0 in Xdialog without highlight or =1 highlighted in defaulthtmlviewer
HIGH_BG='lightyellow' # background colour for search term in search result
# or choose colour with Gcolor2 (Menu > Graphics)
HIGH_BG='rgb(255,255,204)' # background colour for search term in search result
|
Have fun
edit
No wait some moments:
I am going to make it easier, without html using builtin --colour of grep
Description |
highlighted by grep context: 1 line before and 2 lines after |
Filesize |
23.71 KB |
Viewed |
324 Time(s) |

|
Description |
search result in browser |
Filesize |
49.35 KB |
Viewed |
289 Time(s) |

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3431 Location: www.eussenheim.de/
|
Posted: Mon 10 Jun 2013, 13:30 Post subject:
FFMM Subject description: 130610 |
|
L18L wrote: | ... I am going to make it easier, without html using builtin --colour of grep |
Proudly presenting FFMM 130610
Binary executables in same sort order like Scripts
Search result highlighted in console
Search configurable context lines and geometry of result
Fun
edit
momanager-20130610.pet deleted
please use recent pet at http://www.murga-linux.com/puppy/viewtopic.php?t=81259&start=137
Description |
search result highlighted configurable number of context lines |
Filesize |
18.7 KB |
Viewed |
252 Time(s) |

|
Last edited by L18L on Wed 16 Oct 2013, 12:26; edited 1 time in total
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1106
|
Posted: Mon 10 Jun 2013, 16:27 Post subject:
|
|
Let me be the first one to admit I'm not clever enough for this L18L guy
He proudly presents FFMM 130610:
Binary executables in same sort order like Scripts
Search result highlighted in console
Search configurable context lines and geometry of result
The first two I understand, but I cannot digest the third one without a (polite) burb
If I'm allowed some humour, I think his coding voodoo is now also infecting his human-readable-output
I've been staring at this screenshot, wondering how it was done:
,
because here it looks like this, also in the latest FFMM:
Apologies if I missed the obvious.
Preferences-questions:
"ISIN" would be understandable if named "ISUP2D8"?
(same for "NOTIN": NOTUP2D8"?)
SEPARATOR: Will it change from '<=>' to '->' at some point and why? And how to interpret 'different from ISIN and NOTIN' ?
Written with the greatest respect L18L !
And again, thanks for your work!
_________________

|
Back to top
|
|
 |
|