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)

Required by (15)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 34 Next › Last »

chenxiaolong commented on 2012-01-24 04:47 (UTC)

@bartusdavid: Do you have NTP installed?

<deleted-account> commented on 2012-01-23 22:44 (UTC)

I have a problem with 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 623, in <module> MainWindow() File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 470, in __init__ sidePage.add_widget(DBusCheckButton(_("Use network time"), "org.gnome.SettingsDaemon.DateTimeMechanism", "/", "GetUsingNtp", "SetUsingNtp")) File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 336, in __init__ self.set_active(getattr(self.dbus_iface, get_method)()[1]) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 143, in __call__ **keywords) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) dbus.exceptions.DBusException: org.gnome.SettingsDaemon.DateTimeMechanism.GeneralError: Error enabling NTP: OS variant not supported

e-v commented on 2012-01-23 17:01 (UTC)

Cinnamon 1.2 is out, cf. github

chenxiaolong commented on 2012-01-19 21:36 (UTC)

@krzd: Thanks! I've sent a message to the mailing list asking to have the cinnamon-applets-git and cinnamon-sesion-git packages removed.

<deleted-account> commented on 2012-01-19 07:30 (UTC)

@chenxialong: Just write to the aur-general mailing list (http://mailman.archlinux.org/mailman/listinfo/aur-general), you may need to subscribe prior posting.

chenxiaolong commented on 2012-01-19 07:14 (UTC)

Sorry for the late reply. I just got back from school only to find that the latest kernel screwed up my UEFI. @krzd, @dkuntz2: Thanks for the info! I've removed the unneeded packages from the dependencies and added python2-gconf. Does anyone know the process to get obsolete packages removed from the AUR?

<deleted-account> commented on 2012-01-19 04:43 (UTC)

Because cinnamon-settings merged with cinnamon, python2-gconf is now a dependency for cinnamon (or at least needed if you want to run cinnamon-settings), you also need to change the first line of /usr/lib/cinnamon-settings/cinnamon-settings.py to #!/usr/bin/env python2 otherwise there are a whole host of issues.

eugenez commented on 2012-01-19 01:01 (UTC)

cinnamon-git is unable to build because dependency building problem appeared ==> Сборка пакета: cinnamon-session-git 20120119-1 (Чт. янв. 19 07:53:45 NOVT 2012) ... ==> Connecting to GIT server.... Cloning into 'cinnamon-session'... fatal: https://github.com/linuxmint/cinnamon-session.git/info/refs not found: did you run git update-server-info on the server? ... ==> ERROR: Makepkg was unable to build cinnamon-session-git.

<deleted-account> commented on 2012-01-18 22:39 (UTC)

Cinnamon-settings, cinnamon-session and cinnamon-applets were merged into cinnamon. So those packages can be removed from deps and deleted, except for cinnamon-applets, since it was not merged completely. Edit: cinnamon-applets can be deleted, since the only unmerged applet is an obsolete one. Two new were added to cinnamon (not cinnamon-applets), though. You will need to include the python/python2 fix from cinnamon-settings here.