File: README

package info (click to toggle)
peony-extensions 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,284 kB
  • sloc: ansic: 39,380; makefile: 908; xml: 154; sh: 55
file content (22 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Set of extensions for Peony, the UKUI file manager.

And Combined with caja-extensions and engrampa.

Debug
-----

In order to see peony debug messages, you need to set the PEONY_DEBUG env variable.
e.g.: $ PEONY_DEBUG=y peony

Notes
-----

To test peony-extensions with a custom peony build you need to specify the
peony-extension dir. e.g.:

$ ./configure --with-peonydir=/usr/local/lib/peony/extensions-2.0/ \
    --prefix=/usr/local


debuild:
	Before run the command debuild, enter peony-admin, and run command 'sh cmake.sh'.