You are not logged in.
Hi,
I can't change icon, on Directory Menu, in Fedora 29.
I'm referring to "Directory Menu" applet, in the panels, which I use a lot.
I can do it on Debian 8.
I have taken screenshots to atach, but I can't see how to attach here.
But in Fedora, nothing happens when I click on the icon.
It should open a window to choose the icon file, like Debian does.
I like both Debian and Fedora, and I really would like to solve this because I use image of letters, so I can have multiple Directory Menus launchers in my panel.
Can you help?
Last edited by jack_the_pirate (2019-08-30 21:57:25)
Queen - Megadeth - Metallica - 80's
Offline
From the Live CD, it generates this error (in ~/.xsession-errors):
(xfce4-panel:2171): libdirectorymenu-CRITICAL **: 21:18:59.690: directorymenu.c:390 (directory_menu_plugin_configure_plugin_icon_chooser): expression 'XFCE_IS_PANEL_IMAGE (plugin->dialog_icon)' failed.
This bug was fixed 5 days ago: https://git.xfce.org/xfce/xfce4-panel/c … 591fa95a70
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
You can work around it though.
First, get the plugin number. In my case:
xfconf-query -c xfce4-panel -lv | grep directorymenu
... yields:
/plugins/plugin-14 directorymenu
/plugins/plugin-16 directorymenu
...I have two directory menu plugins active (14 and 16).
To manually change the icon, run the following command:
xfconf-query -c xfce4-panel -p /plugins/plugin-16/icon-name -t string -s gtk-edit --create
...and replace the "16" with your plugin number and "gtk-edit" with the name of the icon that you want to use.
To see the complete xfconf layout of your panel plugins, look at the xfce4-settings-editor in the xfce4-panel channel.
Last edited by ToZ (2018-11-29 02:35:06)
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
Thank you very much, ToZ!
Your help is valuable!
Regards
Queen - Megadeth - Metallica - 80's
Offline
and "gtk-edit" with the name of the icon that you want to use.
What about if someone wants to use a custom image and not an already existente icon?
I've tried with gtk-edit, but couldn't make it work.
Is it possible?
I have about 22 panel items in which I use custom images.
Queen - Megadeth - Metallica - 80's
Offline
This works on my system (don't have fedora 29 handy to test).
Copy your image file to ~/.icons (create the folder if it doesn't exist). As a test, lets call the icon file "my-icon.png".
You can then use the following command to set it as the default Directory Menu icon:
xfconf-query -c xfce4-panel -p /plugins/plugin-16/icon-name -s my-icon
...where "16" is the ID of your plugin. Note that when using this command we leave off the filename extension.
Or you can find it in xfce4-settings-editor and make the change there.
Let me know if this works for you in fedora 29.
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
This works on my system (don't have fedora 29 handy to test).
Copy your image file to ~/.icons (create the folder if it doesn't exist). As a test, lets call the icon file "my-icon.png".
You can then use the following command to set it as the default Directory Menu icon:
xfconf-query -c xfce4-panel -p /plugins/plugin-16/icon-name -s my-icon
...where "16" is the ID of your plugin. Note that when using this command we leave off the filename extension.
Or you can find it in xfce4-settings-editor and make the change there.
Let me know if this works for you in fedora 29.
Yes, it did work!
But now I am on Fedora 30, and not Fedora 29 which was my Fedora version when I started this thread.
Thank you, ToZ!
Queen - Megadeth - Metallica - 80's
Offline
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 547.12 KiB (Peak: 547.96 KiB) ]