<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title><![CDATA[Ubuntu brainstorm]]></title>
    <link>http://brainstorm.ubuntu.com</link>
    <description><![CDATA[Post your ideas and vote for the entries you like. Please read the posting <b><a href="https://wiki.ubuntu.com/Brainstorm">guidelines</a></b> and <b><a href="http://brainstorm.ubuntu.com/advanced_search">check</a></b> if your idea has been posted already! ]]></description>
    <language>en-us</language>
    <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
    <lastBuildDate>Tue, 14-Oct-2008 00:00:00 UTC</lastBuildDate>
    <generator>QAPoll module</generator>
 

    <item>
      <title><![CDATA[[14] GUI showing mouse bindings, keyboard bindings, and hot-corners/edges for Compiz-]]></title>
      <link>http://brainstorm.ubuntu.com/item/14377/</link>
      <description><![CDATA[Currently i have to hunt for bindings in Compiz-config Settings Manager to find out what is bound to certain actions/buttons.  Instead of hunting for them myself, perhaps it would be best to include a "page" in CCSM that would show the mouse bindings, keyboard bindings, and hot-corners/edges currently in use for Compiz.  Tooltips for keyboard and mouse buttons would show the modifier buttons needed for that key for all actions bound to that key.<br /><br />This would also be great if it was integrated or part of a global keyboard/mouse binding utility as suggested in (many) other ideas on Brainstorm.<br /><br />Edit: Whenever a dev gets a chance, would you mind removing the trailing dash on the title?  Apparently I didn't catch that before submitting....<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14377/</guid>
    </item>


    <item>
      <title><![CDATA[[15] Increase gnome panel "Places" menu capacity]]></title>
      <link>http://brainstorm.ubuntu.com/item/14381/</link>
      <description><![CDATA[By default it has only 5 items, when you add more items, it is shown as Bookmarks submenu. In order to see this, just add more than 5 items to the "places" sidebar in nautilus, and then click "Places" menu.<br /><br />Compare with the attached screenshot.<br /><br />http://img-fotki.yandex.ru/get/3305/denis-cheremisov.8/0_1ed3f_ff2d4b42_orig<br /><br />To make so, you only need to change macros MAX_ITEMS_OR_SUBMENU in file /gnome-panel/panel-menu-items.c into the value more than 5 (it equals 5 by default) - I have 50.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14381/</guid>
    </item>


    <item>
      <title><![CDATA[[24] Recompress packages for smaller download]]></title>
      <link>http://brainstorm.ubuntu.com/item/14374/</link>
      <description><![CDATA[In looking to make a smaller set of packages for my network, I came across a set of scripts for shrinking and creating DIFFs of DEB packages. I see that the DIFF idea has already been gone over, but not easily implemented. However, if package and CD maintainers recompressed the DEB files using 7zip (but retaining gzip format), savings of 3-10% can be realized. This should also fix the OVERSIZED issues with nightly CDs.<br /><br />---Original idea URL---<br />https://wiki.ubuntu.com/DiffDebScript<br /><br />---Modification---<br /><br />Install: p7zip-full<br /><br />Replace...<br /><br />gzip control.tar<br />gzip data.tar<br /><br />With...<br /><br />7z a -tgzip -mx=9 control.tar.gz control.tar<br />7z a -tgzip -mx=9 data.tar.gz data.tar <br /><br />---Script for multiple files in a single directory---<br />#Modified from https://wiki.ubuntu.com/DiffDebScript<br />#!/bin/sh<br />echo "Usage: recompress-deb-multi"<br /><br />function recompress <br />	mkdir ./working<br />	cd ./working<br />	ar xo ../$1<br />	gunzip -fN control.tar.gz<br />	gunzip -fN data.tar.gz<br />	7z a -tgzip -mx=9 control.tar.gz control.tar<br />	7z a -tgzip -mx=9 data.tar.gz data.tar<br />	ar r new.deb debian-binary control.tar.gz data.tar.gz<br />	sed 's/data.tar.gz\//data.tar.gz /' new.deb > new1.deb<br />	sed 's/control.tar.gz\//control.tar.gz /' new1.deb > new2.deb<br />	sed 's/binary\//binary /' new2.deb > new3.deb<br />	cd ../<br />	mv ./working/new3.deb $1<br />	rm -fr working/<br /><br /><br />for i in $(ls *.deb); do<br />	echo "--------------------------------"<br />	echo "Recompressing" $i<br />	echo "--------------------------------"<br />	recompress $i<br />done<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14374/</guid>
    </item>


    <item>
      <title><![CDATA[[9] I can change wireless networks without sudo, but I can't change "location"]]></title>
      <link>http://brainstorm.ubuntu.com/item/14392/</link>
      <description><![CDATA[Ok, I must say that network manager's location feature is completely useless right now because you need sudo rights to change the 'location', this is just ridiculous, I'll explain what goes on right now:<br /><br />You can turn the network off, turn wireless off, change wireless network to anything else, and do a lot of things without using sudo rights. But if you want to change the 'location' in the network manager. (And 'locations' are a bunch of settings already set up by the administrator so you know they are safe) You need to open the network manager, unlock it, type password and select the new location.<br /> This makes the 'locations' feature totally useless, it doesn't help users at all , you still need admin rights to change the location, and in the case of a lappie this basically means everytime, At home I have static IPs, elsewhere I have DHCP when connecting an ethernet cable to my netbook, somewhere else it is better to use wireless, but I better use specific DNS servers. These locations should be changeable by the user as easily as you can change wireless networks, really. <br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14392/</guid>
    </item>


    <item>
      <title><![CDATA[[42] Lock/unlock all items on panel]]></title>
      <link>http://brainstorm.ubuntu.com/item/14383/</link>
      <description><![CDATA[Allow users to easily arrange and edit their gnmoe panels by locking and unlocking the whole contents of a panel at once. This idea is taken from the Enlightenment (v17) which has the feature.<br /><br />This is a problem if I want to add a new shortcut to my panel and I want to put it in the middle of a set of other shortcuts which are all locked. I have to unlock half of them to be able drag the new icon to into place and then lock them all again.<br /><br />It seems like it would be easy to provide a lock/unlock all option, perhaps it could be activated along with the new (in Intrepid) "Allow panel to be moved" option.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14383/</guid>
    </item>


    <item>
      <title><![CDATA[[33] better .Gif animation]]></title>
      <link>http://brainstorm.ubuntu.com/item/14385/</link>
      <description><![CDATA[<br /><br />better .Gif animation support when you open a .gif animation file it will then play the animation file<br /><br /><br /><br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14385/</guid>
    </item>


    <item>
      <title><![CDATA[[26] Different Trash in connected phone]]></title>
      <link>http://brainstorm.ubuntu.com/item/14341/</link>
      <description><![CDATA[When you delete file on your Phone, it moves to Trash. You usually need to clear .Trash, when you put new files to Phone. And you usually clear the .Trash on Phone before unmount.<br /><br />1. I don't want to store .Trash on my phone.<br />2. I want to restore deleted files after some time.<br /><br />Remove files from phone then user delete it.<br /><br />What about trash?<br /><br />Use special place in hard drive. Put the deleted files from phone to .Trash in hard drive. This is much better: you can restore removed files and you can put new files to phone without cleaning Trash.<br /><br />Maybe more complicated way. But default trash is not good.<br /><br />This can be also applied to flash drives.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14341/</guid>
    </item>


    <item>
      <title><![CDATA[[37] Create a Windows version of the Live USB creator]]></title>
      <link>http://brainstorm.ubuntu.com/item/14310/</link>
      <description><![CDATA[A Windows version of <a href="https://launchpad.net/usb-creator">usb-creator</a> would be nice...<br />Maybe even include it alongside with wubi, on the CD?<br />I bet it would be a kick ass program!<br /><br />Download link:<br />http://packages.ubuntu.com/intrepid/all/usb-creator/download<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14310/</guid>
    </item>


    <item>
      <title><![CDATA[[24] Slide Show in Upgrade Dialog]]></title>
      <link>http://brainstorm.ubuntu.com/item/14324/</link>
      <description><![CDATA[Since Intrepid, the installer contains a slide show which shows function demonstrations and basic usage of the new Ubuntu version. It would be nice if this slide show will be shown in the upgrade window, when upgrading to a newer Ubuntu version. This gives the user an impression of new features in the next version.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14324/</guid>
    </item>


    <item>
      <title><![CDATA[[37] bulletproof-x wizard should be able to select proprietary video card driver]]></title>
      <link>http://brainstorm.ubuntu.com/item/14312/</link>
      <description><![CDATA[I noticed that when going through the bulletproof-x wizard, it doesn't let you select the proprietary NVidia or ATI drivers as easily as you can after Ubuntu has been booted.  I propose we should include that ability.  Once that is done, the display should be refreshed to allow us to select a resolution that those drivers support.  Otherwise it only lets you select 640x480 I find.  This happens when connecting to a hdtv where the xorg.conf is not valid and I can only select 640x480 because of the generic vga driver that is currently loaded.  So after the proprietary driver is reloaded, it should read in the edid modes that the hdtv supports and allow me to select one of them.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14312/</guid>
    </item>


    <item>
      <title><![CDATA[[45] Automatic addtion of new hard drives]]></title>
      <link>http://brainstorm.ubuntu.com/item/14319/</link>
      <description><![CDATA[I would like ubuntu to recognise new hard drives automatically instead of having to jump through various hoops and even edit configuation files, which is frightening for a beginner like me!<br /><br />After all, Windoze recognises a new drive, so Ubuntu should do no less.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14319/</guid>
    </item>


    <item>
      <title><![CDATA[[134] Update-manager: Show the repository where each update is coming from.]]></title>
      <link>http://brainstorm.ubuntu.com/item/14300/</link>
      <description><![CDATA[Update-manager just shows a list.  I have no way of knowing which repositories are behind which updates.<br /><br />What is to prevent a third-party repository from pushing updates for *any* package on my system?  <br /><br />Example: Say I add the repo for Banshee media player.  I expect (and trust) it will only push updates that involve Banshee, but what is to stop them from pushing a non-banshee related update?  Maybe it's a bit paranoid of me, but I'd like to know which updates are coming from which repo.  Then, at least if I see a third-party repo pushing an update for something like sudo, then I'll know something is fishy - but right now I have no way of knowing where the updates are coming from, and that bothers me.<br /><br />Also, the update-mananger, could possibly group the update list by repository.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14300/</guid>
    </item>


    <item>
      <title><![CDATA[[10] Risk to keeping common users: Online Television & Move Networks]]></title>
      <link>http://brainstorm.ubuntu.com/item/14327/</link>
      <description><![CDATA[I've been watching a few shows on the internet; abc.com, nbc.com, fox.com; and having to rely on my dual boot XP system to view them.<br /><br />ABC and Fox switched last year from formats that were compatible with Linux to those that are not.  I've been searching for work-arounds and have been mostly unsuccessful (many have tried Wine, ie4linux, etc).  I've tried commenting to the media sites about supporting Linux (and have found many others that have done so too).  I poked around a bit and uncovered some startling dangers.<br /><br />The new system, by Move Networks, inc.  Offers a better viewing experience over Flash due to some technology they have (see http://www.movenetworks.com/).  The keys for the content providers using them is that the software identifies users quite deeply with the goal to distribute focused advertising. What information do they capture? They list some at their site and are probably expanding that with recent funding...<br /><br />The interesting danger to Linux is that major "agreements" were by Microsoft last March and again this August. Some statements about using Silverlight and whatnot to more tightly bind the content distribution (to Windows).<br /><br />Looks like some other big names are involved with the Move Networks venture besides Microsoft now: Cisco, AT&T, Comcast, and others.<br /><br />A few articles.<br />http://pulse2.com/2008/08/25/microsoft-corporation-invests-in-move-networks-inc/<br />http://www.networkworld.com/news/2008/082608-microsoft-invests-in-move.html?hpg1=bn<br />http://www.att.com/gen/press-room?pid=4800&cdvn=news&newsarticleid=26112<br /><br />So what is Adobe working on with Flash?  What is Ubuntu working on?  <br /><br />Common users will be likely to do as I am at first (relying on dual boot as you need some speed that VM and other solutions don't provide) and many will get to "what's the point of Linux if I can't watch regular TV?".  <br /><br />Media distribution and entertainment are key to long term adoption for the masses.  <br /><br /><br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14327/</guid>
    </item>


    <item>
      <title><![CDATA[[9] Add an easy way for Banshee/Rhythmbox users to contribute to the Radio directory]]></title>
      <link>http://brainstorm.ubuntu.com/item/14342/</link>
      <description><![CDATA[Add an easy way for Banshee/Rhythmbox users to contribute to the Radio directory: to get a more comprehensive and more diverse radio directory than say.. Itunes, we need to let users add their favorite radios URLs, to catogorize them and to send them via their Music Player to a database. They would be reviewed, and possibly included in the next version of the media players.<br /><br />In general, the apps should gather as much user-contributed content as possible where relevant.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14342/</guid>
    </item>


    <item>
      <title><![CDATA[[31] Full NTFS compression support]]></title>
      <link>http://brainstorm.ubuntu.com/item/14339/</link>
      <description><![CDATA[http://en.wikipedia.org/wiki/Ntfs#File_compression<br /><br />Currently Ubuntu reads and writes NTFS compressed files just fine, but there is no way to compress/uncompress them. Compression files can prevent partition resizing, and alone for that being able to set it in Ubuntu would be helpful.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14339/</guid>
    </item>


    <item>
      <title><![CDATA[[33] Full-frame screenshots]]></title>
      <link>http://brainstorm.ubuntu.com/item/14336/</link>
      <description><![CDATA[I've often wished I could take a screenshot of firefox and get the entire webpage as an image.  This should be a feature of the screenshot tool in Ubuntu.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14336/</guid>
    </item>


    <item>
      <title><![CDATA[[46] Nautilus Tabs: Send/Copy file to location open in other tab(s)]]></title>
      <link>http://brainstorm.ubuntu.com/item/14328/</link>
      <description><![CDATA[So heres the idea, You want to copy a heap of files onto a friends USB hard drive, or disk drive plugged into the computer(or maybe just another location.. Eg sorting out your "creative commons" MP3 download folder). You fire up nautilus, browse to the folder on the harddisk you want to copy files to, then open up a new tab, select the files you want to copy/send across, right click then click something like "Move Files to location in other tab" or "Copy files to location in other tab"<br /><br />Or maybe you select the files, then drag them to the tab, and a prompt appears 'do you wish to move these files, or copy them" etc etc<br /><br /><br />I mean, one of the main purposes of having multiple tabs aside from cluttering the task bar is to move files around, right?<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14328/</guid>
    </item>


    <item>
      <title><![CDATA[[82] Smooth Expanding/Contracting of file trees]]></title>
      <link>http://brainstorm.ubuntu.com/item/14331/</link>
      <description><![CDATA[Ubuntu feels really great to use with activated "Extra Visual Effects" (System > Preferences > Appearance > Visual Effects).<br /><br />Everything is smooth, wobbly, fancy. In contrast, browsing files in Nautilus File Browser feels awkward. It is rough, almost brutal if you compare it to a soft pop up of a menu.<br /><br />Expanding a file tree should look similar to the effect on this website: http://moofx.mad4milk.net/ (Click on the headings to see what I mean.)<br /><br />Expanding should be smooooth (as shown). The root element (=the element you want to expend) should also be scrolled to the top to have as much space as possible to show the children elements.<br /><br />If you do not like the particular effect but would like to have smooth expanding of file trees, please still vote up this idea.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14331/</guid>
    </item>


    <item>
      <title><![CDATA[[88] Ubuntu artwork sponsored competition]]></title>
      <link>http://brainstorm.ubuntu.com/item/14250/</link>
      <description><![CDATA[The fact of Interpid Beta having so awful system sounds and a weak wallpaper made me having an idea:<br /><br />What about having a sponsored competition for each Ubuntu version artwork, like wallpapers, system sounds, gnomecc/kcsrc colour schemes, themes, etc.?<br /><br />The prizes would be sponsored, symbolically (like Ubuntu merchandise, more shipit install CDs, etc.) or not (like computers with Ubuntu OEM), and i think this not only will not hurt artwork licences like cc-nc-sa or gpl, as well this can provide Ubuntu plenty of much better artwork (specially from the artwork .deb packages each version, having hundreds of excellent artwork instead of some few mediocre (poor) ones), and help increasing the Ubuntu popularity.<br /><br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14250/</guid>
    </item>


    <item>
      <title><![CDATA[[131] Split GNOME Games into seperate packages.]]></title>
      <link>http://brainstorm.ubuntu.com/item/14252/</link>
      <description><![CDATA[It would be great if the GNOME Games set is split into separate packages, as out of the 10 or so games I only actually want 2 or 3 which means I have to hide the rest with the menu editor.<br />
<br />
<b>Attachments</b>:
<br />



No attachments.
]]>
</description>
      <pubDate>Tue, 14-Oct-2008 00:00:00 UTC</pubDate>
      <guid>http://brainstorm.ubuntu.com/item/14252/</guid>
    </item>


  </channel>
</rss>

