
Debian OS X
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Este es mi primer Usplash personalizado, lo único que hace falta es compilarlo, con e instalarlo, esto se logra con dos simples pasos:
$ make
# make install
Resoluciones:
1024x768
1280x800
1440x900
1280x1024
********************************************
This is my first custom Usplash, the only thing we need is to compile, and install it with, this is accomplished with two simple steps:
$ Make
# Make install
lorthorioz
7 years ago
Report
M3741
11 years ago
I'm running Ubuntu Jaunty 9.04 and can't get it to work.
I've tried the simpler way, "make install", but that didn't work. The results were no splash, just white text on black screen (as if I had no splash configured)
After that I tried to build it with "make" but I got the following message:
make: Circular dependency macx_1024_768.png <- macx_1024_768.png.c abandoned.
pngtousplash macx_1024_768.png > macx_1024_768.png.c
/bin/sh: pngtousplash: not found
make: ** [macx_1024_768.png.c] Error 127
rm macx_1024_768.png.c
Any solutions to any of these problems?
Report