Page 3 of 29 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 283

Thread: Gnome shell 3.2 setups

  1. #21
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    Gnome shell theme Pantheon . Removed Elementary branding by replacing logo.png, logo.svg & overview.jpg

    Very well done G-S theme, I particularly like the way the author tightened up the icon spacing on the panel.

    desktop.jpg setup.jpg overview.jpg

  2. #22
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    How to move the applications menu from the Frippery collection from left side of panel to the right side. The screenshot contains the metadata.json so you can verify you are using the same extension.

    In the extension.js (located either in the /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gnome.org or ~/.local/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gnome.org folder depending on whether you installed it globally or per user) change
    Code:
    let appsMenuButton;
    
    function enable() {
        appsMenuButton = new ApplicationsButton();
        Main.panel._leftBox.insert_actor(appsMenuButton.actor, 1);
        Main.panel._leftBox.child_set(appsMenuButton.actor, { y_fill : true } );
    to this:
    Code:
    let appsMenuButton;
    
    function enable() {
        appsMenuButton = new ApplicationsButton();
        Main.panel._rightBox.insert_actor(appsMenuButton.actor, 1);
        Main.panel._rightBox.child_set(appsMenuButton.actor, { y_fill : true } );
    Look in the vicinity of line 100-102, the key is to change leftBox to rightBox in just those 2 places.

    The result looks like this & compliments the places or extended-places extension.

    appmenu.jpg
    Last edited by cbowman57; October 31st, 2011 at 05:58 PM.

  3. #23
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    Changing icon size of the Frippery Panel Favorites extension.

    favorites.jpg


    Still trying to figure out how to size icons displayed with icontopbar extension.

  4. #24
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    fpmurphy extensions

    As promised, Mr. Murphy has started updating his extensions, so far only the noripple extension is on his website. http://www.fpmurphy.com/gnome-shell-extensions/

  5. #25
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    Not Gnome shell specific but these are some handy wallpapers if you are trying to get more familiar with using linux from the commandline.

    Link to wallpaper

  6. #26
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    Ok, apparently I killed the thread, so in an attempt to revive it I revised the thread guidelines.

    Feel free to display your desktops.

  7. #27
    Join Date
    Jan 2009
    Location
    Flanders
    Beans
    Hidden!

    Re: Gnome shell 3.2 setups

    Just read on WebUpd8 that Pinguy is going to use a highly customised GS setup: http://www.webupd8.org/2011/10/pingu...l-edition.html

    Btw, good wall. Shared with some Linux friends on G+.

  8. #28
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    Quote Originally Posted by sanderd17 View Post
    Just read on WebUpd8 that Pinguy is going to use a highly customised GS setup: http://www.webupd8.org/2011/10/pingu...l-edition.html

    Btw, good wall. Shared with some Linux friends on G+.
    Thanks, hope it gets some use. I need to check out G+ myself.

    Yeah, looks like the direction Linux Mint is going in too.

  9. #29
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Gnome shell 3.2 setups

    Quote Originally Posted by cbowman57
    Feel free to display your desktops.
    I've been playing with mine a bit, mostly just tweaking the GTK3 theme, and posted in the screenshots thread. I installed the global menu extension, but it's not very useful, since it's a lot of clicks to dig down to whatever you're looking for. I do like the dock extension, particularly in that it matches itself to the Shell theme.

    I'm having ridiculous stability problems and finding all of my favorite Gnome features broken. I like Shell in concept, but some things are going to have to happen before I could consider using it for actual work.

  10. #30
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: Gnome shell 3.2 setups

    The shell has been real stable for me, I've been using it exclusively for almost 6 months.

Page 3 of 29 FirstFirst 1234513 ... LastLast

Tags for this Thread

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
  •