
Was the original pdf in English or are these it?
Code: Select all
gksu gedit
Code: Select all
gksudo gedit
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="text/purebasic">
<comment>PureBasic source code</comment>
<glob pattern="*.pb"/>
<glob pattern="*.pbi"/>
</mime-type>
</mime-info>
Code: Select all
sudo update-mime-database /usr/share/mime
Code: Select all
man update-mime-database
Indeed.srod wrote:I can see why people are switching to Linux as this is much nicer than I remember from my last time out with Ubuntu. Heck, my PB code even works... which wasn't the case last time.
It sounds like you're doing something wrong. I use Ubuntu since 2005 (Breezy Badger) and never encountered any problems while creating / formatting partitions. If you install Linux (any distro) next to Windows, then what exactly do you do, dual boot or VM? If VM then it may be that Windows has a lock on whatever that prevents Linux from completing installation. Dual boot should not give any problem at all unless you're out of disk space. But even then you should see a warning.IdeasVacuum wrote:...It's not all sweetness and light. I am trying to install Ubuntu 14.04LTS, sharing the PC with Windows XP. Install fails at around the 80% mark without warning. Also, be warned - Ubuntu un-install/re-install can wipe your whole drive, across partitions, without any warning, thus losing anything else you might have on the drive. It is apparently a known 'critical bug' but that does not say much for the testing carried out before release.........