You are not logged in.
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
:: Replace ecore with extra/efl? [Y/n] y
:: Replace ecore with extra/efl-docs? [Y/n] y
:: Replace edje with extra/efl? [Y/n] y
:: Replace edje with extra/efl-docs? [Y/n] y
:: Replace eet with extra/efl? [Y/n] y
:: Replace eet with extra/efl-docs? [Y/n] y
:: Replace eeze with extra/efl? [Y/n] y
:: Replace eeze with extra/efl-docs? [Y/n] y
:: Replace efreet with extra/efl? [Y/n] y
:: Replace efreet with extra/efl-docs? [Y/n] y
:: Replace eina with extra/efl? [Y/n] y
:: Replace eina with extra/efl-docs? [Y/n] y
:: Replace eio with extra/efl? [Y/n] y
:: Replace eio with extra/efl-docs? [Y/n] y
:: Replace embryo with extra/efl? [Y/n] y
:: Replace embryo with extra/efl-docs? [Y/n] y
:: Replace emotion with extra/efl? [Y/n] y
:: Replace emotion with extra/efl-docs? [Y/n] y
:: Replace enlightenment17 with extra/enlightenment? [Y/n] y
:: Replace ethumb with extra/efl? [Y/n] y
:: Replace ethumb with extra/efl-docs? [Y/n] y
:: Replace evas with extra/efl? [Y/n] y
:: Replace evas with extra/efl-docs? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: e_dbus: requires ecoreAnd you cannot remove e_dbus because other stuff depend on it. How you solve this?
Offline
Both the new efl and efl-docs package try to replace the same packages:
$ pacman -Si efl|grep '^Replaces'
Replaces : ecore edje eet eeze efreet eina eio embryo emotion ethumb evas
$ pacman -Si efl-docs|grep '^Replaces'
Replaces : ecore edje eet eeze efreet eina eio embryo emotion ethumb evasLast edited by ackalker (2014-01-17 11:22:51)
Offline
I personally solved it by uninstalling enlightenment17 and installing enlightenment. It required removing some files manually but went ok i think. But i'll see how it goes.
Offline
My only thing so far is that firefox doesn't display an icon on the titlebar and if i restart e it appears like an app not started from the ibar.
Also is there a reason for not having it build with wayland support?
Offline
[...] resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: e_dbus: requires ecoreAnd you cannot remove e_dbus because other stuff depend on it. How you solve this?
wait for your mirror to sync the e_dbus package in [extra], I forgot to move it from [testing]
Offline
Both the new efl and efl-docs package try to replace the same packages:
$ pacman -Si efl|grep '^Replaces' Replaces : ecore edje eet eeze efreet eina eio embryo emotion ethumb evas $ pacman -Si efl-docs|grep '^Replaces' Replaces : ecore edje eet eeze efreet eina eio embryo emotion ethumb evas
does this fail updating (apart from the e_dbus thing), or what happens?
Last edited by pressh (2014-01-17 14:02:07)
Offline
wait for your mirror to sync the e_dbus package in [extra], I forgot to move it from [testing]
I updated it "manually". (removed enlightenment17 and installed enlightenment). No problems thus far.
BTW are you thinking of getting terminology into the official repo??
Offline
The same update problem here too.
[root@myhost mak]# pacman -Syu
:: Synchronizing package databases...
core 106.6 KiB 706K/s 00:00 [##################################] 100% extra 1526.6 KiB 866K/s 00:02 [##################################] 100% community 2.0 MiB 870K/s 00:02 [##################################] 100% multilib is up to date
:: Starting full system upgrade...
:: Replace ecore with extra/efl? [Y/n] y
:: Replace ecore with extra/efl-docs? [Y/n] y
:: Replace edje with extra/efl? [Y/n] y
:: Replace edje with extra/efl-docs? [Y/n] y
:: Replace eet with extra/efl? [Y/n] y
:: Replace eet with extra/efl-docs? [Y/n] y
:: Replace eeze with extra/efl? [Y/n] y
:: Replace eeze with extra/efl-docs? [Y/n] y
:: Replace efreet with extra/efl? [Y/n] y
:: Replace efreet with extra/efl-docs? [Y/n] y
:: Replace eina with extra/efl? [Y/n] y
:: Replace eina with extra/efl-docs? [Y/n] y
:: Replace eio with extra/efl? [Y/n] y
:: Replace eio with extra/efl-docs? [Y/n] y
:: Replace embryo with extra/efl? [Y/n] y
:: Replace embryo with extra/efl-docs? [Y/n] y
:: Replace emotion with extra/efl? [Y/n] y
:: Replace emotion with extra/efl-docs? [Y/n] y
:: Replace enlightenment17 with extra/enlightenment? [Y/n] y
:: Replace ethumb with extra/efl? [Y/n] y
:: Replace ethumb with extra/efl-docs? [Y/n] y
:: Replace evas with extra/efl? [Y/n] y
:: Replace evas with extra/efl-docs? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: python2-ecore: requires ecore
:: python2-edje: requires edje
:: python2-evas: requires evas
[root@myhost mak]#Offline
:: python2-ecore: requires ecore :: python2-edje: requires edje :: python2-evas: requires evas [root@myhost mak]#
These python2-* packages are not official packages. You need to remove them and switch to python2-efl from AUR as the AUR page of those packages tell you.
Offline
BTW are you thinking of getting terminology into the official repo??
yes, planning to do so for a long time already, just never came to it. There is even an AUR package I can use with minor effort, I just get to it now before I forget about it again.
Offline
89c51 wrote:BTW are you thinking of getting terminology into the official repo??
yes, planning to do so for a long time already, just never came to it. There is even an AUR package I can use with minor effort, I just get to it now before I forget about it again.
THANK YOU.
Offline
Really, e_dbus could just be dropped, nothing in the main repos needs it anymore. There are things in the AUR that need it, so having it in extra is easier for that. Maybe I shouldn't have said anything... ![]()
Glad to see terminology going to extra; with all of the publicity it's gotten, that's really where it needs to be.
Offline
jmak wrote::: python2-ecore: requires ecore :: python2-edje: requires edje :: python2-evas: requires evas [root@myhost mak]#These python2-* packages are not official packages. You need to remove them and switch to python2-efl from AUR as the AUR page of those packages tell you.
Thanks, it worked.
Offline
I may remove it at some later point after everybody migrated to the new packages.
Offline
I just updated (without a hitch!), everything seems fine. However, systray is not working for me anymore. I tried to reload the module but it just won't reappear.
Anyone else having these issue's?
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
@Rexilion,
Right click on the systray and enable this checkbox: Systray > Settings > Enable Xembed
Offline
Just attempted an upgrade to e18, but am unable to start e afterward. Any help would be appreciated. TIA
I first removed all AUR e17 packages.
And removed e_dbus (cause it was at v 1.7.9)
Then I upgraded the system.
Afterward enlightenment wouldn't start using lxdm.
I removed the .e folder from my home directory.
Then started e again.
It ran through the setup program, then segv'd.
I clicked on recover, the desktop background appeared along with the bottom shelf and then e segv'd.
From here I could click on recover as many times as I liked and nothing would change.
There does seem to be a dialog behind the segv'd message, but I can't see what it says.
I don't see any errors in .xsession-errors or the journal, there are no crash logs in my home dir.
I've tried to run e using Xephyr, which shows me these errors:
E_RANDR Event: Screen Change: 1024 768
Config Timestamp Changed
E_RANDR Event: Output Change
Output: 408
Crtc: 407
Mode: 414
Output Connected
Looping Our Crtc Configs
Looping Our Output Configs on this Crtc: 407
Output 408 Not Found In Our Config
Create New Output Config
New Output Config Created: 408
Failed to find Primary Output Config
NO MAIN OUTPUT CONFIG TO CLONE TO !!!
Output Changed, Added, or Removed. Saving Config
CHANGE PW SAVE MODE TO 2 / 4
PAUSE !
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda1, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda2, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda4, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda5, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda6, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda7, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/block_devices/sda8, error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR<1832>:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting all properties of org.freedesktop.UDisks2 /org/freedesktop/UDisks2/drives/ST320LT007_9ZV142_W0Q7QR97, error message: org.enlightenment.DBus.Canceled Canceled by user.Last edited by henrythemouse (2014-01-18 05:13:22)
Offline
@henrythemouse
Try a new clean account. This might rule out any other config files that could interfere.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
@henrythemouse
Try a new clean account. This might rule out any other config files that could interfere.
That works. Using a new account, e18 loads and all is well. Now comes the hard part ... how to fix the user account that is having the problem. Can you think of any known or likely places to start?
Thanks for the help.
Offline
@henrythemouse
Try a new clean account. This might rule out any other config files that could interfere.
Apparently it has something to do with the fact that I also have e16 installed. If I run e16 on this new account then e18 will not start afterward. If I then run e18 (even though it still segv's) on the original account I can logout and start e18 on the new account. If I then run e16 on the new account, logout, and login using e18 it will fail to start at all. This leads me to believe that the issue may not be in the home directory, although it does seem like I may have two seperate issues here.
Followup:
I'd delete this post if I could, as it turns out this e16/e18 behavior above was being caused by lxsession manager. One I uninstalled that,this behavior stopped.
The original e18 segv problem on the primary account is still happening, but the new account has no issues any more.
Followup 2:
If I remove the .e directory under the primanry account and login using e18 and select the mobile profile e18 starts without any problems.
Followup 3:
I gave up and removed the nonworking account (after backing up), re-created that account, then spent a few hours reconfiguing everything. But e18 works now, so maybe it was worth it.
Last edited by henrythemouse (2014-01-20 02:59:53)
Offline
No need to delete posts, this information could help others
.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
Hi, all your tips also worked fine for me! e18 is running excellently!
But I've got one question: Are there any alternative e18 themes right now anywhere not coming from PCLinuxOS? All Themes currently available on e17-stuff.org look awful because they all have a "PC" or "bull" as e start icon. I used "A-Night-Bling" and "A-Night-Blue" the last years but these themes are currently out-of-date and importing them brings e18 into a state where it is not usable anymore (is there no version checking on themes right now??).
Thanks!
beachcoder
PS: Oh right, if you faultly imported a theme that brings e18 down, you have to delete ~/.e and ~/.elementary to get it working again. Making backups of ~/.e is always useful
cd ~; tar cvf backup/e18-profile.tar .e, just for those who encounter the same problem.
Last edited by beachcoder (2014-01-19 21:27:27)
Offline
@Beachcoder: http://exchange.enlightenment.org/ ?
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline
@Beachcoder: http://exchange.enlightenment.org/ ?
Yep, I know that page. But as mentioned, my e18 becomes unusable when importing older themes. E.g. theme is takend, but now menus are working and no action can be performed. The themes on exchange.enlightenment.org look much older than on e17-stuff.org, and even there only the newest ones (from PCLinuxOS) are working. I think I'll have to be patient and wait for the theme designers to (hopefully) update.
beachcoder
Offline
Ah, I was under the impression that exchange.enlightenment.org was the most up-to-date source.
I guess this is the downside of not having a 10 year release cycle
.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline