At the request of zebob, here it is:
last-exit-5-savepatch.zip (976kB)
Contains the original patch file for version 4, which I referred to in patching version 5.
Related:
Patched Last Exit 5 for Ubuntu Feisty
Patched Last Exit 5 for Ubuntu Gutsy
At the request of zebob, here it is:
last-exit-5-savepatch.zip (976kB)
Contains the original patch file for version 4, which I referred to in patching version 5.
Related:
Patched Last Exit 5 for Ubuntu Feisty
Patched Last Exit 5 for Ubuntu Gutsy
UPDATE: Patched source now available.
I have compiled the patched version of Last-Exit 5 under Ubuntu Gutsy and created a Ubuntu/Debian package for it. The patched version allows you to save the currently playing song to an ext3 partition.
If this is your first time trying the patched version of Last Exit, please read the notes from [...]
UPDATE: Patched source now available.
UPDATE: An Ubuntu Gutsy version is now available.
Oh. My. God.
If my senses serve me well, I have just successfully compiled Last Exit version 5 with the ’save patch’. Even got it nicely wrapped in a .deb (Ubuntu/Debian) package. If my senses serve me well.
Things to take note:
I didn’t create Last Exit. [...]
Superb stuff:
Last Exit is a program that allows you to listen to last.fm music streams. Lightweight and GNOME-based, it is a far superior alternative to the original last.fm player (KDE/Qt-based, buggy playback), rhythmbox (bloated app) and LastFMProxy (tedious and relatively difficult to configure). This is what Linux software is about: small apps that do specific [...]
Here’s a simple shell script that outputs the system uptime, handy for use with the XFCE Generic Monitor plugin:
#!/bin/bash
upsecs=”$(cat /proc/uptime | cut -d ‘ ‘ -f 1 | cut -d ‘.’ -f 1)”
mins=$((upsecs/60%60))
hours=$((upsecs/60/60%24))
days=$((upsecs/60/60/24))
echo “${days}d ${hours}h ${mins}m”
I did it because I wasn’t pleased with the system load plugin displaying my uptime on two lines—that messed [...]
UPDATE (8/1/08): minbar 0.2 is available.
I’m so bored, I’ve decided to make available here a minbar 0.1 .deb package for Ubuntu Edgy:
Download: http://www.box.net/shared/x2fheq3czg
minbar is a GNOME Islamic prayer times application. It runs in the system tray and is capable of playing the azan at prayer times.
For Singapore prayer times, use the following configuration:
[...]
If you’re facing something like
dpkg: parse error, in file `/var/lib/dpkg/available’ near line XX:
missing package name
where XX is some number,
the solution is
dselect update
Gee, that took a while. Hope it helps.
This has been bugging me for a while, so here it is, for the like-minded in-duh-viduals out there:
sudo gedit /etc/apt/apt.conf
Add the following line:
Dir::Cache “your preferred directory”;
Easy-Peezy Japaneezy :)