Search Criteria
Package Details: vera-xsettings-git 1.0.2.r21.g0c38f4b-1
Git Clone URL: | https://aur.archlinux.org/vera-xsettings-git.git (read-only, click to copy) |
---|---|
Package Base: | vera-xsettings-git |
Description: | a reference of the xsettings spec made for vera-desktop-environment |
Upstream URL: | https://github.com/vera-desktop/vera-xsettings |
Licenses: | |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-07-19 19:43 |
Last Updated: | 2015-09-21 16:16 |
Latest Comments
Anonymous comment on 2015-09-21 09:34
1) You shoud add
libxss-vapi-git
to dependencies, or you'll get this error during the build
"Unable to compile library vera:
Unable to find Vala package xscrnsaver"
2) I've got permission error here during folder's creation
mkdir -p $pkdir/usr/share/vera/autostart
cp *.desktop $pkgdir/usr/share/applications/
}
to solve I added sudo before mkdir & cp so it will ask to insert password to grant permissions...