Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 86

Thread: GNOME 3 PPA for Raring

  1. #41
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GNOME 3 PPA for Raring

    Quote Originally Posted by VinDSL View Post
    Here's another weird one for you...

    After I did a daily update yesterday, window decoration in GS doesn't follow my theme.

    So, for giggles, I just replaced gnome-shell from CLI *:

    Code:
    vindsl@Zuul:~$ gnome-shell --replace &
          JS LOG: IBus version is too old
    Window manager warning: Log level 16: STACK_OP_REMOVE: window 0x24b not in stack
          JS LOG: GNOME Shell started at Mon Mar 18 2013 15:49:05 GMT-0700 (MST)
          JS LOG: loading user theme: /home/vindsl/.themes/GnomishDark/gnome-shell/gnome-shell.css
    * If you want to try this, leave the terminal window open and minimize it.

    After doing the above, window decorations are correct. LoL!

    Heh! What does that IBus warning indicate?!?!?

    Usually, it means just what it says. Guess I should tinker around with IBus, too.
    Most of the time I do not even notice decorations... I'll take a look.
    Yes IBus warning is there for some time already... I've tried to investigate but no success... Will go back to that once I get some spare time...
    Last edited by zika; March 19th, 2013 at 07:41 PM.
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  2. #42
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GNOME 3 PPA for Raring

    Any ideas when/if we could expect return of functional fallback sessions in GS?
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  3. #43
    Join Date
    Jul 2010
    Location
    Finland
    Beans
    2,455
    Distro
    Ubuntu

    Re: GNOME 3 PPA for Raring

    After todays updates in Gnome3 PPA GDM seems to have some trouble starting.
    GDM will, however, start but appearing of the login screen is much slower now.
    I think this is due to the new gsettings-desktop-schemas (3.7.92).
    We may need a newer GDM now.

  4. #44
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GNOME 3 PPA for Raring

    nautilus 3.7.90 does not like the latest gsettings-desktop-schemas 3.7.92 : it fails to open, due to an unknown "draw-background"
    so hopes to see a new nautilus 3.7.92 landing soon.

  5. #45
    Join Date
    Jul 2010
    Location
    Finland
    Beans
    2,455
    Distro
    Ubuntu

    Re: GNOME 3 PPA for Raring

    Quote Originally Posted by dino99 View Post
    nautilus 3.7.90 does not like the latest gsettings-desktop-schemas 3.7.92 : it fails to open, due to an unknown "draw-background"
    so hopes to see a new nautilus 3.7.92 landing soon.
    True, I am seeing the same here in addition to the very slow appearing login screen of GDM.
    Downgrading gsettings-desktop-schemas back to the version 3.7.5 solves this issue for now.

  6. #46
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GNOME 3 PPA for Raring

    Quote Originally Posted by Harry33 View Post
    True, I am seeing the same here in addition to the very slow appearing login screen of GDM.
    Downgrading gsettings-desktop-schemas back to the version 3.7.5 solves this issue for now.
    exact, the change made into the previous 3.7.91 have pushed that issue.
    Major changes in 3.7.91
    +=======================
    +* Add keys for the screensaver wallpaper
    +* Remove the obsolete draw-background key

    so we need an update to nautilus 3.7.92 now

    https://bugs.launchpad.net/ubuntu/+s...s/+bug/1157494
    Last edited by dino99; March 20th, 2013 at 10:47 AM.

  7. #47
    Join Date
    Jul 2010
    Location
    Finland
    Beans
    2,455
    Distro
    Ubuntu

    Re: GNOME 3 PPA for Raring

    We have new gsettings-desktop-schemas (v. 3.7.92-0ubuntu1~raring3) in Gnome3 PPA now.
    The "draw-background key" is reverted.

  8. #48
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GNOME 3 PPA for Raring

    Quote Originally Posted by Harry33 View Post
    We have new gsettings-desktop-schemas (v. 3.7.92-0ubuntu1~raring3) in Gnome3 PPA now.
    The "draw-background key" is reverted.
    yes, i've sent an email about the nautilus issue. With that update nautilus now load again normally.

  9. #49
    Join Date
    Jul 2010
    Location
    Finland
    Beans
    2,455
    Distro
    Ubuntu

    Re: GNOME 3 PPA for Raring

    Quote Originally Posted by dino99 View Post
    yes, i've sent an email about the nautilus issue. With that update nautilus now load again normally.
    Right, issue solved, for now.

  10. #50
    Join Date
    Feb 2013
    Beans
    5

    Re: GNOME 3 PPA for Raring

    Hiya,


    Just made the upgrade to the Gnome3 ppa and was messing a bit around, found at that moment that that "Brightness and Lock" wouldn't open.
    And then tried to open "gnome-control-center screen" from terminal, which gave me this error:
    Code:
     (gnome-control-center:13835): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.screensaver' does not contain a key named 'show-notifications'Trace/breakpoint trap

    That lead me to https://bugs.launchpad.net/ubuntu/+s...r/+bug/1117637


    And start reading gksu gedit /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml , and couldn't find:
    Code:
    <key type="b" name="show-notifications">

    So i followed the bug report and then copied this part from a Fresh Ubuntu-Gnome VM and inserted it, followed the rest of the commands posted in that bugreport:
    Code:
    <key type="b" name="show-notifications">
          <default>false</default>
          <summary>Show notifications in the lock screen</summary>
          <description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</description>
        </key>
    Code:
    macbooom@Rage-Gaming:~$  dpkg -l | grep gsettings-desktop-schemas 
    ii  gsettings-desktop-schemas                 3.7.92-0ubuntu1~raring3                            all          GSettings deskop-wide schemas
    macbooom@Rage-Gaming:~$ locate org.gnome.desktop.screensaver 
    /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml
    macbooom@Rage-Gaming:~$ dpkg -S org.gnome.desktop.screensaver
    gsettings-desktop-schemas: /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml

    And it's working again
    Last edited by MacBooom; March 21st, 2013 at 03:55 PM.

Page 5 of 9 FirstFirst ... 34567 ... LastLast

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
  •