Package Details: nemo-git 3.8.0.r4.g6aa7e1d9-1

Git Clone URL: https://aur.archlinux.org/nemo-git.git (read-only, click to copy)
Package Base: nemo-git
Description: Cinnamon file manager, git-version
Upstream URL: https://github.com/linuxmint/nemo
Licenses: GPL
Conflicts: nemo
Provides: nemo
Submitter: oberon2007
Maintainer: oberon2007
Last Packager: oberon2007
Votes: 3
Popularity: 0.000535
First Submitted: 2016-01-25 00:30 (UTC)
Last Updated: 2018-04-26 08:11 (UTC)

Required by (21)

Sources (1)

Latest Comments

1 2 Next › Last »

astier commented on 2023-03-22 01:05 (UTC) (edited on 2023-03-22 01:06 (UTC) by astier)

Nemo crashes with the following error when I try to open it:

** (nemo:11129): CRITICAL **: 06:03:54.700: nemo_directory_file_monitor_add: assertion 'NEMO_IS_DIRECTORY (directory)' failed

(nemo:11129): GLib-GObject-CRITICAL **: 06:03:54.700: invalid (NULL) pointer instance

(nemo:11129): GLib-GObject-CRITICAL **: 06:03:54.701: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(nemo:11129): GLib-GObject-CRITICAL **: 06:03:54.701: invalid (NULL) pointer instance

(nemo:11129): GLib-GObject-CRITICAL **: 06:03:54.701: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Segmentation fault (core dumped)

Does anybody has the same issue or was able to resolve it? I opened an issue here https://github.com/linuxmint/nemo/issues/3115 but couldn't get any help so far.

oberon2007 commented on 2018-02-06 17:35 (UTC)

Thank you @Salamandar. Adjusted.

Salamandar commented on 2018-02-06 14:04 (UTC)

Nemo now uses Meson build system, and they decided to remove the Autotools build system.

oberon2007 commented on 2017-11-07 17:40 (UTC)

fixed.

oberon2007 commented on 2017-11-07 12:41 (UTC)

Reported upstream: https://github.com/linuxmint/nemo/issues/1640

manuelschneid3r commented on 2017-11-07 11:46 (UTC) (edited on 2017-11-07 11:53 (UTC) by manuelschneid3r)

eel-editable-label.c:1325:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]

kylelaker commented on 2017-07-24 14:39 (UTC)

Since by default nemo builds with -Werror, the build does not complete successfully. I have been unable to compile this package for some time. Per @Corax's comment on 2016-09-11 and the comments on this GitHub issue: https://github.com/linuxmint/nemo/issues/1523, can --enable-compile-warnings=yes be passed to autogen.sh in the PKGBUILD?

Corax commented on 2016-09-12 00:32 (UTC)

Thanks, that did the trick :) So IIUC, --enable-compile-warnings=yes disabled -Werror? Unexpected... Also the amount of warnings is just baffling, but of course you're not to blame for that.

oberon2007 commented on 2016-09-10 22:51 (UTC) (edited on 2016-09-10 22:57 (UTC) by oberon2007)

Thanks for reporting @Corax. I think it's fixed now. Building fine for me again.

Corax commented on 2016-09-10 18:43 (UTC)

Not sure for which reason, but the build dramatically fails with errors such as: eel-glib-extensions.c: In function ‘eel_self_check_glib_extensions’: eel-glib-extensions.c:319:56: error: passing argument 2 of ‘g_list_append’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] list_to_partition = g_list_append (list_to_partition, "Cadillac"); ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/ghash.h:33:0, from /usr/include/glib-2.0/glib.h:50, from eel-glib-extensions.h:30, from eel-glib-extensions.c:28: /usr/include/glib-2.0/glib/glist.h:59:10: note: expected ‘gpointer {aka void *}’ but argument is of type ‘const char *’ GList* g_list_append (GList *list, ^~~~~~~~~~~~~