[Solved] Font problem with Adobe Reader 9.4.7

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
ahz
Black ninja
Black ninja
Posts: 42
Joined: 29 Dec 2010, 15:05
Location: Germany

[Solved] Font problem with Adobe Reader 9.4.7

Post#1 by ahz » 24 Feb 2012, 15:59

After installing AdbeRdr9.4.7-1_i486linux_enu.bin (KDE desktop) and starting acroread you get only blank squares instead of a readable font (an other application that shows the same behaviour is seamonkey-1.19 - sigh i need it for some reasons). A solution is posted here (small script at the bottom of the thread):

http://www.linuxquestions.org/questions ... -a-819115/

After invoking this script everything runs fine. Can it be integrated into one of the next Porteus editions?

Thanks!
Last edited by ahz on 28 Feb 2012, 07:46, edited 1 time in total.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Font problem with Adobe Reader 9.4.7

Post#2 by fanthom » 24 Feb 2012, 17:54

@ahz
these commands are included in rc.M already but run only when other than /base/00* modules are found (to speed up booting process).
please convert AdbeRdr9.4.7-1_i486linux_enu.bin to native xzm module and problem will be sorted.

on the other hand: if you are saving changes then Porteus may act the same way as Slackware. you dont have to convert packages to xzm and just install them with 'installpkg' utility. Slackware .txz packages contains 'doinst.sh' script which runs all necessary commands during installation.

i guess that the problem is that you have used non Slackware package (doinst.sh never operated) and you also did not convert it to xzm (rc.M was unable to spot new module). that's why got the squares and had to invoke these commands manually to solve the problem.

Please avoid non slackware packages or at least convert everything to xzm.
Please add [Solved] to your thread title if the solution was found.

User avatar
ahz
Black ninja
Black ninja
Posts: 42
Joined: 29 Dec 2010, 15:05
Location: Germany

Re: Font problem with Adobe Reader 9.4.7

Post#3 by ahz » 25 Feb 2012, 18:20

Thanks for the advices. Now I have done the following:

1. I have taken a well-working Acroread xzm-module (that I build for 32 bit Porteus from the .bin file) and bootet it with Porteus 64 bit (Always Fresh mode). After starting acroread the squares appear again
2. Take an acroread txz-module (Version 9.4.2) that is available in the net, converted it to xzm and booted again with 64 bit Porteus. You can see the squares too.

Now I am little bit confused about this...

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Font problem with Adobe Reader 9.4.7

Post#4 by fanthom » 27 Feb 2012, 12:21

@ahz

i have found that update function from rc.M update caches but with 64bit paths and not 32bit (which is understandable).

this is how i got it to work:
1) downloaded and converted to xzm
http://repository.slacky.eu/slackware-1 ... 86-2sl.txz
http://repository.slacky.eu/slackware64 ... 64-1sl.txz
2) copied following cache files from 32bit Porteus edition to remastered compat32-libraries module:

Code: Select all

/etc/pango/i486-slackware-linux/pango.modules
it wont harm to copy also other caches to compat32-libraries (just in case):

Code: Select all

/etc/gtk-2.0/i486-slackware-linux/gtk.immodules
/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
/usr/lib/gio/modules/giomodule.cache
please follow my advices and all should be ok then :wink:
Please add [Solved] to your thread title if the solution was found.

User avatar
ahz
Black ninja
Black ninja
Posts: 42
Joined: 29 Dec 2010, 15:05
Location: Germany

Re: Font problem with Adobe Reader 9.4.7

Post#5 by ahz » 27 Feb 2012, 14:33

Hmmm..., didn't work for me. It looks like something is deleting or overwrting /etc/pango/i486-slackware-linux/pango.modules that I copied from 32 Bit Porteus to compat32-libraries (size of this file is always 0 Bytes after booting but should be around 3500 when I compare it with the content of the compat232-module). Same seems to happen with /etc/gtk-2.0/i486-slackware-linux/gtk.immodules. Only /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache is alive. /usr/lib/gio/modules/giomodule.cache is not available in my Porteus 32 Bit.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Font problem with Adobe Reader 9.4.7

Post#6 by fanthom » 27 Feb 2012, 17:43

