Announcement

Collapse
No announcement yet.

Gimp 2.8 unstable for me

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

    #31
    Code:
    paul@tanagra:/var/log/apt$ list
    total 16
    drwxr-xr-x  2 root root   4096 Jun  1 13:34 .
    drwxrwxr-x 15 root syslog 4096 Jun  1 13:34 ..
    -rw-r--r--  1 root root    267 Jun  1 14:14 history.log
    -rw-r-----  1 root adm    2020 Jun  1 14:14 term.log
    paul@tanagra:/var/log/apt$ cat history.log 
    
    Start-Date: 2014-06-01  13:34:07
    Commandline: apt-get install --reinstall gimp
    Reinstall: gimp:amd64 (2.8.10-0ubuntu1)
    End-Date: 2014-06-01  13:34:54
    
    Start-Date: 2014-06-01  14:14:42
    Purge: jockey-common:amd64 (), jockey-kde:amd64 ()
    End-Date: 2014-06-01  14:14:45
    paul@tanagra:/var/log/apt$ cat term.log 
    
    Log started: 2014-06-01  13:34:07
    (Reading database ... 184790 files and directories currently installed.)
    Preparing to unpack .../gimp_2.8.10-0ubuntu1_amd64.deb ...
    Unpacking gimp (2.8.10-0ubuntu1) over (2.8.10-0ubuntu1) ...
    Processing triggers for menu (2.1.46ubuntu1) ...
    Processing triggers for man-db (2.6.7.1-1) ...
    Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
    Processing triggers for mime-support (3.54ubuntu1) ...
    Setting up gimp (2.8.10-0ubuntu1) ...
    Processing triggers for menu (2.1.46ubuntu1) ...
    Log ended: 2014-06-01  13:34:54
    
    Log started: 2014-06-01  14:14:42
    (Reading database ... 184789 files and directories currently installed.)
    Removing jockey-common (0.9.7-0ubuntu15) ...
    Purging configuration files for jockey-common (0.9.7-0ubuntu15) ...
    Removing jockey-kde (0.9.7-0ubuntu15) ...
    Purging configuration files for jockey-kde (0.9.7-0ubuntu15) ...
    Log ended: 2014-06-01  14:14:45
    paul@tanagra:/var/log/apt$
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #32
      That all looks good, but I can't tell if any of that is from Muon. The goal would be to find something under the covers of that mysterious Muon dialog. Uh, anything interesting in /var/log/dpkg.log ?

      Comment


        #33
        Code:
        paul@tanagra:/var/log$ cat dpkg.log | grep gimp
        2014-06-01 13:34:37 upgrade gimp:amd64 2.8.10-0ubuntu1 2.8.10-0ubuntu1
        2014-06-01 13:34:37 status half-configured gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:37 status unpacked gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:37 status half-installed gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:38 status half-installed gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:38 status half-installed gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:40 status half-installed gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:40 status unpacked gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:40 status unpacked gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:53 configure gimp:amd64 2.8.10-0ubuntu1 <none>
        2014-06-01 13:34:53 status unpacked gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:53 status half-configured gimp:amd64 2.8.10-0ubuntu1
        2014-06-01 13:34:53 status installed gimp:amd64 2.8.10-0ubuntu1
        paul@tanagra:/var/log$
        This is the record from this afternoon when I --reinstalled gimp from the CLI.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #34
          That all looks good. I'm flummoxed as to why Muon can't handle this.

          Comment


            #35
            Maybe this sheds some useful light on my problem.
            Code:
            paul@tanagra:~$ dpkg --purge --simulate gimp
            dpkg: could not open log '/var/log/dpkg.log': Permission denied
            dpkg: dependency problems prevent removal of gimp:
             gimp-gmic depends on gimp (>= 2.6).
            
            dpkg: error processing package gimp (--purge):
             dependency problems - not removing
            Errors were encountered while processing:
             gimp
            paul@tanagra:~$
            Oops. Here, with sudo:
            Code:
            paul@tanagra:~$ sudo dpkg --purge --simulate gimp
            [sudo] password for paul: 
            dpkg: dependency problems prevent removal of gimp:
             gimp-gmic depends on gimp (>= 2.6).
            
            dpkg: error processing package gimp (--purge):
             dependency problems - not removing
            Errors were encountered while processing:
             gimp
            paul@tanagra:~$
            Last edited by Snowhog; Jun 01, 2014, 10:58 PM.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #36
              Apparently you need to purge gimp-gmic first, then.

              Comment


                #37
                That works. I purged gimp-gmic.
                Code:
                sudo dpkg --purge --simulate gimp
                Now reports:
                Code:
                paul@tanagra:~$ sudo dpkg --purge --simulate gimp
                (Reading database ... 184418 files and directories currently installed.)
                Would remove or purge gimp (2.8.10-0ubuntu1) ...
                paul@tanagra:~$
                However, Muon Package Manager still says it can't remove or purge gimp (same message I posted earlier). Odd.
                Last edited by Snowhog; Jun 01, 2014, 11:12 PM.
                Windows no longer obstructs my view.
                Using Kubuntu Linux since March 23, 2007.
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #38
                  Well, go ahead and actually try it as root and without a simulation run using dpkg.

                  Comment


                    #39
                    Code:
                    paul@tanagra:~$ sudo dpkg --purge gimp
                    (Reading database ... 184418 files and directories currently installed.)
                    Removing gimp (2.8.10-0ubuntu1) ...
                    Purging configuration files for gimp (2.8.10-0ubuntu1) ...
                    Processing triggers for man-db (2.6.7.1-1) ...
                    Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
                    Processing triggers for mime-support (3.54ubuntu1) ...
                    Processing triggers for menu (2.1.46ubuntu1) ...
                    paul@tanagra:~$
                    And cleaning up:
                    Code:
                    The following packages will be REMOVED:
                      libamd2.3.1* libbabl-0.1-0* libcamd2.3.1* libccolamd2.8.0* libcholmod2.1.2* libgegl-0.2-0* libgfortran3* libjavascriptcoregtk-1.0-0* liblapack3* libpoppler-glib8* libumfpack5.6.2*
                      libwebkitgtk-1.0-0* libwebkitgtk-1.0-common*
                    0 upgraded, 0 newly installed, 13 to remove and 0 not upgraded.
                    Windows no longer obstructs my view.
                    Using Kubuntu Linux since March 23, 2007.
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #40
                      Very good. Now... does sudo find / -iname '*gimp*' find any leftover config files and whatnot?

                      Comment


                        #41
                        Code:
                        paul@tanagra:~$ sudo find / -iname '*gimp*'
                        [sudo] password for paul: 
                        /home/paul/Hotshots/Gimp.png
                        /root/.gimp-2.8
                        /root/.gimp-2.8/gimpressionist
                        /usr/share/bash-completion/completions/vgimport
                        /usr/lib/kde4/kritaodgimport.so
                        /usr/lib/kde4/kritapngimport.so
                        /usr/lib/kde4/kritajpegimport.so
                        /usr/lib/libreoffice/program/wizards/fax/FaxWizardDialogImpl.py
                        /usr/lib/libreoffice/program/wizards/agenda/AgendaWizardDialogImpl.py
                        /usr/lib/libreoffice/program/wizards/letter/LetterWizardDialogImpl.py
                        /usr/lib/python2.7/dist-packages/PIL/GimpGradientFile.py
                        /usr/lib/python2.7/dist-packages/PIL/GimpGradientFile.pyc
                        /usr/lib/python2.7/dist-packages/PIL/GimpPaletteFile.py
                        /usr/lib/python2.7/dist-packages/PIL/GimpPaletteFile.pyc
                        paul@tanagra:~$
                        Windows no longer obstructs my view.
                        Using Kubuntu Linux since March 23, 2007.
                        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                        Comment


                          #42
                          Apparently you've at least once run Gimp as root. I'd suggest deleting the directory /root/.gimp-2.8. Also you might check to see if any files anywhere in your home directory are mistakenly owned by root: find /home/$USER -user root

                          Comment


                            #43
                            I don't remember ever running Gimp as root (launching it from the CLI with sudo), but I did, this evening, remove /root/.gimp-2.8:

                            Code:
                            sudo su -
                            cd /root
                            rm -r .gimp-2.8
                            Windows no longer obstructs my view.
                            Using Kubuntu Linux since March 23, 2007.
                            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                            Comment


                              #44
                              Returning to this a bit late, I realize... So after all this purging and rm-ing, have you been able to get Gimp to run properly?

                              Comment


                                #45
                                No, so I called in a Roman Cathlic Excorsist and had Gimp removed. It is no more, and I'm using Krita. I have no clue why Gimp began behaving as it was.
                                Windows no longer obstructs my view.
                                Using Kubuntu Linux since March 23, 2007.
                                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                                Comment

                                Working...
                                X