From: "Шенцев Алексей Владимирович" <ashen@novoross.multinex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Второй релиз-кандидат Альт Линукс 5.0.2 Школьный
Date: Wed, 22 Dec 2010 00:46:18 +0300
Message-ID: <201012220046.18355.ashen@novoross.multinex.ru> (raw)
In-Reply-To: <20101221214100.GG10089@osdn.org.ua>
On Wednesday 22 December 2010 00:41:00 Michael Shigorin wrote:
> On Tue, Dec 21, 2010 at 11:07:19PM +0300, Шенцев Алексей Владимирович wrote:
> > > Единственное, что не нравится, это в Lazarus запуск xterm
> > > прописан в /usr/X86-что-то там/bin, а по факту он лежит
> > > в /usr/bin/ - очень неудобно. Школьников пускать править
> > > пути - опасно. А самому каждый раз напрягает.
> >
> > В сизифном лазаре xterm упоминается:
> > 1 раз в $LazarusDir/ide/runparamsopts.pas
> > и в 409 .lpi-файлах.
> > Итого 410 файлов.
> >
> > Кто возьмётся всё это пропатчить? :-D
>
> По-хорошему -- надо объяснить апстриму, что пускать следует
> просто xterm, а не /путь/к/xterm; по-плохому --
>
> grep -l /usr/X11R6/bin/xterm src | xargs subst
> 's,/usr/X11R6/bin/xterm,xterm,g'
Думаю достаточно такого патча (на скорую руку):
--- /home/ashen/work/pascal/lazarus/git/lazarus/lazarus/ide/runparamsopts.pas
2010-12-11 18:36:19.000000000 +0300
+++ /home/ashen/work/pascal/lazarus/experemetal/ide/runparamsopts.pas
2010-12-22 00:41:13.000000000 +0300
@@ -177,7 +177,7 @@
const
DefaultLauncherApplication =
- '/usr/X11R6/bin/xterm -T ''Lazarus Run Output''' +
+ 'xterm -T ''Lazarus Run Output''' +
' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)';
function ShowRunParamsOptsDlg(RunParamsOptions: TRunParamsOptions):
TModalResult;
Сколько лет у нас лазарус а этот баг всплыл только сейчас.
Надо буде себе багу повесить по данному поводу, а то забуду, однако ... :)
--
С уважением, системный администратор
ООО "Новая Россия - КТВ"
Шенцев Алексей Владимирович.
next prev parent reply other threads:[~2010-12-21 21:46 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-20 15:30 Андрей Черепанов
2010-12-20 20:49 ` Шенцев Алексей Владимирович
2010-12-20 20:59 ` Anton A. Vinogradov
2010-12-20 21:56 ` Aleksey Novodvorsky
2010-12-21 7:31 ` Антонов Николай
2010-12-21 11:45 ` Anton A. Vinogradov
2010-12-21 10:24 ` Андрей Черепанов
2010-12-21 11:04 ` Радик Юсупов
2010-12-20 21:55 ` Aleksey Novodvorsky
2010-12-20 22:59 ` Шенцев Алексей Владимирович
2010-12-20 23:29 ` Aleksey Novodvorsky
2010-12-21 19:04 ` paul1976
2010-12-21 19:18 ` Michael Shigorin
2010-12-21 20:07 ` Шенцев Алексей Владимирович
2010-12-21 20:52 ` paul1976
2010-12-21 21:41 ` Michael Shigorin
2010-12-21 21:46 ` Шенцев Алексей Владимирович [this message]
2010-12-21 21:49 ` Aleksey Novodvorsky
2010-12-21 21:55 ` Шенцев Алексей Владимирович
2010-12-21 22:08 ` Aleksey Novodvorsky
2010-12-22 6:37 ` [Comm] модуль графики с fpc Afanasov Dmitry
2010-12-22 8:16 ` Aleksey Novodvorsky
2010-12-22 9:06 ` Afanasov Dmitry
2010-12-22 9:09 ` Aleksey Novodvorsky
2010-12-22 8:34 ` [Comm] Второй релиз-кандидат Альт Линукс 5.0.2 Школьный Шенцев Алексей Владимирович
2010-12-22 10:25 ` Андрей Черепанов
2010-12-22 11:08 ` Шенцев Алексей Владимирович
2010-12-22 11:56 ` Андрей Черепанов
2010-12-22 12:06 ` Шенцев Алексей Владимирович
2010-12-21 8:30 ` Alexey Petrakov
2010-12-21 8:48 ` Шенцев Алексей Владимирович
2010-12-21 10:31 ` Alexey Petrakov
2010-12-21 10:44 ` Шенцев Алексей Владимирович
2010-12-21 12:52 ` Андрей Черепанов
2010-12-21 13:09 ` Андрей Черепанов
2010-12-21 13:28 ` Шенцев Алексей Владимирович
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201012220046.18355.ashen@novoross.multinex.ru \
--to=ashen@novoross.multinex.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git