Skip to main content
  1. Archives/

Ubuntu Unity Development Does a IAmA on Reddit.

··317 words·2 mins·
General Ubuntu

Q: What does Linux need to be if its going to be a real contender to Windows? What are you guys doing about that? A: It needs support from the major players. Personally I think we need to lure:

  • Steam
  • Adobe (all their stuff)
  • Autodesk (all their stuff we don’t have)

We also are going to need to increase the buy in from hardware vendors. Nvidia/AMD/Intel all need to care about 2x what they do right now about.

Pretty sure that’s never going to happen. More Q&A:

Q: Will you please never drop Ubuntu Classic? We cannot stand seeing Ubuntu turning into an Apple Product.

A: Ubuntu Classic will probably remain for as long as the GNOME development team keeps it up to date and secure. This is really a question for them.

Q: I appreciate all the work you guys have done to make Unity better. But I have three really big questions:

  1. Why have Unity at all? I’m thinking of GNOME 3 here.
  2. Why is Unity (and other canonical-pushed projects) allowed to be put into Ubuntu repositories after so little testing and oversight compared other projects? Many other projects go through way more extensive testing and bug fixing before being pushed into the repos-especially main.
  3. Why have so many settings been removed in Unity or do not exist? I’m thinking of UI theming primarily.

A:

  1. We didn’t like GNOME 3, we didn’t like the technology it is based on. I think GNOME 3 is an excellent project and great competition.
  2. We go through heavy testing and oversight too. Some things can fall through the cracks and there is a lot of focus on fixing that once and for all.
  3. I can’t say for sure. Personally I would love to have them, but it’s not my decision and never been entirely clear to me

Read more on IamA - We are the Ubuntu Unity Development Team.

Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

Ubuntu Bug #625193 “We can’t fix it because your description didn’t include enough information”
··226 words·2 mins
General Ubuntu Linux
They say a picture is worth a thousand words. This picture speaks for itself. Yes, its fugly. What the heck are those 3 bloody orbs ? “Vish” says “the description didn’t include enough information”. Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cant fix it because your description didnt include enough information. Uh-huh. Riiight. Maybe he didn’t look at the image.
Wallpaper Showing Keyboard Shortcuts And Mouse Tricks For Ubuntu Unity
··59 words·1 min
Tips & How-To's Ubuntu
Going through Ask Ubuntu, found a nice answer on keyboard shortcuts for Ubuntu Unity. Now if that’s too much for you to remember, Octavian Damiean has created this sweet wallpaper with the shortcuts and gestures overlayed on it. Click on the above image for a full size version, or a here’s a SVG version if you prefer the same.
find command examples
··518 words·3 mins
Tips & How-To's Applications Linux Ubuntu
I’ve used find extensively and always wanted to writeup a nice post on this, but the linked post trumps my effort! Copy pasted from his blog, as the person’s allowed to do so. Also, as a general note - before using exec with the actual command, do preview it! remove empty directories # # find . -depth -type d -empty -exec rmdir {} \; change various file attributes # find .