Advertisement
inukaze

Inukaze - Ubuntu Indicator Set "Pidgin" default Chat

Nov 19th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # This is just for Ubuntu Users and Derivate Distro using indicator applet
  2.  
  3. 1 - Use synaptic and purge "empathy" and install Pidgin
  4. 2 - use this command "gksu gedit /usr/share/applications/pidgin.desktop"
  5.  
  6. 3 - Put this content & save it :
  7.  
  8. [Desktop Entry]
  9. Name=Chat
  10. GenericName=Internet Messenger
  11. Comment=Chat over IM. Supports AIM, Google Talk, Jabber/XMPP, MSN, Yahoo and more
  12. Exec=pidgin
  13. Icon=pidgin
  14. StartupNotify=true
  15. Terminal=false
  16. Type=Application
  17. Categories=Network;InstantMessaging;
  18. X-Ubuntu-Gettext-Domain=pidgin
  19.  
  20. 4 - Use this command "gksu rm -rf /usr/share/indicators/messages/applications/empathy"
  21. 5 - Close you session , and login again , now see you "indicator"
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement