Seen here, d checked on a live session though because it's an X Window System error maybe hardware is a factor.
Easy to see - open any .desktop or .desktop type file in gedit from a terminal (for Ex.
I need to simulate the behavior of the keyboard shortcut (ALT+F4) using Terminal for a given application.
If I open for example gedit and click ALT + F4 , then GEDIT will be xkilled.
If I want to achieve same thing using Terminal, how should I proceed?
The following command (in order to kill gedit process) works fine:
kill $eval `pidof gedit`
yet, the command
xkill -id gedit
prompts me to
Is there any way or plug-in that supports opening pdf file directly in gedit from file browser?
gedit seems open everything inside it as a source file rather than recognize the software to open the file.
So What I mean is that instead of opening the file by going to the folder, I can read the file by double clicking it in the file browser.
This has been bugging the heck out of me. I have slack64 13.1 and I'm running gnome after installing GSB. The only problem I'm having right now is getting it to save my preferences. Ex. I want to use Gedit when I double click on a PHP file, but it wants me to use VIM. So I right click -> open with -> select Gedit from list and check "Remember this application for PHP files".
I just installed Ubuntu Server 12.04 32 bit. I need to perform the following command in a terminal window:
sudo gedit /etc/samba/smb.conf
First the gedit command did not work; therefore, I did:
sudo apt-get install gedit
Then I typed sudo gedit /etc/samba.smb.conf and now I am getting: Cannot open display
Can anyone help?
So I've got this working in a 10.04 ubuntu OS in bash where I can run:
$ gedit app/file.rb
bash opens that file with gedit but it is tied up.
How can I make my earlier command equivalent to $ gedit app/file.rb & by default.
If it helps here is a copy of my .bashrc file from the 10.04 OS : http://pastie.org/4687219
I can't use the scroll wheel in gedit. the scroll up or down events now have the same effect as right clicking. I'm not sure what happened. I never messed with any settings. this happened while gedit was open. restarting gedit has no effect, rebooting has no effect, pluggin in a different mouse has no effect, and it's not a problem in any other application.
I'm using Ubuntu 12.04.
I use Xfce-panel with it's task list plugin. When an aplication opens a dialog and a swith to another window, then I can't return to it.To reproduce it: open gedit, press CONTROL+F to open the "Find" dialog. Now switch to another aplication leaving the Find dialog opened in gedit.