From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:2e4:: with SMTP id a4mr22446208qko.74.1584988749247; Mon, 23 Mar 2020 11:39:09 -0700 (PDT) X-Received: by 2002:a05:6830:119:: with SMTP id i25mr19270032otp.81.1584988748939; Mon, 23 Mar 2020 11:39:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 23 Mar 2020 11:39:08 -0700 (PDT) In-Reply-To: <9d213970-a6da-e0af-7e61-99dd2c772080@planet.nl> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2001:8b0:ca:2:0:0:0:fd; posting-account=TiHetgoAAACluCgYkPc8-TWs6dBNgSne NNTP-Posting-Host: 2001:8b0:ca:2:0:0:0:fd References: <7dfe88e3-d509-49d1-998c-ce494133890c@googlegroups.com> <9d213970-a6da-e0af-7e61-99dd2c772080@planet.nl> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8018091c-858a-4771-9026-368a6b2087ea@googlegroups.com> Subject: Re: linux desktop in trouble From: Bob Goddard <1963bib@googlemail.com> Injection-Date: Mon, 23 Mar 2020 18:39:09 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58228 Date: 2020-03-23T11:39:08-07:00 List-Id: On Thursday, 19 March 2020 06:07:21 UTC, ldries46 wrote: [...] > Take for instance GNAT GPS and GtkAda. > GNAT GPS before running the installation you must make the package > executable, it should be delivered execuable as under Windows. In Ubuntu > you need to create a .Desktop File to run it from the desktop, that > should be automaticely be created. [...] Eh, part of the windows problem is that files can be executed just by their name. Under Unix/Linux, you do have better control. And no, you do not need to create .Desktop file to run it. From a shell, chmod +x , then ./...