<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title><![CDATA[Ubuntu brainstorm]]></title>
    <link>http://brainstorm.ubuntu.com</link>
    <description><![CDATA[]]></description>
    <language>en-us</language>
    <pubDate>Sun, 08 Nov 2009 01:55:47 +0000</pubDate>
    <lastBuildDate>Sun, 08 Nov 2009 01:55:47 +0000</lastBuildDate>
    <generator>QAPoll module</generator>
 

    <item>
      <title><![CDATA[[14] Resizing two windows for dual view is a pain in the a**]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22302/</link>
      <description><![CDATA[There are a lot of times when I'd like to view two programs side by side on the screen.<br /><br />(An example could be to view 2 instances of nautilus side by side emulating the missing twin panel view.)<br />
<br />



<b>[7 votes] Solution #1: "Snap to dual view with..." entry in the right click menu of title bars</b>
<br />

2 menu entries should be added to the right click menu of program titlebars:<br /><br />"Snap to dual view horizontally with..."<br />"Snap to dual view vertically with..."<br /><br />The user would click on this entry, than click on the other program window or taskbar element to be used.<br /><br />The 2 programs would appear on the screen maximized to 50% of the space horizontally or vertically. They would also be grouped, so if minimize is clicked on one, the other would minimize to - and of course they would both reappear on clicking on either one on the taskbar. There would be a release entry in the right click menu now to ungroup them.<br /><br />Program windows that have a fixed size (audacious for example) would not be resized but put into the center of their 50% side of the screen.<br />
<br />



<b>[9 votes] Solution #2: "Snap to left 50%" and such entries...</b>
<br />

The right click menu of program titlebars should contain the following entries:<br /><br />"Snap to top 50%"<br />"Snap to bottom 50%"<br />"Snap to left 50%"<br />"Snap to right 50%"<br /><br />No other effect besides resizing and snapping to the respective screen border...<br />
<br />



<b>[14 votes] Solution #3: Enable the grid compiz plugin by default</b>
<br />

I checked the grid plugin, it's cool. Just enable it in a default install...<br />
<br />


]]>
</description>
      <pubDate>Thu, 05 Nov 2009 15:36:51 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22302/</guid>
    </item>


    <item>
      <title><![CDATA[[5] Improve workflow with fast conversions]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22301/</link>
      <description><![CDATA[I saw on a TODO page a reference to converting feet to inches in edit boxes. I believe that it should be possible to do unit-to-unit conversions, calculations and simple translations wherever you can edit text.<br />
<br />



<b>[5 votes] Solution #1: Shift-Enter and RegEx replacement</b>
<br />

When the user types in text such as the following into an edit box and then hits Shift-Return (for instance) an automatic conversion should take place:<br /><br />20 cm in inches<br />3 feet in metres<br />25'3" per second in furlongs per fortnight<br />"Bunions" in German<br /><br />Et cetera, ad nauseam.<br /><br />A regular expression can do most of the heavy lifting. The following, for instance, would match the first two examples and return the number, first and second units in the three tagged expressions. (MS Visual Studio RegEx language):<br /><br />[0-9]*\.*[0-9] *[A-Za-z\"]+ +in +[A-Za-z\"]+<br /><br />The code would then merely have to look up the units and apply a conversion.<br /><br />A further consideration is scalar calculations. These might be solved in-place by a method similar to that used by a well-known proprietary spreadsheet - preceding the specification with an "=":<br /><br />=3*4-1<br /><br />Issues that would need to be resolved:<br /><br />1) Language. C++/Boost has a RegEx library with which I could do the coding myself, if C++ fits.<br /><br />2) Integration and sharing. It would be nice if this could just be installed as a component and then functional wherever an Edit Box is found. I don't know how to do that.<br />
<br />


]]>
</description>
      <pubDate>Thu, 05 Nov 2009 15:05:16 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22301/</guid>
    </item>


    <item>
      <title><![CDATA[[62] Can't preview .xcf files without GIMP]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22297/</link>
      <description><![CDATA[In nautilus I can see a thumbnail preview of .xcf files but I cannot seem to preview them in Image Viewer. Sometimes it would be good to be able to preview a .xcf file that is still being worked on without having to open it it gimp or export it to another format.<br />
<br />



<b>[62 votes] Solution #1: Add .xcf support to Image Viewer</b>
<br />

Add support for previewing GIMPs .xcf files in Image Viewer.<br />
<br />



<b>[8 votes] Solution #2: use gloobus</b>
<br />

Gloobus can preview xcf files in less than a second. Its really fast and without having to open gimp<br />
<br />


]]>
</description>
      <pubDate>Thu, 05 Nov 2009 09:16:51 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22297/</guid>
    </item>


    <item>
      <title><![CDATA[[29] Ubuntu Home Server Edition ]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22288/</link>
      <description><![CDATA[I'm from a Windows background, and have recently migrated all my home computers across to Ubuntu with varying success.  All bar one.<br /><br />the one yet to be done is my Windows Home Server.<br /><br />What it does is the following;<br /><br />1. Central location for storage of data files that can be shared on a users internal LAN, and also with the option for Remote access.<br /><br />2. Easy configuration of folders and user accounts on the Home server<br /><br />3. Automated backup of client machines to the server<br /><br />4. Runs headless (ie once installed, no keyboard, mouse or monitor required as most administrative tasks can be done either via the 'console' one any of the client machines, or via RDP<br /><br />5. Instalation of a 'connector' onto each client, where you can access the console, set backups.<br /><br />6. Installs a 'shared folders' icon where you automatically have access to the folders you have rights to<br /><br />I'm fully aware this IS possible using Ubuntu, but I'm also aware that it involves a LOT of configuration of the different services on both the Server machine as well as EACH client.<br /><br />Windows Home Server is based on Server 2003, and as part of the installation, disables certain parts which are not required (such as domain controller - is this required within the home ?), and sets the remaining configuration to the Home Server.<br /><br />The main thing with it, is that it really does just work.  Install via the cd/dvd, install the connector software, and thats it.<br /><br />Ideal for the average home user.<br /><br />With the advent of multiple machines per home, wouldnt it be a good idea to have something similar available built on ubuntu ?  Home Server for the stoarage of files of various types, automatic mapping of the server each time you log into you local machine (via the connector), automated backups, remote access possible ?  Just install Ubuntu Home Server and associated connector type software, and you're done.  Just transfer your files into the relevant folders from each client pc, for access of those files from any client pc.<br /><br />Be good to hear what other people think ?<br /><br />If any other info is required, please let me know, I'd be happy to help.<br />
<br />



<b>[29 votes] Solution #1: Ubuntu Home Server</b>
<br />

With the advent of multiple machines per home, wouldn't it be a good idea to have something similar available built on Ubuntu ?  <br /><br />Home Server for the storage of files of various types, automatic mapping of the server each time you log into you local machine (via the connector), automated backups, remote access possible ?  <br /><br />Just install Ubuntu Home Server and associated connector type software, and you're done.  <br /><br />Transfer your files into the relevant folders from each client pc, for access of those files from any client pc.<br /><br />Be good to hear what other people think ?<br />
<br />



<b>[24 votes] Solution #2: Amend Ubuntu Server Install</b>
<br />

Another possibility would be to have the Ubuntu Server install ask a series of questions to establish the kind of server to install.<br /><br />This could then install and configure the relevant services for home use.  File Sharing, User Accounts, Remote Access, Backup Configuration, Printing, with other optional services such as mail, wamp etc<br /><br />Configuration of Ubuntu Server is too complicated for the average home user, so a dedicated Home Server would undoubtedly win over new users<br />
<br />



<b>[9 votes] Solution #3: Ubuntu SOHO Server with Webadmin</b>
<br />

I also like the Idea of a specialiced Small-Server Distribution, but Windows is the wrong inspiration for this Task.<br /><br />For starters, a "Home" and a "Small Office" Server have much in common, so we should make an SOHO (Small Office, Home Office) Server, to broaden the Audience.<br /><br />2nd: At least the most common tasks for such an Server should be easy accessible with an unique webinterface. And i don't talk about the different Webinterfaces for CUPS, Samba, and so on...<br />
<br />



<b>[9 votes] Solution #4: Add "Server Tasks" to the Software-Center</b>
<br />

It would make it easier for the Home-Admin to install new Server functionality on his Machine if he could install "Server-Tasks" with the Ubuntu Software-Center. The basic foundation for this feature is already installed on every Debian and Ubuntu machine, it is called "tasksel".<br /><br />Such a "tasksel" Task will install the needed Software and also does additional initial configuration, but many people are'nt aware of this great feature. Add a new Submenu in the Software-Center called "get new Server Functionality" or something like that and present the "tasksel" Packages in there.<br />
<br />


]]>
</description>
      <pubDate>Wed, 04 Nov 2009 21:16:09 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22288/</guid>
    </item>


    <item>
      <title><![CDATA[[14] Include the Avant Window Navifator out-of-the-box as enabled by default?]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22284/</link>
      <description><![CDATA[I think that including the Avant Window Navigator in Ubuntu straight out-of-the-box would be a really great thing for the Operating System. There are no negatives here. It looks great, it's extremely functional and it gives an edge on the Windows 7 bar.<br /><br />I already know that a LOT of Ubuntu users use it instead of the standard GNOME panel.<br /><br />I know it requires a compositing manager enabled, but surely there is a way around this?<br /><br />I think this would make an absolutely great addition to a fresh Ubuntu install.<br /><br />(Sorry for the spelling in the title, my hands were cold and I slipped on the wrong key)<br />
<br />



<b>[-10 votes] Solution #1: Allow choice to enable the bar when creating user account?</b>
<br />

When creating a new user (whether it be after installation, or at other time), there should be a choice to enable AWN.<br />
<br />



<b>[-23 votes] Solution #2: Enable by default?</b>
<br />

Enable AWN by default and rid a fresh install of the bottom GNOME panel.<br />
<br />



<b>[14 votes] Solution #3: Don't do it so people with unsupported video hardware can use their computers</b>
<br />

The problem with composite is that it requires a supported video hardware or extra CPU ressources... maybe this is not the right choice on netbooks.<br />
<br />



<b>[3 votes] Solution #4: Option to enable it</b>
<br />

Have an option, like as for Compiz Fusion, that enables a user to switch to using AWN instead of the GNOME Panel.<br />
<br />



<b>[6 votes] Solution #5: Include an option for Docky</b>
<br />

Gnome Do's Docky interface is much more useful than AWN. And with Docky now being developed as a standalone application I'm sure a lot of new features will be included soon.<br />
<br />


]]>
</description>
      <pubDate>Wed, 04 Nov 2009 17:02:31 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22284/</guid>
    </item>


    <item>
      <title><![CDATA[[10] notification tray size can monopolize space and push icons away]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22278/</link>
      <description><![CDATA[The Gnome notification tray can at times push icons to the far left if it has too many apps displayed in the tray. Additionally, the tray can often get pretty cluttered, with only a few apps running. This can be a problem, since users can no longer access their needed apps if the tray is pushing all of them into oblivion<br />
<br />



<b>[8 votes] Solution #1: limit the tray size</b>
<br />

If the tray size exceeds a certain value, or if more than X applications are in the tray, display a "more" (notification area) button which allows users to click them to view their additional apps. Devs can make it relatively smart, to push the least used apps to this  "more" area. This would solve the growing tray problem once and for all.<br /><br />This does not mean to "get rid of the apps" it simply hides the less used apps OR apps that are inactive and rare used, in favor of conserving space on the panel for other more important tasks. KDE and Windows have this feature, why not Gnome?<br />
<br />



<b>[-5 votes] Solution #2: put the tray icons in its own "notification area"</b>
<br />

Like in Windows 7:<br />http://helpdeskgeek.com/wp-content/pictures/2009/06/image12.png<br />
<br />



<b>[10 votes] Solution #3: Resize Notification Area In Both Directions</b>
<br />

In 9.04, the notification area increases in size if icons are added, but it does not shrink when some are removed. Bad call since the area itself is glued with its right edge but the icons are aligned left inside the area, so you get a gap.<br /><br />Put more cleverness into resizing and glueing the notification area.<br />
<br />


]]>
</description>
      <pubDate>Wed, 04 Nov 2009 10:13:58 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22278/</guid>
    </item>


    <item>
      <title><![CDATA[[28] Allow users to use both side scroll and two finger scroll]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22275/</link>
      <description><![CDATA[Personally, I use both side scroll and two finger scroll. I use side scroll for long scrolls or when I need to scroll quickly (imprecise scrolling). I use two finger scroll generally when reading long articles that I actually have to pay attention to (precise scrolling).<br /><br />In Karmic 9.10, the default scroll functionality is set to NO SCROLL and must be enabled via the touchpad options menu. Even then, the two features are now separated and it not possible to enable both. As a user who has grown use the "feature" of using both, I am frustrated at this feature regression.<br />
<br />



<b>[28 votes] Solution #1: hybrid option that allows both & protect against feature regression</b>
<br />

My proposal is two fold:<br /><br />1) Add a third option that allows a user to use both side scroll AND two finger scroll.<br /><br />2) Prevent future examples of feature regression. When confronted with a similar situation in which features are to be separated, always include the default current option (what is used at the time of this decision). I understand rationale that this was a "feature bug", but the fact is- users may have grown used to this functionality and the bug is now a legitimate feature within itself.<br /><br />EDIT:<br /><br />3) Implement all relevant solutions below this one that are similar to point 1 (like circular scrolling), that do not explicitly contradict any of the forementioned solutions.<br />
<br />



<b>[15 votes] Solution #2: Also allow circular scrolling</b>
<br />

When running archlinux, I am also given "circular scrolling" as an option. This feature can be used alongside regular scrolling and makes scrolling through long texts and webpages A LOT easier.<br />
<br />


]]>
</description>
      <pubDate>Wed, 04 Nov 2009 08:12:51 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22275/</guid>
    </item>


    <item>
      <title><![CDATA[[0] Improved interaction]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22244/</link>
      <description><![CDATA[I would like to suggest better interface, since the interface of Gnome have been the same with some minor changes now and then over the years.<br />Mark Shuttleworth, creator of Ubuntu want to go head to head with Microsoft, but with this interface, Ubuntu wouldn't be much of an challenge with the current Windows 7.<br />This interface practically screams to get an update.<br />
<br />



<b>[0 votes] Solution #1: New start menu</b>
<br />

For starters, what i have in mind, is a sleek, good looking menu that pops up in the middle of the screen in front of any program, running with, or without animation by choice, and that with just a tap on the start menu button you can find on any laptops & keyboards today.<br />Basically it's just a menu with animation wich is intended to slide in the direction you leading the mouse, this means the closer you take the mouse to the left end or the right, the faster it'll slide<br /><br />There will be one main menu, hosting numerous sub menus.<br />All with sliding animation by direction.<br />It should be easy to customize in many different ways.<br /><br />I did manage to make a screener of what i think would be appealing, but have no place in here to post it.<br />This is to bad, i can't post a picture  here:(<br />I tried to upload somewhere else, but no god.<br /><br />But this is basically my idea in a nutshell, so let me know how it sounds, if this is something we like to see in the next update!<br /><br />Btw, attachment for pictures would be nice in here, to get a better picture of the idea.<br />
<br />


]]>
</description>
      <pubDate>Tue, 03 Nov 2009 07:16:17 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22244/</guid>
    </item>


    <item>
      <title><![CDATA[[0] Improved interaction]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22243/</link>
      <description><![CDATA[I would like to suggest better interface, since the interface of Gnome have been the same with some minor changes now and then over the years.<br />Mark Shuttleworth, creator of Ubuntu want to go head to head with Microsoft, but with this interface, Ubuntu wouldn't be much of an challenge with the current Windows 7.<br />This interface practically screams to get an update.<br />
<br />



<b>[0 votes] Solution #1: New start menu</b>
<br />

For starters, what i have in mind, is a sleek, good looking menu that pops up in the middle of the screen in front of any program, running with, or without animation by choice, and that with just a tap on the start menu button you can find on any laptops & keyboards today.<br />Basically it's just a menu with animation wich is intended to slide in the direction you leading the mouse, this means the closer you take the mouse to the left end or the right, the faster it'll slide<br /><br />There will be one main menu, hosting numerous sub menus.<br />All with sliding animation by direction.<br />It should be easy to customize in many different ways.<br /><br />I did manage to make a screener of what i think would be appealing, but have no place in here to post it.<br />This is to bad, i can't post a picture  here:(<br />But no problem anyway, i uploaded my picture on some web sharing media, and here is where you can se my idea.<br /><br />http://www.4shared.com/file/145858618/e7a6753d/Lysbilde1.html<br /><br />Let me know if this is something we like to see in the next update!<br />
<br />


]]>
</description>
      <pubDate>Tue, 03 Nov 2009 07:09:46 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22243/</guid>
    </item>


    <item>
      <title><![CDATA[[0] A gui for all local daemons]]></title>
      <link>http://brainstorm.ubuntu.com/idea/22241/</link>
      <description><![CDATA[I often find my self starting and stopping and changing daemons. <br /><br />I would love to have a GUI that can tell me what daemons i have installed on my system what theor status is and then a button to STOP, START, RESTART, and maybe anything else pertinent. <br />
<br />



<b>[0 votes] Solution #1: Active daemon GUI</b>
<br />

Create a GUI to actively list the running daemons, and an interface to control them.<br /><br />I'm thinking like a process manager for daemons. <br />
<br />


]]>
</description>
      <pubDate>Tue, 03 Nov 2009 06:27:24 +0000</pubDate>
      <guid>http://brainstorm.ubuntu.com/idea/22241/</guid>
    </item>


  </channel>
</rss>