@ahz
took me a while but finally i have found the reason :)

please unpack compat32-libraries and create missing libstdc++.so.6 symlink manually (have no idea why it's missing as libstdc++.so.5 and libstdc++.so.4 are there)

Code: Select all

cd unpacked_xzm/usr/lib
ln -sf libstdc++.so.6.0.14 libstdc++.so.6
must be ok now.
Please add [Solved] to your thread title if the solution was found.

User avatar
ahz
Black ninja
Black ninja
Posts: 42
Joined: 29 Dec 2010, 15:05
Location: Germany

Re: [Solved] Font problem with Adobe Reader 9.4.7

Post#7 by ahz » 28 Feb 2012, 07:48

Conclusion:

It is enough to create the symbolic link. No further copying files from Porteus 32 Bit is necessary. Thanks to fanthom for sorting this out!

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: [Solved] Font problem with Adobe Reader 9.4.7

Post#8 by Hamza » 28 Feb 2012, 08:59

It's an ugly cheat! :)
NjVFQzY2Rg==

tome
Contributor
Contributor
Posts: 676
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: Font problem with Adobe Reader on x86_64

Post#9 by tome » 06 Jan 2014, 11:02

What should I change to automatically execute this (only) if 'compat32-libraries' module is activated:

Code: Select all

# These GTK+/pango files need to be kept up to date for
# proper input method, pixbuf loaders, and font support.
if [ -x /usr/bin/update-gtk-immodules ]; then
  /usr/bin/update-gtk-immodules --verbose
fi
if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then
  /usr/bin/update-gdk-pixbuf-loaders --verbose
fi
if [ -x /usr/bin/update-pango-querymodules ]; then
  /usr/bin/update-pango-querymodules --verbose
fi
Will be this bug solved for Porteus v3.0?
You have mind and feelings. Be wise and clever.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: [Solved] Font problem with Adobe Reader 9.4.7

Post#10 by fanthom » 07 Jan 2014, 06:50

@tome
not sure if i understand.
you want to not update the caches when compat32-libs is activated - is it?
if yes then please modify /opt/porteus-scripts/xorg/aufs-insert as follows:

Code: Select all

# Check for certain files to update system caches if necessary:
test -e /mnt/live/memory/images/compat32-libs* && exit 0
touch /mnt/live/tmp/caches/ldconfig
Will be this bug solved for Porteus v3.0?
i believe so as multilib environment is covered in aufs-insert/remove scripts:

Code: Select all

# Multilib support for x86_64 arch:
if [ $lib = lib64 ]; then
    [ -e $MOD/usr/lib/gtk-2.0/*/immodules ] && touch /mnt/live/tmp/caches/immodules
    [ -e $MOD/usr/lib/gtk-3.0/*/immodules ] && touch /mnt/live/tmp/caches/immodules
    [ -e $MOD/usr/lib/gdk-pixbuf-*/*/loaders ] && touch /mnt/live/tmp/caches/pixbuf
    [ -e $MOD/usr/lib/pango/*/modules ] && touch /mnt/live/tmp/caches/pango
fi
mind /usr/lib (and not /usr/lib64) paths.
Please add [Solved] to your thread title if the solution was found.

tome
Contributor
Contributor
Posts: 676
Joined: 26 Jun 2013, 14:03
Distribution: x64 Openbox
Location: Russia is causing the immense damage to humanity
Contact:

Re: [Solved] Font problem with Adobe Reader 9.4.7

Post#11 by tome » 07 Jan 2014, 18:27

Ok. thanks fanthom, I will try later.
not sure if i understand
Image
I want have letters instead of squares for some 32bit programs (Adobe Reader, Firefox) - Porteus doesn't solve this automatically after activating compat32-libraries - I must manually execute

Code: Select all

/usr/bin/update-pango-querymodules
.
You have mind and feelings. Be wise and clever.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: [Solved] Font problem with Adobe Reader 9.4.7

Post#12 by fanthom » 07 Jan 2014, 20:02

ok - i reread your post and the answer is 'yes', this bug is closed in porteus-3.0
Please add [Solved] to your thread title if the solution was found.

Post Reply