1

(15 replies, posted in CrunchBang Talk)

Well, I wasn't familiar with xmms2 but after an experiment I got most of the xmms2 variables (tested the common ones like $xmms2_artist, _title, _smart, _duration, _genre, _size with the only broken one being _timesplayed, but I didn't test them all) functioning properly in conky using the following from that thread you linked to on ubuntuforums.org:

Now, let's build conky.

1. Take care of dependencies:
Code:

sudo apt-get install libxmmsclient-dev build-essential libx11-dev libxext-dev libxdamage-dev libxft-dev libglib2.0-dev

2. Download and extract conky:
Code:

wget http://downloads.sourceforge.net/conky/conky-1.4.9.tar.bz2 && tar xjvf conky*.tar.bz2

3. cd into conky directory

4.
Code:

./configure --enable-xmms2 --disable-mpd
make
sudo make install

6. See if it worked!:
Code:

conky

It seems, although conky has inbuilt variables for handling xmms2, you are actually required to both install certain dependencies and configure conky to enable that xmms2 support.

So, uninstall the repo version of conky that comes with CrunchBang and follow the above. Hopefully that'll get it working for you.

2

(15 replies, posted in CrunchBang Talk)

conky doesn't have native Rhythmbox support. The reason simply copying that old text isn't working for you is because you're missing the Python script it's referencing.

Check out this thread on ubuntuforums.org and install the Python script by following those instructions.

3

(63 replies, posted in Off Topic / General Chat)

Quod Libet and VLC because they both just work.

MPD, Rhythmbox, and MoC have all given me grief in the past.

4

(269 replies, posted in Artwork & Screenshots)

New wallpaper for a new month, same old idea otherwise:

http://imgur.com/Y0ZUU.png

5

(152 replies, posted in Artwork & Screenshots)

http://imgur.com/LGdWy.png

6

(5 replies, posted in Off Topic / General Chat)

I've found a few nice ones at: http://steampunkwallpaper.com/.

bigbenaugust wrote:

Say-- can you do the lite install from this iso, or just the regular.

http://crunchbanglinux.org/forums/post/21484/#p21484

8

(3 replies, posted in Help & Support (Stable))

rho wrote:
killall notification-daemon && sudo apt-get remove notification-daemon && sudo apt-get install notify-osd

Funny, that uninstalled gnome-power-manager for me. Worked otherwise, though.

9

(29 replies, posted in CrunchBang Talk)

Tool in a toolbox.

10

(1,110 replies, posted in Artwork & Screenshots)

Fresh 9.04 install, forgot to backup my wallpapers folder. I just realized nothing's changed, it's the same setup.

http://i40.tinypic.com/2aighp4.jpg

Hanna wrote:

http://i39.tinypic.com/2w39qoh.jpg

Very nice tint2 setup. Looks great.

11

(87 replies, posted in News & Announcements)

Congratulations both, enjoy the honeymoon.

Cheers.

Just installed it. Everything seems to work alright for me so far.

Thanks for putting the .iso together.

13

(41 replies, posted in Off Topic / General Chat)

I like it. Pretty simple.

More verbosely, Hanna touched on all the points that are also relevant to me;  Linux is fun in a way Windows never was. I enjoy tweaking and learning about it, I prefer how it functions compared to the alternatives and despite the occasional hiccup (Sonata and Opera, I'm looking at you), and I admit I feel a certain small amount of satisfaction in simply being a Linux user. I also despise Apple and feel fairly indifferent towards Microsoft.

I mucked about with Linux for a few years but always maintained a Windows partition for school and games. It was only after discovering CrunchBang that I decided to run Linux and only Linux, and I remain perfectly satisfied with that decision.

14

(6,239 replies, posted in Off Topic / General Chat)

The Avalanches - Extra Kings

15

(1,110 replies, posted in Artwork & Screenshots)

Yet more inane tweaking, and some ghetto Gimped distro-patriotism:

http://i42.tinypic.com/rssm4l.jpg http://i39.tinypic.com/5arpfo.jpg

16

(9 replies, posted in CrunchBang Talk)

I know it's not quite what you're looking for but you could always run trayer, giving you the system tray without the panel.

17

(38 replies, posted in Off Topic / General Chat)

16.6 GB and growing.

18

(18 replies, posted in Help & Support (Stable))

Come to think of it, I have that weirdo pixel as well.

My solution was to change to a white theme, lol.

19

(1,110 replies, posted in Artwork & Screenshots)

Alecatta wrote:

http://omploader.org/tMWtwNA

Here my last desktop.

Conky: revisited WhyNotCrash... http://crunchbanglinux.org/forums/post/13051/#p13051
Conky font: HandVetica
tint2 + trayer
wallpaper: from deviantart

Any comments appreciated.  wink

Hah, I clicked to say I like your desktop before even seeing that my conky inspired yours. There's a joke about vanity in there somewhere.

I very much like that wallpaper, and the font you chose. I'd $alignr the time, but that's just me. Looks good.

kBang wrote:

My latest enjoyment:

http://omploader.org/tMWt1MQ  http://omploader.org/tMWt1MA

GTK:  Wii-Black
Icons:  ice
Openbox:  blue-black
Wallpaper:  I believe it was from interfacelift.com, I need a better blue/black wall
Font:  VAGRounded BT

That's a very nice wallpaper. Nice colour contrast, looks a little bit surreal at times.

20

(2 replies, posted in CrunchBang Talk)

Bah, you beat me this time.

Nice that they keep bringing us up.

21

(1,110 replies, posted in Artwork & Screenshots)

http://i41.tinypic.com/1enddz.jpg

Needed a little bit of tweaking. Now with added blasphemy.

22

(6,239 replies, posted in Off Topic / General Chat)

Queen - Don't Stop Me Now

Glad it worked for you.

The unshade binding seems a bit redundant as shading is also bound to the mouse wheel. I suppose it's for mice lacking wheels and trackpads and such.

If you simply don't want to maintain an account at any image host, these are two sites that don't require you to sign up:

www.imgur.com
www.imageshack.us

Some fora offer the option to add images as attachments so you don't have to host them elsewhere, which is probably what you're after. This forum however, doesn't.

Alt+LeftClick is bound to roll down a rolled up window when executed on the title bar.

<mousebind button="A-Left" action="Click">
<action name="Unshade"/>
</mousebind>

I believe that's it, about halfway through rc.xml. Just search for "left" and you'll get to it soonish.

If not, maybe it's:

<mousebind button="A-Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>

If dragging is involved, then try:

<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>

These are all located together in the file.