some problems with the xfce4

This forum is dedicated to testing early releases and cauldron : Howtos, tips, tricks and user global feedback and thoughts...

Helpful tip :
For bugs tracking we use : https://bugs.mageia.org = The Mageia Bug Tracker
In this bug tracker you'll find already reported bugs and you'll be able to report those you have found....

some problems with the xfce4

Postby airmaik » Jan 29th, '14, 22:48

I'm xfce4 and mageia cauldron and I have installed gnome-disk-utility and I do not show me in main menu xfce4.

give

Code: Select all
su -


Code: Select all
gnome-disk-utility


and I sent

Code: Select all
-bash: gnome-disk-utility: command not found


installed gparted I sent in the menu but when I press on it I do not do anything

and you must run from the terminal

While many packages installed are not displayed in menu like mate-system-monitor
airmaik
 
Posts: 29
Joined: Dec 26th, '13, 20:08

Re: some problems with the xfce4

Postby doktor5000 » Jan 30th, '14, 02:49

Well, the executable is called gnome-disks

Code: Select all
[doktor5000@Mageia3 ~]$ rpm -ql gnome-disk-utility | grep bin
/usr/bin/gnome-disk-image-mounter
/usr/bin/gnome-disks


And it's intended to be run by normal users, not as root, by the way. And it should be in the menu.
Mate application will probably only be shown in MATE. You can change that by looking at the desktop file and see if there's some OnlyShowIn directive in there and commenting that out.

Some examples:

Code: Select all
[doktor5000@Mageia3 ~]$ grep -i onlyshowin /usr/share/applications/*.desktop
/usr/share/applications/bluetooth-properties.desktop:OnlyShowIn=GNOME;
/usr/share/applications/exo-file-manager.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-mail-reader.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-preferred-applications.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-terminal-emulator.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-web-browser.desktop:OnlyShowIn=XFCE;
/usr/share/applications/globaltime.desktop:OnlyShowIn=XFCE;
/usr/share/applications/gnome-background-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-color-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-control-center.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-datetime-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-display-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-info-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-keyboard-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-mouse-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-network-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-online-accounts-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-power-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-power-statistics.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-printers-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-region-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-screen-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-screenshot.desktop:OnlyShowIn=Unity;
/usr/share/applications/gnome-screenshot.desktop:OnlyShowIn=Unity;
/usr/share/applications/gnome-sound-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-universal-access-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-user-accounts-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/gnome-wacom-panel.desktop:OnlyShowIn=GNOME;
/usr/share/applications/mousepad.desktop:OnlyShowIn=XFCE;
/usr/share/applications/panel-preferences.desktop:OnlyShowIn=XFCE;
/usr/share/applications/parole.desktop:OnlyShowIn=Unity;
/usr/share/applications/parole.desktop:OnlyShowIn=Unity;
/usr/share/applications/parole.desktop:OnlyShowIn=Unity;
/usr/share/applications/session-properties.desktop:OnlyShowIn=GNOME;Unity;
/usr/share/applications/transmission-gtk.desktop:OnlyShowIn=Unity;
/usr/share/applications/transmission-gtk.desktop:OnlyShowIn=Unity;
/usr/share/applications/xbmc.desktop:OnlyShowIn=Unity;
/usr/share/applications/xbmc.desktop:OnlyShowIn=Unity;
/usr/share/applications/xfcalendar.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-about.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-accessibility-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-appfinder.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-mime-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-power-manager-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-run.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-session-logout.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-settings-editor.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-terminal.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-backdrop-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-display-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-keyboard-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-mouse-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-session-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-settings-manager.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-ui-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-wm-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-wmtweaks-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-workspaces-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-xfcalendar-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/yelp.desktop:OnlyShowIn=GNOME;Unity;
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: some problems with the xfce4

Postby airmaik » Jan 30th, '14, 06:53

shows this

Code: Select all
[prodromos@localhost ~]$ rpm -ql gnome-disk-utility | grep bin
/usr/bin/gnome-disk-image-mounter
/usr/bin/gnome-disks


Code: Select all
[prodromos@localhost ~]$ grep -i onlyshowin /usr/share/applications/*.desktop
/usr/share/applications/exo-file-manager.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-mail-reader.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-preferred-applications.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-terminal-emulator.desktop:OnlyShowIn=XFCE;
/usr/share/applications/exo-web-browser.desktop:OnlyShowIn=XFCE;
/usr/share/applications/globaltime.desktop:OnlyShowIn=XFCE;
/usr/share/applications/mousepad.desktop:OnlyShowIn=XFCE;
/usr/share/applications/panel-preferences.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfcalendar.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-about.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-accessibility-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-appfinder.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-mime-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-notifyd-config.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-run.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-session-logout.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-settings-editor.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce4-terminal.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-backdrop-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-display-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-keyboard-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-mouse-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-session-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-settings-manager.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-ui-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-wm-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-wmtweaks-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-workspaces-settings.desktop:OnlyShowIn=XFCE;
/usr/share/applications/xfce-xfcalendar-settings.desktop:OnlyShowIn=XFCE;
airmaik
 
Posts: 29
Joined: Dec 26th, '13, 20:08

Re: some problems with the xfce4

Postby doktor5000 » Jan 30th, '14, 15:14

Well, I've posted that already. Did you also understand the output, and read my post?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Testing : Alpha, Beta, RC and Cauldron

Who is online

Users browsing this forum: No registered users and 1 guest

cron