Activity for EDE

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Hi, In ~/.config/ede/ede-panel.conf, try this: [Panel] applets=system_tray,cpu_monitor,mem_monitor,start_menu,clock,taskbar Panel layout engine is kind-of messy and some applets aligns to left-only and some to right-only positions. This should be changed. For now, ordering is a bit limited. Also in my testing there appears to possibly be a bug in the systray applet display because it is only showing the HP icon for hp-systray)when I should also be seeing an icon for parcellite, pasystray, and pidgin,...

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Commenting it for now.

  • J G Miller J G Miller modified a comment on discussion EDE

    Yes I know that it clearly states that the order of widgets on the EDE panel is currently fixed and one day may respect the order specifiede in ede-panel.conf. So as I only want to change the order of those after taskbar to system_tray,cpu_monitor,mem_monitor,clock I decided to dig into the code and see if a simple re-ordering to my preference was possible. I thought the order was being determined by this list of items in Panel.cpp, so changed the order there #ifndef EDE_PANEL_LOCAL_APPLETS "start_menu,"...

  • J G Miller J G Miller posted a comment on discussion EDE

    Yes I know that it clearly states that the order of widgets on the EDE panel is currently fixed and one day may respect the order specifiede in ede-panel.conf. So as I only want to change the order of those after taskbar to system_tray,cpu_monitor,mem_monitor,clock I decided to dig into the code and see if a simple re-ordering to my preference was possible, I thought the order was being determined by this list of items in Panel.cpp, so changed the order there #ifndef EDE_PANEL_LOCAL_APPLETS "start_menu,"...

  • J G Miller J G Miller posted a comment on discussion EDE

    Thank you for your considertaion of my comments. I understand why you would want to save core files for bug hunting but in normal operation my feeling is that it only adds bloat to the compiled code and slows down the launching of applications (which again is more significant on slower machines for which EDE is the main target). At a very minimum, the code needs to check if the coredump size maximum allows a size greater than zero. My feeling is still that this feature (which is a useful one to have...

  • J G Miller J G Miller modified a comment on discussion EDE

    Thank you for looking into this problem. Latest edelib r.05edc0c (on Github) has the missing files added and so edelib now builds and successfully installs (without applying my local patch to circumvent the problem). However latest ede r.5489ef0 (on Github) which has the fix applied for ede-tip is still missing the README file. Jamfile: EdeManualWithToc README ; ... don't know how to make README ...found 864 target(s)... ...updating 240 target(s)... ...can't find 1 target(s)... ...can't make 2 target(s)......

  • J G Miller J G Miller posted a comment on discussion EDE

    Thank you for looking into this problem. Latest edelib r.05edc0c (on Github) has the missing files added and so edelib now builds and successfull installs (without my local patch). However latest ede r.5489ef0 (on Github) which has the fix applied for ede-tip is still missing the README file. Jamfile: EdeManualWithToc README ; ... don't know how to make README ...found 864 target(s)... ...updating 240 target(s)... ...can't find 1 target(s)... ...can't make 2 target(s)... ...skipped <README-html>README.html...

  • J G Miller J G Miller posted a comment on discussion EDE

    Thanks for looking into this and resolving the issue. Just downloaded the latest ede r.5489ef0 (from Github), successfully built (except for still missing README -- see missing files discussion thread https://sourceforge.net/p/ede/discussion/249616/thread/cf9db1ca/) and installed, and pleased to report that ede-tip is working correctly.

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Fixed. Thanks!

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Hi, Again, good catch! Idea behind start_child_process_with_core() is to create a dump when started application crashes and invoke ede-crasher to spawn gdb on it, trying to get stacktrace. This is useful for EDE apps when they crashes, ede-crasher will try to submit stacktracte to bugzilla (which is offline for now). If you see in ede-launch.cpp file, ede-crasher will be invoked only for EDE apps.... Now, I could add it to (try) to change limit size for the sake of core dump only for EDE apps and...

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Hi, Good catch for this one! Pushed a fix on github. Best, Sanel

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Hi, Thanks for catching these. Please use github and git for EDE - I'm not sure what is state of SourceForge svn service - I suppose I'll need to shut down those. Visiting that link (bugs.equinox-project.org) results in the web page 403 error message I'm aware of this. I've started to move EDE site on one of my servers and the only thing left to complete is bugzilla migration. Is the Github repository in fact the latest most up-to-date version? Yes. Best, Sanel

  • J G Miller J G Miller modified a comment on discussion EDE

    On Linux Mint 18.3 (base Ubuntu 16.04) with libfltk 1.3.3-7, ede-tip (built from either v2.1.0 or latest r.cbcb0e2 from Github) suffers a segmentation violation. Creating a backtrace indicates that this comes from line 219 of ede-tip/ede-tip.cpp #0 0xb77dbbfe in XRootWindow () from /usr/lib/i386-linux-gnu/libX11.so.6 #1 0xb7ec7cf8 in Fl_X::ewmh_supported() () from /usr/lib/i386-linux-gnu/libfltk.so.1.3 #2 0xb7e61348 in Fl::focus(Fl_Widget*) () from /usr/lib/i386-linux-gnu/libfltk.so.1.3 #3 0xb7ebecde...

  • J G Miller J G Miller modified a comment on discussion EDE

    For edelib (Github latest r.414d7a0), in the directory "doc", the Jamfile references three files for installation -- README, INSTALL, COPYING InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) README ] ; InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) INSTALL ] ; InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) COPYING ] ; These files README, INSTALL, and COPYING do not exist in the Github repository...

  • J G Miller J G Miller posted a comment on discussion EDE

    For edelib (Github latest r.414d7a0), in the directory "doc", the Jamfile references three files for installation -- README, INSTALL, COPYING InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) README ] ; InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) INSTALL ] ; InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) COPYING ] ; These files README, INSTALL, and COPYING do not exist in the Github repository...

  • J G Miller J G Miller posted a comment on discussion EDE

    In the progression from v2.1.0 to Github latest r.cbcb0e2, ede-launch no longer calls start_child_process directly but does so via start_child_process_with_core where (if the OS is not Minix) it tries to change the limit size of core dump files to RLIM_INFINITY without any checking of the permitted maximum size. This is a procedural error. Before trying to set the new limit size, it must first test if the new desired size RLIM_INFINIT is less than the permitted maximum getrlimit(RLIMIT_CORE, &rlim);...

  • J G Miller J G Miller posted a comment on discussion EDE

    On Linux Mint 18.3 (base Ubuntu 16.04) with libfltk 1.3.3-7, ede-tip (built from either v2.1.0 or latest r.cbcb0e2 from Github) suffers a segmentation violation. Creating a backtrace indicates that this comes from line 219 of ede-tip/ede-tip.cpp #0 0xb77dbbfe in XRootWindow () from /usr/lib/i386-linux-gnu/libX11.so.6 #1 0xb7ec7cf8 in Fl_X::ewmh_supported() () from /usr/lib/i386-linux-gnu/libfltk.so.1.3 #2 0xb7e61348 in Fl::focus(Fl_Widget*) () from /usr/lib/i386-linux-gnu/libfltk.so.1.3 #3 0xb7ebecde...

  • J G Miller J G Miller posted a comment on discussion EDE

    For the EDE project, if I select the Code tab to go to https://sourceforge.net/p/ede/code/HEAD/tree and view the SVN code repository, it states to download a copy of the code svn checkout https://svn.code.sf.net/p/ede/code/trunk ede-code Execution of this command results in the error message svn: E170000: URL 'https://svn.code.sf.net/p/ede/code/trunk' doesn't exist Is this error deliberate so that people wishing to download the code must go to the Github repository? Is the Github repository in fact...

  • Sanel Zukan Sanel Zukan posted a comment on discussion Help

    Try it live: run ede with pekwm run terminal (urxvt or xterm) and do: pkill pekwm in same terminal run oroborus with: oroborus Let me know how it went.

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. ​ I configured it to use EDE. ​ I also configured /etc/x11/initrc to use EDE. ​ When ede-startup.conf is set to PekWM everything works. When set to Oroborus only Oroborus works. ​ ​​

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. ​ I configured it to use EDE. ​ I also configured /etc/x11/initrc to use EDE. ​ When ede-startup.conf is set to PekWM everything works. When set to Oroborus only Oroborus works. ​ ​​

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. ​ I configured it to use EDE. ​ I also configured /etc/x11/initrc to use EDE. ​ When ede-startup.conf is set to PekWM it works. everything works. When set to Oroborus only Oroborus works. ​ ​​

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. ​ I configured it to use EDE. ​ I also configured /etc/x11/initrc to use EDE. ​ When ede-startup.conf is set to PekWM it works. When set to Oroborus only Oroborus works. ​ ​​

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. I configured it for EDE.

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. I configured it for EDE.

  • blue4 meridian blue4 meridian modified a comment on discussion Help

    Porteus uses SLiM display manager. I configured it for EDE.

  • blue4 meridian blue4 meridian posted a comment on discussion Help

    Porteus uses SLiM display manager.

  • Sanel Zukan Sanel Zukan posted a comment on discussion Help

    Hi, Neat idea! Yes, you can use Oroborus instead of PekWM - just update ede-startup.conf file (find under xdg/ede/ede-startup.conf). I'm not sure how Oroborous is compliant with fd.o standards, but as long as it keeps things sane, you should be fine. Let me know how it went. Best, Sanel

  • blue4 meridian blue4 meridian posted a comment on discussion Help

    Hi Sanel.. I've been developing Porteus Linux for 3yrs under the user name n0ctilucient. I've made an EDE based derivative built on musl libc. But I want use Oroborus. PekWM is baked into EDE. Can you make a version that uses Oroborus?

  • blue4 meridian blue4 meridian modified a comment on discussion eFLTK

    NTK could give EDE a major face lift. I recently reached out to Bill Spitzak (FLTK's creator). He told me that it would be a good fit to merge NTK with FLTK. NTK... is @ non.tuxfamily(.org/ntk/)

  • Sevilla, Larry - for Minix 3 Sevilla, Larry - for Minix 3 posted a comment on discussion EDE

    Thanks for responding... I'm using pkgsrc from Minix3 site. http://www.minix3.org/pkgsrc/distfiles/local/3.4.0/ I think it's old. Got http://www.minix3.org/pkgsrc/distfiles/local/3.4.0/ede-1.0.4.tar.bz2 Anyway typed: "./configure --disable-threads" on the ff directories but got err msg "./configure: not found". /usr/pkgsrc/x11/ede /usr/pkgsrc/x11/efltk /usr/pkgsrc/x11 /usr/pkgsrc Tried to locate "configure" cd /usr/pkgsrc find . -name "configure" many results the most logical "./work/x11/ede/work/ede/configure"...

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Hi Larry, Sorry for delay. From what I can see, you are building efltk (I presume older EDE version). Try with newer one and FLTK - we deprecated eFLTK long time ago. If you must use older EDE version, compile efltk with ./configure --disable-threads. Let me know if you find any problems. Best, Sanel

  • Sevilla, Larry - for Minix 3 Sevilla, Larry - for Minix 3 posted a comment on discussion EDE

    I have posted this to Minix 3 Google Groups, and r0ller pointed me to this site. I'm new to minix (and also EDE). I'm trying to install a GUI Desktop in Minix. Based on available documentation (in Minix3.org): I installed latest minix_R3.4.0rc6-d5e4fc0 on a PC (Pentium D, IDE disk.) executed postinstallation, ie, password, timezone, hostname, ... and also: pkgin update pkgin_sets pkgin install nano (text editing) cd /usr git clone git://git.minix3.org/minix src cd /usr/src make build reboot Tried...

  • r0ller r0ller posted a comment on discussion EDE

    Wow, I didn't expect an answer after ~2 years -especially not from someone outside...

  • Sanel Zukan Sanel Zukan posted a comment on discussion EDE

    Thanks for report. I believe this got fixed in git repo (https://github.com/edeproject/edelib/blob/master/edelib/ts/scheme.h)....

  • J G Miller J G Miller posted a comment on discussion EDE

    This issue is also occuring now on Ubuntu 16.04 / Linux Mint 18. is_inport, is_macro,...

  • Sanel Zukan Sanel Zukan committed [r3683]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3682]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3681]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3680]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3679]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3678]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3677]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3676]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3675]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3674]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3673]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3672]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3671]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3670]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3669]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3668]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3667]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3666]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3665]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3664]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3663]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3662]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3661]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3660]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3659]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3658]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3657]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3656]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3655]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3654]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3653]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3652]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3651]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3650]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3649]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3648]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3647]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3646]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3645]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3644]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3643]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3642]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3641]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3640]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3639]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3638]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3637]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3636]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3635]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3634]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3633]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3632]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3631]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3630]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3629]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3628]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3627]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3626]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3625]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3624]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3623]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3622]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3621]

    Reordering repository

  • Sanel Zukan Sanel Zukan committed [r3620]

    Reordering repository

1 >