LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-19-2020, 02:59 AM   #301
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649

Quote:
Originally Posted by Skaendo View Post
Except in -current where it just requires EFL.
Yes, PAM has been added to -current main tree as of 2020-05-18. I will try to compile EFL, Python-EFL, and the following apps:
Enlightenment, Terminology, Rage, and Ephoto later today.

Edit:
I need to rewrite my EFL SlackBuild-script to use meson.

Last edited by mats_b_tegner; 05-19-2020 at 11:23 AM.
 
1 members found this post helpful.
Old 05-19-2020, 03:27 PM   #302
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by mats_b_tegner View Post
Yes, PAM has been added to -current main tree as of 2020-05-18. I will try to compile EFL, Python-EFL, and the following apps:
Enlightenment, Terminology, Rage, and Ephoto later today.

Edit:
I need to rewrite my EFL SlackBuild-script to use meson.
Enlightenment 0.24.0 builds and runs fine on -current, but I'm having a scaling issue with ephoto.

I still haven't messed with epour, so that is still broken for me as well. But everything else seems to be fine.

EDIT: connman/econnman broken too.

Last edited by Skaendo; 05-19-2020 at 03:33 PM.
 
1 members found this post helpful.
Old 05-19-2020, 03:55 PM   #303
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Skaendo View Post
Enlightenment 0.24.0 builds and runs fine on -current, but I'm having a scaling issue with ephoto.
I still haven't messed with epour, so that is still broken for me as well. But everything else seems to be fine.
EDIT: connman/econnman broken too.
That's good to know. I rarely use Ephoto and Rage so I am considering dropping them from my GitHub repository. Rage seem to be broken with EFL 1.24.x.
Edit:
I've successfully compiled EFL 1.24.2, Enlightenment 0.24.0, and Terminology 1.7.0.

Last edited by mats_b_tegner; 05-26-2020 at 01:19 PM.
 
Old 05-25-2020, 02:51 AM   #304
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
I am currently using the SlackBuild from SBo and consider to switch to your scripts. I wonder if econnman is part of your build, as it's not for the SBo version.
 
Old 05-25-2020, 04:51 AM   #305
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
Ok, I have tried the build scripts from the repository and noticed that econnman is missing. I wonder if one of you got the nm-applet to work instead because by default it seems to be compiled without libappindicator support (which possibly will finally land in -current one time because of the transition to Plamsa 5 but for now is not part of it)
 
Old 05-25-2020, 06:03 AM   #306
Patrick59
Member
 
Registered: Apr 2007
Location: North France
Distribution: Slackware64 15.0
Posts: 74

Rep: Reputation: 19
Hi,

Any update on gitHub soon ??
And big thanks for that great job !
 
Old 05-25-2020, 06:27 AM   #307
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Patrick59 View Post
Hi,

Any update on GitHub soon ??
And big thanks for that great job !
I'm currently compiling EFL 1.24.2. If they seem to work I can upload updated SlackBuild-scripts to GitHub later today.

Updated Slackbuild-scripts for EFL 1.24.2, Python-EFL 1.24.0, Enlightenment 0.24.0, Terminology 1.7.0 are available on my GitHub repository:
https://github.com/matsbtegner/slackENLIGHTENMENT

Last edited by mats_b_tegner; 05-25-2020 at 07:14 AM.
 
2 members found this post helpful.
Old 05-25-2020, 06:34 AM   #308
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
EFL 1.24.2 release

https://www.enlightenment.org/news/efl-1.24.2
http://download.enlightenment.org/re...-1.24.2.tar.xz
Quote:
Two weeks after 1.24.1 we are back with a new stable release. This collection provides some additional fixes for the 1.24.x series.

Fixes:
* evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape is NULL
* efl_ui_image: fix to call "clicked" smart callback when there is no img
* ecore-x - ensure we fully look at all xkb events and refresh all binds
* evas_vg_container: return NULL in evas_vg_container_add when the parent of container is NULL
* build: ensure we set ENABLE_LUA_OLD when using a lua interpreter
 
Old 05-25-2020, 04:31 PM   #309
Patrick59
Member
 
Registered: Apr 2007
Location: North France
Distribution: Slackware64 15.0
Posts: 74

Rep: Reputation: 19
Quote:
Originally Posted by mats_b_tegner View Post
I'm currently compiling EFL 1.24.2. If they seem to work I can upload updated SlackBuild-scripts to GitHub later today.

Updated Slackbuild-scripts for EFL 1.24.2, Python-EFL 1.24.0, Enlightenment 0.24.0, Terminology 1.7.0 are available on my GitHub repository:
https://github.com/matsbtegner/slackENLIGHTENMENT
Got it !
Running under Enlightenment 0.24.0 right now, thanks for all !Really
 
1 members found this post helpful.
Old 05-27-2020, 05:47 AM   #310
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
I have compiled the latest version on -current. If I try to log the screen, I got an error message like: No PAM support was build into Enlightenment. Do you think you could update the build scripts to support PAM as well?
 
Old 05-27-2020, 10:24 AM   #311
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by lioh View Post
I have compiled the latest version on -current. If I try to log the screen, I got an error message like: No PAM support built into Enlightenment. Do you think you could update the build scripts to support PAM as well?
Works here. Did you use my scripts?
https://github.com/matsbtegner/slack...ent.SlackBuild
Code:
meson \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  -Dmount-eeze=true \
  -Dpam=true \
  -Dsystemd=false \
  . build

Last edited by mats_b_tegner; 05-27-2020 at 10:27 AM.
 
Old 05-27-2020, 10:50 AM   #312
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
Hi,

I have just checked it out today and on my site it did not have pam enabled. I have set it to true manually and it worked. Don't know what I did wrong with the checkout.

Do you have any ideas concerning the network applet? I am currently using nm-cli / nm-tui which is a bit a mess. As connman is not available and I don't know any other alternatives, I would be glad for a hint. Maybe there is a compile option for nm to enable indicator support?

Greetings

Lioh
 
Old 05-27-2020, 11:47 AM   #313
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by lioh View Post
Hi,

Do you have any ideas concerning the network applet? I am currently using nm-cli / nm-tui which is a bit a mess. As connman is not available and I don't know any other alternatives, I would be glad for a hint. Maybe there is a compile option for nm to enable indicator support?

Greetings

Lioh
No, I don't use Connman/eConnman or NetworkManager. I only use /etc/rc.d/rc.inet1.conf and /etc/rc.d/rc.inet2.
 
Old 05-27-2020, 11:55 AM   #314
lioh
Member
 
Registered: Aug 2019
Location: Switzerland
Distribution: Slackware
Posts: 194

Rep: Reputation: Disabled
Ok, np. I will try to figure something out and report back. I have rechecked the git and noticed that I have checked out https://github.com/ryanpcmcquen/slackENLIGHTENMENT.git

So I am going to switch to your repository now. Is it true that I have to uninstall all enlightenment packages I have build before using the script from the repo?
 
Old 05-27-2020, 12:40 PM   #315
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by lioh View Post
So I am going to switch to your repository now. Is it true that I have to uninstall all enlightenment packages I have build before using the script from the repo?
Yes. I build the packages manually in the following order: EFL, Python-EFL, Enlightenment, and Terminology.

Last edited by mats_b_tegner; 05-27-2020 at 06:24 PM.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Enlightenment E19 To Have Full Wayland Support jeremy Linux - News 0 03-19-2014 03:08 PM
LXer: Bodhi Linux 3.0.0 Alpha Release - Give E19 a try LXer Syndicated Linux News 0 03-03-2014 12:51 AM
LXer: Enlightenment E19 Going Into Feature Freeze Soon LXer Syndicated Linux News 0 02-01-2014 06:00 PM
LXer: Enlightenment E19 Can Act As A Wayland Compositor LXer Syndicated Linux News 0 08-25-2013 03:11 PM

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

All times are GMT -5. The time now is 06:54 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