keryx won't launch in UbuntuStudio 20.04. Access denied.

Asked by john sylvanis

Windows 10. I unzipped Keryx to a thumb drive. Then I plugged the drive into my UbuntuStudio 20.04 machine to create a project. I double clicked the icon of the Linux exec file after adding it the x privilege. Nothing happened. I then tried to launch it from the console with ./keryx. Nothing either. Then, I called up keryx's ACL and the rw priviledges were there but not the x. I repeated the +x command, no change in the ACL. All operations were denied. Switched to root. No change, same denials.

I then searched the WEB but got only 10+ years forum comments about issues, none tied in with privileges though and they'd have been obsolete anyway. So, no dice. In Windows I got it working just by double clicking the .exe file. But I don't need it for Windows. Why is Windows always smooth (I used to be an administrator), but in Linux I am always hitting a very high wall with just about everything? "You need this or that dependent. I get it. Then you need this or that dependent of the dependent, etc., etc. But no, you also need python..." This is why I abandoned Linux after trying it time and time again. Now I am at it again, and experiencing the same thing. Linux is 30 year old. I was expecting that the dependency problems would have been resolved.

Please enlighten me, I am sincerely trying.

Yours, John.

Question information

Language:
English Edit question
Status:
Expired
For:
Keryx Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Try copying the keryx executable to your hard disk, set the protections and start it from there.

Revision history for this message
john sylvanis (sylva1) said :
#2

Problem is, I cannot add executability (+x) to keryx which SHOULD be
executable by default when +x is added. No matter what I do, x doesn't get
into the permissions string. The exact message is "Permission denied". I
simply don't get it. Updated to 21.04 via .iso which would not work off a
DVD anymore (for me, that is), but it does off a thumb drive. Anyway, I
still have a problem with the keryx exec file in Linux. It DOES work in
Windows 10.

Thanks for your help, John.

On Sat, May 15, 2021 at 8:05 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Try copying the keryx executable to your hard disk, set the protections
> and start it from there.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

What is the full output that you receive for the commands

Do a "cd" command to the directory with the keryx file

ls -l keryx
chmod a+x keryx
ls -l keryx
sudo chmod a+x keryx
ls -l keryx

Revision history for this message
john sylvanis (sylva1) said :
#4

Sorry for being so late Manfred. Thank you for your suggestions. Actually,
I extracted the Keryx package to Ubuntu Studio 21.04's desktop into a
directory called Keryx.
This is what happens:

- right clicked the Linux executable to see properties: the Executable
square is checked.
- went to the permissions tab to verify whether all types have permissions
checked
- all types (user [John], group [John], etc. are checked for rx, the
administrator (me) has rwx permissions.
- double clicked the tooth-wheeled Linux executable. A message box comes up
"What would you wish to do with this file?" There are 2 buttons: EXECUTE
and CANCEL. Naturally, I pressed
EXECUTE. The message box disappears, but nothing ever after happens, that
is, there's no interface (like in Windows) popping up.
- went into Logs: "Widgets interface loaded". That's it.

The Keryx version I am using is 0.92.5 because of many complaints about
v1.0 and v1.1. I've tried v1.0 in Windows without success.

Any opinion?

Thank you VERY much for your help, yours, John.

On Wed, May 19, 2021 at 3:45 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> What is the full output that you receive for the commands
>
> Do a "cd" command to the directory with the keryx file
>
> ls -l keryx
> chmod a+x keryx
> ls -l keryx
> sudo chmod a+x keryx
> ls -l keryx
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

Maybe the following provides additional information about the reason that keryx doesn't show the interface window:

Open a terminal window (e.g. by simultaneously pressing ctrl-alt-t)
change directory to the directory where keryx resides
cd Desktop/Keryx # or whatever the directory name might be
and then start the program
./keryx
Do you see any error messages in the terminal window?

Remark: The keryx project seems pretty dead. On Launchpad I cannot see any traces of activity after the year 2018.

Revision history for this message
john sylvanis (sylva1) said :
#6

Thanks, I'll try your solution.

1. Yes, the project is dead. The author said (in 2017) that he turned away
from maintaining it because it bored him and he was onto other things.
2. Could it be that I may need some dependent programs for the interface to
pop up?
3. Still, I am dumbfounded about the program's flawless performance in
Windows 7, 10.

2018 is not so far back from the present day. Ubuntu 18.04 was already
here, functionally pretty close to the versions we have now. Mystery.

Thanks again, yours, John.

On Mon, May 31, 2021 at 3:01 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Maybe the following provides additional information about the reason
> that keryx doesn't show the interface window:
>
> Open a terminal window (e.g. by simultaneously pressing ctrl-alt-t)
> change directory to the directory where keryx resides
> cd Desktop/Keryx # or whatever the directory name might be
> and then start the program
> ./keryx
> Do you see any error messages in the terminal window?
>
> Remark: The keryx project seems pretty dead. On Launchpad I cannot see
> any traces of activity after the year 2018.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

If there is something missing, then starting keryx from the command line might help identifying this.
Ist there any output when you do that?

Revision history for this message
john sylvanis (sylva1) said :
#8

Hello, Manfred.

Here is the output when, upon your suggestion, I executed keryx from the
console. Do I need python? As I now remember, on his site, the author
mentioned that there were 2 dependencies needed to run the program.
Unfortunately I didn't make a note of them and now I can't possibly reach
his Keryx site. But that may have been necessary for earlier versions, who
knows... I am running Ubuntu on an IBM PC clone.

Could not locate a translation file for your language.
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmaare the
resultsp-fonts.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'selector' that, on his site,
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown
element "its:rules"aare the resultsre the results
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'version'
Fontconfig error: Cannot load default config file
wxWidgets interface loaded
**
GdkPixbuf:ERROR:../gdk-pixbuf/io-ico.c:566:gdk_pixbuf__ico_image_begin_load:
assertion failed: (size_func != NULL)
Aborted (core dumped)

This is it. Thanks, John.

On Tue, Jun 1, 2021 at 10:41 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> If there is something missing, then starting keryx from the command line
> might help identifying this.
> Ist there any output when you do that?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

There seems to be something wrong with the fontconfig package.

What is the output of the commands

uname -a
lsb_release -crid
apt-cache policy fontconfig fontconfig-config
dpkg -l | grep fontconf

Revision history for this message
john sylvanis (sylva1) said :
#10

Manfred,

Here are the ouputs of the commands you indicated:

1. uname -a

Linux UBUNTU 5.11.0-16-lowlatency #17-Ubuntu SMP PREEMPT Thu Apr 15
00:23:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

2. lsb_release -crid

Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute

3. apt-cache policy fontcinfig fontconfig config

fontconfig:
  Installed: 2.13.1-4.2ubuntu3
  Candidate: 2.13.1-4.2ubuntu3
  Version table:
 *** 2.13.1-4.2ubuntu3 500
        500 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
        100 /var/lib/dpkg/status
N: Unable to locate package fontcinfig
N: Unable to locate package config

4. dpkg -l | grep fontconf

ii fontconfig 2.13.1-4.2ubuntu3
            amd64
    generic font configuration library - support binaries

ii fontconfig-config 2.13.1-4.2ubuntu3
            all
    generic font configuration library - configuration

ii libfontconfig1:amd64 2.13.1-4.2ubuntu3
            amd64
    generic font configuration library - runtime

Thanks, John.

<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, Jun 2, 2021 at 10:20 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> There seems to be something wrong with the fontconfig package.
>
> What is the output of the commands
>
> uname -a
> lsb_release -crid
> apt-cache policy fontconfig fontconfig-config
> dpkg -l | grep fontconf
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

From which source did you download keryx?

For Ubuntu there should also be a version involving python (with a file name keryx.py).
Maybe you should re-start from scratch by downloading the version dedicated for Ubuntu.

Revision history for this message
john sylvanis (sylva1) said :
#12

Yeah, I'll try this. On the other hand, I installed 21.04 onto an HP
laptop. Good luck, it needs proprietary WI-FI drivers. I am working on
that, b/c it obviously cannot access the Internet...
Linux, Linux, oh...

Yours, John.

On Sat, Jun 5, 2021 at 4:25 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> >From which source did you download keryx?
>
> For Ubuntu there should also be a version involving python (with a file
> name keryx.py).
> Maybe you should re-start from scratch by downloading the version
> dedicated for Ubuntu.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
john sylvanis (sylva1) said :
#13

Manfred,

I don't want to bother you again, but I need one more time. I found the
maintenance site for Keryx. It's LAUNCHPAD.net. Unfortunately, they have
keryx and its dependencies in different files, to be downloaded separately.
I did, but have absolutely no clue as to where to place them to function
seamlessly together.

Please advise, if possible.

Many thanks, John.

<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sat, Jun 5, 2021 at 11:40 AM john sylvanis <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Needs information => Open
>
> You gave more information on the question:
> Yeah, I'll try this. On the other hand, I installed 21.04 onto an HP
> laptop. Good luck, it needs proprietary WI-FI drivers. I am working on
> that, b/c it obviously cannot access the Internet...
> Linux, Linux, oh...
>
> Yours, John.
>
> On Sat, Jun 5, 2021 at 4:25 AM Manfred Hampl <
> <email address hidden>> wrote:
>
> > Your question #697063 on Keryx changed:
> > https://answers.launchpad.net/keryx/+question/697063
> >
> > Status: Open => Needs information
> >
> > Manfred Hampl requested more information:
> > >From which source did you download keryx?
> >
> > For Ubuntu there should also be a version involving python (with a file
> > name keryx.py).
> > Maybe you should re-start from scratch by downloading the version
> > dedicated for Ubuntu.
> >
> > --
> > To answer this request for more information, you can either reply to
> > this email or enter your reply at the following page:
> > https://answers.launchpad.net/keryx/+question/697063
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said (last edit ):
#14

Repeating my comment #11:

From which source did you download keryx?

And which file did you download?

How do you expect that we can help if you do not tell us what you are doing?

Revision history for this message
john sylvanis (sylva1) said :
#15

Everything they have, but I'll get back to you with the file names. I tried
your suggestion as to the python file, but it didn't work, since the
dependencies were not there. The python file is a text file and opens as
such in ubuntu's text editor. Anyway, I'll give you the files' list.

Thanks again, John.

On Tue, Jun 8, 2021 at 2:35 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Repeating my comment #11:
>
> >From which source did you download keryx?
>
> And which file did you download?
>
> How do you expect that we can help if you do not tell us what you are
> dong?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
john sylvanis (sylva1) said :
#16

Manfred,

The Keryx page's address is: https://launchpad.net/keryx

There, to the right there is a vertical array of green buttons that'll
download the wanted versions AND the dependencies, but separately. There
simply are too many files to name. The number of dependencies, when looked
up inside the compressed file, is 4 (pink button). The Keryx executable is
just one 62 MB file. So, these 4 files must be placed in some directories
(maybe separate from the exec file) but I don't know where. I tried /etc,
but no dice. I tried /dev, nothing. I tried other directories without
results, and I also tried to put the exec file together with the
dependencies, without result either.

If I knew of another method to download packages to my Ubuntu laptop
without instant installation and then transfer them to my desktop, I
wouldn't bother you with my silly questions, but I have no choice
whatsoever.

Sorry, yours, John.

On Tue, Jun 8, 2021 at 9:45 AM John Sylvanis <email address hidden> wrote:

> Everything they have, but I'll get back to you with the file names. I
> tried your suggestion as to the python file, but it didn't work, since the
> dependencies were not there. The python file is a text file and opens as
> such in ubuntu's text editor. Anyway, I'll give you the files' list.
>
> Thanks again, John.
>
> On Tue, Jun 8, 2021 at 2:35 AM Manfred Hampl <
> <email address hidden>> wrote:
>
>> Your question #697063 on Keryx changed:
>> https://answers.launchpad.net/keryx/+question/697063
>>
>> Status: Open => Needs information
>>
>> Manfred Hampl requested more information:
>> Repeating my comment #11:
>>
>> >From which source did you download keryx?
>>
>> And which file did you download?
>>
>> How do you expect that we can help if you do not tell us what you are
>> dong?
>>
>> --
>> To answer this request for more information, you can either reply to
>> this email or enter your reply at the following page:
>> https://answers.launchpad.net/keryx/+question/697063
>>
>> You received this question notification because you asked the question.
>>
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#17

Sorry, a misunderstanding.
I wanted to know whether you downloaded
Keryx 0.92.5.tar.gz
or
Keryx_Ubuntu_x86.zip

Revision history for this message
john sylvanis (sylva1) said :
#18

I downloaded both, the .deb version too. None worked in Linux because the
dependencies were not downloaded. I downloaded them separately, but they
were not installable on their own.

However, here's another thing: My 18.04 Ubuntu Unleashed book doesn't
mention an apparently new function, apt-get download <package>, probably
not present in that version but present in 21.04. It's not perfect, but it
brings down packages that can be installed to another computer when the
main program is installed AFTER download. Not perfect, for when I installed
paprefs to the desktop, installation complained about the lack of another
package, a module, which I found and downloaded and installed on top of
paprefs. When it unzipped (gz), it had a file containing all of the
programs of the module and the path they've been installed to. Upon
verification, everything was at its place (in the respective directories).
But what if I couldn't find the module? Then even installed, paprefs
wouldn't have functioned. I don't yet know whether it'll function, since I
still have to configure jack and pulseaudio. I have 2 cards in the
computer, Xonar DX 7.1, hoping that paprefs will make it possible to have
them grouped into a virtual card so I can write for the orchestra to 16
physical outputs.

Keryx is important because it will download ALL of the necessary
components.

Thank you for your time, you're most helpful indeed. yours, John.

On Tue, Jun 8, 2021 at 12:55 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Sorry, a misunderstanding.
> I wanted to know whether you downloaded
> Keryx 0.92.5.tar.gz
> or
> Keryx_Ubuntu_x86.zip
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#19

Do you have python installed on the system in question?
If yes, which version?

Revision history for this message
john sylvanis (sylva1) said :
#20

I sure do, version 3.

On Wed, Jun 9, 2021 at 1:55 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Do you have python installed on the system in question?
> If yes, which version?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#21

If you have Keryx_Ubuntu_x86.zip downloaded, unzip it (if not already done), change directory into the directory Keryx_Ubuntu_x86/source/ and issue the command

python keryx.py

What happens?

Revision history for this message
john sylvanis (sylva1) said :
#22

Manfred, did you try keryx yourself and does it work for you, because if
it does, it's me who is completely uncouth and will have to brush up on my
Linux knowledge? It turns out that it won't even work in Windows. Sorry for
being so optimistic. Yes, the interface shows up, but I cannot get through
to the next step, that is, to set up a project. Keryx always comes up with
a little window saying "Please set up a project in your offline computer"
or something like this and it sends me back to the interface. It
never lets me set up a project. I am on our library's computer (live in a
low income building) when writing this.

