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.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

32 or 64 bit?

Re: HOWTO: Crunchify Aptosid (Openbox Version)

32 bit.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

I successfully did this guide with the 64 bit aptosid iso image without errors.  Maybe this would fix your dilemma as well. neutral

Would it be possible for you to list your source lists?

Last edited by sunfizz98 (2011-12-01 05:56:14)

Re: HOWTO: Crunchify Aptosid (Openbox Version)

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.main
deb http://packages.crunchbang.org/statler/ statler main
deb http://cdn.debian.net/debian/ sid main 
#deb-src http://cdn.debian.net/debian/ sid main 
deb http://mozilla.debian.net/ experimental iceweasel-aurora

That's what I got.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

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-free

This 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-free

Re: HOWTO: Crunchify Aptosid (Openbox Version)

72  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.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

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.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

Tried appending -f or -m to the same line?

Re: HOWTO: Crunchify Aptosid (Openbox Version)

-f seems to be making things run.

Any suggestions for what I should do once that's done?

Re: HOWTO: Crunchify Aptosid (Openbox Version)

@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.deb

Last edited by machinebacon (2011-12-01 06:35:51)

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

Anyone having issues with the crunchbang-keyring?

Nothing is simple; Everything is complex.
Derpadong -> IRC

Re: HOWTO: Crunchify Aptosid (Openbox Version)

^ No issues here.

November release:

wget http://packages.crunchbang.org/statler-dev/crunchbang.key
apt-key add crunchbang.key

February release:

wget http://packages.crunchbanglinux.org/statler-dev/crunchbang.key
apt-key add crunchbang.key
Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

I 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

Nothing is simple; Everything is complex.
Derpadong -> IRC

Re: HOWTO: Crunchify Aptosid (Openbox Version)

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 main

apt-get update
then try again

Last edited by machinebacon (2011-12-01 08:36:08)

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

Nope. Not working

Nothing is simple; Everything is complex.
Derpadong -> IRC

Re: HOWTO: Crunchify Aptosid (Openbox Version)

^ 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.key

Proceed with the installation, it doesn't really matter.

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

machinebacon wrote:

@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.deb
wget 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".

Re: HOWTO: Crunchify Aptosid (Openbox Version)

We should make a zero-byte Terminator package and set it to hold big_smile

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

^Sounds marvellous, but how do we make sure somebody doesn't fall into thinking that it is the real terminal-emulator? 

Done, will be adding dummy Terminator package to guide.

Last edited by sunfizz98 (2011-12-01 17:44:48)

Re: HOWTO: Crunchify Aptosid (Openbox Version)

lol ^You're really, really cool!

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

@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

Nothing right in the left brain. Nothing left in the right brain.

Re: HOWTO: Crunchify Aptosid (Openbox Version)

@machinebacon
Thanks for pointing it out smile 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)

Re: HOWTO: Crunchify Aptosid (Openbox Version)

*STATUS UPDATE* - I have updated the guide and liberated it from crunchbang repos, dependencies, etc.  consider the guide in its final stages as I have finally moved onto debian netinstall (stay tuned for new tutorial).

50

Re: HOWTO: Crunchify Aptosid (Openbox Version)

sunfizz98 wrote:

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"
done

Now 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?

Keep digging.
Linux beginner.