{"id":703,"date":"2013-09-18T11:26:19","date_gmt":"2013-09-18T02:26:19","guid":{"rendered":"http:\/\/43.203.250.216\/?p=703"},"modified":"2026-09-20T13:11:47","modified_gmt":"2026-09-20T04:11:47","slug":"tip-ubuntu-12-04-eclipse-tooltip-%ec%83%89%ec%83%81%eb%b3%80%ea%b2%bd","status":"publish","type":"post","link":"https:\/\/litcoder.com\/?p=703","title":{"rendered":"[Tip] Ubuntu 12.04 Eclipse tooltip \uc0c9\uc0c1\ubcc0\uacbd"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><span style=\"line-height: 1.714285714; font-size: 1rem;\">Ubuntu(12.04)\uc5d0\uc11c eclipse\ub97c \uc124\uce58\ud558\uace0 \uc0ac\uc6a9\ud558\ub2e4\ubcf4\uba74 tooltip\uc774 \uc5b4\ub450\uc6b4 \ubc30\uacbd\uc0c9\uc5d0 \uac80\uc740\uc0c9 \uae00\uc528\ub85c \ub418\uc5b4 \uc788\uc5b4\uc11c \uc798 \uc548 \ubcf4\uc778\ub2e4. \ud654\uba74 \ubc1d\uae30\ub97c \ubc1d\uac8c\ud558\uba74 \ubd88\uac00\ub2a5 \ud55c \uac74 \uc544\ub2c8\uc9c0\ub9cc, class member\ub97c \uc27d\uac8c \ubcf4\uc5ec\uc8fc\uae30\ub294 context menu\ub97c \uc2e4\ub208 \ub728\uace0 \ud55c \ucc38 \ub3d9\uc548 \uccd0\ub2e4\ubcf4\ub294\uac8c \uc5ec\uac04 \ubd88\ud3b8\ud55c\uac8c \uc544\ub2c8\ub2e4. \ubd84\uba85 internet \uc5b4\ub518\uac00\uc5d0\ub294 \ub098\uc640 \uac19\uc740 \ubd88\ud3b8\uc744 \uacaa\ub294 \uc0ac\ub78c\uc774 \uc788\uc744\ud150\ub370\ub77c\uace0 \uc0dd\uac01\ud558\uba74\uc11c\ub3c4 \uc5b4\ub5a4 keyword\ub85c \uac80\uc0c9\ud574\uc57c \ud558\ub294\uc9c0 \ubab0\ub77c\uc11c \uc5ec\ub7ec \ubc88 \uc2e4\ud328\ud558\uace0 \ub098\uc11c\uc57c \ub4dc\ub514\uc5b4 \ucc3e\uc558\ub2e4.<\/span><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/askubuntu.com\/questions\/70599\/how-to-change-tooltip-background-color-in-unity\">How to change tooltip background color in Unity?<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"310\" src=\"https:\/\/litcoder.com\/wp-content\/uploads\/2013\/09\/Eclipse_tooltip_dark_bg_dark_fg.png\" alt=\"\" class=\"wp-image-764\" srcset=\"https:\/\/litcoder.com\/wp-content\/uploads\/2013\/09\/Eclipse_tooltip_dark_bg_dark_fg.png 512w, https:\/\/litcoder.com\/wp-content\/uploads\/2013\/09\/Eclipse_tooltip_dark_bg_dark_fg-300x182.png 300w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\ucd5c\uadfc\uc5d0 \ucd94\uac00\ub41c \uba87 \uac1c\uc758 solution\ub4e4\uc740 \uc2dc\ud5d8\ud574 \ubcf4\uc9c0\ub294 \ubabb\ud588\uc73c\ub098, \uc544\ub798\uc758 script\ub294 \ud6a8\uacfc\uac00 \uc788\uc5c8\ub2e4.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"eclipse\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#\/bin\/sh\n# Tooltip fix\n# A script to fix themes files in Ubuntu 11.10\n#  to have readable tooltips in applications such\n#  as eclipse.\n# The script edits the gtk.css, settings.ini and gtkrc files\n# Author: Victor Pillac\n# http:\/\/victorpillac.wordpress.com\n\n#if [ $EUID -ne 0 ]; then\n#  echo \"This script must be run as root\" 1>&amp;2\n#  exit 1\n#fi  \n\npath=\/usr\/share\/themes\ntheme=Ambiance\n\nif [ $# = 1 ]; then\n  theme=$1\nfi\n\necho \"Fixing tooltips for theme $theme\"\necho \" (you can select a different theme by passing its name as argument)\"\nsed -i 's\/tooltip_bg_color #000000\/tooltip_bg_color #f5f5b5\/g' $path\/$theme\/gtk-3.0\/gtk.css\nsed -i 's\/tooltip_fg_color #ffffff\/tooltip_fg_color #000000\/g' $path\/$theme\/gtk-3.0\/gtk.css\nsed -i 's\/tooltip_bg_color:#000000\/tooltip_bg_color:#f5f5b5\/g' $path\/$theme\/gtk-3.0\/settings.ini\nsed -i 's\/tooltip_fg_color:#ffffff\/tooltip_fg_color:#000000\/g' $path\/$theme\/gtk-3.0\/settings.ini\nsed -i 's\/tooltip_bg_color:#000000\/tooltip_bg_color:#f5f5b5\/g' $path\/$theme\/gtk-2.0\/gtkrc\nsed -i 's\/tooltip_fg_color:#ffffff\/tooltip_fg_color:#000000\/g' $path\/$theme\/gtk-2.0\/gtkrc\necho \"Done\"<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu(12.04)\uc5d0\uc11c eclipse\ub97c \uc124\uce58\ud558\uace0 \uc0ac\uc6a9\ud558\ub2e4\ubcf4\uba74 tooltip\uc774 \uc5b4\ub450\uc6b4 \ubc30\uacbd\uc0c9\uc5d0 \uac80\uc740\uc0c9 \uae00\uc528\ub85c \ub418\uc5b4 \uc788\uc5b4\uc11c \uc798 \uc548 \ubcf4\uc778\ub2e4. \ud654\uba74 \ubc1d\uae30\ub97c \ubc1d\uac8c\ud558\uba74 \ubd88\uac00\ub2a5 \ud55c \uac74 \uc544\ub2c8\uc9c0\ub9cc, class member\ub97c \uc27d\uac8c \ubcf4\uc5ec\uc8fc\uae30\ub294 context menu\ub97c \uc2e4\ub208 \ub728\uace0 \ud55c \ucc38 \ub3d9\uc548 \uccd0\ub2e4\ubcf4\ub294\uac8c \uc5ec\uac04 \ubd88\ud3b8\ud55c\uac8c \uc544\ub2c8\ub2e4. \ubd84\uba85 internet \uc5b4\ub518\uac00\uc5d0\ub294 \ub098\uc640 \uac19\uc740 \ubd88\ud3b8\uc744 \uacaa\ub294 \uc0ac\ub78c\uc774 \uc788\uc744\ud150\ub370\ub77c\uace0 \uc0dd\uac01\ud558\uba74\uc11c\ub3c4 \uc5b4\ub5a4 keyword\ub85c \uac80\uc0c9\ud574\uc57c \ud558\ub294\uc9c0 \ubab0\ub77c\uc11c \uc5ec\ub7ec \ubc88 \uc2e4\ud328\ud558\uace0 \ub098\uc11c\uc57c [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[6],"tags":[39,125,138,172],"class_list":["post-703","post","type-post","status-publish","format-standard","hentry","category-tools","tag-eclipse","tag-tip","tag-ubuntu","tag-172"],"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":970,"url":"https:\/\/litcoder.com\/?p=970","url_meta":{"origin":703,"position":0},"title":"[Tip] PyDev plugin \uc124\uce58\ud6c4 \ub3d9\uc791\ud558\uc9c0 \uc54a\uc744 \ub54c","author":"litcoder","date":"2014\ub144 1\uc6d4 23\uc77c","format":false,"excerpt":"Ubuntu\uc6a9 Eclipse\uc5d0 PyDev\ub97c \uc124\uce58\ud558\uace0 program\uc744 \uc7ac\uc2e4\ud589 \ud588\ub294\ub370\ub3c4 *.py \ud655\uc7a5\uc790\uac00 \uc778\uc2dd\ub418\uc9c0 \uc54a\uace0 \uc2e4\ud589\uacfc \ub514\ubc84\uae45 \uba54\ub274\uc5d0\ub3c4 \u00a0Python \ud56d\ubaa9\uc774 \ub098\ud0c0\ub098\uc9c0 \uc54a\ub294 \uac83\uc740 PyDev\uac00 3.0 \ubc84\uc804 \ubd80\ud130\ub294 Java7\ub97c \uc694\uad6c\ud558\uae30 \ub54c\ubb38\uc774\uc5c8\ub2e4. (\ucc38\uc870 \uae30\uc0ac) \uac19\uc740 \uc11c\ubc84\uc5d0\uc11c Android\ub97c build\ud558\uace0 \uc788\uc5b4\uc11c Oracle JDK version\uc744 \uc62c\ub9b4 \uc218\ub294 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc606\uc5d0\uc11c \ub180\uace0 \uc788\ub358 Open JDK\uc758 version\uc744 7\ub85c \uc62c\ub824\uc11c \uc124\uc815\ud558\uae30\ub85c \ud588\ub2e4.\u2026","rel":"","context":"&quot;Linux&quot;\uc5d0\uc11c","block_context":{"text":"Linux","link":"https:\/\/litcoder.com\/?cat=4"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1017,"url":"https:\/\/litcoder.com\/?p=1017","url_meta":{"origin":703,"position":1},"title":"[Tip] Eclipse\uac00 \uc2dc\uc791\ub418\uc9c0 \uc54a\uc744 \ub54c","author":"litcoder","date":"2014\ub144 8\uc6d4 10\uc77c","format":false,"excerpt":"\ubb54\uac00 \uc798\ubabb\ub418\uc5b4\uc11c eclipse\ub97c \uc2e4\ud589\ub3c4\uc911\uc5d0 \ub048 \uac83 \uac19\uc740\ub370 \uadf8 \ud6c4 \ubd80\ud130\ub294 eclipse\uac00 \uc2dc\uc791\ub418\uc9c0 \uc54a\ub294 \ubb38\uc81c\uac00 \uc0dd\uaca8\uc11c \uc774\ub9ac \uc800\ub9ac \uac80\uc0c9\ud558\ub2e4\uac00 Stackoverflow\uc5d0\uc11c \uc774\u00a0thread\ub97c \ucc3e\uc558\ub2e4.\u00a0\uc2e4\uc81c\ub85c \ub0b4 <WORKSPACE> \uacbd\ub85c\uc5d0 \uc788\ub294 .metadata\/.log\ub97c \ubcf4\ub2c8 \ub2e4\uc74c\uacfc \uac19\uc740 \uc624\ub958 \uba54\uc138\uc9c0\uac00 \ubcf4\uc774\uace0 \uc788\uc5c8\ub2e4. [WORKSPACE\/.metadata\/.log] !ENTRY org.eclipse.core.jobs 4 2 2014-07-11 09:08:36.054 !MESSAGE An internal error occurred during: \"Workbench early startup\". !STACK\u2026","rel":"","context":"&quot;Tools &amp; Tips&quot;\uc5d0\uc11c","block_context":{"text":"Tools &amp; Tips","link":"https:\/\/litcoder.com\/?cat=6"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":650,"url":"https:\/\/litcoder.com\/?p=650","url_meta":{"origin":703,"position":2},"title":"Dell XPS 13\uc5d0 Ubuntu 12.04.2 \uc124\uce58","author":"litcoder","date":"2013\ub144 5\uc6d4 1\uc77c","format":false,"excerpt":"Dell XPS13 (\uc0ac\uc591) - 13 inch screen (1080p resolution) - Intel i7 - 8GB RAM - 256GB SDD - No ODDs - No ethernet adapters \uace0\uac00(!)\uc5d0 \uad6c\ub9e4\ud55c XPS 13\uc774 2\uc8fc\uac04\uc758 \ub290\ub9bf\ub290\ub9bf\ud55c \uacfc\uc815\uc744 \uac70\ucc98 \ub4dc\ub514\uc5b4 \ub3c4\ucc29\ud588\ub2e4. 2007\ub144\ud310 \ub9e5\ubd81 \uc774\ud6c4 \uc774\ub140\uc11d\uc744 \ud0dd\ud55c \uac83\uc740 \uc5c5\ubb34\uc0c1 linux\ub97c \uc0ac\uc6a9\ud55c \ud544\uc694\uac00 \uc788\ub2e4\ubcf4\ub2c8 linux\ub97c \uc124\uce58\ud574\uc11c \uc0ac\uc6a9\ud558\ub294\ub370 \ubb38\uc81c\uac00\u2026","rel":"","context":"&quot;Linux&quot;\uc5d0\uc11c","block_context":{"text":"Linux","link":"https:\/\/litcoder.com\/?cat=4"},"img":{"alt_text":"","src":"http:\/\/i.dell.com\/das\/xa.ashx\/global-site-design%20WEB\/f88c2ddb-cf0a-c55b-722c-07611fb0ed09\/1\/OriginalPng?id=Dell\/Product_Images\/Dell_Client_Products\/Notebooks\/XPS_Notebooks\/XPS_13\/Overview\/laptop-xps-13-love-pdp-2.jpg","width":350,"height":200},"classes":[]},{"id":518,"url":"https:\/\/litcoder.com\/?p=518","url_meta":{"origin":703,"position":3},"title":"bash\uc5d0\uc11c \uc790\ub3d9\uc644\uc131\ud560 \ub54c \uacf5\ubc31 \ubb38\uc790 \ub4e4\uc5b4\uac00\ub294 \ubb38\uc81c","author":"litcoder","date":"2013\ub144 2\uc6d4 6\uc77c","format":false,"excerpt":"\uc5b8\uc81c\ubd80\ud130 \uc600\ub294\uc9c0\ub294 \ubaa8\ub974\uaca0\uc9c0\ub9cc, ubuntu (12.04)\uc758 bash shell\uc5d0\uc11c \uc790\ub3d9\uc644\uc131\uc744 \ud558\ub824\uace0 <tab> key\ub97c \ub204\ub974\uba74 \uacf5\ubc31\ubb38\uc790\uac00 \ud558\ub098\uc529 \ucd94\uac00\ub418\ub294 \ubb38\uc81c\uac00 \uc0dd\uacbc\ub2e4. \uc5ec\ub7ec \ub2e8\uacc4\ub85c \ub418\uc5b4 \uc788\ub294 file\uc5d0 \uc811\uadfc\ud558\ub824\uace0 \ud560 \ub54c \ub9e4\ubc88 <tab> key\ub97c \ub204\ub974\uace0 <backspace>\ub85c \uacf5\ubc31\ubb38\uc790\ub97c \uc9c0\uc6cc\uc918\uc57c \ud558\uae30 \ub54c\ubb38\uc5d0 \ubb34\ucc99 \ubd88\ud3b8\ud588\ub294\ub370 \uc880\u00a0\ucc3e\uc544\ubcf4\ub2c8 bash_completion file\uc744 \uc218\uc815\ud574\uc11c \uc774 \ubb38\uc81c\ub97c \ud574\uacb0 \ud560 \uc218 \uc788\uc5c8\ub2e4. sudo vi \/etc\/bash_completion #\u2026","rel":"","context":"&quot;Linux&quot;\uc5d0\uc11c","block_context":{"text":"Linux","link":"https:\/\/litcoder.com\/?cat=4"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2484,"url":"https:\/\/litcoder.com\/?p=2484","url_meta":{"origin":703,"position":4},"title":"\ud55c\uae00 \ud14d\uc2a4\ud2b8 \ucd94\ucd9c\uc744 \uc704\ud55c Python PDF module","author":"litcoder","date":"2020\ub144 3\uc6d4 6\uc77c","format":false,"excerpt":"\uc774 \ub0b4\uc6a9\uc740 2020\ub144 3\uc6d4\uc5d0 \uc791\uc131\ub41c \uac83\uc73c\ub85c \ucc38\uc870\ud558\ub294 \uc2dc\uc810\uc5d0 \ub530\ub77c \ubcc0\uacbd\ub41c \uc0ac\ud56d\ub4e4\uc774 \uc788\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. PyPDF2 PyPDF2\ub294 PDF file\uc758 metadata \uc815\ubcf4\ub97c \uac00\uc838\uc624\uac70\ub098 \ud398\uc774\uc9c0 \ub2e8\uc704\ub85c \ub098\ub204\uac70\ub098 \ud569\uce58\ub294 \ub4f1\uc758 \uc5ec\ub7ec\uac00\uc9c0 \ud3b8\ub9ac\ud55c \uae30\ub2a5\ub4e4\uc744 \uc81c\uacf5\ud55c\ub2e4. \ud558\uc9c0\ub9cc \ud55c\uae00\uc744 \uc81c\ub300\ub85c \ucd94\ucd9c\ud558\uc9c0 \ubabb\ud558\ub294 \ubb38\uc81c\uac00 \uc788\uc5b4\uc11c(\ud55c\uae00 \ubfd0 \uc544\ub2c8\ub77c CJK \ubaa8\ub450 \ub77c\uace0 \ud568) \ubaa9\uc801\uc5d0\ub294 \uc801\ud569\ud558\uc9c0 \uc54a\uc558\ub2e4. PDFMiner \ud55c\uae00 \ucc98\ub9ac\ub294 \ubb38\uc81c\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/litcoder.com\/?cat=5"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":296,"url":"https:\/\/litcoder.com\/?p=296","url_meta":{"origin":703,"position":5},"title":"Logitech MX anywhere","author":"litcoder","date":"2012\ub144 6\uc6d4 24\uc77c","format":false,"excerpt":"\ub178\ud2b8\ubd81\uacfc \uac19\uc774 \ub538\ub824\uc654\ub358 \uad11\ub9c8\uc6b0\uc2a4\uc758 \uc67c\ucabd \ubc84\ud2bc\uc774 \ub20c\ub7ec\uc9c0\uc9c0 \uc54a\ub294 \ubb38\uc81c\uac00 \uc0dd\uacbc\ub2e4. \ucd9c\uc7a5 \ub098\uc624\uba74 \uaf2d \ubb50\ud558\ub098 \ubb38\uc81c\uac00 \uc0dd\uae34\ub2e4\ub2c8\uae4c... \uc774 \uae30\ud68c\uc5d0 \uc120 \uc815\ub9ac\uac00 \ud544\uc694 \uc5c6\ub294 \ubb34\uc120 \ub9c8\uc6b0\uc2a4\ub85c \ubc14\uafd4\ubcf4\ub824\uace0 \ub9c8\uc74c\uc744 \uba39\uc5c8\ub2e4. \uad6c\uae00\ub9c1\ud574\uc11c \uac78\ub9b0 \ubb38\uc11c\ub4e4\uc5d0\ub294 'Logitech \ubb34\uc120 \ub9c8\uc6b0\uc2a4\ub294 linux\uc5d0\uc11c \ub3d9\uc791\ud558\uc9c0 \uc54a\ub294\ub2e4'\uace0 \uc801\ud600 \uc788\uc5c8\ub294\ub370 \uac00\uac8c\uc5d0 \uc804\uc2dc\ub41c \ub9c8\uc6b0\uc2a4\ub4e4\uc740 \ub300\ubd80\ubd84 Logitech \uc544\ub2c8\uba74 MS\uc600\ub2e4. \u00a0\ub9dd\uc124\uc774\uace0 \uc788\uc5c8\ub294\ub370 \uc0c1\uc790\uc5d0\ub294 windows\ubfd0\ub9cc \uc544\ub2c8\ub77c\u2026","rel":"","context":"&quot;Gadgets&quot;\uc5d0\uc11c","block_context":{"text":"Gadgets","link":"https:\/\/litcoder.com\/?cat=3"},"img":{"alt_text":"wpid-IMG_20120623_200907.jpg","src":"https:\/\/i0.wp.com\/litcoder.com\/wp-content\/uploads\/2012\/06\/wpid-IMG_20120623_200907.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/posts\/703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/litcoder.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=703"}],"version-history":[{"count":5,"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/posts\/703\/revisions"}],"predecessor-version":[{"id":3658,"href":"https:\/\/litcoder.com\/index.php?rest_route=\/wp\/v2\/posts\/703\/revisions\/3658"}],"wp:attachment":[{"href":"https:\/\/litcoder.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=703"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/litcoder.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=703"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/litcoder.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}