Skip to content
/ gtkdial Public

Add dial menuitem to all gnome/gtk apps; make calls from evolution; etc

License

Notifications You must be signed in to change notification settings

geocar/gtkdial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtkdial adds a "dial" menu option to all your gtk popup menus,
whenever it notices you're near a telephone number.

To use it:

1. Create a script called "dial_helper" and put it in your path.  Look in examples/*
   for some samples that work for Asterisk and Ekiga/GNOME users.

   (Optional) Tell GNOME to use dial_helper for tel: urls by running:
	sh examples/register_gnome.sh

2. Run ./configure && make && sudo make install

3. Make sure wherever you install it, you add that directory to your ld.so.conf:

	sudo sh -c 'echo /usr/local/lib/gtk-2.0/modules >> /etc/ld.so.conf'
	sudo ldconfig -v

4. Arrange for gtkdial to be loaded at login-time. Most GNOME systems have a ~/.gnomerc
   that you can use:

	echo GTK_MODULES=${GTK_MODULES}:gtkdial >> ~/.gnomerc
	echo export GTK_MODULES >> ~/.gnomerc

5. Logout, login.


About

Add dial menuitem to all gnome/gtk apps; make calls from evolution; etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published