https://bugs.kde.org/show_bug.cgi?id=515240

--- Comment #8 from Parker Reed <[email protected]> ---
Could the issue be before the portal even? Looking at dbus monitor, I see the
*incorrect* path in the method call

method call time=1769698664.919924 sender=:1.57 -> destination=:1.67
serial=3015 path=/org/freedesktop/portal/desktop;
interface=org.freedesktop.impl.portal.FileChooser; member=OpenFile
   object path "/org/freedesktop/portal/desktop/request/1_150/repro"
   string "org.kde.konsole"
   string ""
   string "Portal OpenFile repro"
   array [
      dict entry(
         string "current_folder"
         variant             array of bytes "/home/parker" + \0
      )
   ]
method call time=1769698672.842676 sender=:1.57 -> destination=:1.67
serial=3034 path=/org/freedesktop/portal/desktop;
interface=org.freedesktop.impl.portal.FileChooser; member=OpenFile
   object path "/org/freedesktop/portal/desktop/request/1_151/repro"
   string "org.kde.konsole"
   string ""
   string "Portal OpenFile repro"
   array [
      dict entry(
         string "current_folder"
         variant             array of bytes "/home/parker/Downloads" + \0
      )
   ]


First was asking for /home/parker/Downloads and second was
/home/parker/Downloads/

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to