Displaying 20 results from an estimated 261 matches for "gedit".
Did you mean:
edit
2009 Feb 04
0
Two issues with ggplot2 - grid.gedit doesn't work from source file & grid.gedit effects are not preserved
Code for this post is shown below.
Two issues:
(1) grid.gedit doesn't work from source file
Reproduce - copy the code shown below into an R source file, and of course save off in the appropriate location. Then copy the the first line "source("C:/TestCode.R")" into R and run. Notice that you get the following error:Error in editDLfrom...
2008 Oct 18
2
Re: TextMate Bundle using Gedit
For what I know you can''t use the TM bundles...
But like mgutz pointed there''s a lot of plugins. There is some
alternatives to achieve something like TM bundles. Look at this links:
- GMate - http://github.com/lexrupy/gmate/ (http://
alexandredasilva.wordpress.com/gmate/)
- gedit-rails - http://github.com/mig/gedit-rails/
Think that GMate is the most complete. I use these as base for my
customizations. My current configuration has also this plugins:
- code_formatter (http://github.com/urubatan/gedit_formatter/)
- git_branch (http://github.com/ozeias/gedit_git_branch/)
- co...
2016 May 12
3
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...//security.ubuntu.com/ubuntu xenial-security InRelease???????????????????????????????????????????????????????????????
Hit:5 http://cran.rstudio.com/bin/linux/ubuntu xenial/ InRelease????????????????????????????????????????????????????????????????
Reading package lists... Done
So after that:
sudo gedit /etc/apt/sources.list
[sudo] password for atakan:
(gedit:7094): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
** (gedit:7094): WARNING **: Set document metadata failed: Sett...
2013 Jan 23
4
crontab and gedit
hi,
How can I open crontab with gedit any any other editor ?
i want to edit my cron jobs with other editors beside vi.
2016 Feb 04
0
CEBA-2016:0114 CentOS 6 gedit FASTTRACK BugFix Update
...Errata and Bugfix Advisory 2016:0114
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0114.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
5849aebc9ed3b1e12d44b61d9aee1a256a3bdd116261586f042edbeaf1fa41d3 gedit-2.28.4-4.el6.i686.rpm
433783573ba98a06768256f918acfdef155428a0da9191929ffee8631fd32dc7 gedit-devel-2.28.4-4.el6.i686.rpm
x86_64:
4e1971a77c40178e51681780705e5de9d905bff6b8409ef469f7cfd93fbc14ac gedit-2.28.4-4.el6.x86_64.rpm
433783573ba98a06768256f918acfdef155428a0da9191929ffee8631fd32dc7 gedit-...
2016 Oct 23
2
Outliner plugin for editor
I am currently running not only Geany (on CentOS and on Windows) but also Gedit on CentOS, much of the use is as markdown-editors being a recent convert to this language. I would, however, also like to be able to essentially use it as an outliner - remember the old DOS outliners that were great for creating document outlines?
It would have been perfect had I been able to fold...
2011 Jun 07
0
tab-completion + running R from gedit
Dear R-users,
having a bit of experience with R under windows, I recently switched to
linux (ubuntu 10.4, 64-bit).
I'm using gedit 2.30.3 and GNOME Terminal 2.30.2
Everything works fine, except that occasionally gedit and/or the terminal
seem to behave strangely.
For example:
Thr_min <- 0
Thr_max <- 10
Thr_grid <- seq(from=Thr_min,to=Thr_max,length=101)
cn_best <- 34
Thr <- Thr_grid[cn...
2011 May 09
3
asterisk syntax highlighting for gedit
Hi,
Apologies if this is a duplicate - been having mail server issues and I don't think I managed to send it when I tried this morning.
It seems there is no .conf syntax highlighting script available for gedit. I'm thinking of putting one together myself, but don't want to reinvent the wheel.
So I'm just enquiring if anyone knows of one that already exists that i've missed.
Thanks
Naomi Rosenberg
www.servicesforasterisk.co.uk
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 3 i386 gedit - security update
CentOS Errata and Security Advisory 2005:499
gedit security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/gedit-2.2.2-4.rhel3.i386.rpm
source:
updates/SRPMS/gedit-2.2.2-4.rhel3.src.rpm
You may update your Ce...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 3 x86_64 gedit - security update
CentOS Errata and Security Advisory 2005:499
gedit security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/gedit-2.2.2-4.rhel3.x86_64.rpm
source:
updates/SRPMS/gedit-2.2.2-4.rhel3.src.rpm
You may update...
2016 Aug 19
3
Samba4 Centos 7 - CPU 100%
On Fri, 19 Aug 2016 20:48:19 +0200
Marc Muehlfeld via samba <samba at lists.samba.org> wrote:
> Hi Maiquel,
>
> Am 19.08.2016 um 19:29 schrieb Maiquel Consalter via samba:
> > i have 3 DC with samba4 with Centos 7, they are showing the CPU
> > with 100% in all DC. The centos 7 is the basic installation and
> > samba4 compile.I have 2.000 machine authenticated in
2016 Oct 23
1
Outliner plugin for editor
Thank you. Ideally, however, I would like to continue using Geany or gedit. I have found a "gnome outliner" on the 'net but that seems not have been updated for a very long time...
On 10/22/2016 9:46 PM, Phil Wyett wrote:
> On Sat, 2016-10-22 at 21:28 -0400, H wrote:
>> I am currently running not only Geany (on CentOS and on Windows) but also Gedi...
2016 May 12
0
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...> Hit:3 http://tr.archive.ubuntu.com/ubuntu xenial-backports
> InRelease
> Hit:4 http://security.ubuntu.com/ubuntu xenial-security
> InRelease
> Hit:5 http://cran.rstudio.com/bin/linux/ubuntu xenial/
> InRelease
> Reading package lists... Done
>
> So after that:
> sudo gedit /etc/apt/sources.list
> [sudo] password for atakan:
>
>
> (gedit:7094): Gtk-WARNING **: Calling Inhibit failed:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.gnome.SessionManager was not provided by any .service files
>
> ** (gedit:7094): WARNING **...
2019 Jul 07
2
gedit font size
...ose the GNOME
desktop install option and have used yum to install all of the
available updates.? The first run of yum update yielded about
450 megabytes of items to be installed or updated. All of the
updates have been successful.
One issue with our new CentOS system is that some users want
to use gedit, but the displayed font size is extremely small.
Internet searches for a way to increase font size have not
yielded any useful information.
Is there a standard method to make the gedit font size larger?
Thanks.
2016 Aug 20
2
Samba4 Centos 7 - CPU 100%
Hi Marc,
I need remove some line in smb.conf for sysvol ? or just is bug in gedit
for view ?
tks.
2016-08-20 10:02 GMT-03:00 Marc Muehlfeld via samba <samba at lists.samba.org>:
> Am 19.08.2016 um 20:55 schrieb Rowland Penny via samba:
> > Hi Marc, it is there, I suppose you were a bit like me, your eyes
> > glazed over looking at all those lines LOL
>...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 4 x86_64 gedit - security update
CentOS Errata and Security Advisory 2005:499
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
gedit-2.8.1-4.x86_64.rpm
gedit-devel-2.8.1-4.x86_64.rpm
src:
gedit-2.8.1-4.src.rpm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.centos.org...
2006 Apr 01
0
CESA-2005:499 Moderate CentOS 4 i386 gedit - security update
CentOS Errata and Security Advisory 2005:499
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated files have been uploaded and are currently
syncing to the mirrors for both CentOS 4.0 and 4.1:
i386:
gedit-2.8.1-4.i386.rpm
gedit-devel-2.8.1-4.i386.rpm
src:
gedit-2.8.1-4.src.rpm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.centos.org/pip...
2019 Nov 08
1
C8: Wayland Session / Cut and Paste
On Thu, Nov 07, 2019 at 05:50:24PM -0500, Lamar Owen wrote:
> On 11/7/19 3:13 PM, Leon Fauster via CentOS wrote:
> >Is this the normal behavior now? Cutting text in gedit and pasting
> >it into the terminal needs that the source application stays
> >running?
> I've run into this behavior for a while, for several CentOS
> versions, depending upon the application.
there are also (at least in X) two ways to cut and paste:
1. select with mouse the...
2006 Apr 01
0
CESA-2005:499 Modrate CentOS 4 ia64 gedit - security update
CentOS Errata and Security Advisory 2005:499
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/gedit-2.8.1-4.ia64.rpm
updates/ia64/RPMS/gedit-devel-2.8.1-4.ia64.rpm
--
Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lis...
2006 Apr 01
0
CESA-2005:499 Modrate CentOS 3 s390(x) gedit - security update
CentOS Errata and Security Advisory 2005:499
https://rhn.redhat.com/errata/RHSA-2005-499.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/gedit-2.2.2-4.rhel3.s390.rpm
s390x:
updates/s390x/RPMS/gedit-2.2.2-4.rhel3.s390x.rpm
--
Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available...