An extension to a program that enhances the functionality or adds specific features over what is offered by the program. Plugins are developed separately, often by a third party and are commonly installed manually after the host program is installed.
-1
votes
1answer
91 views
Why I cannot download pdf files?
I use Debian (Linux) and since some day I cannot download any .pdf file. I don't know if it's because of the web browser (I'm using Epiphany and the other ones do not work).
I don't know how to use ...
0
votes
0answers
18 views
problem on installing nagios plugin on RHEL-5.1
I am trying to install nagios plugin 1.4.16 on RHEL-5.1 while I am configuring with command
./configure. I have hanged here checking for ps syntax...
I have also tried this command
./configure ...
0
votes
0answers
40 views
Gedit plugin able to display bash functions
I use gedit with classbrowser plugin when editing bash scripts. There is, however, a problem with classbrowser: it does not show bash functions with dashes like 'delete-all-files()'.
I tried to check ...
1
vote
1answer
34 views
Search plugin for wrapping words with text in Gedit v3
I've been searching out for a plugin that could possibly wraps words with specified text.
For example I double click this word to highlight it :
word
and using a particular shortcut, it becomes as ...
0
votes
0answers
81 views
Installing flash debugger on debian
I am running Debian and need to debug some action script code, so I want to install the flash debugger plugin (both for Chrome and Firefox). I am trying to follow the instructions kindly given here, ...
0
votes
2answers
140 views
Plugin support for gcc in RHEL/CentOS?
Is there anyway to enable or install plugin support for gcc in RHEL/CentOS?
1
vote
0answers
57 views
Vim R plugin installation problem on Ubuntu in Android phone
There was another thread on vim-R-plugin but since it was bit old, I started this new thread. Also my situation is kind of different, since I am trying this on a mobile device, Samsung vibrate.
I ...
1
vote
1answer
203 views
RadioTray error: gstplaysink
I installed RadioTray in Lubuntu 12.04 (64bit) and it can't play radio streams.
When a stream is started, it throws this notification:
> Radio Error gstplaysink.c(1906): gen_audio_chain ():/
...
2
votes
1answer
130 views
Beep when typing backslash in cvim normal mode
I installed the cvim plugin for vim.
Almost all the cvim commands start with '\'.
But I when enter this character in normal mode, all I hear is a beep. Nothing happens. What might be causing this ...
2
votes
0answers
164 views
Player or plugin that can transcribe audio to real time subtitles
I'm searching for a Linux player (or a plugin for an existent player) with a similar functionality to Youtube: transcribe the audio to real time subtitles.
I would like this to help me watch videos ...
2
votes
1answer
366 views
How can I run my own scripts in kate 3.8.2? “External tools” isn't available in the plugins section
I am using Kubuntu 12.04 LTS. How can I run my own scripts in kate 3.8.2?
It appears that the plugin named External tools is no longer available.
I would like to run Python or shell scripts in kate ...
1
vote
1answer
415 views
Problem in installing Google voice and video plugin for Gmail
I just downloaded Google talk plugin for voice and video (for audio/video chat in gmail).
I am using RHEL6. I downloaded the plugin (64 bit, rpm format).
While installing it an error comes which ...
5
votes
1answer
142 views
epiphany plugin for password storage
I am looking for a keepass plugin for epiphany. Something like PassIFox for Firefox: PassIFox "behaves" like a new password storage for firefox - and redirects all queries (fetch/store etc..) to ...
4
votes
1answer
96 views
creating vim plugins
I would like to attempt my first VIM plugin and wondered where there are some good docs on this? From going threw the plugins I use it seems to me that it is a mix of BASH and some sorts of VIM api is ...