From a friend:
1. In Thunderbird, click on:
Edit/Preferences/Advanced Tab
UNCLICK Enable Global Search and Indexer

Wayno’s sojourn and solutions through Linux
17
Apr
From a friend:
1. In Thunderbird, click on:
Edit/Preferences/Advanced Tab
UNCLICK Enable Global Search and Indexer

11
Apr
I haven’t tried the solution mentioned in this other bug.
1. First, navigate to System/Preferences/Main Menu
2. Under System (in Main Menu) find Preferences.
3. Check “Multimedia System Selector”

4. Close.
5. Back to System/Prefrences
6. Now you will find “Multimedia System Selector”
7. Change the output from from “autodetect” to ALSA using the dropdown menu.

8. Hit the Test button.
9. Close
10. We’re done! (look Ma, no reboot)
(thanks AK)
9
Apr
from #ubuntu+1
arand: Blue11: Pro tip: “pasuspender -s alsa application”
Wayno
16
Mar
Here’s how I did it –
Wayno
———————–
Ubuntu 9.10 Method
Requirements: You will need either two Ethernet ports, one for the incoming internet and 1 for the connection to the other computer, or a Wireless card for the incoming internet and an Ethernet port for the connection to the other computer.
1. When logged into your computer right click on the network indicator in the top right hand corner,
2. click on “Edit Connections…”
3. select “Auto Eth0″ and click “Edit…”
4. then go to the IPv4 Settings tab and next to Method:
select the drop down box and select the option that says
Shared to other computers
5. IT IS NOT NECESSARY to Restart your computer(LOOK MA NO REBOOT)
11
Mar
The default for Lucid Linux Alpha 3 is to put the Windows Buttons (Minimise, Maximise, Close) on the LEFT side of the Window. This is NON-STANDARD.
Move Buttons to Right Corner (Like EVERYONE ELSE)
So, the new Light theme also brings a change in the Maximise, Minimise, Close buttons – it’s been moved from the RIGHT corner to the LEFT.
You can switch them back to the RIGHT (standard) corner by running:
gconftool-2 --set "/apps/metacity/general/button_layout"\ --type string "menu:minimize,maximize,close"
Move back to LEFT (non-standard and CURRENT DEFAULT) with:
gconftool-2 --set "/apps/metacity/general/button_layout"\ --type string "maximize,minimize,close:"
11
Mar
how do I get a list of all the repositories apt-get uses?
Wayno
———-
The command:
cat /etc/apt/sources.list /etc/apt/sources.list.d/* | grep -v ‘^#’ | grep -v ‘^$’
Should be a good first cut -
Joe
— Thanks Joe
28
Feb
Jon-: Last call before I go to bed: hplip + samba w/ HP F4180 driver + printer connected USB to windows 2000 + HP F4180 printer = only spins up and does not print [from Ubuntu/Linux]. What is the issue?
28
Feb
How to compile and execute COBOL on Linux
I love this! Because COBOL was a bread and butter language for me (i.e. so no learning curve)
Thanks Joe!
Wayno
25
Feb
I thought this Bootup Start Manager Gui was pretty kewl!
Easily select what operating system boots first, timeout periods, etc.
Wayno
24
Feb
PKILL-9