Announcement

Collapse
No announcement yet.

Dolphin does not update automatically

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

    [KDE] Dolphin does not update automatically

    Hello everyone.

    I'm new to Linux and I'm using Kubuntu. I noticed that from a few days to now, when I copy and paste some files or uncompressed files, they only appear after I press the F5 key. How can I fix this?

    Sorry for my English, I'm from Brazil and I could not find answers here. I'm using google translator.

    Thank you very much.

    #2
    Normally, dolphin "watches" the directory it is showing, I presume using the inotify API. Something has broken this on your kubuntu it seems.

    If you start dolphin in a konsole, you may see lots of messages about various things that didn't work. I get
    Code:
    kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
    org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
    org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
    org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
    org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
    org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
    org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
    org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
    org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
    qt.accessibility.core: Cannot create accessible child interface for object:  PlacesView(0x56431b90b5c0)  index:  13
    kf5.kio.core: KSambaShare: Could not find smb.conf!
    Your list of messages might give a clue to the problem.
    Regards, John Little

    Comment


      #3
      Maybe: Bug 387663 - Dolphin doesn't update view (doesn't show new files) - https://bugs.kde.org/show_bug.cgi?id=387663
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Originally posted by jlittle View Post
        Normally, dolphin "watches" the directory it is showing, I presume using the inotify API. Something has broken this on your kubuntu it seems.

        If you start dolphin in a konsole, you may see lots of messages about various things that didn't work. I get
        Code:
        kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
        qt.accessibility.core: Cannot create accessible child interface for object:  PlacesView(0x56431b90b5c0)  index:  13
        kf5.kio.core: KSambaShare: Could not find smb.conf!
        Your list of messages might give a clue to the problem.
        Hello, jlittle.

        I started Dolphin on konsole and returned. this is good or bad?

        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/16/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/22/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/24/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/32/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/48/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/64/"
        Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/128/"
        Icon theme "Mint-X" not found.
        Icon theme "elementary" not found.
        Icon theme "gnome" not found.
        kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
        org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
        org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
        qt.accessibility.core: Cannot create accessible child interface for object: PlacesView(0x5570be0a5a80) index: 14
        kf5.kio.core: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf\nLoaded services file OK.\nWARNING: The 'netbios name' is too long (max. 15 chars).\n\n"

        Thank you

        Comment


          #5
          Originally posted by Rog131 View Post
          Maybe: Bug 387663 - Dolphin doesn't update view (doesn't show new files) - https://bugs.kde.org/show_bug.cgi?id=387663
          Hello Rog131.

          I'll access the link you've been through.

          Thank you

          Comment


            #6
            As far as I can tell, all those messages are about icons or samba, or are similar to the ones I get. They're not a concern in themselves (except that generally I wish GUI developers would clean up this sort of mess unless running in some kind of debug mode).

            Some of the bug reports that Rog131 referred to had inotify error messages from dolphin. In that run of dolphin did you get the lack of updating problem?
            Regards, John Little

            Comment


              #7
              Originally posted by jlittle View Post
              As far as I can tell, all those messages are about icons or samba, or are similar to the ones I get. They're not a concern in themselves (except that generally I wish GUI developers would clean up this sort of mess unless running in some kind of debug mode).

              Some of the bug reports that Rog131 referred to had inotify error messages from dolphin. In that run of dolphin did you get the lack of updating problem?
              I have not received notifications of Dolphin errors. I am 3 months ago with Kubuntu and I confess I have not seen Dolphin updates.

              Comment


                #8
                Please post the output of
                Code:
                apt policy dolphin
                and if you get anything you don't understand when you run
                Code:
                sudo apt update
                followed by
                Code:
                sudo apt full-upgrade
                post the entire output of both commands here.
                Kubuntu 20.04

                Comment


                  #9
                  Originally posted by chimak111 View Post
                  Please post the output of
                  Code:
                  apt policy dolphin
                  and if you get anything you don't understand when you run
                  Code:
                  sudo apt update
                  followed by
                  Code:
                  sudo apt full-upgrade
                  post the entire output of both commands here.
                  Hi chimak111.

                  Right. See below the results:

                  Code:
                  apt policy dolphin
                  
                  dolphin:
                  Instalado: 4:17.12.3-0ubuntu1
                  Candidato: 4:17.12.3-0ubuntu1
                  Tabela de versão:
                  *** 4:17.12.3-0ubuntu1 500
                        500 http://br.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                        100 /var/lib/dpkg/status
                  
                  sudo apt update
                  
                  Atingido:1 http://br.archive.ubuntu.com/ubuntu bionic InRelease                                                                                                                                
                  Obter:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]                                                                                                                  
                  Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                             
                  Obter:4 http://br.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]                                                                       
                  Atingido:5 http://ppa.launchpad.net/stellarium/stellarium-releases/ubuntu bionic InRelease                                                               
                  Atingido:6 http://dl.google.com/linux/chrome/deb stable Release                                                                                          
                  Obter:7 http://br.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]                                         
                  Obter:8 http://br.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [562 kB]       
                  Obter:10 http://br.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [566 kB]  
                  Obter:11 http://br.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [149 kB]
                  Baixados 1.523 kB em 3s (552 kB/s)                                
                  Lendo listas de pacotes... Pronto
                  Construindo árvore de dependências       
                  Lendo informação de estado... Pronto
                  All packages are up to date.
                  
                  sudo apt full-upgrade
                  
                  Lendo listas de pacotes... Pronto
                  Construindo árvore de dependências       
                  Lendo informação de estado... Pronto
                  Calculando atualização... Pronto
                  0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
                  Some words are in Portuguese. In English it would look something like:

                  Code:
                  Reading package lists ... Ready
                  Building dependency tree
                  Reading status information ... Ready
                  Calculating update ... Ready
                  0 packages upgraded, 0 new packages installed, 0 to be removed and 0 not upgraded.
                  Last edited by JoseMarcos; Oct 23, 2018, 06:58 PM.

                  Comment

                  Working...
                  X