Enlightenment E17's EFM breaks when theme changes

Hello.
I've installed the "enlightenment17" package, as indicated in the wiki article. After a few clashes against the Enlightened way of life (which it totally won), I was ready to give it a look & feel more to my liking. So I installed the e17-themes package from AUR, and started playing around with those.
Sadly, after a short while, I noticed that whenever I changed the theme, from "default" to anything else, the EFM windows would stop showing their contents. I mean: they are not frozen, I see no errors anywhere, everything is nice and smooth as always, but… EFM windows are empty.
I'm aware the same wiki article mentions a change in themes' format:
Note: During 2010 there was a change in how themes work, so older themes will not work unless they were updated. There used to be an edje_convert tool to do this, but that has been dropped long ago
But, if that tool is deprecated (and assuming that is the problem, a fact of which I'm not sure at all), how is such a conversion performed?
Any help on the issue will be appreciated. Best regards.
Last edited by bruno.unna (2013-05-05 20:23:53)

bruno.unna wrote:But, if that tool is deprecated (and assuming that is the problem, a fact of which I'm not sure at all), how is such a conversion performed?
It's not. Any themes that weren't converted are effectively dead. More than that, there was a change in theme API a month or two before before E17's release, so any theme that hasn't been updated in the last 6 months or so probably isn't going to work.

Similar Messages

  • Break when element changes with in section.

    i have code like this
    <?for-each@section:G_1[CODE='D']?>
    <?for-each:G_2?>
    <?IND?><?STYLE?><?FIN?><?DR?>
    <?end for each?>
    <?end for each?>
    every thing works fine i get new page for as i specified condition by <?for-each@section:G_1[CODE='D']?>
    but inside inner loop <?for-each:G_2?>
    <?STYLE?> changes with in that section i need page break again like with in one section( i have section break on outer loop) i may get 3-4 styles information on same page so need to break again when every style changes with in that section.
    i was trying below logic but not working as expected.
    <?if:STYLE[(.=preceding::STYLE)]?><?split-by-page-break:?><?end if?>
    and
    <?if:preceding-sibling::G_2/STYLE!=STYLE or position()=1?><?split-by-page-break: ?><?end if?>
    can any one help me what is the mistake i was doing.

    check inbox forwarded modified template.

  • ALV Page Break when Catagory Changes (ie SO # change)

    I will have an ALV report with a Sale Order # on a header section and line items associated for the header SO#, and when a different SO# occurs it will go to next page and display the next SO# on header section and the item info on the main body.  Is this possible and how would I set this up?  (not using OO).  Thanks in advance.

    Hi,
      Try this..
      Add a row for the sales order # field to the sort internal table T_SORT and pass it in the parameter IT_SORT..
      DATA: T_SORT TYPE LVC_T_SORT.
      DATA: S_SORT TYPE LVC_S_SORT.
      S_SORT-SPOS = '1'.
      S_SORT-FIELDNAME = 'VBELN'.   "Sales order #
      S_SORT-UP = 'X'.
      S_SORT-GROUP = '*'.    "This will trigger a page feed
      APPEND S_SORT TO T_SORT..
    Thanks,
    Naren

  • How to put a page break when a value changes

    Hi there, I am very new to BI Publisher. I realize this is a really SIMPLE question, but I can't seem to find a CLEAR answer.
    I have a set of data that I have a repeating group for in my RTF template and it works great. But I want to have a page break each time one of the values changes and I cannot figure out how.
    here is the xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle Reports version 6.0.8.28.0 -->
    <PIR05>
    <LIST_G_ITEM_NO>
    <G_ITEM_NO>
    <PAGE_NO>0</PAGE_NO>
    <ITEM_NO>4242301</ITEM_NO>
    <ITEM_DESC1>13MM Aries Cell Assembly</ITEM_DESC1>
    <LOT_NO>123</LOT_NO>
    <LOT_DESC>4242301</LOT_DESC>
    <SUBLOT_NO />
    <LOCATION>2IRE</LOCATION>
    <GRADE_CODE>NONE</GRADE_CODE>
    <ITEM_UM>Each</ITEM_UM>
    <ITEM_UM2 />
    <LINE_NO>614</LINE_NO>
    <COUNT_NO>614</COUNT_NO>
    <P_ITEMUM2LABEL />
    <P_ITEMUM2DASH />
    <F_ITEMUM2>1</F_ITEMUM2>
    <P_CSITEMUM2_LABEL />
    <P_CSITEMUM2_DASH />
    </G_ITEM_NO>
    - <G_ITEM_NO>
    <PAGE_NO>0</PAGE_NO>
    <ITEM_NO>4242301</ITEM_NO>
    <ITEM_DESC1>13MM Aries Cell Assembly</ITEM_DESC1>
    <LOT_NO>1232</LOT_NO>
    <LOT_DESC>4242301</LOT_DESC>
    <SUBLOT_NO />
    <LOCATION>2IRE</LOCATION>
    <GRADE_CODE>NONE</GRADE_CODE>
    <ITEM_UM>Each</ITEM_UM>
    <ITEM_UM2 />
    <LINE_NO>615</LINE_NO>
    <COUNT_NO>615</COUNT_NO>
    <P_ITEMUM2LABEL />
    <P_ITEMUM2DASH />
    <F_ITEMUM2>1</F_ITEMUM2>
    <P_CSITEMUM2_LABEL />
    <P_CSITEMUM2_DASH />
    </G_ITEM_NO>
    <G_ITEM_NO>
    <PAGE_NO>0</PAGE_NO>
    <ITEM_NO>4242301</ITEM_NO>
    <ITEM_DESC1>13MM Aries Cell Assembly</ITEM_DESC1>
    <LOT_NO>562354</LOT_NO>
    <LOT_DESC>4242301</LOT_DESC>
    <SUBLOT_NO />
    <LOCATION>WOR RECV</LOCATION>
    <GRADE_CODE>NONE</GRADE_CODE>
    <ITEM_UM>Each</ITEM_UM>
    <ITEM_UM2 />
    <LINE_NO>603</LINE_NO>
    <COUNT_NO>603</COUNT_NO>
    <P_ITEMUM2LABEL />
    <P_ITEMUM2DASH />
    <F_ITEMUM2>1</F_ITEMUM2>
    <P_CSITEMUM2_LABEL />
    <P_CSITEMUM2_DASH />
    </G_ITEM_NO>
    </LIST_G_ITEM_NO>
    <WHSE_DESC>OPM INVENTORY ORG</WHSE_DESC>
    <CS_NODATA>617</CS_NODATA>
    <CYCLE_NO>000000014</CYCLE_NO>
    </PIR05>
    I want the g_item_no (repeating group) to have a page break each time LOCATION changes.

    You can declare two variables, to hold the previous and current LOCATION values and break the page when it differs.
    Or just before your end-for-each, have this code.
    <?if:position()!=1 and position()!=last() and LOCATION!=following::LOCATION[1]?><xsl:attribute name="break-before">page</xsl:attribute><?end if?>
    Ensure that its placed in a form field.
    This will have a page break when LOCATION changes.

  • [Enlightenment E17] Problems with EFM after last Update [solved]

    Hello Folks!
    I'm having some very ugly problems with my Enlightenment E17 Desktop after the last full system upgrade. This problem has already been reported to the German Arch Linux community, but no response yet, but I can't figure out that nobody else troubles the same probs.
    This is the following what I get when running pacman -Ss e17-svn
    community/e-svn 42849-1 (e17-svn)
    Enlightenment window manager DR17 (aka e17)
    community/e_dbus-svn 42682-1 (e17-libs-svn e17-svn)
    dbus abstraction layer for e17
    community/ecore-svn 42854-1 (e17-libs-svn e17-svn)
    Ecore is an abstraction layer for e17
    community/edje-svn 42794-1 (e17-libs-svn e17-svn)
    A graphical design and layout library based on Evas
    community/eet-svn 42851-1 (e17-libs-svn e17-svn)
    A data storage and compression library
    community/efreet-svn 42759-1 (e17-libs-svn e17-svn)
    freedesktop.org specifications for e17
    community/eina-svn 42822-1 (e17-libs-svn e17-svn)
    E17 file chunk reading/writing library
    community/embryo-svn 42739-1 (e17-libs-svn e17-svn)
    implementation of a C like scripting language for e17
    community/evas-svn 42855-1 (e17-libs-svn e17-svn)
    A hardware-accelerated canvas API for X-Windows
    The problems that occur to me are following: I'm using EFM as file manager. It's not the best one, but it fits into the E17 concept - simple, lightweight, fast - and thats what I like. But, after the latest update, when I click a folder on my desktop, EFM now comes up in a stupid very tiny window. The window is so small, that I need to resize it every time to see any content. Before the update, everything worked fine, the EFM windows came up as they should.
    Another problem I'm having with some applications, e.g. the Okular-Viewer, is that I'm not able to size down the window - it is always in full screen, and there's no chance to move it up (even not on the desktop preview widget) to move it down. Okular is always 100% filling my screen (over the height, only), and I'm not able to size it down. In the previous version, I didn't got this problems.
    My question is now: is there any way to install the previous Enlightenment E17 packages? They where much better that this one... or will another update come out soon??
    Thanks in advance for any help, any help is appreciated!
    beachcoder
    Last edited by beachcoder (2009-10-09 09:04:21)

    Have you tried starting with a clean config and the default theme, it helps sometimes after big code changes?
    If that doesn't help...
    beachcoder wrote:My question is now: is there any way to install the previous Enlightenment E17 packages? They where much better that this one... or will another update come out soon??
    If you find some mirror which keeps outdated packages that should not be a problem. Be sure to downgrade all of e17 packages (also some packages were deprecated and thus removed from the server during the last upgrade so you'd need to have those as well. You may still have those on your system though)
    About a quick update, depends if Ican replicate it and if there is an easy fix. These things happen now and then with pre-alpha software when they do make major code changes.  I try to test every update locally before putting it live but I of course can't test every single feature.
    Last edited by pressh (2009-10-09 06:03:31)

  • Enlightenment theme change

    When I changed the theme in Enlightenment DR17, the keyboard layout switches to something else, maybe english. Normally I use the german keyboard settings. Further, some menu points under Settings are gone, including the Theme entry. After I log out and in again, sometimes it works well.
    I have applied all package updates.
    Is that a bug and if yes, where can I report that issue? What information is needed to debug?

    Scimmia wrote:Are you using E16 or E17, and are you sure the themes are for the version you're using?
    I think Enlightenment version is e17. It's from official repos:
    extra/enlightenment 1.0.10-2 [installed]
    A fast, flexible, and very extensible Window Manager
    extra/epplet-base 0.13-2 [installed]
    Addon plugins for the enlightenment windowmanager
    community/e-svn 76686-1 (e17-svn) [installed]
    Enlightenment window manager DR17 (aka e17)
    community/elementary-svn 76673-1 (e17-libs-svn e17-svn) [installed]
    I installed themes from AUR and I assume they are for e17 because it's package name is 'e17-themes' and they do not appear to be out of date:
    aur/e17-themes 20110216-1 [installed] (402)
    Themes for E17 desklock from exchange.enlightenment.org

  • Why is it that when I change the contacts on my phone, it changes them on my mom and dad's as well?

    My family and I recently got iPhones for Christmas. One for my dad, one for my mom, and one for me.  We also have an iPad 2.  They are all hooked up to iCloud via one username.  When we got the phones, we had trouble transferring our contacts from our old verizon phones to our new apple ones but we eventually got the contacts we needed.  At first, my mom's phone was not connected to the iCloud account shared by the rest of us and the iPad.  She wanted the calendar from the iPad so I deleted the account on her phone and added the iCloud account that the iPad was using.  All was fine until my dad and I realized that our contacts were wiped from our phones and replaced with my mom's.  I then started painstakingly deleted my moms contacts and replacing them on my own on my phone.  However, contacts were being deleted from my mom and dad's phone at the same time.  It's almost like the three phones are constantly synching with each other.  It would be ideal if we could get all of our contacts back the way they were before my mom changed her account but we would settle for this constant synching to stop. Please give us some direction here, we are new to this. Thanks in advance!

    Why is it that when I change the contacts on my phone, it changes them on my mom and dad's as well?
    Because, as you said "They are all hooked up to iCloud via one username. ". That is exactly what iCloud does.
    You need independent iCloud accounts for each person to maintain independent contact lists.

  • My itunes account was for uae store and i change it to the usa store  by a itunes gift card , When i change it i lost all of my purchased and i cant do any updates to the apps what should i do to get them back

    1- My itunes account was for uae store and i change it to the usa store  by an itunes gift card , When i change it i lost all of my purchased and i cant do any updates for  the apps and games  what should i do to get them back .
    2- Can I Transfer the amount to another Account .
    and thnx

    Call Apple sales support. Something apparently went wrong in your transaction. In the USA the number is 1-800-676-2775.
    Best of luck.

  • 5800 theme changes and apps dissapear when connect...

    Hi there,
    I have a problem whereby when I connect my 5800 to my laptop via USB in pc suite mode or mass storage it changes my theme, my shortcuts and also some of my applications are not there in the menus....
    They return when I unplug it again, but it is very annoying and frustrating.
    I also cannot get homescreen email notifications from nokia messaging from time to time...the option in homescreen themes seems to appear and disappear when it feels like......(very annoying, and I have asked about this in another thread)
    I  read about people recommending hard reset/reboot for various issues and would like to know what you need to back up if this is to be done?
    Thanks for any help
    Neil 

    Hi Neil,
    when you connect your mobile to PC via USB and select mass storage mode your phone can not acces to files on memory card - including your theme files. Probably this is reason why your theme changes after connecting to PC.
    Peter

  • I am trying to organize thousands of images in aperture.  The dates on the old scanned images is all 2008, when I started importing them.  When I change the date in aperture some of them hold the modified date and some revert to 2008.  Any ideas?

    I am trying to organize thousands of old images in aperture.  Aperture dates them all in 2008, when I started this project.  When I change the date in aperture some of them hold the modified date and some revert to 2008.  Any ideas?

      I just tried a test library, re-imported fresh images from a hard drive, and the date changes still revert.
    So neither your external drive nor your Aperture library are to blame.
    What do you mean test in a different user acct?  Would it be a good idea to uninstall and re-download aperture 3?
    Appreciate all your help.
    I meant the trouble shooting procedure described here:  Isolating an issue by using another user account
    To test, if some settings in your user account are faulty or preferences files corrupted, it helps to create a new user account from the "Users&Groups" System preferences. With a brand new user account you can see, if something in your current account is causing this.
    Should you see, that Aperture is not even working from a new and clean account, I'd reinstall Aperture, and if need be the Operating system.  Are you using any plug-ins?

  • When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them.

    When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them?

    Go to view➡show duplicates then select all to delete

  • TS4051 This MacBook Pro (circa 2011) is the second Apple laptop with the same issue.  When I change sites (or at least many of them), the Mac issues a single chime.  I do not have any clue what this might be ... or if it even needs repairing if I can stan

    This MacBook Pro (circa 2011) is the second Apple laptop I have owned with the exact same issue.  When I change sites (or at least many of them), the Mac issues a single chime.  I do not have any clue what this might be ... or if it even needs repairing if I can stand the chime.
    If anyone has any ideas, I surely would love to hear!  Many thanks!
    Madelaine

    This is the Mac Pro (desktop workstation) forum.  You will probably get more meaningful results here:
    MacBook Pro: Notebooks: Apple Support Communities
    good luck

  • I am having trouble with an excel file wanting to save when no changes were made & opening as read only for the 2nd person - but allowing them to save the file.

    1) I am having trouble with an excel file wanting to save when no changes were made.  As soon as you open the file and exit.  It prompts for a save.
    All excel versions are 15.0.4701.1002.
    Using a table.
    the functions CELL, OFFSET, TODAY, INDIRECT, NOW, INFO and RAND are not being used.
    2) Same file.   2nd person is being told they are opening the file as read only - but when they are quitting excel prompts them to save the file. 
    Everything was working fine.  I started having problems with Excel, IT wiped my version out and re-installed office. 
    File is on networked server HP - Windows Server 2012 Essentials.  
    We are all on Windows 8.1 Pro.
    I really hope someone can help - the excel expert had no answer - and passed me along to here.

    I copied the whole file and started deleting worksheets one at a time and testing it by closing it and re-opening it then closing it again – to see if it wanted to save. 
    Once all the pivot tables were deleted – the problem went away. 
    I found that some of the pivot tables had automatic refresh upon open, so this caused the excel to think data had changed. 
    It is fixed now.  By clicking on one cell of the pivot table, analyze, options, data and uncheck the 3<sup>rd</sup> square down to not automatically refresh.  NOT A NETWORK ISSUE.

  • When i change bookmarks and close firefox and open it up again changes to my bookmarks have gone back to what they were before i changed them?

    when i change my bookmarks and close firefox and open it up again changes to my bookmarks have gone back to what they were before i changed them?

    hi chris thanks for your help, the start in safe mode and reset tools solved the problem, ive spent days trying to solve it, you'v saved me a lot of frustration, thanks again,

  • Does anyone know why when i change a contacts number and then try to send them a message the old number still pops up??

    Does anyone know why when I change a contacts number and then try to send them a message the old number pops up aswell??

    The phone remembers recently used numbers just like how Mail remembers recently used email addresses. As time goes by the phone will eventually forget unused number that are not in your contacts as long as you do not use it. Same for unused email addresses that are not in your contacts.

Maybe you are looking for