Package Details: pantheon-applications-menu-git 2.11.0.r2.2fec07eb-1

Git Clone URL: https://aur.archlinux.org/pantheon-applications-menu-git.git (read-only, click to copy)
Package Base: pantheon-applications-menu-git
Description: The Pantheon Application Menu
Upstream URL: https://github.com/elementary/applications-menu
Licenses: GPL3
Groups: pantheon-unstable
Conflicts: pantheon-applications-menu
Provides: pantheon-applications-menu
Submitter: alucryd
Maintainer: quequotion
Last Packager: quequotion
Votes: 31
Popularity: 0.000000
First Submitted: 2017-05-07 14:21 (UTC)
Last Updated: 2022-11-18 23:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

dserban commented on 2011-09-21 12:39 (UTC)

Disowning.

Unia commented on 2011-09-21 12:06 (UTC)

There's a new version available, found here: https://code.launchpad.net/~slingshot-devs/slingshot/new-slingshot I'm already working on a PKGBUILD, but I am running into some errors (also regarding granite, which you also maintain, dserban): https://bbs.archlinux.org/viewtopic.php?id=126887

<deleted-account> commented on 2011-06-22 08:41 (UTC)

Am I missing any dependency? Compilation fails with this errors: ==> BZR checkout done or server timeout ==> Starting make... backend/GMenuEntries.vala:66.60-66.118: warning: unhandled error `GLib.Error' icons[app_to_add["command"]] = icon_theme.lookup_icon(app_icon, icon_size, 0).load_icon (); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend/GMenuEntries.vala:72.65-72.141: warning: unhandled error `GLib.Error' icons[app_to_add["command"]] = icon_theme.lookup_icon("application-default-icon", icon_size, 0).load_icon (); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend/GMenuEntries.vala:76.60-76.136: warning: unhandled error `GLib.Error' icons[app_to_add["command"]] = icon_theme.lookup_icon("application-default-icon", icon_size, 0).load_icon (); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ slingshot.vala:21.9-21.12: error: The name `Wnck' does not exist in the context of `SlingshotWindow.new' Wnck.Screen.get_default().toggle_showing_desktop (true); ^^^^ slingshot.vala:132.29-132.47: error: The name `DesktopAppInfo' does not exist in the context of `GLib' new GLib.DesktopAppInfo.from_filename (this.filtered.get((int) (this.children.index(item) + (this.pages.active * this.grid.n_columns * this.grid.n_rows)))["desktop_file"]).launch (null, null); ^^^^^^^^^^^^^^^^^^^ slingshot.vala:338.9-338.12: error: The name `Wnck' does not exist in the context of `SlingshotWindow.destroy' Wnck.Screen.get_default ().toggle_showing_desktop (false); ^^^^ Compilation failed: 3 error(s), 3 warning(s)

<deleted-account> commented on 2011-06-13 14:49 (UTC)

==> Determinando ultima revisión de bzr... You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". -> Versión encontrada: 48 ==> Creando el paquete: slingshot-bzr 48-1 (lun jun 13 11:48:03 ART 2011) ==> Resolviendo dependencias... ==> Verificando conflictos... ==> Obteniendo fuentes... ==> Descomprimiendo fuentes... ==> Iniciando build()... ==> Connecting to the server.... You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". ==> BZR checkout done or server timeout ==> Starting make... No source file specified. :S

Madek commented on 2011-06-02 23:25 (UTC)

replace the vala thing with this line valac --pkg gtk+-2.0 --pkg unique-1.0 --pkg gee-1.0 --pkg gio-unix-2.0 --pkg libgnome-menu --Xcc='-DGMENU_I_KNOW_THIS_IS_UNSTABLE' --pkg libwnck-1.0 --Xcc=' DWNCK_I_KNOW_THIS_IS_UNSTABLE' slingshot.vala frontend/widgets/*.vala frontend/*.vala backend/*.vala and build work properly you need first vala, next compile vala-git and replace vala with vala-git, then can build slingshot

<deleted-account> commented on 2011-05-30 22:35 (UTC)

not compile and depend of vala and vala-bzr, but vala and vala-bzr are in conflict

<deleted-account> commented on 2011-02-26 13:36 (UTC)

doesn't compile, this is the error i get: slingshot.vala:21.9-21.12: error: The name `Wnck' does not exist in the context of `SlingshotWindow.new' Wnck.Screen.get_default().toggle_showing_desktop (true); ^^^^ slingshot.vala:132.29-132.47: error: The name `DesktopAppInfo' does not exist in the context of `GLib' new GLib.DesktopAppInfo.from_filename (this.filtered.get((int) (this.children.index(item) + (this.pages.active * this.grid.n_columns * this.grid.n_rows)))["desktop_file"]).launch (null, null); ^^^^^^^^^^^^^^^^^^^ slingshot.vala:338.9-338.12: error: The name `Wnck' does not exist in the context of `SlingshotWindow.destroy' Wnck.Screen.get_default ().toggle_showing_desktop (false);