Posts

Showing posts with the label ica

probook #! changes 2

cont. * removed myself from audio group deluser <user> audio * tinkered with the tint2rc, but it's backed up so not really an issue * 15 and 16 from "Round off your Crunchbang Waldorf" ICA Client (citrix receiver): OK, I thought I'd streamlined this before , before I got this done much quicker this time!  Forget compiling nspluginwrapper, manually creating those missing directories, editing the post-install script, etc. Here's what happened today on the probook. From this page followed these instructions: 1) Enable 32 bit architecture: % dpkg --add-architecture i386 (check, if you like) dpkg --print-architecture  amd64 dpkg --print-foreign-architectures i386 2) Add 32 bit repositories to /etc/apt/sources.list deb [arch=amd64,i386] http://http.us.debian.org/debian/ unstable main contrib non-free  While you're in there, add: deb http://ftp.au.debian.org/debian/ squeeze main contrib non-free from the advice here . 3) Up...

icaclient debian crunchbang

Trying to get Citrix Receiver working on a fresh install of #! Waldorf. I'm sure I had the 64-bit version up and running several months ago with relatively little hassle, but something seems to have changed, and I couldn't find the blog post I cribbed my solution from last time. Having spent about 8 hours intermittently working on this, I'm pretty sure it's  the removal of nspluginwrapper from the repos that's done me in, but I can't be sure. My torturous route to partial success today has involved so many blind alleys, red herrings and near embolisms that I almost don't know what all I've done, but I think these are the significant steps: * Enable 32-bit architecture and install the required dependencies * Compile the bastard nspluginwrapper - couldn't get it working any other way * I also had to manually create all the friggin' directories it wanted, for some reason, in /usr/lib/. Don't know why the script couldn't do it * Dow...