This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to access and display apps that I've launched


--------------------------------------------
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]