Re: HOWTO: Crunchify Aptosid (Openbox Version)
Nope, I don't.
I've followed the guide to a T. Kinda odd. Any suggestions? I'm stumped loll.
CrunchBang Linux Forums » Tips, Tricks & Scripts » HOWTO: Crunchify Aptosid (Openbox Version)
Nope, I don't.
I've followed the guide to a T. Kinda odd. Any suggestions? I'm stumped loll.
32 bit.
My sources:
sources.list
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# /etc/apt/sources.list.d/debian.list #
# /etc/apt/sources.list.d/aptosid.list #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #-rw-r--r-- 1 root root 114 Nov 30 19:25 aptosid.list
-rw-r--r-- 1 root root 57 Nov 30 20:50 crunchbang.list
-rw-r--r-- 1 root root 93 Jul 13 09:52 debian.list
-rw-r--r-- 1 root root 61 Nov 30 20:33 mozilla.list
deb http://oscar.aptosid.com/debian/ sid main fix.maindeb http://packages.crunchbang.org/statler/ statler maindeb http://cdn.debian.net/debian/ sid main
#deb-src http://cdn.debian.net/debian/ sid main deb http://mozilla.debian.net/ experimental iceweasel-auroraThat's what I got.
Try changing your debian list to this.
deb http://cdn.debian.net/debian/ sid main contrib non-free
#deb-src http://cdn.debian.net/debian/ sid main contrib non-freeThis is what my debian.list looks like (helpful if you live in the US)
deb ftp://ftp.us.debian.org/debian/ sid main contrib non-free
#deb-src ftp://us.debian.org/debian/ sid main contrib non-free72 nano debian.list
73 apt-get update
74 apt-get install crunchbang-configs crunchbang-bin-scripts viewnior
root@n0xiQ:/etc/apt/sources.list.d# apt-get install crunchbang-configs crunchbang-bin-scripts viewnior
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
crunchbang-bin-scripts : Depends: python-notify but it is not going to be installed
Depends: fortune
Depends: curl but it is not going to be installed
Depends: terminator but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).Still no dice. Very odd.
So then I tried:
root@n0xiQ:/etc/apt/sources.list.d# apt-get install crunchbang-configs crunchbang-bin-scripts viewnior python-notify fortune curl terminator
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'fortune-mod' instead of 'fortune'
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
fortune-mod : Depends: librecode0 (>= 3.6) but it is not going to be installed
python-notify : Depends: libnotify4 (>= 0.7.0) but it is not going to be installed
Depends: python-gtk2 (>= 2.10) but it is not going to be installed
terminator : Depends: python-vte but it is not going to be installed
Depends: python-gtk2 (>= 2.14.0) but it is not going to be installed
Depends: libgtk2.0-bin but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).THAT didn't work either.
-f seems to be making things run.
Any suggestions for what I should do once that's done?
@Sunfizz,
I found a solution to divorce bin-scripts and terminator:
first we remove both, then:
wget http://packages.crunchbanglinux.org/statler/pool/main/crunchbang-bin-scripts_0.17_all.deb
sudo dpkg --ignore-depends=crunchbang-bin-scripts -i crunchbang-bin-scripts_0.17_all.deb I've just tried it and it worked, can you confirm?
Edit: Above is for the old version, the new version has a different location on the server:
New version:
wget http://packages.crunchbang.org/statler/pool/main/crunchbang-bin-scripts_0.19_all.deb
sudo dpkg --ignore-depends=crunchbang-bin-scripts -i crunchbang-bin-scripts_0.19_all.debLast edited by machinebacon (2011-12-01 06:35:51)
Anyone having issues with the crunchbang-keyring?
^ No issues here.
November release:
wget http://packages.crunchbang.org/statler-dev/crunchbang.key
apt-key add crunchbang.keyFebruary release:
wget http://packages.crunchbanglinux.org/statler-dev/crunchbang.key
apt-key add crunchbang.keyI keep getting this:
root@herp:/home/derp# apt-get install crunchbang-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package crunchbang-keyring
Whats going on there?
Im very stumped
check your files in /etc/apt/sources.list.d/
there might be debian.list and aptosid.list
in one of them add the statler repositories
#new release (november 2011)
deb http://packages.crunchbang.org/statler/ statler main
#old release (february 2011)
#deb http://packages.crunchbanglinux.org/statler/ statler mainapt-get update
then try again
Last edited by machinebacon (2011-12-01 08:36:08)
Nope. Not working
^ Maybe it's not on the server at all. Add the gpg manually, and it is ok
wget http://packages.crunchbang.org/statler-dev/crunchbang.key
apt-key add crunchbang.keyProceed with the installation, it doesn't really matter.
@Sunfizz,
New version:wget http://packages.crunchbang.org/statler/pool/main/crunchbang-bin-scripts_0.19_all.deb sudo dpkg --ignore-depends=crunchbang-bin-scripts -i crunchbang-bin-scripts_0.19_all.debwget http://packages.crunchbang.org/statler-dev/crunchbang.key apt-key add crunchbang.key
I have reported both of these working.
Just a reminder, the system will ask the user to install terminator when doing "apt-get -f install".
We should make a zero-byte Terminator package and set it to hold ![]()
^You're really, really cool!
@Sunfizz,
there is a little error in the "Fix my Super Key" section:
Now copy the file directory and add it into /etc/apt/openbox/autostart.sh
You probably meant /etc/xdg/openbox/autostart.sh or ~/.config/openbox/autostart.sh
or since OB3.5 /etc/xdg/openbox/autostart or ~/.config/openbox/autostart
@machinebacon
Thanks for pointing it out
I was thinking the latter, but both options are nice. Would the autostart.sh in xdg work across the whole system in contrast to just one user?
I got fed up with lxterminal not being able to copy or open links directly, so I purged it in favor of urxvt with solarized color scheme and some nifty options.
Off topic, I should point out in the crunchbang wiki for urxvt that the true transparency section is deprecated (or just doesn't work for me). However, the arch wiki has the correct steps in setting up transparency for it.
*Another news update*
1. Added some colors to cue optional and highly recommended stuff.
2. Uploaded and moved all of my shared files to a public dropbox (easier to maintain and download from)
3. Ditched lxterminal in favor of urxvt (incorporated into guide)
4. Fixed some errors mentioned by machinebacon and simpledesign.
5. Liberated the guide from anything xfce4, thanks to xmodmap and consolekit.
6. Confirmed that this guide works for 32 & 64 bit systems, personally by me and a few others from IRC.
Last edited by sunfizz98 (2011-12-06 18:51:34)
My super button is broken. How do I fix it?
run xev in terminal and find the keycode for it
make a file named “fix_keymaps" with the following:#!/bin/bash xmodmap -e “keycode [number] = Super_L" doneNow copy the file directory and add it into "/etc/xdg/openbox/autostart.sh" or "~/.config/openbox/autostart.sh"
It should go something like:/directory/to/your/scripts/fix_keymaps &
My Win key is broken in my sid system,
I used this tutorial to make it work,but it doesn`t work.
whats the problem?
Posts [ 26 to 50 of 60 ]
CrunchBang Linux Forums » Tips, Tricks & Scripts » HOWTO: Crunchify Aptosid (Openbox Version)
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.