Quickset Wary-5.1.1-01q the Final Release

A home for all kinds of Puppy related projects
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: Live media save session problem

#261 Post by shinobar »

gcmartin wrote:I am having a save session Live media save session problem, It happens on all of my latest Live CD/DVDs whenever I save the session (Save to CD) on reboot.
If the pupsaveconfig does not work properly, try 'Legacy' save.

To make original Live CD/DVD, see how to include additional packages in the live CD:
http://www.murga-linux.com/puppy/viewto ... 506#502506

Or reffer the next code:

Code: Select all

[ -f $WORKDIR/grldr ] && BOOTPARM="-b grldr"
[ -f $WORKDIR/isolinux.bin ] && BOOTPARM="-b isolinux.bin -c boot.cat"
[ "$VOLID" ] && VOLI="-V $(echo "$VOLID"|tr ' ' '_')"
mkisofs -J -D -R $VOLI -o "$DESTDIR/$ISONAME" $BOOTPARM -no-emul-boot -boot-load-size 4 -boot-info-table "$WORKDIR"
Or, simply,

Code: Select all

mkisofs -J -D -o "$DESTDIR/$ISONAME" -b grldr -no-emul-boot -boot-load-size 4 -boot-info-table "$WORKDIR"
BarryK reports the Joliet option(-J) makes drouble with multi session, but I think it causes no trouble.
Hope you test with and without the Joliet option(-J).
http://bkhome.org/blog/?viewDetailed=02230
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

fix to SM crash by insert-key

#262 Post by charlie6 »

Hi,
shinobar wrote:... the seamonkey version is old 2.0.11, and it crashes by insert-key.
They shall be fixed with additional PET or next release, maybe wary-512q(?).
I got a try on installing Barry's gtk+-2.20.1-1-w5.pet (downloadable from ibiblio pet-packages-wary repository also with associated -DEV -DOC -NLS pets).
I am currently writing this post using wary511-q01 with the above gtk+-2.20.1-1-w5.pet + gtk+_NLS-2.20.1-1-w5.pet installed .. and hitting the insert key does not crash SM.
Thanks a lot Barry!
Cheers, Charlie
ps: see also Barry's comments on Barry'blog by may 5, 2011

ShellyCat
Posts: 39
Joined: Fri 13 May 2011, 05:38
Location: USA

Re: IME(scim) with english locale

#263 Post by ShellyCat »

shinobar wrote:In general, your locale should be registered in the file '/etc/gtk-2.0/gtk.immodules'.
By the default, only CJK locales can use scim, but you can add your locale like this:
"/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so"
"scim" "SCIM Input Method" "scim" "/usr/share/locale" "ja:ko:zh:en"
For me these were lines 40 and 41, if that helps anyone else.

I have spent hours and hours searching these forums, documentation, wikis, and more without finding this answer. Even the official SCIM instructions are horrendously out-of-date (the dialogs are different), plus they are not accurate for a custom distro such as Quickset (as far as I can tell).

Thank God trying to follow those things didn't mess up my X or anything...I'd hate to start with a clean Puppy at this point.

Lesson learned: Google first!

All I had to do was edit the /etc/gtk-2.0/gtk.immodules file as above. I didn't even have to restart SCIM...the "SCIM" IME button just appeared instantly in my panel.

Great job configuring Quickset so everything is easy as pie!
The only improvement I could ask is adding the above information to the Quickset README in the future.

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

Re: IME(scim) with english locale

#264 Post by shinobar »

shinobar wrote:In general, your locale should be registered in the file '/etc/gtk-2.0/gtk.immodules'.
In the Quickset editions, the script '/usr/local/bin/fixmenus_on_locale' automatically does the modification.
You can run it from the main menu > 'Desktop' > 'Refresh Desktop'.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

gcmartin

Check PM

#265 Post by gcmartin »

Check PM

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

i18n and l10n_ru packages for Wary-5.1.2

#266 Post by rodin.s »

I have made i18n and l10n_ru packages for Wary-5.1.2. i18n contains gettext scripts. l10n_ru contains everything else for Russian l10n. i18n_dev contains pot-files for translation, and also scripts itself so it could be changed or updated and new pot-files could be generated.
I am planning to do the same thing to Spup-121.02.
i18n pet should be installed first and then l10n.
Russian l10n for Wary-5.1.2
l10n_ru_w512-0.3.1.pet: http://www.sendspace.com/file/4awy89

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: i18n and l10n_ru packages for Wary-5.1.2

#267 Post by L18L »

rodin.s wrote:I have made i18n and l10n_ru packages for Wary-5.1.2. i18n contains gettext scripts. l10n_ru contains everything else for Russian l10n. i18n_dev contains pot-files for translation, and also scripts itself so it could be changed or updated and new pot-files could be generated.
I am planning to do the same thing to Spup-121.02.
i18n pet should be installed first and then l10n.
Russian l10n for Wary-5.1.2
l10n_ru_w512-0.3.1.pet: http://www.sendspace.com/file/4awy89
Hi rodin.s

I suppose your help is needed here
http://murga-linux.com/puppy/viewtopic. ... &start=147
:)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#268 Post by don570 »

I've made a new version of Right click pet package.
I checked it on this version of Wary and Shinobar's Quickset Wary
http://www.murga-linux.com/puppy/viewtopic.php?t=67013

____________________________________________

amj
Posts: 75
Joined: Fri 28 Jan 2011, 19:20

Re: IME(scim) with english locale

#269 Post by amj »

shinobar wrote:In general, your locale should be registered in the file '/etc/gtk-2.0/gtk.immodules'.
By the default, only CJK locales can use scim, but you can add your locale like this:
"/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so"
"scim" "SCIM Input Method" "scim" "/usr/share/locale" "ja:ko:zh:en"
I've been trying to get a Japanese IME running on a Puppy 525 system.

I found a blog post that said I needed three more packages in addition to the japanese language pack in the ibiblio repository. I discovered I could download those packages from this repository.

I am now to the point where SCIM+Anthy appears to be correctly installed. If I set my locale to jp the IME works. But if the locale is set to en the IME does not work.

So I've been looking for help and the above quote from shinobar looks like it could be the answer. However there is no file called im-scim.so in my /usr/lib/gtk-2.0/2.10.0/immodules/ folder and I have no idea how to create one.

~edit~

OK, I figured it out. The im-scim.so file isn't the one to be edited, it's the /etc/gtk-2.0/gtk.immodules file that needs the edit. Thank you shinobar, my IME works for locale en now.

Post Reply