diff --git a/sources/news/20140616 Ubuntu Desktop Next 14.10 Images Available to Download.md b/sources/news/20140616 Ubuntu Desktop Next 14.10 Images Available to Download.md new file mode 100644 index 0000000000..885e80f7bb --- /dev/null +++ b/sources/news/20140616 Ubuntu Desktop Next 14.10 Images Available to Download.md @@ -0,0 +1,38 @@ +Ubuntu Desktop Next 14.10 Images Available to Download +================================================================================ +![Unity 8′s tablet face](http://www.omgubuntu.co.uk/wp-content/uploads/2014/05/1.jpg) +Unity 8′s tablet face + +**Desktop builds of Ubuntu 14.10 using Unity 8 and Mir by default have [been made available][1] to download — not that most users will want to.** + +Plans for a separate Unity 8 desktop flavour were [discussed last month][2]. The aim of the images is to provide developers and testers with a means to identify and document the types of changes needed to tailor both fledgling technologies to traditional desktop usage. + +What these images are not is any sort of stable consumer release ready for production testing. These builds are, and will continue to be, highly unstable, buggy and in a state of feature flux from now up until October — and possibly beyond. Anyone expecting a polished, useable or ‘converged’ desktop will be sorely disappointed as the Unity 8 desktop ISO currently uses the Tablet UI. + +### Work Getting Underway ### + +Work on building competent window management features into Mir and Unity 8 is only just getting underway. Similarly, since desktop-grade graphics chips are yet to add Mir compatible GPU drivers the experience will vary wildly between hardware and users. Virtual machine support is also not a given. + +As Unity 8 on the desktop starts to come together users won’t be presented with a UI too dissimilar to what they’re used to, hinted Ubuntu’s founder Mark Shuttleworth in a recent video Q&A. + +This is good news. Microsoft tried to foist a tablet, touch-orientated UI on desktop users with Windows 8. Reception was mixed and the critical mauling severe. It has had to continually issue “refinements” — ‘concessions’ if you want to be cynical — to counter the complaints. + +### Download Unity 8 Desktop Builds ### + +Regular Ubuntu 14.10, due for release on October 23, will continue to be based on X.Org, Compiz and Unity 7. Unity 8 running on Mir is expected to be made default desktop before the next LTS, due in April 2016. + +Largely unusable at this point, the images linked to below are designed primarily to assist developers test and improve, not help Joe User spin TARDIS-style to Ubuntu’s future. + +- [Download Ubuntu Desktop Next 14.10 (.iso)][3] + +-------------------------------------------------------------------------------- + +via:http://www.omgubuntu.co.uk/2014/06/unity-8-daily-build-images-go-live + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:https://blueprints.launchpad.net/ubuntu/+spec/client-1410-unity8-desktop-iso +[2]:http://www.omgubuntu.co.uk/2014/05/ubuntu-unity-8-desktop-flavour-discussed +[3]:http://cdimage.ubuntu.com/ubuntu-desktop-next/daily-live/current/ \ No newline at end of file diff --git a/sources/tech/20140616 How To Install Numix Icon Theme In Fedora 20.md b/sources/tech/20140616 How To Install Numix Icon Theme In Fedora 20.md new file mode 100644 index 0000000000..f842ef6f88 --- /dev/null +++ b/sources/tech/20140616 How To Install Numix Icon Theme In Fedora 20.md @@ -0,0 +1,45 @@ +How To Install Numix Icon Theme In Fedora 20 +================================================================================ +[Numix Themes][1] have been around for a while now and I think most of us know about it. In a previous post, I’ve written about [how to install Numix theme and other community forks on Manjaro Linux][2]. + +Today we’re going to do same on Fedora 20. + +First of we need to install **fedy** which will help us in this installation. If you currently don’t have Fedy installed on your Fedora system, [follow our previous tutorial on how to install it][3]. + +### Installing Numix themes ### + +Open Terminal and run the command below (Make sure you have installed fedy). + + sudo fedy -e numix_themes + +![sudo fedy -e numix_themes](http://180016988.r.cdn77.net/wp-content/uploads/2014/06/sudo-fedy-e-numix_themes.png) + +### Install Gnome Tweak Tool ### + + sudo yum install gnome-tweak-tool + +Launch Gnome Tweak Tools: + +![Gnome_Tweak_tool_launch](http://180016988.r.cdn77.net/wp-content/uploads/2014/06/Gnome_Tweak_tool_launch.png) + +Now change all the settings under Appearance to point Numix as shown in the Fig. below. + +![Numix_apply_done](http://180016988.r.cdn77.net/wp-content/uploads/2014/06/Numix_apply_done.png) + +You’re done! + +![Fedora 20 Numix Enock Seth](http://180016988.r.cdn77.net/wp-content/uploads/2014/06/Fedora-20-Numix-Enock-Seth.png) + +Enjoy! + +-------------------------------------------------------------------------------- + +via: http://www.unixmen.com/install-numix-icon-theme-fedora-20/ + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://numixproject.org/ +[2]:http://www.unixmen.com/install-numix-icon-theme-manjaro-linux/ +[3]:http://www.unixmen.com/tweak-fedora-system-using-fedy/ \ No newline at end of file