Dolphin doesnt show folders, need to know command F5 to refresh, doesnt refresh automatically

Bug #2064908 reported by Jānis Kangarooo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dolphin (Ubuntu)
New
Undecided
Unassigned

Bug Description

Have docker folder open with yaml to be local
run
docker compose up -d
open new dolphin and go to folder- all files seenable
in 1st folder not seenable
go up with alt+uparrow
back in same folder
still not seenable
press F5 and finally seenable
yaml example file

services:
  db:
    # We use a mariadb image which supports both amd64 & arm64 architecture
    #image: mariadb:10.6.4-focal
    # If you really want to use MySQL, uncomment the following line
    image: mysql:latest
    volumes:
# - db_data:/var/lib/mysql
      - ./db_data:/var/lib/mysql
    restart: no
    environment:
      - MYSQL_ROOT_PASSWORD=somewordpress
      - MYSQL_DATABASE=wordpress
      - MYSQL_USER=wordpress
      - MYSQL_PASSWORD=wordpress
# expose:
# - 3306
# - 33060
  wordpress:
    image: wordpress:latest
    ports:
      - 80:80
    restart: no
    environment:
      - WORDPRESS_DB_HOST=db
      - WORDPRESS_DB_USER=wordpress
      - WORDPRESS_DB_PASSWORD=wordpress
      - WORDPRESS_DB_NAME=wordpress
volumes:
  db_data:

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: dolphin 4:21.12.3-0ubuntu1
ProcVersionSignature: Ubuntu 6.5.0-28.29~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon May 6 12:42:57 2024
InstallationDate: Installed on 2024-01-05 (122 days ago)
InstallationMedia: Kubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.1)
SourcePackage: dolphin
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.