As I understand, Keryx is supposed to download linux packages even through
windows. My laptop has dual boot to Win7 and 21.04. The laptop is 9 years
old, but it's still a mean machine, so what's happening is not due to
slowness, etc. Win7 and Linux are lightning fast because of the 3rd
generation Intel processor and bus structure. It's a business grade machine
that I bought on ebay in 2015 for $325 (originally it cost about $2200 when
it came out in 2012). Anyway, my main issue now is: as I said before,
there's a package of dependencies on Launchpad.net that should go with
keryx with all versions. However, I don't know where the components of this
dependencies package go or may have to be manually placed, and, when I
unzip the main program (keryx) a window pops up demanding completely
different dependencies. I am here talking about being in Ubuntu, not
Windows, which never has any dependencies. Why in Linux the dependency
issues have never been resolved, that is, why they won't come packaged with
the main program? Remember, although I am very technical, in this case I am
a user and I'd be using 21.04 for orchestral music writing. The main
technical purpose for me is to use paprefs to make 2 sound cards into a
virtual card, feeding 16 discrete channels into an amplifier. If I don't
tackle the problem of downloading without installation, I'll have to always
haul my 50 lb computer (it's in a big steel case for good ventilation,
otherwise it's just an ordinary machine with two 8 channel sound cards). I
live on the 13th floor. It doesn't have wi-fi, so I'll need it connected
through the wired network but am not even sure it'll connect without NFS or
something similar.

Anyway, sorry for this litany, yours, John, and a big THANK YOU for your
time and patience. Keryx.py won't work either. I think it's a dependencies'
issue.

On Thu, Jun 10, 2021 at 11:55 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> If you have Keryx_Ubuntu_x86.zip downloaded, unzip it (if not already
> done), change directory into the directory Keryx_Ubuntu_x86/source/ and
> issue the command
>
> python keryx.py
>
> What happens?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
john sylvanis (sylva1) said :
#23

I downloaded and unzipped keryx_ubuntu_x86.zip on the library computer.
Unzipped, got into Win32 directory and clicked the executable. It came up
with the interface, with Debian and supported
OS, and, or course, I get an error message saying "Please create a project
in the plugin's supported OS". But when I get into Ubuntu and change
directory into Keryx_Ubuntu_x86/source/ and execute keryx.py, nothing
happens. Strange.

On Sat, Jun 12, 2021 at 10:05 AM john sylvanis <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Needs information => Open
>
> You gave more information on the question:
> Manfred, did you try keryx yourself and does it work for you, because if
> it does, it's me who is completely uncouth and will have to brush up on my
> Linux knowledge? It turns out that it won't even work in Windows. Sorry for
> being so optimistic. Yes, the interface shows up, but I cannot get through
> to the next step, that is, to set up a project. Keryx always comes up with
> a little window saying "Please set up a project in your offline computer"
> or something like this and it sends me back to the interface. It
> never lets me set up a project. I am on our library's computer (live in a
> low income building) when writing this.
>
> As I understand, Keryx is supposed to download linux packages even through
> windows. My laptop has dual boot to Win7 and 21.04. The laptop is 9 years
> old, but it's still a mean machine, so what's happening is not due to
> slowness, etc. Win7 and Linux are lightning fast because of the 3rd
> generation Intel processor and bus structure. It's a business grade machine
> that I bought on ebay in 2015 for $325 (originally it cost about $2200 when
> it came out in 2012). Anyway, my main issue now is: as I said before,
> there's a package of dependencies on Launchpad.net that should go with
> keryx with all versions. However, I don't know where the components of this
> dependencies package go or may have to be manually placed, and, when I
> unzip the main program (keryx) a window pops up demanding completely
> different dependencies. I am here talking about being in Ubuntu, not
> Windows, which never has any dependencies. Why in Linux the dependency
> issues have never been resolved, that is, why they won't come packaged with
> the main program? Remember, although I am very technical, in this case I am
> a user and I'd be using 21.04 for orchestral music writing. The main
> technical purpose for me is to use paprefs to make 2 sound cards into a
> virtual card, feeding 16 discrete channels into an amplifier. If I don't
> tackle the problem of downloading without installation, I'll have to always
> haul my 50 lb computer (it's in a big steel case for good ventilation,
> otherwise it's just an ordinary machine with two 8 channel sound cards). I
> live on the 13th floor. It doesn't have wi-fi, so I'll need it connected
> through the wired network but am not even sure it'll connect without NFS or
> something similar.
>
> Anyway, sorry for this litany, yours, John, and a big THANK YOU for your
> time and patience. Keryx.py won't work either. I think it's a dependencies'
> issue.
>
> On Thu, Jun 10, 2021 at 11:55 AM Manfred Hampl <
> <email address hidden>> wrote:
>
> > Your question #697063 on Keryx changed:
> > https://answers.launchpad.net/keryx/+question/697063
> >
> > Status: Open => Needs information
> >
> > Manfred Hampl requested more information:
> > If you have Keryx_Ubuntu_x86.zip downloaded, unzip it (if not already
> > done), change directory into the directory Keryx_Ubuntu_x86/source/ and
> > issue the command
> >
> > python keryx.py
> >
> > What happens?
> >
> > --
> > To answer this request for more information, you can either reply to
> > this email or enter your reply at the following page:
> > https://answers.launchpad.net/keryx/+question/697063
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
john sylvanis (sylva1) said :
#24

Sorry, when I do that, I am on my Ubuntu laptop, of course. John.

On Sat, Jun 12, 2021 at 10:23 AM John Sylvanis <email address hidden> wrote:

> I downloaded and unzipped keryx_ubuntu_x86.zip on the library computer.
> Unzipped, got into Win32 directory and clicked the executable. It came up
> with the interface, with Debian and supported
> OS, and, or course, I get an error message saying "Please create a project
> in the plugin's supported OS". But when I get into Ubuntu and change
> directory into Keryx_Ubuntu_x86/source/ and execute keryx.py, nothing
> happens. Strange.
>
> On Sat, Jun 12, 2021 at 10:05 AM john sylvanis <
> <email address hidden>> wrote:
>
>> Your question #697063 on Keryx changed:
>> https://answers.launchpad.net/keryx/+question/697063
>>
>> Status: Needs information => Open
>>
>> You gave more information on the question:
>> Manfred, did you try keryx yourself and does it work for you, because if
>> it does, it's me who is completely uncouth and will have to brush up on my
>> Linux knowledge? It turns out that it won't even work in Windows. Sorry
>> for
>> being so optimistic. Yes, the interface shows up, but I cannot get through
>> to the next step, that is, to set up a project. Keryx always comes up with
>> a little window saying "Please set up a project in your offline computer"
>> or something like this and it sends me back to the interface. It
>> never lets me set up a project. I am on our library's computer (live in a
>> low income building) when writing this.
>>
>> As I understand, Keryx is supposed to download linux packages even through
>> windows. My laptop has dual boot to Win7 and 21.04. The laptop is 9 years
>> old, but it's still a mean machine, so what's happening is not due to
>> slowness, etc. Win7 and Linux are lightning fast because of the 3rd
>> generation Intel processor and bus structure. It's a business grade
>> machine
>> that I bought on ebay in 2015 for $325 (originally it cost about $2200
>> when
>> it came out in 2012). Anyway, my main issue now is: as I said before,
>> there's a package of dependencies on Launchpad.net that should go with
>> keryx with all versions. However, I don't know where the components of
>> this
>> dependencies package go or may have to be manually placed, and, when I
>> unzip the main program (keryx) a window pops up demanding completely
>> different dependencies. I am here talking about being in Ubuntu, not
>> Windows, which never has any dependencies. Why in Linux the dependency
>> issues have never been resolved, that is, why they won't come packaged
>> with
>> the main program? Remember, although I am very technical, in this case I
>> am
>> a user and I'd be using 21.04 for orchestral music writing. The main
>> technical purpose for me is to use paprefs to make 2 sound cards into a
>> virtual card, feeding 16 discrete channels into an amplifier. If I don't
>> tackle the problem of downloading without installation, I'll have to
>> always
>> haul my 50 lb computer (it's in a big steel case for good ventilation,
>> otherwise it's just an ordinary machine with two 8 channel sound cards). I
>> live on the 13th floor. It doesn't have wi-fi, so I'll need it connected
>> through the wired network but am not even sure it'll connect without NFS
>> or
>> something similar.
>>
>> Anyway, sorry for this litany, yours, John, and a big THANK YOU for your
>> time and patience. Keryx.py won't work either. I think it's a
>> dependencies'
>> issue.
>>
>> On Thu, Jun 10, 2021 at 11:55 AM Manfred Hampl <
>> <email address hidden>> wrote:
>>
>> > Your question #697063 on Keryx changed:
>> > https://answers.launchpad.net/keryx/+question/697063
>> >
>> > Status: Open => Needs information
>> >
>> > Manfred Hampl requested more information:
>> > If you have Keryx_Ubuntu_x86.zip downloaded, unzip it (if not already
>> > done), change directory into the directory Keryx_Ubuntu_x86/source/ and
>> > issue the command
>> >
>> > python keryx.py
>> >
>> > What happens?
>> >
>> > --
>> > To answer this request for more information, you can either reply to
>> > this email or enter your reply at the following page:
>> > https://answers.launchpad.net/keryx/+question/697063
>> >
>> > You received this question notification because you asked the question.
>> >
>>
>> --
>> You received this question notification because you asked the question.
>>
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#25

Sorry, I am lost. I do not understand which dependencies of keryx on launchpad.net you are talking about.
And why are you suddenly talking about Ubuntu 21.04 and no more 20.04?

Revision history for this message
john sylvanis (sylva1) said :
#26

I went on to 21.04 hoping that some of the problems I encountered in 20.04
have been solved. As you read the green buttons to the right of the page in
Launchpad, you'll see dependencies. I am lost too, because no one of the
administrators is directing the user to what to do. Are dependencies
needed, or not?

Anyway, in the Word attachment you'll see the results of your suggestion
that I change the unzipped Keryx_Ubuntu_x86 to Keryx_Ubuntu_x86/source/ and
then run keryx.py. The x86 doesn't ask for any attachments.

Thanks, John.

On Sat, Jun 12, 2021 at 11:20 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Sorry, I am lost. I do not understand which dependencies of keryx on
> launchpad.net you are talking about.
> And why are you suddenly talking about Ubuntu 21.04 and no more 20.04?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#27

1. If you are talking about the green buttons on the right side of https://launchpad.net/keryx these are not dependencies, but different versions of the keryx software (0.92.5, 0.92.4, etc and different packaging). You need to download only one of these, and if that software need additional software because of dependencies, then the dependencies have to be downloaded from elsewhere and not from the green buttons.

2. Launchpad answers deletes all attachments. I do not see a word file anywhere.

Revision history for this message
john sylvanis (sylva1) said :
#28

Manfred, I know that MOST are versions, but one of them says attachments.
Now, there's one version that at unzip time wants me to download 4
attachments (with pink buttons). I don't which version that was, so I'll
take to all of the downloads to find out.

Thanks, John.

<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Mon, Jun 14, 2021 at 3:15 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> 1. If you are talking about the green buttons on the right side of
> https://launchpad.net/keryx these are not dependencies, but different
> versions of the keryx software (0.92.5, 0.92.4, etc and different
> packaging). You need to download only one of these, and if that software
> need additional software because of dependencies, then the dependencies
> have to be downloaded from elsewhere and not from the green buttons.
>
> 2. Launchpad answers deletes all attachments. I do not see a word file
> anywhere.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=26
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#29

You are right, going through the list of files that you can download on https://launchpad.net/keryx I see some files that have "dependencies" in their file name, but they are more than ten years old and I assume that they are obsolete. You will most probably need higher versions of these packages (to be downloaded from elsewhere).

I suggest that we re-start from the beginning and proceed step by step.

Please answer the following questions:

1. What is the target?
I understand that you have one Ubuntu system (which release?) without internet connection, and you want to install certain software on it (which one?)

2. Which system do you want to use for downloading?
You write about a windows system and a laptop with internet connection that you want to use. Which Operating system (including release number ) is it?

Revision history for this message
john sylvanis (sylva1) said :
#30

OK, here it is:

1. I have 2 multiboot computers. First is a laptop with Ubuntu 21.04 and
Win7 v6.1.7601, service pack 1, #7601. Second, a desktop, same arrangement,
dual boot, Ubuntu 21.04 and Win7 same version as above.

2. I need to download software packages with their dependencies onto the
laptop, WITHOUT installing it. The software downloaded would be transferred
via thumbnail drive to the desktop where it would be installed into Ubuntu.
I'd transfer the software via a network but to install and configure
networks in Linux (excuse me for the following) is a nightmare. It's like
back to DOS and Novell, though Novell wasn't all that bad.

3. For the purpose, I tried every version of Keryx that I could come across
on both OSs because the author said it was working on both OSs. May have in
the past, but today seems it's wishful thinking. I did everything to my
power to make it work, but no dice. This is when I wrote to the forum and
you answered and been so patient and understanding. I mention again, that
the LAPTOP is used for downloading WITHOUT installation and the desktop for
installation.

4. Yeah, the dependencies may be obsolete, but where are the more current
ones when the obsolete ones are on the maintainers' web page? And, for that
matter, why don't authors package dependencies with their main program? I
looked for dependencies on a repository and they were close to 60 (if not
more) but I have no idea where that web page was; I looked for them on so
many pages that my limited memory fails me.

So, this is it. I hope I answered your questions.

Please let me know if anything I wrote was inept or unclear.

Thank you again, yours, John.

On Tue, Jun 15, 2021 at 3:35 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> You are right, going through the list of files that you can download on
> https://launchpad.net/keryx I see some files that have "dependencies" in
> their file name, but they are more than ten years old and I assume that
> they are obsolete. You will most probably need higher versions of these
> packages (to be downloaded from elsewhere).
>
> I suggest that we re-start from the beginning and proceed step by step.
>
> Please answer the following questions:
>
> 1. What is the target?
> I understand that you have one Ubuntu system (which release?) without
> internet connection, and you want to install certain software on it (which
> one?)
>
> 2. Which system do you want to use for downloading?
> You write about a windows system and a laptop with internet connection
> that you want to use. Which Operating system (including release number ) is
> it?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#31

Ok, the setup is clear to me. Having the same Ubuntu release on both system should make everything easier.

Let's forget the desktop for a moment and focus on getting keryx up and running on the laptop. If we then duplicate the same on the desktop, it should work there as well.

Download https://launchpad.net/keryx/stable/0.92/+download/Keryx%200.92.5.tar.gz to your laptop and unpack the zip archive to a directory below your home directory.
Then change directory into that directory and execute the command

./keryx

What happens?
If there are error messages, please provide the full text.

Revision history for this message
john sylvanis (sylva1) said :
#32

Ok, here are the results. Please see the attachment.

On Tue, Jun 15, 2021 at 4:45 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Ok, the setup is clear to me. Having the same Ubuntu release on both
> system should make everything easier.
>
> Let's forget the desktop for a moment and focus on getting keryx up and
> running on the laptop. If we then duplicate the same on the desktop, it
> should work there as well.
>
> Download
> https://launchpad.net/keryx/stable/0.92/+download/Keryx%200.92.5.tar.gz
> to your laptop and unpack the zip archive to a directory below your home
> directory.
> Then change directory into that directory and execute the command
>
> ./keryx
>
> What happens?
> If there are error messages, please provide the full text.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#33

Already told in comment #27

Launchpad answers deletes all attachments. Your information got lost.
Please see yourself on https://answers.launchpad.net/keryx/+question/697063

Revision history for this message
john sylvanis (sylva1) said :
#34

OK, I'll resend it on an email page. J.

On Mon, Jun 21, 2021 at 1:05 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Already told in comment #27
>
> Launchpad answers deletes all attachments. Your information got lost.
> Please see yourself on
> https://answers.launchpad.net/keryx/+question/697063
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=32
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#35

Just put plain text into your question document.

Revision history for this message
john sylvanis (sylva1) said :
#36

Ok, here's the plain text of ./keryx executable from the .tar.gz archive.
In /home I used mkdir to make the 'source' subdirectory. Then I tar-ed the
archive file into 'source'. This is what I got:

john@HP-8470:/home$ ls
john
john@HP-8470:/home$ cd source
bash: cd: source: No such file or directory
john@HP-8470:/home$ cd john
john@HP-8470:~$ cd Keryx
john@HP-8470:~/Keryx$ ./keryx
Could not locate a translation file for your language.
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8:
unknown element "descriptio
n"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4:
unknown element "its:ru
les"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
unknown element "its:tr
anslateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'transl
ate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'select
or'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6:
invalid attribute 'xmlns:
its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6:
invalid attribute 'versio
n'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8:
unknown element "descri
ption"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
unknown element "its:transla
teRule"
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 8:
unknown element "description
"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4:
unknown element "its:rul
es"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
unknown element "its:tra
nslateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'transla
te'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'selecto
r'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'xmlns:i
ts'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'version
'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8:
unknown element "descrip
tion"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4:
unknown element "its:rul
es"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
unknown element "its:tra
nslateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'transla
te'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'selecto
r'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'xmlns:i
ts'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'version
'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8:
unknown element "descrip
tion"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8:
unknown element "descriptio
n"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown
element "its:translateRul
e"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown
element "its:translateRul
e"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown
element "its:translateR
ule"
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'version'
Fontconfig error: Cannot load default config file
wxWidgets interface loaded
**
GdkPixbuf:ERROR:../gdk-pixbuf/io-ico.c:566:gdk_pixbuf__ico_image_begin_load:
assertion failed: (siz
e_func != NULL)
Aborted (core dumped)

Hope this is what you need. Please let me know. Yours, John.

PS: do you think Keryx is still usable? It was not updated since 2017, but
you know that, so I am preaching to the choir.

On Mon, Jun 21, 2021 at 3:50 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Just put plain text into your question document.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=34
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
john sylvanis (sylva1) said :
#37

Here it is once more, since I think I sent this to myself.

Ok, here's the plain text of ./keryx executable from the .tar.gz archive.
In /home I used mkdir to make the 'source' subdirectory. Then I tar-ed the
archive file into 'source'. This is what I got:

john@HP-8470:/home$ ls
john
john@HP-8470:/home$ cd source
bash: cd: source: No such file or directory
john@HP-8470:/home$ cd john
john@HP-8470:~$ cd Keryx
john@HP-8470:~/Keryx$ ./keryx
Could not locate a translation file for your language.
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8:
unknown element "descriptio
n"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4:
unknown element "its:ru
les"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
unknown element "its:tr
anslateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'transl
ate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
invalid attribute 'select
or'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6:
invalid attribute 'xmlns:
its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6:
invalid attribute 'versio
n'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8:
unknown element "descri
ption"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
unknown element "its:transla
teRule"
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 8:
unknown element "description
"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4:
unknown element "its:rul
es"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
unknown element "its:tra
nslateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'transla
te'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5:
invalid attribute 'selecto
r'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'xmlns:i
ts'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6:
invalid attribute 'version
'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8:
unknown element "descrip
tion"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4:
unknown element "its:rul
es"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
unknown element "its:tra
nslateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'transla
te'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
invalid attribute 'selecto
r'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'xmlns:i
ts'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6:
invalid attribute 'version
'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8:
unknown element "descrip
tion"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8:
unknown element "descriptio
n"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown
element "its:translateRul
e"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown
element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
unknown element "its:transl
ateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35:
invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36:
invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown
element "its:translateRul
e"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown
element "its:translateRule
"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown
element "its:translateR
ule"
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid
attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown
element "its:translateRu
le"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid
attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid
attribute 'version'
Fontconfig error: Cannot load default config file
wxWidgets interface loaded
**
GdkPixbuf:ERROR:../gdk-pixbuf/io-ico.c:566:gdk_pixbuf__ico_image_begin_load:
assertion failed: (siz
e_func != NULL)
Aborted (core dumped)

Hope this is what you need. Please let me know. Yours, John.

PS: do you think Keryx is still usable? It was not updated since 2017, but
you know that, so I am preaching to the ch

On Mon, Jun 21, 2021 at 3:50 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Just put plain text into your question document.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/keryx/+question/697063/+confirm?answer_id=34
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#38

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
john sylvanis (sylva1) said :
#39

It's expired because it remains unresolved. Thanks, J.

On Wed, Jul 7, 2021 at 4:50 AM Launchpad Janitor <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Status: Open => Expired
>
> Launchpad Janitor expired the question:
> This question was expired because it remained in the 'Open' state
> without activity for the last 15 days.
>
> --
> If you're still having this problem, you can reopen your question either
> by replying to this email or by going to the following page and
> entering more information about your problem:
> https://answers.launchpad.net/keryx/+question/697063
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#40

I am aware that this question is still unresolved, but i did not have enough time for dealing with it. Maybe next weekend.

Revision history for this message
john sylvanis (sylva1) said :
#41

No problem, Manfred. I got enough to deal with Ubuntu's audio issues (the
ALSA-PlulseAudio-Jack2 relationship and usage.
Thank you VERY much for your time. Yours, John.

On Fri, Jul 9, 2021 at 1:01 PM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Manfred Hampl posted a new comment:
> I am aware that this question is still unresolved, but i did not have
> enough time for dealing with it. Maybe next weekend.
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#42

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Manfred Hampl (m-hampl) said :
#43

I suggest that you try other programs which are still maintained further.
One candidate could be apt-offline (with apt-offline-gui)

Revision history for this message
john sylvanis (sylva1) said :
#44

Thank you, Manfred. I hope it works. I REALLY appreciate your help. Thanks
a million, John.

On Sun, Jul 25, 2021 at 5:20 AM Manfred Hampl <
<email address hidden>> wrote:

> Your question #697063 on Keryx changed:
> https://answers.launchpad.net/keryx/+question/697063
>
> Manfred Hampl posted a new comment:
> I suggest that you try other programs which are still maintained further.
> One candidate could be apt-offline (with apt-offline-gui)
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#45

This question was expired because it remained in the 'Open' state without activity for the last 15 days.