Public bug reported:

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)

** Affects: dolphin (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20240506_124128.png"
   
https://bugs.launchpad.net/bugs/2064908/+attachment/5775427/+files/Screenshot_20240506_124128.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064908

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dolphin/+bug/2064908/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to