项目作者: EbonJaeger

项目描述 :
Budgie applet to manage trash
高级语言: Vala
项目地址: git://github.com/EbonJaeger/budgie-trash-applet.git
创建时间: 2019-01-04T21:25:10Z
项目社区:https://github.com/EbonJaeger/budgie-trash-applet

开源协议:Apache License 2.0

下载


Budgie Trash Applet

Manage items in your trash bin right from the Budgie panel.

Main View


Development

Dependencies

  1. budgie-1.0 >= 2
  2. gtk+-3.0 >= 3.22
  3. glib-2.0 >= 2.46.0
  4. libnotify >= 0.7
  5. sassc

You can get these on Solus with the following packages:

  1. budgie-desktop-devel
  2. libgtk-3-devel
  3. libnotify-devel
  4. glib2-devel
  5. sassc

Building and Installing

  1. Configure the build directory and meson with:
  1. mkdir build
  2. meson --prefix=/usr build
  1. Build the project with:
  1. ninja -C build
  1. Install the files with:
  1. sudo ninja install -C build

Code Style

This project uses pretty much the same code style as Budgie Desktop in order to make the code bases more consistant across the Budgie projects. In theory, this makes it easier for people familiar with one project to see what’s going on in other, related projects.

Differences

  1. This project puts the pointer symbol (*) on the name instead of the type
  2. This project uses spaces instead of tabs (sorry, Josh :P)