[MacPorts] #69205: gnome-desktop @3.38.9_0 activation failure
MacPorts
noreply at macports.org
Sat Jan 27 12:25:46 UTC 2024
#69205: gnome-desktop @3.38.9_0 activation failure
----------------------------+----------------------
Reporter: Jimepea | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.0
Resolution: | Keywords:
Port: gnome-desktop |
----------------------------+----------------------
Comment (by jmroot):
Replying to [ticket:69205 Jimepea]:
> I showed all hidden files in Finder and was unable to find the folder
references below...I even do some manual search but to no avail.
As well as being able to find files in the ways Ryan mentioned, you can
also use the terminal to access log files. For example, this will open the
log in the system default text editor:
{{{
open -t
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_macports_release_tarballs_ports_gnome_gnome-desktop/gnome-
desktop/main.log
}}}
Or you can use the -a option to choose a different application to open it
with:
{{{
open -a BBEdit
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_macports_release_tarballs_ports_gnome_gnome-desktop/gnome-
desktop/main.log
}}}
You can also just use cp to put a copy of the file somewhere more
convenient. This will copy it to your desktop:
{{{
cp
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_macports_release_tarballs_ports_gnome_gnome-desktop/gnome-
desktop/main.log ~/Desktop/
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69205#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list