405 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
52
views
Gedit plugin not showing custom context menu items with Python
I'm developing a Gedit plugin in Python using Gtk. The plugin is supposed to add "🔮 Generate" and "📝 Summarize" items to the right-click context menu in the editor. However, the ...
0
votes
1
answer
43
views
Detecting when new document is opened in Gedit plugin
I'm working on a plugin for the text editor Gedit in which I need to know when a new document is opened. Is there a signal which is emitted when that happens? The method do_activate in the ...
0
votes
1
answer
40
views
Get style of text from Gedit plugin
I'm working on a plugin for the text editor Gedit written in Python where I need to know the formatting (color etc.) of a specific character in the text of a Gtk.Document. I have tried to call ...
0
votes
1
answer
47
views
Unicode arrow characters used in Kali gedit
What unicode characters are used in the default kali gedit replacements for ->. The gedit arrow seems to be used comprised of two characters. One arrow head and an extending long middle hyphen.
...
0
votes
0
answers
20
views
Bash script is waiting to open second file in gedit until I close the first one [duplicate]
I wrote a simple bash script to create and open two files
#!/bin/bash
mynewdate="$(date '+%d-%m-%Y')"
cd /my/path/
echo "praparing files..."
pilot="pilot-mode-"${...
0
votes
1
answer
110
views
I want to record a timestamp in gedit app (open terminator then write "gedit" hit enter)
Is there a away to paste a current timestamp in gedit app in linux? like using hotkey F5 in notepad from Windows?
0
votes
1
answer
104
views
using groff inside of a flatpak container
I am trying to call the program groff from inside a gedit flatpak (external tools plugin).
The flatpak can access the groff binary, but groff looks for files at /usr/share/groff, while in flatpak, ...
0
votes
1
answer
399
views
Snippets for Gedit: how to change the text in a placeholder to make the letters uppercase?
I’m trying to improve a snippet for Gedit that helps me write shell scripts.
Currently, the snippet encloses the name of a variable into double quotes surrounding curly brackets preceded with a dollar ...
3
votes
0
answers
164
views
open gedit with shell script and then do another process after closing gedit
I have the following script
echo "Please Specify the Name of the file"
read file
echo "Please copy and paste the information into ${file} and press save and close."
gedit ${...
1
vote
0
answers
55
views
install gedit with a specific libboost version
I install boost 1.6.8 on ubuntu 16.04. Then the gnome editor (gedit) cannot start:
gedit: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file ...
1
vote
1
answer
331
views
Custom line break in gedit 3.36.2
I'm looking for the option to set the line break at a specific point (e.g. after 75 characters). The option Text Wrapping allows only the line break when the text reaches the end of the screen.
1
vote
1
answer
222
views
Using awk with gedit external tools
I have used gedit with Ubuntu a lot and now transitioning on Macos. I noticed that some of the plugins in the Macos version are missing. For instance, there is no (AFAIK) an out-of-the-box option to ...
nicola's user avatar
- 24.6k
0
votes
1
answer
302
views
gedit to create sql file
I am using cloudera VM 5x.
In the HDFS terminal, I am using the below command to create a sql file.
gedit /user/cloudera/sample.sql
It is in edit mode, when I am saving, it is throwing an error "...
5
votes
1
answer
27k
views
Ubuntu: gedit' not found, but can be installed with [closed]
I am trying to install Valgrind on my windows 10. I am using Ubuntu and was able to install valgrind smoothly. However, when trying to set the path using the command: gedit .bashrc I am getting the ...
2
votes
0
answers
244
views
Unable to run a project using gnome-builder
I recently installed gnome-builder using flatpak. But when I try to run the gedit project it shows the error ide-run-manager[ 2]: WARNING: Not a make build system . But it just compiles fine. I am ...