You are not logged in.
Pages: 1
The TopMenu plugin?
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
Thanks!
Offline
Hmmm, works here.
Which version of Xubuntu are you running?
Also, what are the results of:
env| grep -i modules
...and:
ls -l /etc/profile.d
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
Which version of Xubuntu are you running?
I can't be sure because my eyesight is not great, the text in the terminal window in his included image is small, and he used Photobucket (which won't show images when "clicked-to-visit" without me allowing it to run scripts on my computer) instead of ZimageZ... But it looks like he used yauort to perform the installation. Isn't that an Arch command instead of a *buntu one?
IDK if that'd have any thing to do with the failure, though.
Regards,
MDM
Last edited by MountainDewManiac (2015-06-23 05:40:12)
Offline
Hmmm, works here.
Which version of Xubuntu are you running?
Also, what are the results of:
env| grep -i modules
...and:
ls -l /etc/profile.d
I'm running Antergos (Arch based)
this is the outcome
env| grep -i modules
GTK_MODULES=canberra-gtk-module
ls -l /etc/profile.d
-rwxr-xr-x 1 root root 102 oct 24 2013 gpm.sh
-rwxr-xr-x 1 root root 156 may 26 10:58 libreoffice-fresh.csh
-rwxr-xr-x 1 root root 156 may 26 10:58 libreoffice-fresh.sh
-rwxr-xr-x 1 root root 940 feb 15 15:57 locale.sh
-rwxr-xr-x 1 root root 50 jul 1 2014 mozilla-common.csh
-rwxr-xr-x 1 root root 50 jul 1 2014 mozilla-common.sh
-rwxr-xr-x 1 root root 699 feb 16 08:58 perlbin.csh
-rwxr-xr-x 1 root root 668 feb 16 08:58 perlbin.sh
-rwxr-xr-x 1 root root 115 may 12 15:37 seahorse-ssh-askpass.sh
-rw-r--r-- 1 root root 1941 may 12 15:34 vte.sh
Offline
ToZ wrote:Which version of Xubuntu are you running?
I can't be sure because my eyesight is not great, the text in the terminal window in his included image is small, and he used Photobucket (which won't show images when "clicked-to-visit" without me allowing it to run scripts on my computer) instead of ZimageZ... But it looks like he used yauort to perform the installation. Isn't that an Arch command instead of a *buntu one?
IDK if that'd have any thing to do with the failure, though.
Regards,
MDM
You're right, this is the image on Zimagez
Offline
I'm running Antergos (Arch based)
Sorry, I thought it was Xubuntu from the wallpaper in your first image.
You need to export the "topmenu-gtk-module". On my xubuntu install:
GTK_MODULES=canberra-gtk-module:topmenu-gtk-module
The Xubuntu install creates an /etc/profile.d/topmenu.sh file which is sourced on login. Contents are:
#!/bin/sh
export GTK_MODULES=$GTK_MODULES:canberra-gtk-module:topmenu-gtk-module
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
Would this help?
https://bbs.archlinux.org/viewtopic.php?id=195976
Solution by the maintener of the package :
You need to ensure the Gtk+ module topmenu-gtk-moduleis loaded. A simple way to do this is to create a .gtkrc-2.0 file in your $HOME with the following contents:
gtk-modules = "canberra-gtk-module:topmenu-gtk-module"
or put GTK_MODULES="topmenu-gtk-module:canberra-gtk-module" in your ~/.xprofile or ~/.xinitrc .It worked for me
(But not with libreoffice)
Regards,
MDM
Last edited by MountainDewManiac (2015-06-23 18:39:06)
Offline
Thanks Hitlerdidnothingwrong! it works perfect now
Offline
Pages: 1
[ Generated in 0.024 seconds, 7 queries executed - Memory usage: 570.58 KiB (Peak: 587.42 KiB) ]