Re: Not installing to hard-coded locations vs polkit's fixed location

2017-08-22 Thread Mike Fleetwood
Hi Nick, On 21 August 2017 at 15:06, Nick Bowler wrote: > > On 2017-08-21, Mike Fleetwood wrote: >> I'm working on adding installation of a polkit action file into >> GParted's build and install system, however the polkit daemon only >> recongises action files installed into the single location

Re: Not installing to hard-coded locations vs polkit's fixed location

2017-08-21 Thread Nick Bowler
Hi, On 2017-08-21, Mike Fleetwood wrote: > I'm working on adding installation of a polkit action file into > GParted's build and install system, however the polkit daemon only > recongises action files installed into the single location of > /usr/share/polkit-1/action/. There is a section about

Not installing to hard-coded locations vs polkit's fixed location

2017-08-21 Thread Mike Fleetwood
Hi, I'm working on adding installation of a polkit action file into GParted's build and install system, however the polkit daemon only recongises action files installed into the single location of /usr/share/polkit-1/action/. Currently the Makefile.am contains this line: (larger fragment of the M