Disable Ubuntu’s Global Menu Bar

on miercuri, 12 decembrie 2012
 sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt

PPA for:

on duminică, 9 decembrie 2012
Guayadeque:
sudo add-apt-repository ppa:anonbeat/guayadeque
sudo add-apt-repository ppa:tomtomtom/guayadeque

Sunflower:
sudo add-apt-repository ppa:atareao/sunflower

GCDemu
sudo add-apt-repository ppa:cdemu/ppa

VLC
sudo add-apt-repository ppa:n-muench/vlc

Double Commander
sudo add-apt-repository ppa:alexx2000/doublecmd

Dodge windows & minimze one click (Ubuntu 12.04)
sudo apt-add-repository ppa:ikarosdev/unity-revamped
sudo apt-get update
sudo apt-get upgrade

Add diacritics to BluRay (tsMuxeR)

1) get notepad++ (free and awesome text editor)
2) open your subtitles in it
3) if you see the sub correctly then go to encoding >> convert to UTF-8. then save the file.
4) if you don't see the sub correctly (change character), go to encoding >> Character sets >> Eastern European >> ISO 8859-2. Then Convert to UTF-8 and save the file. ISO 8859-2 allows you to have romanian characters.
5) use that sub with tsMuxeR.

GCstar - IMDb problems

Change line 239 of /usr/share/gcstar/lib/GCPlugins/GCfilms/GCImdb.pm


Code:
if ($self->{inside}->{h1} && $origtext !~ m/IMDb\s*Title\s*Search/i)

for this:

Code:
if ($self->{inside}->{title} && $origtext !~ m/Find\s-\sIMDb/i)

Add wine shortcuts to AWN

In Dock Preferences, Task Manager, Add, Command:

wine "C:\\Program Files\\DVD Decrypter\\DVDDecrypter.exe"

(full path)