Menu

#613 Not compiling all available templates - Linux

common
closed
nobody
5
2016-01-06
2015-11-29
No

Hi,

I have noticed in the source code, that template compiling only compile for the Basic and Travel templates.

Currently the makefile.am looks liek this:
pkgdatadir=@datadir@/@PACKAGE@/templates/Basic
pkgdata_DATA = Basic/.dvdt Basic/.png

pkgdata2dir=@datadir@/@PACKAGE@/templates/Travel
pkgdata2_DATA = Travel/.dvdt Travel/.png

Would I need to make entries for each template folder or can I possibly do a generic makefile like this:
pkgdatadir=@datadir@/@PACKAGE@/templates/
pkgdata_DATA =
/.dvdt /*.png

I am not sure how the wildcard for folders work in Linux. I am running ElementaryOS 0.3.1 which is essntially Ubuntu 14.04.

Any advice would be appreciated

Thanks

Discussion

  • NtAlex

    NtAlex - 2015-12-01
    • status: open --> accepted
     
  • NtAlex

    NtAlex - 2015-12-01

    fixed in DVDStyler 2.9.5 (uploaded yesterday)
    Please test

     
  • Selwyn Orren

    Selwyn Orren - 2015-12-02

    Hey Alex,

    Thanks I will definitly give it a test soon

     
  • Selwyn Orren

    Selwyn Orren - 2015-12-03

    Hi Alex,

    Yes it works perfectly, now there are all the themes in Linux as well. I have however noticed another small related bug. The autumn Theme throws and error that it cannot find the background Autumn.png, Having a look at teh make file inside teh backgrounds, I see its set to only compile jpg images and no PNG images.There are q few png images in the backgrounds list. Should these be changed to Jpg files or should the make file be adapted to read both?

    I am more than happy to convert teh PNG images to JPG for you if it will help.

     
  • NtAlex

    NtAlex - 2016-01-06

    Hi Selwyn,

    Thank you for the testing.
    This bug is fixed in DVDStyler 2.9.6. Please check.

     
  • Selwyn Orren

    Selwyn Orren - 2016-01-06

    Thanks Alex,

    I will try compile shortly. Thanks so much for yoru hard work!! All the best for 2016

     
  • Selwyn Orren

    Selwyn Orren - 2016-01-06

    Absolutely Perfect, Thank you so so much!!!

     
  • NtAlex

    NtAlex - 2016-01-06
    • status: accepted --> closed
     

Log in to post a comment.