Search:

Type: Posts; User: Ru1138; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: I need an idea

    by Ru1138
    Replies
    5
    Views
    473

    Re: I need an idea

    Maybe you could try writing a GUI that unpacks tarballs and gives them the "configure, make, make-install" command.

    There's a Python module that can help with that. http://pypi.python.org/pypi/sh
  2. Replies
    0
    Views
    596

    Plymouth hue cycle theme

    I'm thinking about making a Plymouth theme that's like this: it would consist of a rounded square that cycles through different colors similar to the way the "hue cycle spectrum" in Windows Movie...
  3. Replies
    2
    Views
    782

    [ubuntu] Re: Custom Plymouth theme not showing up

    A friend of mine made a new .script file.


    screen_width = Window.GetWidth ();
    screen_height = WIndow.GetHeight ();

    counter = 25;

    flower = Image ("Untitled.png");
    sprite_flower = Sprite...
  4. Replies
    2
    Views
    782

    [ubuntu] Re: Custom Plymouth theme not showing up

    Bump and new information. Here's my current .plymouth file:


    [Plymouth Theme]
    Name=Cornflower
    Description=Cornflower plymouth theme
    ModuleName=script

    [script]...
  5. Replies
    2
    Views
    782

    [ubuntu] Custom Plymouth theme not showing up

    I've created a custom Plymouth theme for Ubuntu 12.10. The problem is that when I run the X11 plugin (the one that lets me see the splash without rebooting) it shows a black screen. I tried the...
  6. Replies
    0
    Views
    755

    Cannot find input file: `Makefile.in'

    I'm trying to make a Plymouth theme but I have a problem. When I try ./autogen.sh --prefix=/usr/ --with-system-root-install for the X11 plugin, I get this error message: cannot find input file:...
Results 1 to 6 of 6