Page 42 of 42 FirstFirst ... 32404142
Results 411 to 418 of 418

Thread: [HOWTO] Fix common Gnome 3 install issues in 11.04

  1. #411
    Join Date
    Aug 2011
    Beans
    1

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    i will be glad if i could get some common shortcuts for gnome 3.........
    plz help me.....
    and is there any way in which i can assign shortcut keys to applications like we can do in windows

  2. #412
    Join Date
    Aug 2009
    Beans
    1,326
    Distro
    Ubuntu Development Release

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    http://library.gnome.org/users/gnome...rtcuts.html.en

    You can change keyboard shortcuts with System Settings>Keyboard.

  3. #413
    Join Date
    Oct 2006
    Location
    Carrboro, NC, USA
    Beans
    29
    Distro
    Ubuntu Development Release

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    Quote Originally Posted by pratpor View Post
    i will be glad if i could get some common shortcuts for gnome 3.........
    plz help me.....
    and is there any way in which i can assign shortcut keys to applications like we can do in windows
    http://live.gnome.org/GnomeShell/CheatSheet


    Quote Originally Posted by isaacj87 View Post
    I apologize if this has been answered. This thread has become quite long.

    Is there a way to get Gnome3's gnome-power-manager working?
    What doesn't work for you? It works on both my laptops, but when I try to run it on my desktop:

    Code:
    patrick@gnubuntu:~$ gnome-power-manager 
    
    (gnome-power-manager:4163): GLib-WARNING **: XDG_RUNTIME_DIR variable not set.  Falling back to XDG cache dir.
    `menu_proxy_module_load': gnome-power-manager: undefined symbol: menu_proxy_module_load
    
    (gnome-power-manager:4163): Gtk-WARNING **: Failed to load type module: (null)
    
    `menu_proxy_module_load': gnome-power-manager: undefined symbol: menu_proxy_module_load
    
    (gnome-power-manager:4163): Gtk-WARNING **: Failed to load type module: (null)
    
    patrick@gnubuntu:~$

  4. #414
    Join Date
    Oct 2009
    Beans
    43

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    Quote Originally Posted by slooksterpsv View Post
    NEW!!! This guide isn't going to be updated anymore, as there is gNatty, and I've switched to Lubuntu. The reason? GDM kept crashing and issues kept coming up that reduced the overall functionality of my own computer.

    The PPA seems like it changes slightly to where things may break, if something does break, try to run:
    sudo apt-get install gnome-shell gnome-session
    again, as it looks like a lot of the time gnome-shell and gnome-session aren't being installed.

    FIX for issue opening certain applications (like games)

    Do the following in terminal:

    Code:
    echo "PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games\"" | tee -a ~/.profile
    Logout and log back in and that should fix the issue. NOTE: You have to do this for each user that logs into the system if they can't access games or that.

    FIX for .ICEauthority issue!
    There's another method besides this one, and it involves just installing the following:
    Code:
    sudo apt-get install gnome-session
    This works!

    Installing Gnome 3.0
    Let's start by installing Gnome 3.0, NOTE THIS WILL REMOVE UNITY AND MAKE IT TO WHERE YOU CANNOT INSTALL UNITY!!! The only way to get Unity back is to remove the PPA and run a dist-upgrade on the system. (See further down)

    Open a terminal and type in the following commands (do this by going to your applications area and searching for terminal):

    Code:
    sudo add-apt-repository ppa:gnome3-team/gnome3
    sudo apt-get update
    sudo apt-get dist-upgrade
    sudo apt-get install gnome-shell gnome-session
    sudo apt-get -f install
    sudo apt-get install gnome-shell
    sudo apt-get install gnome-session
    NEW - The above has changed as issues occurred and didn't install gnome-shell

    Before we reboot, we do need to do a few more things to make sure it's running correctly, keep reading.

    Issues with strange themes
    You may have a strange theme and want the default Gnome 3 theme, here's what you need to do, now where we didn't reboot above (or if you did and are at the weird theme'ed gnome 3, open a terminal and follow along), in the terminal type in:
    Code:
    sudo apt-get remove gnome-accessibility-themes
    sudo apt-get install gnome-themes-standard
    sudo apt-get install -f
    Some users have reported needing to run sudo apt-get install -f due to failure to install some packages. If that doesn't work, go ahead and post and we'll see if we can help you out.

    Now let's restart. For those of you having the common graphical glitch, this issue is caused by the gnome-accessibility-themes and by not having the gnome standard themes. Once you reboot you should be at the fresh interface of Gnome 3.

    Needs some tweaking! Window buttons, different themes, etc.
    Unfortunately, there's not a lot you can change initially, but we'll need to install another tool to help tweak some items, open a terminal again and install the following:
    Code:
    sudo apt-get install gnome-tweak-tool
    Open the gnome-tweak-tool by pressing ALT+F2 and typing in:
    Code:
    gnome-tweak-tool
    then press Enter. Here we can change a few basic settings. Go under interface to change the Gtk+ Theme. If you find you don't like something, just change it back.

    To apply the changes, either log out and log back in or press ALT+F2 and type in just r and press Enter, which will refresh the Window Manager.

    If you want your regular buttons on the right hand side for the windows do the following, press ALT+F2 and type in:
    Code:
    gconf-editor
    Press Enter and navigate to:
    Code:
    /desktop/gnome/shell/windows
    Change the button_layout to:
    Code:
    :minimize,maximize,close
    After you do that, you do need to press ALT+F2, type r, press enter, and it'll fix that.

    Flickering, GAHHHHHHHH
    If you have flickering, tearing, etc. of the windows and HAVE installed the graphics drivers, you need to remove them. Unfortunately with some chipsets you will experience tearing with the graphic drivers - ATI for example.

    Other stuff?
    I'll update this guide as much as I can as I know there's a lot of questions about Gnome 3 and how to configure this or that or change settings. Try stuff out, experiment with the greatest DE in the world!

    How do I get Evolution 3.0
    So as a lot of you know, the Gnome 3.0 PPA above DOES NOT include Evolution 3.0, well here's a simple way of getting it from another PPA. So open the terminal again and type in the following:

    Code:
    sudo apt-add-repository ppa:danilo/evolution
    sudo apt-get update
    sudo apt-get dist-upgrade
    It is a SLOW PPA so give it time. When that's done, just restart Evolution for the 3.0 goodness. The menu's are a lot better than 2.32, and fitted for smaller screen resolutions.

    Tips & Tricks! I want to have fun!
    Ok let's get out some tips and tricks, have 2 separate windows open on one application, like 2 separate firefox windows (not tabs) and press ALT+TAB and while holding down ALT press Tab until you get to the firefox icon and press the down arrow key. Voila! You see all the separate windows in Live Previews.

    Press the Super key (windows logo key) then start typing in the name of an application. Voila! You don't need the mouse to get to your apps.

    What else... hmmm... click on the circle with the little person in it, there's a way to find some accessibility settings.

    Click at the top where it says todays date and time, it pops down a cool calendar that integrates with Evolution 3.0

    Click on the application name in the top left, it has a quit menu so if you can't figure out how to quit an app or close a window, you can do it that way.

    If you get stuck in a window that has no close button, try pressing the escape key.

    When someone sends you an im, you can click on it at the bottom middle and reply if using Empathy.

    If you press the activities button and go to the bottom right-hand side you should see a list of your current tray icons such as empathy chats. In the activities menu if you get an IM you can reply to it there.

    I want my Unity back!

    On page 9, [M4570D0N] stated that the following should work.

    To remove Gnome 3 and reinstall Unity, do the following in a terminal:

    Code:
    sudo ppa-purge ppa:gnome3-team/gnome3
    sudo apt-get update
    sudo apt-get dist-upgrade
    I have not tested this personally, but it sounds like it works. So let me know if it doesn't and I'll remove this section.

    If you have any more let me know. I know I haven't added who gave what fixes for what, but I'll try to update that here. If you added something and don't see your alias, PM me.
    hey buddy .. today i followed this procedure and m not able to see anything on my desktop. Its completely a blank screen. What should I do now?? I have lost my Unity desktop and its customization .. so can u please tell me how can i get back my previous desktop without affecting its customization ? or do i need to do a fresh install ? i really frustrated ..

  5. #415
    Join Date
    Aug 2011
    Location
    Bosnia
    Beans
    22
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    Can anyone using ATI/fglrx driver confirm this is working?

  6. #416
    Join Date
    May 2007
    Beans
    37

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    thanks for a great post. quick question (searching did not find the answer for me)

    at the login screen, I see usernames, but no user icons - is there some way to make those show?

    obviously this is not a big deal, just curious.
    Freedom = Good

  7. #417
    Join Date
    Jul 2008
    Beans
    24

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    Quote Originally Posted by skibler View Post
    I have been using gnome3 for well over a month without major issue.

    Recently, the system on my laptop has decided that it no longer wants to use the faenza icon theme.

    The icon theme is installed properly, and it is set correctly in gnome-tweak-tool, but the system is still using the standard "gnome" icons. I have even changed the key in gconf to Faenza-Darkest (it was "gnome"), and reloaded, but that makes no difference.

    Has anyone else had this issue? Any ideas?
    How did you get the faenza gtk2 theme working in gnome3?

  8. #418
    Join Date
    Nov 2010
    Location
    Tamworth, Australia
    Beans
    8
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [HOWTO] Fix common Gnome 3 install issues in 11.04

    Man. Unity is dead. Thanks Guys. Put Unity Back Into The WM without Unity (did that make sense?)

    James

Page 42 of 42 FirstFirst ... 32404142

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •