I just installed Ubuntu 14.04 LTS on my laptop and Minecraft as well, but when I open the resource packs folder button, it opens it in Google Chrome... HELP!!!
Asked
Active
Viewed 1,828 times
1
-
Thanks for the help, I will do that when I get home from school tomorow. – Ventus_Tenebris Dec 14 '15 at 03:17
1 Answers
1
That sounds like an odd problem.
Simply press the Alt+F2 keys on your keyboard, and type nautilus ~/.minecraft/resourcepacks
. The ResourcePack folder should open right up.
Drag and drop your resource pack right in to the folder. You should be able to use them in-game from then on.
As for your problem with the file opening in Chrome, that sounds like Chrome taking over the folder control.
All you need to do is open a terminal and type sudo nano /usr/share/applications/defaults.list
From there, press Ctrl+W and type directory
.
Change google-chrome.desktop
to nautilus.desktop
and reboot.
But Chrome wont provide you the rich features provided by Nautilus.

Kaz Wolfe
- 34,122
- 21
- 114
- 172
-
Which google-chrome.desktop do I change? I am seeing 7 of them – Ventus_Tenebris Dec 14 '15 at 23:04
-
@TrevinRNightFire There should be a specific entry for directories. Change that one. – Kaz Wolfe Dec 14 '15 at 23:05