Re: [PD] New deken feature, create system user folder

2017-04-07 Thread Alexandre Torres Porres
Aliases are needed one way or another, cause you can only browse to a folder, when you're adding a path to Pd's preferences... This is not an issue in windows (not sure about linux...) and I think is easier to hit a shortcut that goes to ~/Library ;) (command + shift + go) cheers 2017-04-07

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Julian Brooks
Apologies IOhannes, I was a little hasty with my celebrations. After installing the pd-deken packages I still get this from Pd when attempting to install a lib: "No writeable directory found in: - /home/julian/.local/lib/pd/extra/ - /home/julian/pd-externals -

[PD] [Gem] Modifying single pixel of pix image

2017-04-07 Thread Roman Haefeli
Hi Is it possible to manipulate a single pixel of a an image loaded by [pix_image]? Specifically, I'd like to change the alpha value of certain pixels. It doesn't matter to me whether the manipulation happens in the pix realm or the GL realm. Currently I can think only of cumbersome ways like

Re: [PD] New deken feature, create system user folder

2017-04-07 Thread me.grimm
>> 1) the folder is not created for you, you have to pre create it (requiring previous knowledge if deken isn't going to automate this on osx maybe just simple copy and paste in a terminal (or?) for new users: $ mkdir ~/Library/Pd && mkdir ~/Documents/Pd && ln -s ~/Library/Pd

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Alexandre Torres Porres
> Brilliant that deken can sort all this very soon maybe for linux? how is it? you cant write externals in the application specific folder so it'll offer that one and write it? since you can write externals in the application specific folder in mac, it won't offer it, and maybe that could happen

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Julian Brooks
Oups sorry: "I'm not familiar enough with other linux flavours to know this but certainly on debian I have no other ~/.folders on my system, even though the non-hidden path already exists via the apt install (and there's a ton of other programs' 'stuff' in /usr/lib/)." is obviously incorrect, I

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Julian Brooks
Hi Roman, Yeah, I'd spotted the ~/.local/lib/pd/extra as being canonical from an earlier thread but as 1. I didn't already have that folder 2. historically (dangerous I know) the non-hidden path had always been 'the place' for externals, so I just blithely carried on regardless - ouch(blush).

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Roman Haefeli
On Don, 2017-04-06 at 21:12 +0100, Julian Brooks wrote: >  > > Now of course I can just dl whatever lib via deken, save it somewhere > within where I do have permissions and cp it to the right place but > I'm lazy at heart - plus for 'how-to's this is a more complex > description - how are others

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Andy Farnell
On Thu, Apr 06, 2017 at 11:57:25PM +0200, zmoel...@iem.at wrote: > (but of course you need supercow powers to use them) > > gfasdmr > IOhannes Brighten up a common annoying typo by adding this to your .bashrc apt-vache() { apt-cache $@ | cowsay; } $ apt-vache search xclock