summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hebble <pjhebble@gmail.com>2018-10-13 18:30:19 -0500
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-10 12:24:39 -0800
commit96eb894910cf79ebbc29b650ee1c752bc2a379f6 (patch)
tree39cddf8b2bd03eba9dc42755e3b7f57516e71aef
parente5bf0229d785b83344c6e6b79ff40d399d2cdcd0 (diff)
Add missing symlinks for whiteglass
GNOME Shell crashes if your active cursor theme doesn't have a dnd-none cursor and you click and drag a window in the overview screen. This patch adds a symlink to fleur for the dnd-none cursor of whiteglass. Similarly for hand, hand1, and hand2 which are used by some browsers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--whiteglass/Makefile.cfg4
-rw-r--r--whiteglass/Makefile.cursors8
2 files changed, 10 insertions, 2 deletions
diff --git a/whiteglass/Makefile.cfg b/whiteglass/Makefile.cfg
index bc4083b..add12e5 100644
--- a/whiteglass/Makefile.cfg
+++ b/whiteglass/Makefile.cfg
@@ -22,3 +22,7 @@ CursorLinkTarget top_left_arrow left_ptr
# moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?)
# moz_spinning (left_ptr with watch)
CursorLinkTarget 08e8e1c95fe2fc01f976f1e063a24ccd left_ptr_watch
+CursorLinkTarget dnd-none fleur
+CursorLinkTarget grab hand1
+CursorLinkTarget hand hand2
+CursorLinkTarget pointer hand
diff --git a/whiteglass/Makefile.cursors b/whiteglass/Makefile.cursors
index bd3e4fe..654eb75 100644
--- a/whiteglass/Makefile.cursors
+++ b/whiteglass/Makefile.cursors
@@ -1,7 +1,7 @@
# this is a generated file -- do not edit.
CURSORFILES = X_cursor base_arrow_down base_arrow_up boat bottom_left_corner bottom_right_corner bottom_side bottom_tee center_ptr circle cross dot dot_box_mask double_arrow draped_box exchange fleur gumby hand1 hand2 left_ptr left_ptr_watch left_side left_tee ll_angle lr_angle pencil pirate question_arrow right_ptr right_side right_tee sailboat sb_down_arrow sb_h_double_arrow sb_left_arrow sb_right_arrow sb_up_arrow sb_v_double_arrow shuttle sizing target top_left_corner top_right_corner top_side top_tee trek ul_angle ur_angle watch xterm
-CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd
+CURSORLINKS = arrow cross_reverse crosshair draft_large draft_small plus tcross top_left_arrow 08e8e1c95fe2fc01f976f1e063a24ccd dnd-none grab hand pointer
CLEANFILES = $(CURSORFILES)
cursor_DATA = $(CURSORFILES)
@@ -273,7 +273,11 @@ install-data-hook:
$(LN_S) cross plus && \
$(LN_S) cross tcross && \
$(LN_S) left_ptr top_left_arrow && \
- $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd
+ $(LN_S) left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd && \
+ $(LN_S) fleur dnd-none && \
+ $(LN_S) hand1 grab && \
+ $(LN_S) hand2 hand && \
+ $(LN_S) hand pointer
uninstall-hook:
cd $(DESTDIR)$(cursordir) && rm -f $(CURSORLINKS)