Package Details: planify 4.12.2-1

Git Clone URL: https://aur.archlinux.org/planify.git (read-only, click to copy)
Package Base: planify
Description: Task manager with Todoist and Nextcloud support
Upstream URL: https://github.com/alainm23/planify
Licenses: GPL-3.0-or-later
Conflicts: elementary-planner
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 20
Popularity: 0.21
First Submitted: 2023-06-02 02:40 (UTC)
Last Updated: 2025-06-18 18:03 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 7 Next › Last »

tallpaul commented on 2025-06-20 10:15 (UTC)

I've re-installed gxml however I'm getting

planify - exit status 4

Pastebin here http://0x0.st/8IAV.txt

StuckUpCreations commented on 2025-05-14 23:43 (UTC)

@yochananmarqos: thank you, i reinstalled gxml and planify works with plain libxml2 :) sorry to bother

yochananmarqos commented on 2025-05-13 18:38 (UTC) (edited on 2025-05-13 18:38 (UTC) by yochananmarqos)

@flortsch @StuckUpCreations: You need to rebuild both gxml and planify on libxml2. There are very few programs I've seen so far that would require libxml2-legacy; i.e., teamspeak3 and viber.

❯ ldd /usr/bin/planify | grep libxml2
    libxml2.so.16 => /usr/lib/libxml2.so.16 (0x000077f382655000)

StuckUpCreations commented on 2025-05-13 17:08 (UTC)

i second what flortsch said, i didnt rebuilt, i only installed libxml2-legacy and planify works now

flortsch commented on 2025-05-05 23:32 (UTC)

With the recent update of libxml2, planify seems to be broken. It can't find libxml2.so.2. I installed libxml2-legacy and rebuilt the package. Maybe add libxml2-legacy as dependency (or maybe to gxml)?

StuckUpCreations commented on 2025-04-10 16:52 (UTC)

thank you, it works now :)

yochananmarqos commented on 2025-04-10 15:37 (UTC)

@StuckUpCreations: Thanks for the heads up, I've applied a patch to resolve it.

StuckUpCreations commented on 2025-04-10 02:21 (UTC)

tried installing and got a vala compilation error:

core/planify.vapi:426.81-426.96: warning: parameter without default follows parameter with default
  426 |                 public Objects.Label? get_label_by_name (string name, bool lowercase = false, string source_id);
      |                                                                                               ^~~~~~~~~~~~~~~~  
../planify/src/Dialogs/ProjectPicker/ProjectPicker.vala:172.25-172.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
  172 |         add_controller (destroy_controller);
      |                         ^~~~~~~~~~~~~~~~~~  
../planify/src/Layouts/ItemSidebarView.vala:593.4-593.17: warning: implicit .begin is deprecated
  593 |                         _complete_item (old_checked, old_completed_at);
      |                         ^~~~~~~~~~~~~~                                 
../planify/src/Dialogs/Preferences/PreferencesWindow.vala:39.25-39.42: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
   39 |         add_controller (destroy_controller);
      |                         ^~~~~~~~~~~~~~~~~~  
../planify/src/Dialogs/LabelPicker.vala:78.19-78.36: error: Argument 1: Cannot convert from `unowned Gtk.EventControllerKey' to `unowned Gtk.ShortcutController'
   78 |                 add_controller (destroy_controller);

sleepy-goth commented on 2024-09-11 14:34 (UTC)

Hi, I tried like now to install the package with paru and seems fine, without errors.

redluci4 commented on 2024-08-30 17:49 (UTC)

Hello,

I've recently tried to install this using yay. But consistently failed by hitting early EOF.

But it worked when I separately cloned the repo using: gir clone --depth 1 https://github.com/alainm23/planify.git

I'm not sure where the problem is but adding --depth 1 to the PKGBUILD should work (at least in my system it does).

Thank You.