Title, when I try to run it from terminal it says this after asking for permission.
$ gparted
Unit -.mount does not exist, proceeding anyway. /usr/sbin/gpartedbin:
error while loading shared libraries: libgtkmm-2.4.so.1: cannot open
shared object file: No such file or directory
First day using linux, what does this mean? I thought it meant I was missing something so I tried to download it, it put out:
$ sudo apt install gparted
Reading package lists... Done Building dependency tree
Reading state information... Done
gparted is already the newest version (0.30.0-3ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ sudo apt install --reinstall gparted
Reading package lists... Done Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/505 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 192326 files and directories currently installed.)
Preparing to unpack .../gparted_0.30.0-3ubuntu2_i386.deb ...
Unpacking gparted (0.30.0-3ubuntu2) over (0.30.0-3ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Setting up gparted (0.30.0-3ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Any ideas? I can't seem to find anything on the internet that fixes this problem. Running Xubuntu 18.04.3, so I don't have other ways to format my usb.
gparted
by runningsudo apt install --reinstall gparted
from a terminal window. – Terrance Aug 10 '19 at 23:14Reading state information... Done libgtkmm-2.4-1v5 is already the newest version (1:2.24.5-2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – Path Aug 10 '19 at 23:56
'xhost si:localuser:root' doesn't help either, gpart still refuses to open.
– Path Aug 11 '19 at 00:39libgtkmm-2.4-1v5
with the same command as above. Maybe also trysudo ldconfig
so it might try to fix lib files. I am not experiencing the same errors as you so I can only guess here. – Terrance Aug 11 '19 at 00:53sudo apt install --reinstall libgtkmm-2.4-1v5
and check if the problem is solved then. – mook765 Aug 11 '19 at 14:26ubuntu-desktop
which will change the login manager and the desktop environment completely. OP is using xubuntu with xfce desktop. – Raffa Aug 12 '19 at 03:59