You are not logged in.
Using arch and I want to edit my mugshot but when I click on the mugshot icon on the whisker menu I get this error, using arch linux.
Last edited by knaanfan123 (2016-06-20 12:08:13)
Offline
Do you have mugshot installed?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I do now. but when I click aboutme nothing pops up or happens.
Offline
Run "mugshot" in a terminal window and post back the results.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[paddy@aamin-arch LCTHW]$ mugshot
/usr/lib/python3.5/site-packages/mugshot/CameraMugshotDialog.py:27: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, GObject, Gst, GdkPixbuf
Traceback (most recent call last):
File "/usr/bin/mugshot", line 36, in <module>
mugshot.main()
File "/usr/lib/python3.5/site-packages/mugshot/__init__.py", line 46, in main
window = MugshotWindow.MugshotWindow()
File "/usr/lib/python3.5/site-packages/mugshot_lib/Window.py", line 52, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 223, in finish_initializing
self.init_user_details()
File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 243, in init_user_details
self.set_user_image(face)
File "/usr/lib/python3.5/site-packages/mugshot/MugshotWindow.py", line 288, in set_user_image
pixbuf = GdkPixbuf.Pixbuf.new_from_file(filename)
GLib.Error: g-file-error-quark: Failed to open file '/home/paddy/.face': No such file or directory (4)
Offline
We gave up on this application during development, but I do remember that you have to create (and populate, I think) that folder:
/home/paddy/.face
before it will even run.
Last edited by Jerry3904 (2016-06-19 11:58:07)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Yep that worked. Thanks for your help.
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 537.19 KiB (Peak: 538.03 KiB) ]