Phillip Berndt

Results 289 comments of Phillip Berndt
trafficstars

My point is that IMHO it doesn't make much sense to install the script to `/usr/bin` by default, but then leave it unused/unconfigured. That'd just add cruft to the system,...

> Can i ask why /etc/xdg? I would have expected it under /usr/lib/autorandr/scripts or similar. Because the [basedir spec](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) says so 😃 Autorandr used to store configurations in `~/.autorandr`, the...

Both options sound good to me. - [x] We should resolve #45 (move the pm-utils script to a more neutral location - not all systems use pm-utils, but autorandr uses...

See [the `packaging-deb`](https://github.com/phillipberndt/autorandr/tree/packaging-deb) branch for an initial proposal based on my idea for solving #45. The `make deb` command currently produces a very simple deb file (provided you have `dpkg-deb`...

Great. I've merged what we have so far, including your autostart script - thanks for providing that btw - into master. (I'm leaving this open to track the open build...

Mine is https://launchpad.net/~phillip-berndt For the record, automated updates are possible with the Suse build system. I'm using that [to build pqiv packages](https://build.opensuse.org/package/show/home:phillipberndt/pqiv). The `_service` file is the key, and you...

I've tagged the current version as `1.0` and started playing with OBS: https://build.opensuse.org/package/show/home:phillipberndt/autorandr I've mainly copied the configuration I used for pqiv for now. I'll test this for Debian distributions;...

I don't think that a flag is required. The script runs `xrandr` from `$PATH`, so ``` sh #!/bin/sh # TEST_DIRECTORY=`mktemp -d` [ -n "${TEST_DIRECTORY}" -a -d "${TEST_DIRECTORY}" ] || exit...

Here's a script that builds all versions of the xrandr frontend, should be useful for testing: https://gist.github.com/phillipberndt/57e317f0b9619943f6d3 On my system, every version (except for `1_0_2`, but I doubt that that's...

See https://gist.github.com/phillipberndt/cc3e7e38d8c77b564aef for a more complete test environment.