From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34992 invoked by alias); 26 Jul 2017 18:27:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 34329 invoked by uid 89); 26 Jul 2017 18:27:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,FORGED_MUA_MOZILLA,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*x:5.0, H*R:D*yahoo.com, H*x:Windows, H*M:yahoo X-HELO: sonic316-47.consmr.mail.ne1.yahoo.com Received: from sonic316-47.consmr.mail.ne1.yahoo.com (HELO sonic316-47.consmr.mail.ne1.yahoo.com) (66.163.187.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jul 2017 18:27:20 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic316.consmr.mail.ne1.yahoo.com with HTTP; Wed, 26 Jul 2017 18:27:18 +0000 Date: Thu, 27 Jul 2017 16:01:00 -0000 From: "Ian Lambert via cygwin" Reply-To: Ian Lambert Reply-To: Ian Lambert To: , Message-ID: <1128827672.1514648.1501092281786@mail.yahoo.com> Subject: Re: how to access and display apps that I've launched MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <1128827672.1514648.1501092281786.ref@mail.yahoo.com> X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00385.txt.bz2 -------------------------------------------- On Wed, 7/26/17, Brian Inglis <> wrote: Subject: Re: how to access and display apps that I've launched To: cygwin Date: Wednesday, July 26, 2017, 1:07 PM =20 > Anyway, Achim can easily fix this. =20 You can fix this locally quickly using: =20 $ fgrep 7001 /usr/bin/rebase* /usr/bin/rebaselst:=C2=A0 =C2=A0 touch -t 7001010000=C2=A0 "$1" $ sed -i /7001/s//198001/ /usr/bin/rebaselst $ fgrep 1980 /usr/bin/rebaselst =C2=A0 =C2=A0 touch -t 198001010000=C2=A0 "$1" =20 and test this fix by running "rebase-trigger full", shutting down everything Cygwin, downloading and running setup. =20 =3D =3D =3D Yes, I did similar with vi, and it seems to have helped a lot: =20 $ diff rebaselst-170726 rebaselst 98c98 < touch -t 7001010000 "$1" --- > touch -t 198001010000 "$1" =20 A couple things still don't start from the xdg menu - files/nautilus or gedit for example, but most things do. $ nautilus & [1] 7388 $=20 ** (nautilus:7388): WARNING **: Error retrieving accessibility bus address:= org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.a11y.Bus exited = with status 1 (nautilus:7388): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_= IS_DBUS_CONNECTION (connection)' failed (nautilus:7388): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner: asserti= on 'G_IS_DBUS_PROXY (proxy)' failed Socket /tmp/fam-myuser/fam- has wrong permissions Failed to connect to socket /tmp/fam-myuser/fam- (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The c= onnection is closed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The c= onnection is closed ** (nautilus:7388): WARNING **: Unable to get contents of the bookmarks fil= e: Error opening file /home/myuser/.gtk-bookmarks: No such file or directory (nautilus:7388): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OB= JECT (object)' failed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The c= onnection is closed (nautilus:7388): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OB= JECT (object)' failed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The c= onnection is closed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The c= onnection is closed (nautilus:7388): GLib-GIO-CRITICAL **: g_dbus_connection_call_internal: ass= ertion 'G_IS_DBUS_CONNECTION (connection)' failed [1]+ Done nautilus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple