PDA

View Full Version : Theme Maker does not build .deb file


Pizero
12-29-2009, 02:53 PM
Hello,

I'm trying to make a theme with Theme Maker 1.2.7 on a fresh installed Ubuntu 9.10.

I installed Ubuntu first as I found the Theme Maker not working with Windows (freezes at 1%),

Then I installed Java to run the app.

I run Theme Maker, that succesfully builds the theme in the themename subdirectory, but won't give me a .deb file; it is showing an error like "error in tar creation"; then "problems in making .debian"

If someone could help me I will be very grateful :)

konttori
12-29-2009, 03:01 PM
Click on the make debian icon. That should create a themename_all.deb file.

Pizero
12-29-2009, 03:12 PM
It says "control file creation failed". It does not create the package.

joppu
12-30-2009, 11:04 AM
It's not working with Linux. You will need to use Windows to package it.

Pizero
12-30-2009, 03:24 PM
In Windows it does not even build the theme, it freezes at 1%. I'm using Win 7 64-bit.

joppu
12-31-2009, 09:18 AM
Did you run it from the shell script?

Pizero
12-31-2009, 09:50 AM
I made the app working on Windows Xp finally. But unfortunately, after compiling the theme, even here it does not build the .deb file. It gives me the same error as in Linux

d-iivil
01-04-2010, 05:32 AM
I'm having the same problem here. Actually if you look at the command line output after hitting the create theme -button you can see that even that doesn't go as planned. I get multiple tar-creating -errors in the end of the command line window...

Too bad. I would like to have a steel/grey-theme I just finishded to work in my N900.

Edit: so far I've tried multiple theme maker versions with two different Windows machines. Other has x64 Win7 and other has x86 Windows XP.

zvogt
01-04-2010, 11:59 PM
I had the same results in Ubuntu. I actually sent an email to Urho Konttori which included the output from the command line on December 23rd, but I never got a response.

Tesno
01-14-2010, 10:27 AM
I also get folder, but I can't form debian package. Does this function need something more than just unpacking thememaker zip? I'd make tons of themes after I get this to work.

d-iivil
01-14-2010, 01:25 PM
I also get folder, but I can't form debian package. Does this function need something more than just unpacking thememaker zip? I'd make tons of themes after I get this to work.

Same here...

Lacedaemon
01-14-2010, 01:33 PM
You can use
dpkg -b drop theme folder here

as an alternative to build a .deb package.

gandotratushar
01-29-2010, 04:47 AM
i am having the same theme building problem. here is the trace:

file: A Fremantle.themeContent.zip
file: .DS_Store
Something wrong with loading of settings...
-1
-1
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(DirectColorModel.java:999)
at java.awt.image.BufferedImage.<init>(BufferedImage.java:321)
at maemothememaker.MainWindow.buildThemeButtonActionP erformed(MainWindow.java:815)
at maemothememaker.MainWindow.access$1400(MainWindow. java:34)
at maemothememaker.MainWindow$15.actionPerformed(Main Window.java:392)
at javax.swing.AbstractButton.fireActionPerformed(Abs tractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed (AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed (DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultB uttonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.jav a:6263)
at javax.swing.JComponent.processMouseEvent(JComponen t.java:3255)
at java.awt.Component.processEvent(Component.java:602 8)
at java.awt.Container.processEvent(Container.java:204 1)
at java.awt.Component.dispatchEventImpl(Component.jav a:4630)
at java.awt.Container.dispatchEventImpl(Container.jav a:2099)
at java.awt.Component.dispatchEvent(Component.java:44 60)
at java.awt.LightweightDispatcher.retargetMouseEvent( Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(C ontainer.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Conta iner.java:4168)
at java.awt.Container.dispatchEventImpl(Container.jav a:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475 )
at java.awt.Component.dispatchEvent(Component.java:44 60)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 599)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:122)

I am trying to use ThemeMaker 1.2.9 version and
# java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)