Skip to content

dapperlinux/dapper-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dapper-settings

About

The Dapper Settings package contains all of the small user interface enhancements and tweaks used in the Dapper Linux distribution. Most of the tweaks are simple gconf setting overrides, but there are some configuration files created.

dapper-settings are permanent, and carry over into the installed version, while the settings script provided in the kickstarts only effect the live environment.

Building

To build this package, first install an RPM development chain:

$ sudo dnf install fedora-packager fedora-review

Next, setup rpmbuild directories with

$ rpmdev-setuptree

And place the file dapper-settings.spec in the SPECS directory, and all the rest of the files in the SOURCES directory like so:

$ mv dapper-settings.spec ~/rpmbuild/SPECS/
$ mv * ~/rpmbuild/SOURCES/

and finally, you can build RPMs and SRPMs with:

$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba dapper-settings.spec

About

The Dapper Settings package contains global gnome configuration for Dapper Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages