Bug 195323 - x11/gnome3-lite multimedia keys not work.
Summary: x11/gnome3-lite multimedia keys not work.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 02:27 UTC by t-matubara
Modified: 2014-12-02 14:04 UTC (History)
0 users

See Also:
t-matubara: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t-matubara 2014-11-24 02:27:28 UTC
Port Revision 373021

PC is Thinkpad T510

Not work under is

XF86AudioLowerVolume
XF86AudioRaiseVolume
XF86AudioMute

It is useless even if it executes the following commands after a desktop display. 

xmodmap ~/.Xmodmap

.Xmodmap is
keycode 140 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume

(Information)
KDE4 is OK
MATE is OK

gnome3-lite is NG
Cinnamon is NG.



Please Fix.

Best Regards
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-24 02:27:28 UTC
Auto-assigned to maintainer gnome@FreeBSD.org
Comment 2 t-matubara 2014-12-02 14:04:48 UTC
Gnome Term

I'm sorry.

If all files in following forrader are eliminated.

$HOME/.config/autostart

When I added the following file to the above folder and made xmodmap start, multimedia keys could be used.


xmodmap.desktop   is

[Desktop Entry]
Comment=
Exec=/usr/local/bin/xmodmap /home/<login User>/.Xmodmap
GenericName=
Icon=system-run
MimeType=
Name=xmodmap
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=


Best Regards