⇤ ← Revision 1 as of 2009-06-30 02:07:23
Size: 4187
Comment: Initial version (based on SwitchingToUbuntu/FromWindows)
|
Size: 4241
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 61: | Line 61: |
* Emulate Windows using [[Wine]] | * Emulate Windows programs using [[Wine]] * Run C# or VB.NET programs using [[Mono]] |
Making Ubuntu feel more like Windows
Ubuntu has its own style and its own way of working, but there are ways of getting a Windows "look and feel" from within Ubuntu.
These instructions apply specifically to the plain Ubuntu desktop version of Ubuntu, which uses the GNOME desktop environment. This page does not apply to Kubuntu or Xubuntu. |
Taskbar panel settings
There are panels at the top and bottom of the screen, which we can adjust so that they are similar to the default Windows layout:
Right-click the two coloured blocks on the right of the bottom panel, click preferences, then set the Number of workspaces to 1.
Right-click the bottom panel, and select Delete this panel.
- Click and drag the top panel to the bottom of the screen.
Drag applications from the Applications menu onto the panel to emulate a "quick launch" area
Add following applets by right-clicking the bottom panel, selecting Add to Panel, and picking them from the list. Here are some specific applets you might want to add:
Window List (a bar containing buttons for each open window)
Main Menu (similar to the start button)
Notification Area (similar to the system tray)
Clock
Right click on Applications, Places, and System, and select Remove from panel for each
By default, Ubuntu gives you two "workspaces" - effectively two desktops, side by side. You disabled this feature in step one, above. If you want to try using this feature (or you deleted the bottom bar before you could disable it), add the Workspace switcher applet just like the other applets described above.
Desktop view
Ubuntu's default desktop is empty, but you can add icons by following these steps:
Click Places and drag the Computer icon onto the desktop (equivalent to My Computer)
Click Places and drag the Home folder onto the desktop (equivalent to My Documents)
Press Alt+F2, then type gconftool-2 -s /apps/nautilus/desktop/trash_icon_visible --type=bool true and click Run (equivalent to Recycle Bin)
The final step deserves some explanation: Alt+F2 shows the "Run Application" window, which is similar to Start > Run in Windows. gconftool-2 alters the GConf configuration system, which is similar to the Windows registry.
Keyboard shortcuts
By default, Ubuntu uses Alt+F1 to open the start menu. To use the windows key:
click System > Preferences > Keyboard Shortcuts
- Find "Show the panel's main menu" (in the "Desktop" section)
- Click the area on the right that reads Alt+F1
- Press the Windows Key
The area should now read "Super L" (left super key)
Windows Fonts
Ubuntu includes high-quality alternatives to common Windows fonts. However, these alternatives are not identical so your existing documents may not look exactly the same under Ubuntu. You can use the most common Windows fonts by installing the following package: msttcorefonts.
Making Firefox Autoselect Text in the Address Bar
Under Windows, clicking on the address bar in Firefox automatically selects the entire text. By default Firefox running under Ubuntu does not. To achieve the same functionality in Ubuntu follow these steps:
In the address bar, type about:config and press Return
In the filter text field, type browser.urlbar.clickSelectsAll
Double-click the value to set it to true
Running Windows applications in Ubuntu
It is possible to run Windows applications in Ubuntu, although it can take a lot of effort. The three main approaches are:
Emulate Windows programs using Wine
Run C# or VB.NET programs using Mono
Emulate DOS using DOSBox
Emulate a whole PC that you can install Windows on using Virtualisation
These options, especially the last, are not for the faint of heart.