You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
815 B

10 years ago
---
layout: post
status: publish
published: true
title: Firefox crashes XFCE
author:
display_name: sipp11
login: sipp11
email: sipp11@gmail.com
url: ''
author_login: sipp11
author_email: sipp11@gmail.com
wordpress_id: 904
wordpress_url: http://blog.10ninox.com/?p=904
date: '2014-02-06 19:40:07 +0700'
date_gmt: '2014-02-06 12:40:07 +0700'
categories:
- linux
- tweak
tags: []
---
<p>The more I use Ubuntu, the more I hate Unity. However, if you are going to simply install <code>xfce</code> like</p>
<pre>$ sudo apt-get install xubuntu-desktop</pre>
<p>You will get xfce desktop environment easily; one thing I found is opening Firefox will end up freeze your system. After googling, the easiest solution I found is to delete .macromedia, done!</p>
<pre>$ rm -rvf ~/.macromedia</pre>
<p>It just works.</p>