But soon, I noticed that they have stuffed up on another important feature, saving... One step forward, one step backwards.
Saving now saves a image as a XCF file, which is has a serious ability to interrupts ones workflow. Unfortunately Gimps designers have no clue what most people use Gimp for, I will break it down:
- Take a photo with the camera as a JPG
- Edit the photos with Gimp
- Overwrite-save the photo back as a JPG <<<<---- Important!
- Close Gimp on to other things
- Take a photo with the camera as a JPG
- Edit the photos with Gimp
- Export the photo back as a JPG
- Be bombarded with several options on how to save the image...
- Close Gimp and still be reminded that you have not saved the image as a XCF FFFFFFUUUUUUUUUUU!!!!!!!!1
Alot of people are completely pissed about this 'feature' and would like to a workaround. Of course there is nothing in settings to help you but someone named Akkana Peck has come to save us with a cool script to help.
https://github.com/akkana/gimp-plugins/blob/master/save-export-clean.py
Applying the script is easy, just navigate do the following commands in the terminal:
cd ~/.gimp-2.8/plug-ins/
wget https://raw.github.com/akkana/gimp-plugins/master/save-export-clean.py
chmod +x save-export-clean.py
Restart gimp and now you will be greeted with a Save/Export Clean button in the File menu, yay.
Now remap the keyboard shortcut CTRL+S to this button in the preferences and everything will be golden! It is found in Edit > Preferences > Interface > Configure Shortcuts. Search for 'save' and look under Plug-ins.
Thanks Akkana you are awesome!
WindyCityTech Blogger
WindyWindyCityTech Wordpress
To make ssb not load you have to blacklist it, reboot and execute
sudo update-initramfs -k all -u
If you fail to do this, ssb is loaded before b43 and it will cause error sand the b43 module will fail to load correctly. Lots of ssb and b43 errors in your dmesg.
Remember to unblacklist ssb after the update-initramfs.
If you still have this problem, I suggest that you make a script in your init.d
#!/bin/sh
modprobe -r ssb
modprobe -r b43
modprobe b43
modprobe ssb