Contributor jelly1 on the Look and Feel category
Different wallpapers on different monitors/workspace
Written by greycode the 28 Feb 08 at 17:20.
Global category: Look and Feel.
Implemented
I've got two monitors, and right now if I use the wallpaper settings in gnome it stretches the wallpaper across the two monitors. It does this even for the default ubuntu wallpaper. This can look really bad depending on the image. In order to get around this I had to get two wallpaper images and join them into one large one with the GIMP and set that as my wallpaper.
There should be a way in gnome to set a different wallpaper for each monitor.
==== Merged with ideas of a similar scope: Different wallpapers on different workspace ===
Many workspaces option in Linux allows you to separate your work, why not allow users to have different wallpapers on each workspace. This allows for easier identification of which workspace you are on.
When used with compiz-fusion you can rapidly switch between your workspaces and the different wallapaper will allow you to quickly recognise what desktop you are on.
Currently this is natively available in KDE but not in Gnome. In Gnome you can't even let Compiz take over the wallpaper control because Nautilus doesn't allow for transparent backgrounds.
Other solutions like Wallpapoz are slow and when switching between desktops it takes too long to switch WP.
Developer comments
This feature is a Google Summer of Code 2008 project.
Follow the development of this feature on the student's blog:
http://gsocblog.jsharpe.net/
Update: it seems his code didn't reached Gnome 2.24, thus this feature won't be present in Intrepid.
Update2: Not in Jaunty too. It seems the code wasn't accepted in Gnome. Need to investigate.
Update3: Going back to new idea.
Make Gnome vector grapics like KDE/OSX/Vista now!
Ubuntu
In :
Priority : Undefined
Definition : New (Needs guidance)
Implementation : Unknown
Assignee :
Written by mikasjoman the 29 Feb 08 at 08:46.
Global category: Look and Feel.
Implemented
One of the serious problems in Ubuntu is that Gnome is a bit sluggish when it comes down to the graphics. Try to install AWN and you know that the icons literally look like shit (compared to OSX).
But the problem does not end there, the whole system should be vector graphics by now when it comes to rendering the windows, menus, icons and so on.
I know this is not a Ubuntu feature, but it should be pressed HARD upon so we also get the great crisp sharp user-interface OSX has. It does not make the system slower, just better. With vector graphics, CompizFusion could take a new leap forward since it is then not hold back by the limitations of bitmap images. Also new graphical applications would be easier to develop, see on the mac side where Quartz engine has helped make a sea out of new graphical applications. We need a Quarz engine for Gnome now!
Better Wine integration
Ubuntu
In :
Priority : High
Definition : Review (Needs guidance)
Implementation : Not started
Assignee : Scott Ritchie
Written by Abatrour the 29 Feb 08 at 03:48.
Global category: Look and Feel.
Already implemented
I think more Windows users would try out Ubuntu if they could just double click an .exe file instead of going into a command prompt, browsing to the folder and then typing "wine *.exe" to install the program.
I like how Ubuntu adds shortcuts on the desktop and the "start menu" after you install the program making it easy to run but installing Windows software needs to be easier.
2086
votes
2683
8
597
Solution #1:
Auto-generated solution of idea #762
Written by
Abatrour the 29 Feb 08 at 03:48.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #762 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #762 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution.</i><br /> Thanks!
15
votes
15
5
0
Solution #2:
Collaborate with playonlinux staff,improve the app and make official scripts
It´s the better wine wizard at this moment.
It´s the better wine wizard at this moment.
2
votes
6
6
4
Solution #3:
Wine wizard Combo that uses wine,winetricks,install scripts and Virtualbox OSE
The idea: A wizard that starts when you pick up on a .exe or.msi file,and connect to a wine app database to look at the state of the compatibility:platinum,gold.. If a automatized script for instalation its available asks for create a wineprefix and autoinstalls,if not,and the app could be run suggest manual instalation and instructions or a third option for not working apps:
Start a instalation of some kind of modded virtualbox that installs xp and starts this app by default in some kind of coherence mode(Only the window app is visible,not the windows OS that works below)
The combination of automatized scripts for gold and platinum apps,and the alternative solution of virtualize the app in only one wizard for windows apps make the impresive good state of wine and virtualization in linux to a real goal of usability for non linux apps,the awesome performance of thousands of windows apps in linux remains shadowed for switchers and not average users for the lack of a good wizard that makes the process easy.
Of course the app shows warnings about the diference of resources between wine and virtualization.The app could take a online connection to the aplication database or launchpad to evaluate the performance or bugs.
The idea: A wizard that starts when you pick up on a .exe or.msi file,and connect to a wine app database to look at the state of the compatibility:platinum,gold.. If a automatized script for instalation its available asks for create a wineprefix and autoinstalls,if not,and the app could be run suggest manual instalation and instructions or a third option for not working apps:
Start a instalation of some kind of modded virtualbox that installs xp and starts this app by default in some kind of coherence mode(Only the window app is visible,not the windows OS that works below)
The combination of automatized scripts for gold and platinum apps,and the alternative solution of virtualize the app in only one wizard for windows apps make the impresive good state of wine and virtualization in linux to a real goal of usability for non linux apps,the awesome performance of thousands of windows apps in linux remains shadowed for switchers and not average users for the lack of a good wizard that makes the process easy.
Of course the app shows warnings about the diference of resources between wine and virtualization.The app could take a online connection to the aplication database or launchpad to evaluate the performance or bugs.
-5
votes
1
4
6
Solution #4:
One WINEPREFIX folder - MANY users!
Written by
rbsfou the 4 Dec 09 at 00:33.
Work should be done on WINE upstream to allow:
a) Applications to be run by any user NOT JUST the one who owns the WINEPREFIX folder or files therein (this is particularly irritating for me)
b) Allow HKCU registry hive and 'Profile' folder to be sourced from files from (user who is trying to run the application) home directory
c) Mapping common folders to directories under the user's home (e.g. 'My Documents' -> '~/Documents'). Google's picasa package does this sort of thing.
d) If the user can sudo (ubuntu) or is a member of the wheel group (others), treat the user as able to modify files in the wineprefix - pop up a wine dialogue allowing the user to enter their / root password when an attempt is made to write somewhere.
A standard place in the filesystem should be adopted for WINEPREFIX folders (e.g. /usr/wineapps/wineprefix_folder_for_halflife), and tools developed to allow managing these wine 'bottles' (term shamelessly stolen from crossover office).
These tools should also allow running winetricks, however it is probably desireable to not include those packages where the MS Eula states the package must ONLY be used where there is a valid windows license.
Work should be done on WINE upstream to allow:
a) Applications to be run by any user NOT JUST the one who owns the WINEPREFIX folder or files therein (this is particularly irritating for me)
b) Allow HKCU registry hive and 'Profile' folder to be sourced from files from (user who is trying to run the application) home directory
c) Mapping common folders to directories under the user's home (e.g. 'My Documents' -> '~/Documents'). Google's picasa package does this sort of thing.
d) If the user can sudo (ubuntu) or is a member of the wheel group (others), treat the user as able to modify files in the wineprefix - pop up a wine dialogue allowing the user to enter their / root password when an attempt is made to write somewhere.
A standard place in the filesystem should be adopted for WINEPREFIX folders (e.g. /usr/wineapps/wineprefix_folder_for_halflife), and tools developed to allow managing these wine 'bottles' (term shamelessly stolen from crossover office).
These tools should also allow running winetricks, however it is probably desireable to not include those packages where the MS Eula states the package must ONLY be used where there is a valid windows license.
8
votes
8
3
0
Solution #5:
Joint and merge Vineyard and playonlinux develops into a new killer app
Vineyard improves the desktop integration and playonlinux makes easy the instalation on wind apps.The killer app needed must be some kind of fusion of both.
Vineyard improves the desktop integration and playonlinux makes easy the instalation on wind apps.The killer app needed must be some kind of fusion of both.
1
votes
1
2
0
Solution #6:
Automatic prompting for .exe files
Written by
Lyfang the 6 Jun 11 at 18:28.
Ubuntu should automatically prompt when, double clicking on an .exe file. The dialog which informs they need to install Wine.
If Wine already is installed:
1. Ensure they know the risks, and that windows viruses may work in Wine. Offer to install ClamAV and offer to scan the .exe file
2. Let them know not all Windows programs are compatible in Wine
Source of inspiration:
http://brainstorm.ubuntu.com/idea/2339/
Ubuntu should automatically prompt when, double clicking on an .exe file. The dialog which informs they need to install Wine.
If Wine already is installed:
1. Ensure they know the risks, and that windows viruses may work in Wine. Offer to install ClamAV and offer to scan the .exe file
2. Let them know not all Windows programs are compatible in Wine
Source of inspiration: http://brainstorm.ubuntu.com/idea/2339/
Better GUI theme
Ubuntu
In :
Priority : High
Definition : New (Needs guidance)
Implementation : Unknown
Assignee : Kenneth Wimer
Written by mmmurf the 29 Feb 08 at 02:19.
Global category: Look and Feel.
Implemented
While the default Ubuntu theme in Gnome is OK, there is room for A LOT more refinement. I would like to see things like:
- Beautiful icons like those in OSX
- Cutting edge, highly readable fonts
I would especially like to see tremendous attention to detail paid to all kinds of small things, such as default icons, etc. Much of this may come in the form of enhancements to the default Gnome/KDE themes.
There is just something incredibly pleasing about the look of OSX, and Ubuntu deserves to look at least as good.
With the right input from top designers, this is possible.
example from duplicate idea 5581 :
http://fc02.deviantart.com/fs22/f/2007/321/2/f/Ubuntu_Theme_Mockup___Light_by_b radwjensen.jpg
1495
votes
1841
8
346
Selected solution (#1):
Auto-generated solution of idea #498
Written by
mmmurf the 29 Feb 08 at 02:19.
Ubuntu Brainstorm was updated in January 2009. Since the
idea #498 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
<i>Ubuntu Brainstorm was updated in January 2009. Since the idea #498 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution.</i><br /> Thanks!
-36
votes
9
8
45
Selected solution (#2):
Use Linux Mint's Artwork
I think that Linux Mint looks very good and its artwork could be copied.
I think that Linux Mint looks very good and its artwork could be copied.
3
votes
3
1
0
Selected solution (#3):
update theme manager, default taskbar
Written by
rene7705 the 21 Mar 10 at 05:25.
imo, there are plenty of good solutions already available, just not yet properly linked into the system->preferences->appearance-preferences ("s-p-ap") window "theme"-tab, and other default access in ubuntu for themeing.
my next 4 solutions are about different ways to improve the default.
because they are different in technical setup, i've seperated them.
all require that ubuntu do some auto-checking of graphics card capabilities on command (@first startup / hardware change) resulting in a kind of score for that hardware, used for recommending options via a menu to the end-user.
imo, there are plenty of good solutions already available, just not yet properly linked into the system->preferences->appearance-preferences ("s-p-ap") window "theme"-tab, and other default access in ubuntu for themeing.
my next 4 solutions are about different ways to improve the default.
because they are different in technical setup, i've seperated them.
all require that ubuntu do some auto-checking of graphics card capabilities on command (@first startup / hardware change) resulting in a kind of score for that hardware, used for recommending options via a menu to the end-user.
5
votes
5
1
0
Selected solution (#4):
update window border manager
Written by
rene7705 the 21 Mar 10 at 05:34.
i'm running emerald for instance, which provides a wide choice of window borders via gnome-look.org, but it takes some googling to get it to work (alt-f2:"emerald --replace" followed by a reboot).
it would be nice if one or more "window border managers" were suggested at first startup, depending on local hardware capabilities.
ideally, their theme lists (+thumbs+screenshots) would have to be fetched into the s-p-ap theme tab as well, for smooth interaction.
but i guess we could suffice with starting (or embedding!) a browser to a relevant page, with the "download" link properly highlighted (through a webservice perhaps?).
the download link must be smoothly linked to the window border manager's theme import function.
in the interest of saving dev-time, and allowing competition between window-border managers (like emerald), it may be wise to select the window-border theme via the manager's theme window rather than the ubuntu s-p-ap theme tab.
perhaps it's possible to run such a manager's theme window as a tab of the s-p-ap window?
i'm running emerald for instance, which provides a wide choice of window borders via gnome-look.org, but it takes some googling to get it to work (alt-f2:"emerald --replace" followed by a reboot).
it would be nice if one or more "window border managers" were suggested at first startup, depending on local hardware capabilities.
ideally, their theme lists (+thumbs+screenshots) would have to be fetched into the s-p-ap theme tab as well, for smooth interaction.
but i guess we could suffice with starting (or embedding!) a browser to a relevant page, with the "download" link properly highlighted (through a webservice perhaps?).
the download link must be smoothly linked to the window border manager's theme import function.
in the interest of saving dev-time, and allowing competition between window-border managers (like emerald), it may be wise to select the window-border theme via the manager's theme window rather than the ubuntu s-p-ap theme tab.
perhaps it's possible to run such a manager's theme window as a tab of the s-p-ap window?
4
votes
4
1
0
Selected solution (#5):
themes for compiz config settings manager
Written by
rene7705 the 21 Mar 10 at 05:41.
ccsm is great..
but karmic-default lacks an auto-proposal to use compiz if the hardware supports it.
and ccsm should be available automatically if compiz is used.
next, cssm's "themes" should be made available like window border themes; uploaded to- and hosted via a website like gnome-looks.org, auto-downloaded into ubuntu's s-p-ap window (new tab perhaps), and offer clear descriptions of what a theme for ccsm will do to your GUI settings.
examples : "Windows Vista" / "Mac OSX" / "Linux Poweruser".
it would be great if all themes had their popularity and download numbers listed alongside their title, description and thumbs(->screenshots/youtube-vids).
and ccsm can also be run as a tab of the s-p-ap window plz?
ccsm is great..
but karmic-default lacks an auto-proposal to use compiz if the hardware supports it.
and ccsm should be available automatically if compiz is used.
next, cssm's "themes" should be made available like window border themes; uploaded to- and hosted via a website like gnome-looks.org, auto-downloaded into ubuntu's s-p-ap window (new tab perhaps), and offer clear descriptions of what a theme for ccsm will do to your GUI settings.
examples : "Windows Vista" / "Mac OSX" / "Linux Poweruser".
it would be great if all themes had their popularity and download numbers listed alongside their title, description and thumbs(->screenshots/youtube-vids).
and ccsm can also be run as a tab of the s-p-ap window plz?
3
votes
3
2
0
Selected solution (#6):
glx-dock as an extension to the default OS menu (applications-places-system)
Written by
rene7705 the 21 Mar 10 at 05:50.
i've been using glx-dock.org for a while now, and it's great.
it's everything a eye-candy craver desires in a dock.
it's got themes, with good theme-list and update-themes features.
the default ubuntu karmic apt-sources list an outdated and buggy version of glx-dock, but their latest ("ppa") version is truely cool.
i'm not suggesting to replace the applications-places-system menu with glx-dock, i'm proposing we let the user make that choice easily; 2 checkboxes (to start with) on a tab in the s-p-ap window, 1 for old top-menu and 1 for glx-dock, and a "welcome" window that suggests that an eyecandy option is available at little to no cost in terms of performance (non-intrusively; so with a different-colored remark next to the checkbox for instance).
i've been using glx-dock.org for a while now, and it's great.
it's everything a eye-candy craver desires in a dock.
it's got themes, with good theme-list and update-themes features.
the default ubuntu karmic apt-sources list an outdated and buggy version of glx-dock, but their latest ("ppa") version is truely cool.
i'm not suggesting to replace the applications-places-system menu with glx-dock, i'm proposing we let the user make that choice easily; 2 checkboxes (to start with) on a tab in the s-p-ap window, 1 for old top-menu and 1 for glx-dock, and a "welcome" window that suggests that an eyecandy option is available at little to no cost in terms of performance (non-intrusively; so with a different-colored remark next to the checkbox for instance).
3
votes
3
1
0
Selected solution (#7):
backgrounds and opacity settings for the a-p-s top-menu -> theme tab in s-p-ap
Written by
rene7705 the 21 Mar 10 at 05:57.
You can change the background of the top-menu (applications-places-system), and that is great, but new users are unlikely to find that feature, it's so tucked away.
So i propose someone copies it to a tab in the system->preferences->"appearance preferences" window, and add some default theme work.
Finding a few good textures that wont mess up display shouldn't be a problem.
Hosting a community for such textures on a site like gnome-looks.org is probably easy to arrange too.
Oh, and the font (and it's color and such) should be configurable too, to allow for more types of backgrounds.
Lastly, ubuntu could imo do by default with something else besides a gray background for the a-p-s top-menu (a soothing blue/green/yellow-orange texture perhaps), pref with some opacity to it.
You can change the background of the top-menu (applications-places-system), and that is great, but new users are unlikely to find that feature, it's so tucked away.
So i propose someone copies it to a tab in the system->preferences->"appearance preferences" window, and add some default theme work.
Finding a few good textures that wont mess up display shouldn't be a problem.
Hosting a community for such textures on a site like gnome-looks.org is probably easy to arrange too.
Oh, and the font (and it's color and such) should be configurable too, to allow for more types of backgrounds.
Lastly, ubuntu could imo do by default with something else besides a gray background for the a-p-s top-menu (a soothing blue/green/yellow-orange texture perhaps), pref with some opacity to it.
1
votes
3
1
2
Selected solution (#8):
Docking solution
Written by
needlez6 the 29 Sep 10 at 01:47.
Just have cairo-dock pre-installed with default applications similar to macOsx. This will make it look nice and make it simple to use for new users.
Just have cairo-dock pre-installed with default applications similar to macOsx. This will make it look nice and make it simple to use for new users.
Tabbed Nautilus
Written by einalex the 28 Feb 08 at 17:16.
Global category: Look and Feel.
Implemented
Enable Nautilus to use tabs.
Nautilus is Ubuntu's default file management software. There is no reason why you should need to open countless Nautilus windows to manage your files. It is time to bring tabs from your web browser to your file browser.
Compiz shift-switcher needs high resolution icons
Written by jonathanmotes the 13 Mar 08 at 23:10.
Global category: Look and Feel.
New
The shift-switcher plugin shows large ugly icons for minimized windows. It would help Ubuntu feel more polished if these were higher resolution. I've seen something like shift switcher on a Mac before and the icons looked really nice, so I suppose that it would be possible when the icon theme includes large icons. Many icon sets have high resolutions, but shift-switcher doesn't take advantage of them.
Here is a screenshot:
http://www.flickr.com/photos/9547627@N06/2331385005/
UPDATE: some people feel that it would be better to just always show a window. Either way would be an improvement.