Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

jaszhix/icingtaskmanager

Repository files navigation

Please submit PRs to the upstream Cinnamon Spices repository.

Icing Task Manager

This is a fork of the unfinished development branch of Window List With App Grouping applet, originally by jake-phy who forked the code from GNOME Shell Window List.

Changes from the original version

See the changelog.

Usage

There are many options in the applet's Preferences that cater to many users' different needs. If you find a problem with your theme, try toggling the options under Theme Settings.

In order to use Firefox bookmarks, you need to install the gir1.2-gda-5.0 package.

Contributing

  • Clone the Cinnamon Spices repository and navigate to IcingTaskManager@json.
  • Use the latest NodeJS LTS.
  • Install node modules: npm install
  • Install gulp globally: sudo npm install -g gulp
  • From the root of this applet's directory, start transpile watch task: gulp spawn-watch
  • This task will auto-reload the extension on every edit.
  • Monitor the logging output of xsession-errors:
  • tail -f -n100 ~/.xsession-errors.log
  • Use two spaces for indentation.