I recently updated my Manjaro system and user applications. After the update, I am not able to open my Nemo File Manager.
This is what is says when I tried to ran nemo through my terminal:
(nemo:12751): Gtk-WARNING **: 11:08:08.962: Theme parsing error: gtk.css:4070:23: Junk at end of value for color
** (nemo:12751): WARNING **: 11:08:09.010: Current gtk theme is not known to have nemo support (Dracula-alt-style) - checking...
(nemo:12751): Gtk-WARNING **: 11:08:09.014: Theme parsing error: gtk.css:4070:23: Junk at end of value for color
** (nemo:12751): WARNING **: 11:08:09.071: The theme appears to have no nemo support. Adding some...
No module named 'PyPDF2'
I have no idea what could have gone wrong before the update everything was working fine even with the Dracula-alt-style that it is complaining about.
Thanks
I tried different themes as well, even the preinstalled matcha theme, the problem still persists.
** (nemo:18652): WARNING **: 12:15:01.724: Current gtk theme is not known to have nemo support (Matcha-dark-sea) - checking...
No module named 'PyPDF2'
I would probably prefer the AUR package python-pypdf2
And if it is required by your other AUR package (nemo-pdf-tools) then it should include python-pypdf2 as a dependency …
And I was going to ask if you had rebuilt your aur packages (you should if you havent) … but then I realized that aur package hasnt changed since august … so I am still confused as to why you dont have python-pypdf2 … unless maybe you do and they all need rebuilds? …
This means you need to rebuild your third-party packages against current libs.
Likely many if you dont know anything about this … but at hand here is the python ones…
So probably something like this:
pamac build $(pacman -Qoq /usr/lib/python3.9)
And/Or manually rebuild ones you know you need … in this case python-pypdf2
pamac build python-pypdf2
Then you could remove your pip package (pip uninstall PyPDF2) … and see if everything works … I would guess it does.
Dont know where you got 0-3 …
As I noted above … the pdf-tools AUR package hasnt changed since August (nor its dependencies)
In this case the package hasnt changed in years and is obviously 0-2.