Giter Site home page Giter Site logo

henrybarreto / lxtask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lxde/lxtask

0.0 0.0 0.0 696 KB

LXTask with a small piece of Rust to play

License: GNU General Public License v2.0

Shell 1.05% C 90.68% Makefile 1.64% M4 3.19% Roff 1.05% Rust 2.39%

lxtask's Introduction

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/.

lxtask's People

Contributors

aileven avatar aldatsa avatar billy3321 avatar brother avatar cilyan avatar crayxt avatar dgod avatar gilir avatar helixbot avatar ib avatar ikisham avatar jalakas avatar jserv avatar karbonitekream avatar kbirabwa avatar lstranger avatar mahfiaz avatar mbouzada avatar medicalwei avatar pcman avatar pjotr123 avatar praveenilla avatar reckku avatar smarquespt avatar tranduyhung avatar vgezer avatar vililikku avatar wwycheuk avatar wylmer avatar zvacet avatar

lxtask's Issues

Binary run requires `LD_LIBRARY_PATH=$(rustc --print sysroot)/lib`

The way I made it works requires setting the LD_LIBRARY_PATH env to $(rustc --print sysroot)/lib before running the lxtask binary itself.

i.g: LD_LIBRARY_PATH=$(rustc --print sysroot)/lib lxtask

Is there something I can do to avoid this set? Improve my make file?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.