! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-clipman-plugin/root/panel-plugin/main-status-icon.c.patch
Status:
RESOLVED: MOVED
Product:
Xfce4-clipman-plugin
Component:
X11 clipboard manager

Comments

Description onkelho 2019-10-22 16:48:24 CEST
 
Comment 1 onkelho 2019-10-22 16:58:23 CEST
there is only a search for clipman with fallback to edit-paste, but on /data/icons/*/...
xfce4-clipman-plugin and a clipman-symbolic located,
so for next release please add a elif (){();} :

 /* Status Icon */
  if (gtk_icon_theme_has_icon (icon_theme, "clipman"))
    {
      plugin->status_icon = gtk_status_icon_new_from_icon_name ("clipman");
    }
  elif (gtk_icon_theme_has_icon (icon_theme, "xfce4-clipman-plugin"))
    {
      plugin->status_icon = gtk_status_icon_new_from_icon_name ("xfce4-clipman-plugin");
    }
  else
    {
      plugin->status_icon = gtk_status_icon_new_from_icon_name ("edit-paste");
    }
Comment 2 Git Bot editbugs 2020-05-22 23:23:43 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/issues/20.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #16073

Reported by:
onkelho
Reported on: 2019-10-22
Last modified on: 2020-05-22

People

Assignee:
Mike Massonnet
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information