Announcement

Collapse
No announcement yet.

Synaptic failure

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Synaptic failure

    After I added debian sid to the repositories, Synaptic won't run. From the Application Launcher menu, it asks for my PW but then disappears. From a console, simply typing "synaptic" produces this:

    (process:2479): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.

    ** (synaptic:2479): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

    (synaptic:2479): Gtk-WARNING **: GtkNotebook 0x9407928 is mapped but visible child GtkLabel 0x9561dc0 is not mapped

    (synaptic:2479): Gtk-WARNING **: GtkNotebook 0x9407928 is mapped but visible child GtkLabel 0x9595228 is not mapped
    .
    .
    [many other statements like these]

    How do I get it back? Seems to me this has happened before, but I haven't found the resolution.
    -- Werdigo49
    Registered Linux User #291592
    Kubuntu Xenial Xerus (16.04)

    #2
    Originally posted by werdigo49 View Post
    After I added debian sid to the repositories, Synaptic won't run.
    Well, this is not really surprising, as Ubuntu and Debian packages are never really in sync with each other. Synaptic (which, say, is from Debian) is looking for a library or other needed thing with one version, the one it was compiled against, while the missing bit is from Ubuntu.

    Comment


      #3
      The output you supplied is the usual Gtk+ garbage one sees when starting a Gtk+ program on KDE in a console window. None of it matters. Perhaps there's more, but I sense that you didn't copy/paste the full output.

      Claydoh's observation is correct. You cannot combine Debian's repositories with Ubuntu's.

      Comment


        #4
        Originally posted by SteveRiley View Post
        The output you supplied is the usual Gtk+ garbage one sees when starting a Gtk+ program on KDE in a console window. None of it matters. Perhaps there's more, but I sense that you didn't copy/paste the full output.

        Claydoh's observation is correct. You cannot combine Debian's repositories with Ubuntu's.
        You're right, Steve... as my "[many other statements like these]" indicates. Here's the whole thing... but mainly, how do I get Synaptic back? Muon Package Manager won't run either (no, I haven't filed a bug report).

        I was surprised when this happened, because I'm pretty sure I've installed packages from debian/sid before.

        user@user-N105:~$ sudo synaptic
        [sudo] password for user:

        (process:3091): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
        Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x894ad08 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979e78 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979f30 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x89aa970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x894ad08 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979e78 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979f30 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x89aa970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x894ad08 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979e78 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979f30 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x89aa970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x894ad08 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979e78 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979f30 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x89aa970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x894ad08 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979970 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979e78 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x8979f30 is not mapped

        (synaptic:3091): Gtk-WARNING **: GtkNotebook 0x8849928 is mapped but visible child GtkLabel 0x89aa970 is not mapped
        user@user-N105:~$
        -- Werdigo49
        Registered Linux User #291592
        Kubuntu Xenial Xerus (16.04)

        Comment


          #5
          Originally posted by werdigo49 View Post
          .... how do I get Synaptic back? ...
          Hopefully apt-get will still work. Use it in a console to uninstall Synaptic. Then, remove the sid repository from your sources.list.

          Then run
          sudo apt-get update
          If you get any errors try
          sudo apt-get -f install
          and
          sudo dpkg --configure -all

          When (if) they report no errors then do
          sudo apt-get autoremove
          to clean up debris.
          For good measure reinstall muon.
          Good luck.
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #6
            Originally posted by GreyGeek View Post
            Hopefully apt-get will still work. Use it in a console to uninstall Synaptic. Then, remove the sid repository from your sources.list.

            Then run
            sudo apt-get update
            If you get any errors try
            sudo apt-get -f install
            and
            sudo dpkg --configure -all

            When (if) they report no errors then do
            sudo apt-get autoremove
            to clean up debris.
            For good measure reinstall muon.
            Good luck.
            Thanks, GreyGeek! This is exactly what I was looking for. Sort of figured an uninstall-reinstall was in the works.

            EDIT/UPDATE: Synaptic and Muon are both now running. I don't think I would have thought of editing /etc/apt/sources.list without GG's advice.

            Maybe I misremember, but I could swear I've used debian sid before. Think I'll steer clear of it after this experience.
            Last edited by werdigo49; Jan 21, 2014, 11:29 AM. Reason: Report success
            -- Werdigo49
            Registered Linux User #291592
            Kubuntu Xenial Xerus (16.04)

            Comment

            Working...
            X