Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Xfce's Whisker-menu plugin requires "Mugshot"?

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
jhon987
Guru
Guru
Posts: 302
Joined: Mon Nov 18, 2013 1:23 am

Xfce's Whisker-menu plugin requires "Mugshot"?

  • Quote

Post by jhon987 » Tue Nov 17, 2015 3:02 pm

Xfce has a great panel plugin called xfce4-whiskermenu-plugin.
This menu has your user name on it and a small image beside it, clicking that image will try to invoke an app called "mugshot" which should let you switch to another image and perhaps do other things as well.
This "mugshot" package seems to be missing from Gentoo's repository and overlays as well.
I was wondering whether the devs simply missed it or perhaps there's a replacement package instead of it? (couldn't find any documentation regards it)

IMO this impairs Xfce's functionality a bit...

For reference, here's that package found on Arch -> https://aur.archlinux.org/packages/mugshot/
Top
daniel2
n00b
n00b
Posts: 2
Joined: Tue Nov 24, 2015 11:20 pm

  • Quote

Post by daniel2 » Tue Nov 24, 2015 11:36 pm

Hello,

I need this application too, so I created an ebuild in my own private overlay:

You can see it here: https://github.com/y2kbadbug/gentoo-ove ... sc/mugshot

Let me know if you experience any problems :)
Top
amulet_linux
n00b
n00b
User avatar
Posts: 65
Joined: Sat Apr 26, 2014 4:15 am
Contact:
Contact amulet_linux
Website

  • Quote

Post by amulet_linux » Wed Dec 09, 2015 5:44 pm

daniel2 wrote:Hello,

I need this application too, so I created an ebuild in my own private overlay:

You can see it here: https://github.com/y2kbadbug/gentoo-ove ... sc/mugshot

Let me know if you experience any problems :)
Thank you very much!!! It worked fine, however I cannot input my name, just email, phone and fax
bye :wink:
https://gentoo.curl.pink
I post about Gentoo and Linux :3
Top
daniel2
n00b
n00b
Posts: 2
Joined: Tue Nov 24, 2015 11:20 pm

  • Quote

Post by daniel2 » Wed Dec 16, 2015 4:58 pm

amulet_linux wrote:
daniel2 wrote:Hello,

I need this application too, so I created an ebuild in my own private overlay:

You can see it here: https://github.com/y2kbadbug/gentoo-ove ... sc/mugshot

Let me know if you experience any problems :)
Thank you very much!!! It worked fine, however I cannot input my name, just email, phone and fax
bye :wink:
Try running it from command line and see what errors it spits out.

This is common

Code: Select all

(mugshot:30683): Gtk-WARNING **: Theme parsing error: mate-applications.css:26:23: 'none' is not a valid color name
/usr/lib64/python3.4/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
Anything else, paste me and Ill see if I can figure it out for you. It works fine for me.
Top
STrRedWolf
n00b
n00b
Posts: 72
Joined: Mon Sep 02, 2002 5:41 am
Contact:
Contact STrRedWolf
Website

  • Quote

Post by STrRedWolf » Sat Jan 09, 2016 3:37 pm

Hey Daniel2, I'm testing this out now on amd64 (as soon as my libreoffice rebuild finishes). I've opened up Gentoo bug 571382 to get it into Portage.
Top
Myu
Apprentice
Apprentice
User avatar
Posts: 164
Joined: Wed Oct 22, 2014 7:28 am
Location: Belgium

  • Quote

Post by Myu » Sun Jan 10, 2016 8:16 pm

Just my 2 cents, to change the user avatar on whisker menu, you can copy the file you want as avatar to ~/.face.
Gentoo stable with bits of ~amd64 // Xfce 4.13 + Compiz Reloaded.
Top
amulet_linux
n00b
n00b
User avatar
Posts: 65
Joined: Sat Apr 26, 2014 4:15 am
Contact:
Contact amulet_linux
Website

  • Quote

Post by amulet_linux » Tue Jan 26, 2016 10:45 pm

hi, a little late, but here is the output:

/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)
/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)
/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkImageMenuItem:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)
/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkImageMenuItem:image is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)
/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)
/usr/lib64/python3.4/site-packages/mugshot_lib/Builder.py:81: Warning: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk.Builder.add_from_file(self, filename)


This is common

Code: Select all

(mugshot:30683): Gtk-WARNING **: Theme parsing error: mate-applications.css:26:23: 'none' is not a valid color name
/usr/lib64/python3.4/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
Anything else, paste me and Ill see if I can figure it out for you. It works fine for me.[/quote]
Top
JKosta
n00b
n00b
Posts: 32
Joined: Mon Nov 11, 2013 3:26 pm

  • Quote

Post by JKosta » Fri Apr 01, 2016 7:01 pm

I was getting many issues with the daniels's ebuild.

Then, I updated that ebuild to 0.3.1 version of mugshot and everything is running smooth.

Here it is what I did:

# mkdir -v /var/lib/layman/jkosta

add the line "/var/lib/layman/jkosta" to file /var/lib/layman/make.conf
(without the quotation marks)

# mkdir -v /var/lib/layman/jkosta/metadata/

add the line "masters = gentoo" to file /var/lib/layman/jkosta/metadata/layout.conf
(without the quotation marks)

# mkdir -v /var/lib/layman/jkosta/profiles
# echo "jkosta" > /var/lib/layman/jkosta/profiles/repo_name
# cd /usr/portage/distfiles/
# wget https://launchpad.net/mugshot/0.3/0.3.1 ... 3.1.tar.gz
# mkdir -pv /var/lib/layman/jkosta/x11-misc/mugshot
# cd /var/lib/layman/jkosta/x11-misc/mugshot
# cp /var/lib/layman/y2kbadbug/x11-misc/mugshot/mugshot-0.3.0.ebuild .
# mv mugshot-0.3.0.ebuild mugshot-0.3.1.ebuild
# ebuild mugshot-0.3.1.ebuild manifest
# emerge -av mugshot

Note: replace "jkosta" by the name of your repo.

Now it is time to launch mugshot and enjoy it. ;)
Top
Post Reply

8 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic