wolfyjade / activate-elementary

The "Activate Windows" watermark ported to Linux (and then ported to elementary OS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activate-elementary

A screenshot of a Linux desktop displaying the watermark.

OwO, what's this?

This small program displays an "Activate elementary OS" prompt, similar to what Microsoft Windows (8 or later) displays in the lower right corner when you don't activate your Windows installation with a valid license.

Credits

This is a fork of MrGlockenspiel's "activate-linux" which is inspired by ENTMusic's "activate-arch" fork. I modified the displayed text (including the font), the build script and this exact README you're reading right now.

Building and running this program

Prerequisites:

cairo (hard dependency), clang (required for compiling) and the Inter font package (required by cairo, otherwise it'll not display the activation prompt).

Building:

Mark the build script as executable (chmod +x build.sh) and run it (./build.sh).

It'll create a binary named activate-elementary which is already marked as executable.

Running:

Since it's already marked as executable, you just need to run it by typing ./activate-elementary into the terminal that currently is in the same directory as the binary (or run it using your file manager).

To run it from anywhere, you would need to copy the binary into your /usr/bin folder (sudo cp activate-elementary /usr/bin/.) and run it as if it were any other program.

Known issues

  • It might not run on elementary OS (the distro it's intended to run on). I haven't found a workaround yet. (please help me fix this issue since otherwise this fork would be completely unnecessary)

About

The "Activate Windows" watermark ported to Linux (and then ported to elementary OS)

License:Other


Languages

Language:C 96.6%Language:Shell 3.4%