LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 10-29-2018, 05:22 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
E16 ; Eterm not working...


installed Eterm via yay
Code:
:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing eterm                             [######################] 100%
Etbg_update_list:  Generating pixmap list file from images in tile/ and scale/...
Old pixmap list will be saved in pixmaps.list.old
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[bwave@manjaroieo ~]$ Eterm
Eterm:  Error:  Unable to load font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1".  Falling back on "fixed"
when It opens up the promt does not show up like normal, it has its color but looks like it is caught in a loop?


I'm not too sure how well one can see it I had to use
import -display :0 -window root screenshot filename.jpg
to get a shot of the screen.

I do not know what is causing the prompt to hang like it is. I even tried removing my home .bashrc to have it default to the systems and no change.

Last edited by BW-userx; 10-30-2018 at 11:57 AM.
 
Old 10-30-2018, 10:03 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,051

Rep: Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349
I'm not sure again.... /etc/profile sets some defaults (on PS1). Also you can set it in ~/.bashrc, but I can't find any location, where it is actually cleared. But probably you have set something.
Also you can set it directly in Eterm - to check at least if that works.
What do you mean by hanging? If it eats up some resources you can see it with htop or pstree. Does bash started at all (inside)?
 
Old 10-30-2018, 11:14 AM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by pan64 View Post
I'm not sure again.... /etc/profile sets some defaults (on PS1). Also you can set it in ~/.bashrc, but I can't find any location, where it is actually cleared. But probably you have set something.
Also you can set it directly in Eterm - to check at least if that works.
What do you mean by hanging? If it eats up some resources you can see it with htop or pstree. Does bash started at all (inside)?
it looks like as if you start an app within a terminal, then the promt sits as it is, that is how it is when first started off a menu, or within a different term. I removed my .bashrc from home and it didn't help, so I put it back.

there is no output when starting it from a terminal so I have no errors or warning about that. Let me go bounce into manjaro and check /etc/profile,and my bashrc PS1, I'm in slack right now setting up e16 in it.

I will copy over .bashrc from slack to see if that helps as Eterm in slack is working without issues.
 
Old 10-30-2018, 11:56 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I had to install xfce-screenshooter to get this, lol
anyways that is what it looks like.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_Eterm-no-Prompt-2018-10-30_11-55-11.png
Views:	29
Size:	12.9 KB
ID:	28880  
 
Old 10-30-2018, 01:57 PM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,051

Rep: Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349
Does bash started at all (inside)?
What if you set PS1 manually (inside)?
Oh yes, and why did you try to modify bashrc and other files which seems ok in every other terminal?

Last edited by pan64; 10-30-2018 at 02:01 PM.
 
Old 10-30-2018, 02:54 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
QUOTE=pan64

1. Does bash started at all (inside)? color me ignorant, I have no idea what that means, or how to do that, inside what,
Eterm config file, that'd I'd have to research?

2. What if you set PS1 manually (inside)? read ans. 1

3. Oh yes, and why did you try to modify bashrc and other files which seems ok in every other terminal?
I removed it, by mv .bashrc bashrc to get it out of the way just in case Eterm was being finicky to
where my .bashrc might be messing it up, because no prompt, .bashrc controls the prompt, so remove
.bashrc and let it use the systems default prompt. then see what happens, kind of like what you're
telling me to try about a prompt, that I (color me ignorant) have no idea how to do.
 
Old 10-30-2018, 03:44 PM   #7
nodir
Member
 
Registered: May 2016
Posts: 222

Rep: Reputation: Disabled
There is probably rather something wrong with the config file of eterm. I would copy the working one from Slackware,

eterm has --debug, it seems, but i don't know if it might help.
 
Old 10-30-2018, 04:10 PM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by nodir View Post
There is probably rather something wrong with the config file of eterm. I would copy the working one from Slackware,

eterm has --debug, it seems, but i don't know if it might help.
that's an idea, I did how ever use an already compiled working binary from slack and copied it over onto manjaro and got that same issue.

MOD:
Code:
[bwave@manjaroieo ~]$ Eterm --debug
Eterm:  Error:  long option --debug requires an integer value
Eterm:  Error:  Attempting to continue, but strange things may happen.
Eterm:  Error:  Can't open display ebug.  Set $DISPLAY or use --display
[bwave@manjaroieo ~]$ Eterm --debug --display 0
Eterm:  Warning:  Unable to resolve "bottom_right" as a color name.  Falling back on "#000000".
still nothing, and still hanging. must be something with this distro.

Last edited by BW-userx; 10-30-2018 at 04:49 PM.
 
Old 10-31-2018, 03:01 AM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,051

Rep: Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349Reputation: 7349
Quote:
Originally Posted by BW-userx View Post
that's an idea, I did how ever use an already compiled working binary from slack and copied it over onto manjaro and got that same issue.

MOD:
Code:
[bwave@manjaroieo ~]$ Eterm --debug
Eterm:  Error:  long option --debug requires an integer value
Eterm:  Error:  Attempting to continue, but strange things may happen.
Eterm:  Error:  Can't open display ebug.  Set $DISPLAY or use --display
[bwave@manjaroieo ~]$ Eterm --debug --display 0
Eterm:  Warning:  Unable to resolve "bottom_right" as a color name.  Falling back on "#000000".
still nothing, and still hanging. must be something with this distro.
No, this is not the distro, it looks like the eterm config[file] is corrupted.

Quote:
Originally Posted by BW-userx View Post
QUOTE=pan64

1. Does bash started at all (inside)? color me ignorant, I have no idea what that means
Ok, so usually a terminal emulator is a graphical program which can draw nice frame, menu, buttons, can be resized and also it will draw the fonts for you. But that's all. The emulator always start a program which will run "inside" (the frames), and will use that area. Usually it is the shell itself, but can be anything. bash will see nothing but a virtual terminal, which has rows and columns, stdin/stdout/stderr and probably some other features.
So the question was if eterm could start bash (or whatever) or not. You can easily check it with pstree for example (which will show you if there was a child app).

Quote:
Originally Posted by BW-userx View Post
Eterm config file, that'd I'd have to research?
Yes, probably there is a config file somewhere which can rule the behaviour of eterm, but not the program running inside. You can use lsof, strace for example to find it, if you have no better idea.

Quote:
Originally Posted by BW-userx View Post
2. What if you set PS1 manually (inside)? read ans. 1
If bash was really started and responsive (so accepts input and can execute commands) you can set PS1='$ ' (for example) and check if that was really the issue.

Quote:
Originally Posted by BW-userx View Post
3. Oh yes, and why did you try to modify bashrc and other files which seems ok in every other terminal?
I removed it, by mv .bashrc bashrc to get it out of the way just in case Eterm was being finicky to
where my .bashrc might be messing it up, because no prompt, .bashrc controls the prompt, so remove
.bashrc and let it use the systems default prompt. then see what happens, kind of like what you're
telling me to try about a prompt, that I (color me ignorant) have no idea how to do.
You may destroy your system by modifying system wide config files (or just user specific configs) and I'm not really sure this is the right way to catch this issue.
 
Old 10-31-2018, 03:48 AM   #10
nodir
Member
 
Registered: May 2016
Posts: 222

Rep: Reputation: Disabled
As far i know:
The config files shipped with the package of the distro are either
a) systemwide, /etc location or
b) sometimes come only as an example, /usr/share ... (doc sounds right)
the admin has to copy over to /etc (though that seems to be used too)
c) the config files in the users home either get copied by the user itself or get created automatically, when the user starts the program and it doesn't find a users config file. Most of the time either ~/.progname or ~/.config/progname.

If there is no users config file, the systemwide will be applied.
To make a long story short: you sure will want to either find a known working example for the user or find out where eterm has it's systemwide config file.

eterm's manpage doesn't say it. I would try "locate eterm" and "locate Eterm"; grep for usr or etc too;
perhaps "whereis eterm" (again also with uppercase).
diff with slackwares config file, make a backup of it, copy slackwares config file.

Or: eterm in manjaro is simply broken ?

---
Well: the brutal truth, i for one would probably simply use a different terminal-emulator. But as it is a bit different, i assume you really want it, so that solution is out.

Last edited by nodir; 10-31-2018 at 03:50 AM.
 
Old 10-31-2018, 06:48 AM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
In slack where it is not having issues, looking into configs it seems that each theme has its own config, by some magical programming means with in e16 if that theme gets changes then Eterm changes its theme to match it, if there is one.

under themes, and configuration, on the bottom there.

https://www.systutorials.com/docs/linux/man/1-Eterm/

so config are out, but not all of the way out. I still think it is something else, what i do not know, straight from the same source code Slack uses and Manjaro no go, slack it's a go.

If I remove all of my themes from /usr/share/Eterm/themes it still has to have a default setting written within the code itself, or it should anyways.

who ever submitted this I wonder if they even checked to make sure it worked on manjaro, if yes why, and why is it not still working?

Last edited by BW-userx; 10-31-2018 at 07:23 AM.
 
Old 10-31-2018, 08:02 AM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
so like my Manjaro sysem is running HOT and I anin't got nothing running to cause it, so top.
Code:
 PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND   
 1056 userx     20       45600   2252     16 R 100.0   0.0  11:12.84 Eterm     
 1748 userx     20       84588   2972     20 R 100.0   0.0   6:23.73 Eterm -t +
 1753 userx     20       84588   2960     20 R 100.0   0.0   6:13.17 Eterm --t+
 1081 userx     20       45604   2256     16 R  99.7   0.0  10:20.28 Eterm     
  753 root      20      372072  77180  49888 S   4.7   0.5   0:20.40 /usr/lib/+
Eterm is burring up my system, there is some serious mishaps with this app. it is not even terminating when closed.
 
Old 10-31-2018, 08:36 AM   #13
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Alright, found the debug command.


I do not see any errors. maybe someone else does.
level 5

Code:
[userx@manjaroieo ~]$ Eterm --debug 5
[1540992787]    options.c |  669: spifopt_parse(): NEXT_LOOP()
[1540992787]    options.c |  669: spifopt_parse(): NEXT_ARG()
[1540992787]       font.c |   73: eterm_font_add(): Adding "5x7" at 0 (0x7f6d416ad508)
[1540992787]       font.c |   99: eterm_font_add():  -> Allocated font lists:  8 bytes at 0xb8a2e0/0xb8a300
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 1
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |   73: eterm_font_add(): Adding "-misc-fixed-medium-r-normal--7-*-*-*-c-*-iso10646-1" at 0 (0x7f6d416ad4f8)
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 1
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |   73: eterm_font_add(): Adding "6x10" at 1 (0x7f6d416ad508)
[1540992787]       font.c |   89: eterm_font_add():  -> Reallocated font lists:  16 bytes at 0xb8a2e0/0xb8a300
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 2
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |   73: eterm_font_add(): Adding "-misc-fixed-medium-r-normal--10-*-*-*-c-*-iso10646-1" at 1 (0x7f6d416ad4f8)
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 2
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |   73: eterm_font_add(): Adding "fixed" at 2 (0x7f6d416ad508)
[1540992787]       font.c |   89: eterm_font_add():  -> Reallocated font lists:  24 bytes at 0xb8a2e0/0xb8a300
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 3
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |   73: eterm_font_add(): Adding "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso10646-1" at 2 (0x7f6d416ad4f8)
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 3
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |   73: eterm_font_add(): Adding "8x13" at 3 (0x7f6d416ad508)
[1540992787]       font.c |   89: eterm_font_add():  -> Reallocated font lists:  32 bytes at 0xb8a410/0xb8a440
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 4
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 3 == "8x13"
[1540992787]       font.c |   73: eterm_font_add(): Adding "-misc-fixed-medium-r-normal--14-*-*-*-c-*-iso10646-1" at 3 (0x7f6d416ad4f8)
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 4
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 3 == "8x13"
[1540992787]       font.c |   73: eterm_font_add(): Adding "9x15" at 4 (0x7f6d416ad508)
[1540992787]       font.c |   89: eterm_font_add():  -> Reallocated font lists:  40 bytes at 0xb8a410/0xb8a440
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 5
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 3 == "8x13"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 4 == "9x15"
[1540992787]       font.c |   73: eterm_font_add(): Adding "-misc-fixed-medium-r-normal--15-*-*-*-c-*-iso10646-1" at 4 (0x7f6d416ad4f8)
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font count is 5
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 0 == "5x7"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 1 == "6x10"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 2 == "fixed"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 3 == "8x13"
[1540992787]       font.c |  121: eterm_font_add(): DUMP_FONTS():  Font 4 == "9x15"
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "color" with ID 1 and handler 0x4164bb30
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "attributes" with ID 2 and handler 0x4164d060
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "toggles" with ID 3 and handler 0x41647b20
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "keyboard" with ID 4 and handler 0x4164c8e0
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "misc" with ID 5 and handler 0x4164c410
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "imageclasses" with ID 6 and handler 0x4164b450
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "image" with ID 7 and handler 0x41649490
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "actions" with ID 8 and handler 0x4164b620
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "menu" with ID 9 and handler 0x41649180
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "menuitem" with ID 10 and handler 0x41648cc0
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "button_bar" with ID 11 and handler 0x416485b0
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "xim" with ID 12 and handler 0x4164b360
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "multichar" with ID 13 and handler 0x41647790
[1540992787]       conf.c |  126: spifconf_register_context(): Added context "escreen" with ID 14 and handler 0x4164b0c0
[1540992787]    command.c |  227: privileges(): [5188]: Before privileges(INVOKE): [ 1001, 985 ]  [ 1001, 985 ]
[1540992787]    command.c |  248: privileges(): [5188]: After privileges(INVOKE): [ 1001, 985 ]  [ 1001, 985 ]
[1540992787]    command.c |  198: privileges(): [5188]: Before privileges(REVERT): [ 1001, 985 ]  [ 1001, 985 ]
[1540992787]    command.c |  219: privileges(): [5188]: After privileges(REVERT): [ 1001, 985 ]  [ 1001, 985 ]
[1540992787]       term.c |  389: get_modifiers(): Found NumLock key as mod 2
[1540992787]       term.c |  385: get_modifiers(): Found Alt key as mod 1
[1540992787]       term.c |  404: get_modifiers(): Defaulted Meta key to match Alt mask
[1540992787]       conf.c |  510: spifconf_shell_expand(): Tilde detected.
[1540992787]       conf.c |  510: spifconf_shell_expand(): Tilde detected.
[1540992787]       conf.c |  736: spifconf_find_file(): spifconf_find_file("theme.cfg", "Eterm", "/home/userx/.Eterm/themes:/home/userx/.Eterm:/usr/etc/Eterm/themes:/etc/Eterm/themes:/usr/share/Eterm/themes:/usr/etc/Eterm:/etc/Eterm:/usr/share/Eterm") called from directory "/home/userx".
[1540992787]       conf.c |  753: spifconf_find_file(): Checking for file "Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/themes/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/themes/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/themes/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/themes/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/Eterm/theme.cfg"
[1540992787]       conf.c |  797: spifconf_find_file(): spifconf_find_file():  File "Eterm/theme.cfg" not found in path.
[1540992787]       conf.c |  736: spifconf_find_file(): spifconf_find_file("theme.cfg", "<dir null>", "/home/userx/.Eterm/themes:/home/userx/.Eterm:/usr/etc/Eterm/themes:/etc/Eterm/themes:/usr/share/Eterm/themes:/usr/etc/Eterm:/etc/Eterm:/usr/share/Eterm") called from directory "/home/userx".
[1540992787]       conf.c |  753: spifconf_find_file(): Checking for file "theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/themes/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/themes/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/themes/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/themes/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/theme.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/theme.cfg"
[1540992787]       conf.c |  797: spifconf_find_file(): spifconf_find_file():  File "theme.cfg" not found in path.
[1540992787]       conf.c |  736: spifconf_find_file(): spifconf_find_file("user.cfg", "<dir null>", "/home/userx/.Eterm/themes:/home/userx/.Eterm:/usr/etc/Eterm/themes:/etc/Eterm/themes:/usr/share/Eterm/themes:/usr/etc/Eterm:/etc/Eterm:/usr/share/Eterm") called from directory "/home/userx".
[1540992787]       conf.c |  753: spifconf_find_file(): Checking for file "user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/themes/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/home/userx/.Eterm/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/themes/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/themes/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/themes/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/etc/Eterm/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/etc/Eterm/user.cfg"
[1540992787]       conf.c |  788: spifconf_find_file(): Checking for file "/usr/share/Eterm/user.cfg"
[1540992787]       conf.c |  797: spifconf_find_file(): spifconf_find_file():  File "user.cfg" not found in path.
[1540992787]    options.c |  535: spifopt_parse(): argv[1] == "--debug", opt == "--debug"
[1540992787]    options.c |  554: spifopt_parse(): Long option detected
[1540992787]    options.c |  188: find_long_option(): opt == "debug"
[1540992787]    options.c |  198: find_long_option(): Match found at 3:  debug == debug
[1540992787]    options.c |  269: find_value_long(): hasequal == 0  val_ptr == 0x7ffea3263364 "5"
[1540992787]    options.c |  669: spifopt_parse(): NEXT_LOOP()
[1540992787]    options.c |  669: spifopt_parse(): NEXT_ARG()
[1540992787]    startup.c |  204: eterm_bootstrap(): Saved real uid/gid = [ 1001, 985 ]  effective uid/gid = [ 1001, 985 ]
[1540992787]    startup.c |  206: eterm_bootstrap(): Now running with real uid/gid = [ 1001, 985 ]  effective uid/gid = [ 1001, 985 ]
Eterm:  Warning:  Requested debug level of 5 exceeds compile-time maximum of 4
[1540992787]    options.c | 2800: post_parse(): No "selected" state for image image_bg.  Setting fallback to the normal state.
[1540992787]    options.c | 2828: post_parse(): No "clicked" state for image image_bg.  Setting fallback to the selected state.
[1540992787]    options.c | 2856: post_parse(): No "disabled" state for image image_bg.  Setting fallback to the normal state.

......
 
Old 10-31-2018, 08:44 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
N/M

Last edited by BW-userx; 10-31-2018 at 09:32 AM.
 
Old 11-03-2018, 09:59 AM   #15
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by nodir View Post
As far i know:
The config files shipped with the package of the distro are either
a) systemwide, /etc location or
b) sometimes come only as an example, /usr/share ... (doc sounds right)
the admin has to copy over to /etc (though that seems to be used too)
c) the config files in the users home either get copied by the user itself or get created automatically, when the user starts the program and it doesn't find a users config file. Most of the time either ~/.progname or ~/.config/progname.

If there is no users config file, the systemwide will be applied.
To make a long story short: you sure will want to either find a known working example for the user or find out where eterm has it's systemwide config file.

eterm's manpage doesn't say it. I would try "locate eterm" and "locate Eterm"; grep for usr or etc too;
perhaps "whereis eterm" (again also with uppercase).
diff with slackwares config file, make a backup of it, copy slackwares config file.

Or: eterm in manjaro is simply broken ?

---
Well: the brutal truth, i for one would probably simply use a different terminal-emulator. But as it is a bit different, i assume you really want it, so that solution is out.
it is the system itself that is broken for Eterm



command.c
Code:
void
main_loop(void)
{
	printf("Im main loop\n");
    /*   int ch; */
    register int ch;

    D_CMD(("PID %d\n", getpid()));
    printf(("PID %d\n", getpid()));
	printf(("Command buffer base == %8p, length %lu, end at %8p\n", cmdbuf_base, CMD_BUF_SIZE, cmdbuf_base + CMD_BUF_SIZE - 1));
    D_CMD(("Command buffer base == %8p, length %lu, end at %8p\n", cmdbuf_base, CMD_BUF_SIZE, cmdbuf_base + CMD_BUF_SIZE - 1));
output
Code:
 [userx@manjaroieo Eterm]$ src/Eterm

Im main loop
Eterm:  Error:  Received terminal signal SIGSEGV (11)
Eterm:  Error:  Attempting to dump a stack trace....
Eterm:  Error:  Your system does not support any of the methods Eterm uses.  Exiting.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Esetroot (Eterm) error - starting Eterm in transparent mode? nimcha Linux - Software 2 07-14-2007 05:58 AM
German keyboard layout not working with Eterm rangalo Debian 2 12-21-2006 06:25 AM
e16 problem gr0sshirn Linux - Software 1 09-02-2006 09:56 AM
e16 help files? zytsef Linux - Newbie 5 04-26-2006 02:09 AM
Eterm '-O' argument not working Adrohak Linux - Software 1 06-12-2004 04:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 04:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration