X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:reply-to:to:message-id :subject:mime-version:content-type:content-transfer-encoding :references; q=dns; s=default; b=mSx995uzOgDBPj3Qz15RsPPrDgFE/Ev nza3i4WHsuYCoCoh93NuYIbzrml95EL3vjqCGFL3gxaSO+rAf2ocZmNwlZN+TD09 c5+2KjtJcEjwIzpUk4VqTXpMijRXxW1P+4G+dY+k9xuwSmIPpr+PO/r9xtbQtuRl q2RKPiUN+z3Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:reply-to:to:message-id :subject:mime-version:content-type:content-transfer-encoding :references; s=default; bh=Jc07nynNmNytyAPvKZl6kA6QvNs=; b=wVInW 3KGiykebxLBKyPkxFfHF7oGPoC0nIS1k7c7qkWhX9x53vhSb/t4mVJSTBk586/nM vqE+ctEu8qlaEBT5PsBNt6UKNKffWSgZmsK8R/4VK2E5fJaZwOj+I/27/DViMtu5 KovoNAvTH6VfZLm2lhVTEpPHzrrMQt75/WNx4s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Date: Wed, 26 Jul 2017 18:04:41 +0000 (UTC) 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 References: <1128827672 DOT 1514648 DOT 1501092281786 DOT ref AT mail DOT yahoo DOT com> X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v6QIRYvm011514 -------------------------------------------- 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 > Anyway, Achim can easily fix this. You can fix this locally quickly using: $ fgrep 7001 /usr/bin/rebase* /usr/bin/rebaselst:    touch -t 7001010000  "$1" $ sed -i /7001/s//198001/ /usr/bin/rebaselst $ fgrep 1980 /usr/bin/rebaselst     touch -t 198001010000  "$1" and test this fix by running "rebase-trigger full", shutting down everything Cygwin, downloading and running setup. = = = Yes, I did similar with vi, and it seems to have helped a lot: $ diff rebaselst-170726 rebaselst 98c98 < touch -t 7001010000 "$1" --- > touch -t 198001010000 "$1" A couple things still don't start from the xdg menu - files/nautilus or gedit for example, but most things do. $ nautilus & [1] 7388 $ ** (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: assertion '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 connection is closed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The connection is closed ** (nautilus:7388): WARNING **: Unable to get contents of the bookmarks file: Error opening file /home/myuser/.gtk-bookmarks: No such file or directory (nautilus:7388): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The connection is closed (nautilus:7388): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The connection is closed (nautilus:7388): dconf-WARNING **: failed to commit changes to dconf: The connection is closed (nautilus:7388): GLib-GIO-CRITICAL **: g_dbus_connection_call_internal: assertion '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