Package Details: cinnamon-git 5.6.7.r2.g4af7ab39c-1

Git Clone URL: https://aur.archlinux.org/cinnamon-git.git (read-only, click to copy)
Package Base: cinnamon-git
Description: Linux desktop which provides advanced innovative features and a traditional user experience
Upstream URL: https://github.com/linuxmint/cinnamon
Licenses: GPL2
Conflicts: cinnamon
Provides: cinnamon
Submitter: chenxiaolong
Maintainer: FabioLolix (eschwartz)
Last Packager: FabioLolix
Votes: 87
Popularity: 0.000000
First Submitted: 2011-12-21 05:54 (UTC)
Last Updated: 2023-01-27 21:11 (UTC)

Dependencies (44)

Required by (15)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 34 Next › Last »

chenxiaolong commented on 2012-04-06 17:46 (UTC)

@mrmylanman: Could you try removing the symlink you created and add the following before the autogen.sh line in the PKGBUILD: CFLAGS="${CFLAGS} -L/usr/lib/gnome-bluetooth"

bhedrich commented on 2012-04-06 12:08 (UTC)

My workaround (patch) to use the settings manager, but the calendar settings are unavailable. http://pastebin.com/NHkxYN44

<deleted-account> commented on 2012-04-06 11:25 (UTC)

I just tried compiling again, (thanks for the fix, that took care of that problem!), however I run into another problem, this time in the actual compilation stage: /tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src/tmp-introspectR4E9e5/.libs/lt-Cinnamon-0.1: error while loading shared libraries: libgnome-bluetooth-applet.so.0: cannot open shared object file: No such file or directory Command '['/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src/tmp-introspectR4E9e5/Cinnamon-0.1', '--introspect-dump=/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src/tmp-introspectR4E9e5/functions.txt,/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src/tmp-introspectR4E9e5/dump.xml']' returned non-zero exit status 127 make[3]: *** [Cinnamon-0.1.gir] Error 1 make[3]: Leaving directory `/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/packerbuild-0/cinnamon-git/cinnamon-git/src/Cinnamon-build' make: *** [all] Error 2 I do have the file requested, it is located at /usr/lib/gnome-bluetooth/libgnome-bluetooth-applet.so.0 (as a symlink to libgnome-bluetooth-applet.so.0.0.0), which is where it was installed originally. I have the respective package installed, (I'm assuming gnome-bluetooth). I created a symlink to that in /usr/lib and the problem went away, but I don't know if that's a problem in the source of PKGBUILD.

<deleted-account> commented on 2012-04-05 22:05 (UTC)

can still not get settings to work. $ cinnamon-settings /usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject Traceback (most recent call last): File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 1366, in <module> MainWindow() File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 1124, in __init__ self.changeTimeWidget = ChangeTimeWidget() File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 824, in __init__ proxy = dbus.SystemBus().get_object("org.gnome.SettingsDaemon.DateTimeMechanism", "/") File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 244, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 246, in __init__ self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 183, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 281, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon.DateTimeMechanism was not provided by any .service files

chenxiaolong commented on 2012-04-05 15:23 (UTC)

@mrmylanman: Yeah...I made the changes krzd mentioned, but forgot to upload it. Sorry!

<deleted-account> commented on 2012-04-05 11:18 (UTC)

You need to change those lines in muffin-git: if $(pkg-config --atleast-version 1.9 cogl-1.0 &>/dev/null); then _gitroot='https://github.com/rat4/muffin.git' else _gitroot='https://github.com/linuxmint/muffin.git' fi to: _gitroot='https://github.com/linuxmint/muffin.git' and remove that lines there: if $(pkg-config --atleast-version 1.9 cogl-1.0 &>/dev/null); then cd "${srcdir}/${_gitname}" git checkout gtk_3.3 git checkout master git merge gtk_3.3 fi It was a workaround which is not needed anymore.

<deleted-account> commented on 2012-04-05 11:05 (UTC)

I am getting the following error, when I enabled Testing to try out Gnome 3.4: error: pathspec 'gtk_3.3' did not match any file(s) known to git. ==> ERROR: A failure occurred in build(). Aborting... The build failed. The version of gtk3 that is in testing is 3.4, is this possibly a bug? Just wondering, since it seems that even when it comes to Extra, it'll fail. If not, my bad. Thanks!

chenxiaolong commented on 2012-04-05 04:50 (UTC)

@absolutionx: Yeah, Muffin is now based on Mutter 3.4, which is part of GNOME 3.4. You'll have to wait until GNOME 3.4 lands in the extra repository.

<deleted-account> commented on 2012-04-05 01:20 (UTC)

Muffin-git fails to compile on this version and regular cinnamon AUR configure: error: Package requirements (gtk+-3.0 >= 3.3.3) were not met: Requested 'gtk+-3.0 >= 3.3.3' but version of GTK+ is 3.2.3 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

chenxiaolong commented on 2012-03-11 16:35 (UTC)

@krzd: Thanks for that! I'll update muffin-git so that people using AUR helpers will get the new changes to muffin.