[FEAT] An attemp on adding qi package detection. #1372
Closed
lidgnulinux
started this conversation in
Ideas
Replies: 4 comments 4 replies
-
These are the errors when I build :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
diff --git a/src/modules/packages/packages.c b/src/modules/packages/packages.c
index e33b18d4..aa9f47ef 100644
--- a/src/modules/packages/packages.c
+++ b/src/modules/packages/packages.c
@@ -4,7 +4,7 @@
#include "modules/packages/packages.h"
#include "util/stringUtils.h"
-#define FF_PACKAGES_NUM_FORMAT_ARGS 38
+#define FF_PACKAGES_NUM_FORMAT_ARGS 39
void ffPrintPackages(FFPackagesOptions* options)
{ |
Beta Was this translation helpful? Give feedback.
2 replies
-
You need to put |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would you like to submit a PR? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm using Dragora GNU/Linux and trying to add its package detection. Dragora's using qi package manager and it doesn't have feature to count installed packages other than counting parent directory under
/usr/pkg
, but I managed to make list installed packages and it can be used. I'm trying to add qi package detection for fastfetch but when I build it failed. These are my codes :Any clue where it's wrong ? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions