WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: exittc doesn't start  (Read 3383 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
exittc doesn't start
« on: March 17, 2016, 04:53:44 AM »
Hi
 :'(
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: exittc doesn't start
« Reply #1 on: March 17, 2016, 03:30:03 PM »
Do you have /etc/profile in your backup?  Possible path issues if so.  All is working as expected here.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #2 on: March 19, 2016, 01:51:59 AM »
Hi
no, etc/profile in not on my backup
Code: [Select]
jls@box:~$ echo $PATH
/home/jls/Applications/.bin:/usr/bin:/home/jls/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bb:/etc/sysconfig/tcedir/ondemand

PS what is  /usr/bin/exittc for?
« Last Edit: March 19, 2016, 01:57:54 AM by jls »
dCore user

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #3 on: March 19, 2016, 02:42:56 AM »
Hi
I've noticed that enlightenment changes the PATH var, but I don't understand where
dCore user

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #4 on: March 19, 2016, 03:24:00 AM »
since e was compiled in /usr/bin it changes the path
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: exittc doesn't start
« Reply #5 on: March 19, 2016, 03:44:46 PM »
Has e done this all along, or is it just starting to happen now?

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: exittc doesn't start
« Reply #6 on: March 19, 2016, 05:17:59 PM »
Hi jls. Have you run  exittc  from a standard dCore window manager like Fluxbox to rule out a window manger vs system issue? On my dCore-jessie with Fluxbox  exittc  works fine. Also ensure Xprogs is up to date, there was an update some time ago.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #7 on: March 19, 2016, 05:37:15 PM »
@jason: I don't know. But why this question?
@nitram: I don't know if xprogs is up to date. It's e that changes the path, I've tried flwm and exittc starts. Infact the path.I also have the confirmation in the e mailing list, where I was replied
Quote
so binaries/tools installed in the same prefix as e will actually work. this is
to handle "silly users" who have no idea what PATH is and how to change it.
they dont know how to set up a script etc. so e does it for them.
-i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it option for
enlightenment_start will have e append (not prepend) its prefix bin to PATH.
« Last Edit: March 19, 2016, 06:00:40 PM by jls »
dCore user

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #8 on: March 19, 2016, 05:50:57 PM »
PS what is  /usr/bin/exittc for?
dCore user

Offline dentonlt

  • Sr. Member
  • ****
  • Posts: 318
    • the trombone analog
Re: exittc doesn't start
« Reply #9 on: March 20, 2016, 01:32:04 AM »
fwiw, there used to be a bug in the flwm code that that caused an intermittent exec failure.

I'll dig up the code and post a patch if that bug is still there ...

Sent from my HTC_0P6B6 using Tapatalk


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: exittc doesn't start
« Reply #10 on: March 20, 2016, 02:46:05 AM »
The missing NULL? It's fixed in our code for a long time.
The only barriers that can stop you are the ones you create yourself.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: exittc doesn't start
« Reply #11 on: March 20, 2016, 10:14:00 AM »
On dCore-trusty, I loaded e20 and ran it with "enlightenment_start" in /etc/sysconfig/desktop.  Exittc works fine here, below is my path, and /usr/bin is not ahead of /usr/local:

Code: [Select]
/home/jason/Applications/.bin:/tmp/tcloop/e20/usr/bin:/home/jason/.local/bin:/usr/localsbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/bb:/etc/sysconfig/tcedir/ondemand

I also made a wrapper to use enlightenment with the "-i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it" option and path is same as above. 

jls - is the E related files in /usr/bin symlinks as normally installed by sce-load, or are any real files been copied over?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: exittc doesn't start
« Reply #12 on: March 20, 2016, 11:46:35 AM »
Hi
I'm using e20 from the niko2040 ppa, not the one you just tried. It should be written in the readme. The package is called enlightenment. In the tce.installed if I remember well I copied enlightenment_start from tcloop to usr bin because of some problems, thats why /usr/bin is ahead
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: exittc doesn't start
« Reply #13 on: March 21, 2016, 08:14:15 AM »
Ok, I see the enlightenment.deb2sce, I will try to find a solution. 

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: exittc doesn't start
« Reply #14 on: March 21, 2016, 08:31:46 AM »
Ok, I see there was a false /usr/bin/exittc in the base image, will remove it and upload a new RC as that was the problem.