Skip to content

henrybarreto/lxtask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXDE project logo

LXTask is a lightweight and desktop-independent task manager derived from xfce4-taskmanager with all dependencies on xfce removed, new features, and some improvement of the user interface.

Dependencies

It requires make, automake, intltool and GTK+ 2.6 or newer. Furthermore, you will also need the Rust toolchain to build the project.

To install Rust toolchain, you can access this page, or run the comamnd bellow.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Build and Installation

To build LXTask, follow these steps:

./autogen.sh

Run the configure script to configure the build options:

./configure

Run the make command to build the LXTask:

make

Optionally, you can run the make check command to run the test suite:

make check

Finally, run the sudo make install command to install LXTask on your system:

sudo make install

Other Information

LXDE uses the Openbox window manager by default, but it can also be used with other window managers.
LXDE includes a range of lightweight applications, such as the PCManFM file manager and the LXPanel taskbar.
For more information about LXDE, see the project website at http://lxde.org/.

About

LXTask with a small piece of Rust to play

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.8%
  • M4 3.2%
  • Rust 2.4%
  • Makefile 1.6%
  • Other 2.0%