This solve my problem. Thanks
`apt full-upgrade` is the fix for this, so not sure why you might still be seeing the problem.Adam777 wrote: ↑Mon Nov 18, 2019 8:54 amMine problem still persists. RP3B+, Raspian installed 2 months ago, updated every day, no additional software, no issues. Now I can't do something basic like opening a file manager despite previous promises about being more careful about testing and pushing new updates. I've been sitting all night in front of my PI waiting for the fix to be released so I can finish my work that's due tomorrow, so sorry if I sound a little pissed. Please fix, thank you.
Code: Select all
apt policy pcmanfm libfm4
Code: Select all
pcmanfm:
Installed: 1.3.1-1+rpt10
Candidate: 1.3.1-1+rpt10
Version table:
*** 1.3.1-1+rpt10 500
500 http://archive.raspberrypi.org/debian buster/main armhf Packages
100 /var/lib/dpkg/status
1.3.1-1 500
500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
libfm4:
Installed: 1.3.1-1+rpt9
Candidate: 1.3.1-1+rpt9
Version table:
*** 1.3.1-1+rpt9 500
500 http://archive.raspberrypi.org/debian buster/main armhf Packages
100 /var/lib/dpkg/status
1.3.1-1 500
500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
You don't need the "sudo apt-get upgrade", just useDonP1 wrote: ↑Mon Nov 18, 2019 1:29 pmI had the same problem many other users have reported. I updated and upgraded yesterday morning (November 17, 2019) the latest Raspian Buster OS that I had installed for a Raspberry Pi Model 4 (4 GB). Afterwards, the file manager app would open a window which would then promptly die, causing the entire screen to be refreshed without the file manager window. I had success just now in solving the problem in basically the same way as another user reported success (Hedgy1313). This is what worked this morning. I did not find the autoremove necessary.
sudo apt-get update
sudo apt-get upgrade
sudo apt full-upgrade
sudo reboot now
Code: Select all
sudo apt update
sudo apt full-upgrade
those appear to be the right versions, so something else is awry. Possible corruption of one of the libraries?Adam777 wrote: ↑Mon Nov 18, 2019 1:29 pmapt policy pcmanfm libfm4:Code: Select all
pcmanfm: Installed: 1.3.1-1+rpt10 Candidate: 1.3.1-1+rpt10 Version table: *** 1.3.1-1+rpt10 500 500 http://archive.raspberrypi.org/debian buster/main armhf Packages 100 /var/lib/dpkg/status 1.3.1-1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages libfm4: Installed: 1.3.1-1+rpt9 Candidate: 1.3.1-1+rpt9 Version table: *** 1.3.1-1+rpt9 500 500 http://archive.raspberrypi.org/debian buster/main armhf Packages 100 /var/lib/dpkg/status 1.3.1-1 500 500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
Code: Select all
sudo apt install --reinstall pcmanfm libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 6 reinstalled, 0 to remove and 0 not upgraded.
Need to get 776 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libfm-data all 1.3.1-1+rpt9 [244 kB]
Get:2 http://archive.raspberrypi.org/debian buster/main armhf libfm-extra4 armhf 1.3.1-1+rpt9 [30.7 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf libfm-gtk-data all 1.3.1-1+rpt9 [35.6 kB]
Get:4 http://archive.raspberrypi.org/debian buster/main armhf libfm-gtk4 armhf 1.3.1-1+rpt9 [136 kB]
Get:5 http://archive.raspberrypi.org/debian buster/main armhf libfm-modules armhf 1.3.1-1+rpt9 [47.3 kB]
Get:6 http://archive.raspberrypi.org/debian buster/main armhf pcmanfm armhf 1.3.1-1+rpt10 [282 kB]
Fetched 776 kB in 1s (810 kB/s)
(Reading database ... 157901 files and directories currently installed.)
Preparing to unpack .../0-libfm-data_1.3.1-1+rpt9_all.deb ...
Unpacking libfm-data (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ...
Preparing to unpack .../1-libfm-extra4_1.3.1-1+rpt9_armhf.deb ...
Unpacking libfm-extra4:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ...
Preparing to unpack .../2-libfm-gtk-data_1.3.1-1+rpt9_all.deb ...
Unpacking libfm-gtk-data (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ...
Preparing to unpack .../3-libfm-gtk4_1.3.1-1+rpt9_armhf.deb ...
Unpacking libfm-gtk4:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ...
Preparing to unpack .../4-libfm-modules_1.3.1-1+rpt9_armhf.deb ...
Unpacking libfm-modules:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ...
Preparing to unpack .../5-pcmanfm_1.3.1-1+rpt10_armhf.deb ...
Unpacking pcmanfm (1.3.1-1+rpt10) over (1.3.1-1+rpt10) ...
Setting up libfm-gtk-data (1.3.1-1+rpt9) ...
Setting up libfm-extra4:armhf (1.3.1-1+rpt9) ...
Setting up libfm-data (1.3.1-1+rpt9) ...
Setting up libfm-gtk4:armhf (1.3.1-1+rpt9) ...
Setting up pcmanfm (1.3.1-1+rpt10) ...
Setting up libfm-modules:armhf (1.3.1-1+rpt9) ...
Processing triggers for libc-bin (2.28-10+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for shared-mime-info (1.10-1) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for gnome-menus (3.31.4-3) ...
I think that is probably the best option. No idea what has happened here. Doesn't appear to be the same issues as others have seen, as the fix doesn't fix! It'll be very time consuming to track this down, so a new install on a new SD card will be the quickest option.Adam777 wrote: ↑Mon Nov 18, 2019 1:57 pmsudo apt install --reinstall pcmanfm libfm-data libfm-extra4 libfm-gtk-data libfm-gtk4 libfm-modules:No change, problem still the same, even after restart. I'm going for that clean install...Code: Select all
Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 6 reinstalled, 0 to remove and 0 not upgraded. Need to get 776 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian buster/main armhf libfm-data all 1.3.1-1+rpt9 [244 kB] Get:2 http://archive.raspberrypi.org/debian buster/main armhf libfm-extra4 armhf 1.3.1-1+rpt9 [30.7 kB] Get:3 http://archive.raspberrypi.org/debian buster/main armhf libfm-gtk-data all 1.3.1-1+rpt9 [35.6 kB] Get:4 http://archive.raspberrypi.org/debian buster/main armhf libfm-gtk4 armhf 1.3.1-1+rpt9 [136 kB] Get:5 http://archive.raspberrypi.org/debian buster/main armhf libfm-modules armhf 1.3.1-1+rpt9 [47.3 kB] Get:6 http://archive.raspberrypi.org/debian buster/main armhf pcmanfm armhf 1.3.1-1+rpt10 [282 kB] Fetched 776 kB in 1s (810 kB/s) (Reading database ... 157901 files and directories currently installed.) Preparing to unpack .../0-libfm-data_1.3.1-1+rpt9_all.deb ... Unpacking libfm-data (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ... Preparing to unpack .../1-libfm-extra4_1.3.1-1+rpt9_armhf.deb ... Unpacking libfm-extra4:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ... Preparing to unpack .../2-libfm-gtk-data_1.3.1-1+rpt9_all.deb ... Unpacking libfm-gtk-data (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ... Preparing to unpack .../3-libfm-gtk4_1.3.1-1+rpt9_armhf.deb ... Unpacking libfm-gtk4:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ... Preparing to unpack .../4-libfm-modules_1.3.1-1+rpt9_armhf.deb ... Unpacking libfm-modules:armhf (1.3.1-1+rpt9) over (1.3.1-1+rpt9) ... Preparing to unpack .../5-pcmanfm_1.3.1-1+rpt10_armhf.deb ... Unpacking pcmanfm (1.3.1-1+rpt10) over (1.3.1-1+rpt10) ... Setting up libfm-gtk-data (1.3.1-1+rpt9) ... Setting up libfm-extra4:armhf (1.3.1-1+rpt9) ... Setting up libfm-data (1.3.1-1+rpt9) ... Setting up libfm-gtk4:armhf (1.3.1-1+rpt9) ... Setting up pcmanfm (1.3.1-1+rpt10) ... Setting up libfm-modules:armhf (1.3.1-1+rpt9) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for shared-mime-info (1.10-1) ... Processing triggers for desktop-file-utils (0.23-4) ... Processing triggers for mime-support (3.62) ... Processing triggers for gnome-menus (3.31.4-3) ...