Package Details: ede 2.1-1

Git Clone URL: https://aur.archlinux.org/ede.git (read-only, click to copy)
Package Base: ede
Description: The lightweight Equinox Desktop Environment
Upstream URL: https://edeproject.org/
Licenses: LGPL
Conflicts: pekwm
Provides: pekwm
Submitter: haawda
Maintainer: None
Last Packager: keenerd
Votes: 20
Popularity: 0.000000
First Submitted: 2008-11-09 11:03 (UTC)
Last Updated: 2020-01-22 21:08 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

<deleted-account> commented on 2012-06-09 21:26 (UTC)

ok in my system: x86_64 i install libstdc++5 beffore i add -fPID to the CFLAGS and CXXFLAGS and recompile first edelibs beffore this I compille ede, but i use only one job, i notice that many component in the panel need other alredy compiled for compile (the others, like deps) beffore thi i run ede by a login manager (lxdm-git) and all work...exept if I change wall the wallpaper app not work but i can deal w it Now i post trow ede her ups -fPIC (at final of ALL flags) and dont forget the casesencitive of gcc flags CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC" MAKEFLAGS="-j2"

keenerd commented on 2012-06-09 17:03 (UTC)

Jristz. could you be s little more specific? I tried every combination of cflags andcxxflags last week without any success.

<deleted-account> commented on 2012-06-09 06:02 (UTC)

add libstdc++5 to ede and edelib i'm not sure if makedep or dep add -fPIC in builds CFLAGS and CXXFLAGS for ede and edelib for fix the problem in build applets

<deleted-account> commented on 2012-05-26 23:13 (UTC)

As with tintzin, ede-panel fails to load for me: [edelib] src/Window.cpp:53: loading 'edeneu' theme [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/start_menu.so' : '/usr/share//ede/panel-applets/start_menu.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/quick_launch.so' : '/usr/share//ede/panel-applets/quick_launch.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/pager.so' : '/usr/share//ede/panel-applets/pager.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:108: Loading class Hider [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/clock.so' : '/usr/share//ede/panel-applets/clock.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/taskbar.so' : '/usr/share//ede/panel-applets/taskbar.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/keyboard_layout.so' : '/usr/share//ede/panel-applets/keyboard_layout.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:108: Loading class CPUMonitor [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/mem_monitor.so' : '/usr/share//ede/panel-applets/mem_monitor.so: cannot open shared object file: No such file or directory' [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/system_tray.so' : '/usr/share//ede/panel-applets/system_tray.so: cannot open shared object file: No such file or directory'

keenerd commented on 2012-05-24 00:17 (UTC)

In theory, these problems should be fixed by building edelib with --enable-shared. But that breaks dbus. Add --disable-dbus to it and that breaks a whole bunch of odd things in C++. I am a little stuck.

<deleted-account> commented on 2012-05-23 15:54 (UTC)

Hello, i get this: ede-panel [edelib] src/Window.cpp:53: loading 'edeneu' theme [ede-panel] ede-panel/AppletManager.cpp:49: Unable to load '/usr/share//ede/panel-applets/start_menu.so' : '/usr/share//ede/panel-applets/start_menu.so: cannot open shared object file: No such file or directory'

Alister.Hood commented on 2012-05-23 13:21 (UTC)

I had the same problem with being unable to start it, but somehow the unset solution didn't seem to work. To fix it I also had to remove all the tests like this: if [ "x$XDG_DATA_HOME" = "x" ]; then

swanson commented on 2012-05-23 04:58 (UTC)

Why is .config/ede/ede-settings.conf always overwritten? /usr/etc/xdg/ede/ede-settings.conf isn't even used.

swanson commented on 2012-05-21 15:24 (UTC)

This could be something! Couldn't start ede but this thread solved that; http://sourceforge.net/projects/ede/forums/forum/249616/topic/5288645 XDG settings was not ok. It seems very responsive but I wich there was some settings gui. I edited some ede-conf files but didn't acheive what I wanted. Looking forward to updates.