Giter Site home page Giter Site logo

zcot / conky-manager2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teejee2008/conky-manager

210.0 210.0 33.0 21.22 MB

Fork of GUI for managing Conky widgets. Support added for latest conky config version, and works with Ubuntu 16-22, Mint 18-21 and more.

License: GNU General Public License v3.0

Shell 5.56% Makefile 1.76% Vala 91.63% Meson 1.05%
conky conky-conf conky-config conky-configurations conky-for-macos conky-manager conky-theme conky-themes conky-widget conkyrc

conky-manager2's People

Contributors

afelinczak avatar fehlix avatar freddii avatar horgan avatar mok0 avatar renyhp avatar teejee2008 avatar tioguda avatar vistaus avatar yeji0407 avatar zcot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

conky-manager2's Issues

Installing conky in user-directory

Hi Zcot.

Neat thing that your conky-manager installs properly from source!

I ran into an issue when I changed the prefix to $HOME/.local instead of /usr

Now there's a ton of Errors because the files are being mapped from /usr/share instead of $HOME/.local/share.

Is there a way you could patch that please?

Make it launch on another monitor?

There doesn't seem to be any option to make it launch on another monitor than the primary one.

I tried to search for instructions to how to do this, but none of them worked.

Conky manager fails to create correct startup script when using startx

When building the auto-start script conky manager will pull from $DESKTOP_SESSION and add whatever it finds in an if statement in order to auto start conky. When a user uses startx and refuses to use a display manager the desktop session is not set and is empty. Conky manager sees that it is empty and instead of using an empty string for null conky manager uses "(null)" obviously nothing happens because this is not valid bash syntax and conky will never start. In order to fix this somebody could ad logic to detect if $DESKTOP_SESSION is empty and just use and empty string "" instead of "(null)". If this is not fixed the user would have to make a new start script everytime they changed the config undermining the ease of use conky manager offers.

Not possible to install on Manjaro via Add/Remove Software

When I try to install via Add/Remove Software on Manjaro it is not possible.
I found the log
`Preparing...
Cloning conky-manager2-git build files...
Generating conky-manager2-git information...
Checking conky-manager2-git dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building conky-manager2-git...
==> Making package: conky-manager2-git 2.7-3 (Ut 15. február 2022, 16:49:46)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating conky-manager2-git git repo...
Fetching origin
-> Found conky-manager2-git.install
-> Found perm.patch
==> Validating source files with sha1sums...
conky-manager2-git ... Skipped
conky-manager2-git.install ... Passed
perm.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of conky-manager2-git git repo...
Cloning into 'conky-manager2-git'...
done.
==> Starting prepare()...
patching file src/makefile
Hunk #1 FAILED at 29.
1 out of 1 hunk FAILED -- saving rejects to file src/makefile.rej
==> ERROR: A failure occurred in prepare().
Aborting...`

Is it possible to fix it?
Thank you.

change name or revision number of your fork

Hi, I made a request of the MX Linux packaging team to package your fork of CM for trial and assessment, since it is stated to be able to detect new-syntax conky configs, which the original CM doesn't.

The packaging team have asked if it is possible for you to rename your fork or give it a different revision number, presumably so that it does not clash with CM or try to write over it. CM is installed by default in MX installs and I believe the MX-app called "MX-Conky" may depend on it.

If possible, I would like to run both CM and CM2 side by side, and compare the 2.

Thanks!

Errors when trying to run 'make' on Pop_OS 20.10

Hey there,
Not sure exactly what is up with my error, I am thinking perhaps it is just that I am running this on Pop_OS 20.10 (fresh install, with Conky 1.11.6 installed), but when I clone and then run 'make' (I made sure to install all of the listed dependencies from the manual), I get a whole lot of the following type errors:

`GLib.Thread.create' has been deprecated since 2.32. Use new Thread
$ /media/mosthated/rocket/GitHub/conky-manager2(add-1.10-support*) » make
cd src; make all
make[1]: Entering directory '/media/mosthated/rocket/GitHub/conky-manager2/src'
#build binaries
valac -X -D'GETTEXT_PACKAGE="conky-manager2"' --Xcc="-lm" -X -Wl,-rpath,/usr/share/conky-manager2/libs "Main.vala" "MainWindow.vala" "EditWidgetWindow.vala" "EditThemeWindow.vala" "SettingsWindow.vala" "DonationWindow.vala" "GeneratePreviewWindow.vala" "AboutWindow.vala" "Utility.vala" -o conky-manager2 --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix --pkg gtk+-3.0 --pkg gee-0.8 --pkg json-glib-1.0 
Main.vala:1007.4-1007.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Main.vala:1068.8-1068.26: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Main.vala:1075.8-1075.26: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
Main.vala:1469.8-1469.10: warning: Assignment to same variable
			for(k=k; k >= 0; k--){
			    ^^^
Utility.vala:914.13-914.48: warning: `Gdk.Cursor.new' has been deprecated since 3.16
Utility.vala:917.13-917.48: warning: `Gdk.Cursor.new' has been deprecated since 3.16
MainWindow.vala:1100.4-1100.22: warning: `GLib.Thread.create' has been deprecated since 2.32. Use new Thread<T> ()
MainWindow.vala:1049.22-1049.37: warning: `Gdk.Screen.width' has been deprecated since 3.22
MainWindow.vala:1050.23-1050.39: warning: `Gdk.Screen.height' has been deprecated since 3.22
MainWindow.vala:285.18-285.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10
MainWindow.vala:294.18-294.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10
MainWindow.vala:303.19-303.43: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10
MainWindow.vala:312.18-312.42: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10
MainWindow.vala:326.22-326.46: warning: `Gtk.ToolButton.from_stock' has been deprecated since 3.10
EditWidgetWindow.vala:442.27-442.41: warning: `Gtk.Dialog.get_action_area' has been deprecated since 3.12
EditWidgetWindow.vala:446.36-446.51: warning: `Gtk.Image.from_stock' has been deprecated since 3.10
EditWidgetWindow.vala:454.38-454.53: warning: `Gtk.Image.from_stock' has been deprecated since 3.10
EditWidgetWindow.vala:462.37-462.52: warning: `Gtk.Image.from_stock' has been deprecated since 3.10
EditThemeWindow.vala:233.3-233.26: warning: `Gtk.TreeView.set_rules_hint' has been deprecated since 3.14
EditThemeWindow.vala:252.4-252.42: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererToggle).active = val;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EditThemeWindow.vala:263.4-263.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = rc.name;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EditThemeWindow.vala:107.4-107.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = type;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
EditThemeWindow.vala:166.4-166.38: warning: Access to possible `null'. Perform a check or use an unsafe cast.
			(cell as Gtk.CellRendererText).text = type;
			^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If anyone has any suggestions, I would definitely appreciate it.
-MH

[11:19:24] Alpine(ARM*) Error: Commands listed below are not available: * import

  • I'm compiling this on Alpine Linux (ARM*)
    Screenshot_2022-12-11_11-21-47

While comparing to the Ubuntu dependencies to build this package, i successfully compiled conky-manager2 (with some errors, they're not important-ish because the program works). Commonly pre-installed runtime dependency (7za, rsync) can be just installed with apk add p7zip rsync. Still, i don't have an idea which package provides the import command

After reboot randomly opens some conky's, not all

I have about 35 conky windows and after a reboot conkymanager does not start all the conky's! It randomly starts some of them, not all. Very annoying! It does not happen all the time, but it always happen after i started a liveusb session and then boot back to my normal linux! Then some (random) of the conky's are started, some not... i have no clue why and were to look for this problem??

[ARCHCRAFT] Solution to | make[1]: *** [makefile:14: all] Error 127

When I tried to compile this repo I had the next error.

cd src; make all make[1]: se entra en el directorio '/home/piesito/conky-manager2/src' #build binaries valac -X -D'GETTEXT_PACKAGE="conky-manager2"' --Xcc="-lm" -X -Wl,-rpath,/usr/share/conky-manager2/libs "Main.vala" "MainWindow.vala" "EditWidgetWindow.vala" "EditThemeWindow.vala" "SettingsWindow.vala" "DonationWindow.vala" "GeneratePreviewWindow.vala" "AboutWindow.vala" "Utility.vala" -o conky-manager2 --pkg glib-2.0 --pkg gio-unix-2.0 --pkg posix --pkg gtk+-3.0 --pkg gee-0.8 --pkg json-glib-1.0 /bin/sh: línea 1: valac: orden no encontrada make[1]: *** [makefile:14: all] Error 127 make[1]: se sale del directorio '/home/piesito/conky-manager2/src' make: *** [makefile:2: all] Error 2

In archcraft is not preinstaled valac package, so is necessary to run this command
sudo pacman -S extra/vala

Is there a way to hide .lua scripts from conky manager 2?

This is more a question than a issue. I have some conkys that uses .lua scripts. Besides those conkys files, conky manager also show some .lua files, but (as espected) does not load/show anything. I wish to remove those .lua from the list.

Edit Widget, Network panel does not distinguish eth0 and wlan0.

config snippet BEFORE:

${if_up eth0}${color2}ETHERNET (${addr eth0}) ${hr 2}${color}

   Down: ${downspeedf eth0}kB/s ${alignr}Up: ${upspeedf eth0}kB/s${endif}

${if_up wlan0}${color2}WIRELESS (${addr wlan0}) [${wireless_link_qual_perc wlan0}%] ${hr 2}${color}

   Down: ${downspeedf wlan0}kB/s ${alignr}Up: ${upspeedf wlan0}kB/s${endif}

snippet AFTER edit eth0:

${if_up enp4s0}${color2}ETHERNET (${addr enp4s0}) ${hr 2}${color}

   Down: ${downspeedf enp4s0}kB/s ${alignr}Up: ${upspeedf enp4s0}kB/s

${if_up enp4s0}${color2}WIRELESS (${addr enp4s0}) [${wireless_link_qual_perc enp4s0}%] ${hr 2}${color}

   Down: ${downspeedf enp4s0}kB/s ${alignr}Up: ${upspeedf enp4s0}kB/s

So the code is not distinguishing the difference, just using replacement on both eth0 and wlan0.

Inconsistent import location

The import location is inconsistent when compared to the original conky manager. When importing themes they are copied into ~/.conky instead of ~/.config/conky. The themes then break because they usually reference ~/.config/conky in script. To fix either the script has to be manually changed or the themes imported to ~/.config/conky folder to make them work.

Also the default location seems non editable.

widget display issue

Maybe this is the wrong place to ask.
But I can not fix the issue that every widget I want to start has background problems.

e.g. https://github.com/closebox73/Taurus, the alcyone widget - up to date and very simple

image
image

Every time is start, the text of the widget is visible but the background is very bad.
I am using Conky manager v2.73, but also running the shell manually has the same issue.

conky: desktop window (a00010) is subwindow of root window (26e)
conky: window type - desktop
conky: drawing to created window (0x3600001)
conky: drawing to double buffer
/home/flo/.config/conky/Alcyone/scripts/wthr2: line 17: =: No such file or directory

What could be the issue here?

Conky Manager default widgets and themes have huge issues

I haven't tried this with any other widgets or themes downloaded from the internet but the defaults that this ships with are having huge issues on my machine.

Ubuntu 18.04 with Gnome, using Komorebi for my desktop/wallpaper manager.

Does Conky use GTK because the weird colors seems like maybe they're colors also used by my theme so maybe that's making stuff wonky?

image

grayed out at very top of conky manager v2.73

Hello,
I"m using Kali linux v 2021.4 and I followed everything in the directions, but when I open conky-manager v2.73, I have most of the buttons grayed out at the top. I can't start any widgets. Do you know what the problem is? i have a screenshot attached

conky_managerV2

Conky widget not showing Xubuntu 18.04.3 LTS

Hi, thanks for the fork. Just did conky & conky-manager fresh install. Copied few themes from internet. When I try to change widget, it doesn't do anything. I guess it should preview widget or show them on desktop right? Themes however, changing desktop backgrounds (only?) successfully.

What should I do?

Was able to compile it easily, but doesnt run any widget.

Wheres a problem?
Executing conky itself it runs some basic widget

[09:02:56] App config saved: '/home/lsd/.config/conky-manager2.json'
lsd@lsd-IdeaPad-3-14ADA05:~/Pobrane/conky-manager2-add-1.10-support$ sudo conky
conky                     conky-manager2            conky-manager2-uninstall  
lsd@lsd-IdeaPad-3-14ADA05:~/Pobrane/conky-manager2-add-1.10-support$ sudo conky-manager2
[09:03:01] Desktop: unknown
[09:03:01] -----------------------------------------------------
[09:03:01] Found theme pack [new]: /usr/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
[09:03:01] Importing: /usr/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
.d..t...... ./
cd+++++++++ Conky MIUI/
>f+++++++++ Conky MIUI/b.png
>f+++++++++ Conky MIUI/c.png
>f+++++++++ Conky MIUI/miui
>f+++++++++ Conky MIUI/miui.jpg
>f+++++++++ Conky MIUI/source.txt
cd+++++++++ Conky Seamod/
>f+++++++++ Conky Seamod/conky_seamod
>f+++++++++ Conky Seamod/conky_seamod.jpg
>f+++++++++ Conky Seamod/seamod_rings.lua
>f+++++++++ Conky Seamod/source.txt
cd+++++++++ Gotham/
>f+++++++++ Gotham/Gotham
>f+++++++++ Gotham/Gotham.jpg
>f+++++++++ Gotham/source.txt
cd+++++++++ Green Apple Desktop/
>f+++++++++ Green Apple Desktop/Gotham
>f+++++++++ Green Apple Desktop/Gotham.png
>f+++++++++ Green Apple Desktop/Green Apple Desktop.cmtheme
>f+++++++++ Green Apple Desktop/Green Apple Desktop.jpg
>f+++++++++ Green Apple Desktop/conky_seamod
>f+++++++++ Green Apple Desktop/conky_seamod.jpg
>f+++++++++ Green Apple Desktop/seamod_rings.lua
>f+++++++++ Green Apple Desktop/source.txt
>f+++++++++ Green Apple Desktop/wallpaper.jpg
cd+++++++++ TeejeeTech/
>f+++++++++ TeejeeTech/CPU Panel (2-core)
>f+++++++++ TeejeeTech/CPU Panel (2-core).jpg
>f+++++++++ TeejeeTech/CPU Panel (4-core)
>f+++++++++ TeejeeTech/CPU Panel (4-core).jpg
>f+++++++++ TeejeeTech/CPU Panel (6-core)
>f+++++++++ TeejeeTech/CPU Panel (6-core).jpg
>f+++++++++ TeejeeTech/CPU Panel (8-core)
>f+++++++++ TeejeeTech/CPU Panel (8-core).jpg
>f+++++++++ TeejeeTech/NVIDIA Panel
>f+++++++++ TeejeeTech/NVIDIA Panel.jpg
>f+++++++++ TeejeeTech/Network Panel
>f+++++++++ TeejeeTech/Network Panel.png
>f+++++++++ TeejeeTech/Process Panel
>f+++++++++ TeejeeTech/Process Panel.jpg
>f+++++++++ TeejeeTech/README
>f+++++++++ TeejeeTech/nvidia.jpg
>f+++++++++ TeejeeTech/source.txt
cd+++++++++ fonts/
>f+++++++++ fonts/AvantGarde_LT_Medium.ttf
>f+++++++++ fonts/GE_Inspira.ttf
>f+++++++++ fonts/Ubuntu.ttf
[09:03:01] -----------------------------------------------------
[09:03:02] Font Copied: /root/.fonts/AvantGarde_LT_Medium.ttf
[09:03:02] Font Copied: /root/.fonts/GE_Inspira.ttf
[09:03:02] Font Copied: /root/.fonts/Ubuntu.ttf
[09:03:02] Searching for conkyrc files... 12 found
conky: Syntax error (/root/.conky/Gotham/Gotham:1: syntax error near 'yes') while reading config file. 
conky: Assuming it's in old syntax and attempting conversion.
conky: [string "..."]:159: attempt to call a nil value (global 'loadstring')
[09:03:33] App config saved: '/root/.config/conky-manager2.json'
lsd@lsd-IdeaPad-3-14ADA05:~/Pobrane/conky-manager2-add-1.10-support$ conky-manager2
[09:03:39] Desktop: unknown
[09:03:39] Found theme pack [installed]: /usr/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
[09:03:39] App config loaded: '/home/lsd/.config/conky-manager2.json'
[09:03:40] Searching for conkyrc files... 12 found
[09:03:47] App config saved: '/home/lsd/.config/conky-manager2.json'
lsd@lsd-IdeaPad-3-14ADA05:~/Pobrane/conky-manager2-add-1.10-support$ conky-manager2
[09:04:10] Desktop: unknown
[09:04:10] Found theme pack [installed]: /usr/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
[09:04:10] App config loaded: '/home/lsd/.config/conky-manager2.json'
[09:04:11] Searching for conkyrc files... 12 found
================================================================
                                      system         81W0 (LENOVO_MT_81W0_BU_idea_FM_IdeaPad 3 14ADA05)
/0                                    bus            LNVNB161216
/0/1                                  memory         12GiB System Memory
/0/1/0                                memory         8GiB Row of chips DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
/0/1/1                                memory         4GiB SODIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
/0/3                                  memory         192KiB L1 cache
/0/4                                  memory         1MiB L2 cache
/0/5                                  memory         4MiB L3 cache
/0/6                                  processor      AMD Athlon Gold 3150U with Radeon Graphics
/0/d                                  memory         128KiB BIOS
/0/100                                bridge         Raven/Raven2 Root Complex
/0/100/0.2                            generic        Raven/Raven2 IOMMU
/0/100/1.1                            bridge         Raven/Raven2 PCIe GPP Bridge [6:0]
/0/100/1.1/0                          storage        Samsung Electronics Co Ltd
/0/100/1.1/0/0        /dev/nvme0      storage        SAMSUNG MZALQ128HBHQ-000L2
/0/100/1.1/0/0/1      /dev/nvme0n1    disk           128GB NVMe namespace
/0/100/1.1/0/0/1/1    /dev/nvme0n1p1  volume         511MiB Windows FAT volume
/0/100/1.1/0/0/1/2    /dev/nvme0n1p2  volume         118GiB EXT4 volume
/0/100/1.2                            bridge         Raven/Raven2 PCIe GPP Bridge [6:0]
/0/100/1.2/0          wlp2s0          network        RTL8822CE 802.11ac PCIe Wireless Network Adapter
/0/100/8.1                            bridge         Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A
/0/100/8.1/0                          display        Picasso
/0/100/8.1/0.1                        multimedia     Raven/Raven2/Fenghuang HDMI/DP Audio Controller
/0/100/8.1/0.2                        generic        Family 17h (Models 10h-1fh) Platform Security Processor
/0/100/8.1/0.3                        bus            Raven2 USB 3.1
/0/100/8.1/0.3/0      usb1            bus            xHCI Host Controller
/0/100/8.1/0.3/0/5                    bus            USB2.0 Hub
/0/100/8.1/0.3/0/5/1                  multimedia     Integrated Camera
/0/100/8.1/0.3/0/6                    communication  Bluetooth Radio
/0/100/8.1/0.3/1      usb2            bus            xHCI Host Controller
/0/100/8.1/0.5                        multimedia     Raven/Raven2/FireFlight/Renoir Audio Processor
/0/100/8.1/0.6                        multimedia     Family 17h (Models 10h-1fh) HD Audio Controller
/0/100/14                             bus            FCH SMBus Controller
/0/100/14.3                           bridge         FCH LPC Bridge
/0/101                                bridge         Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/102                                bridge         Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
/0/103                                bridge         Raven/Raven2 Device 24: Function 0
/0/104                                bridge         Raven/Raven2 Device 24: Function 1
/0/105                                bridge         Raven/Raven2 Device 24: Function 2
/0/106                                bridge         Raven/Raven2 Device 24: Function 3
/0/107                                bridge         Raven/Raven2 Device 24: Function 4
/0/108                                bridge         Raven/Raven2 Device 24: Function 5
/0/109                                bridge         Raven/Raven2 Device 24: Function 6
/0/10a                                bridge         Raven/Raven2 Device 24: Function 7
/0/0                                  system         PnP device PNP0c02
/0/2                                  system         PnP device PNP0b00
/0/7                                  generic        PnP device PTL0001
/0/8                                  system         PnP device PNP0c02
/0/9                                  system         PnP device PNP0c01

arm support

Already asked on "origin" repo, but looks like there's mote activity here, so : Would love arm support since conky has it.

X11 doesnt display conky

https://www.youtube.com/watch?v=GAegf8dXEcs
Where to begin
It does when im logging out of KDE session for 0.5 second.

Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-49-generic
OS Type: 64-bit
Graphics Platform: X11
Processors: 4 × AMD Athlon Gold 3150U with Radeon Graphics
Memory: 9.6 GiB of RAM
Graphics Processor: AMD Radeon™ Vega 3 Graphics

Stuck on "Searching directories"

Using Fedora 38, after adding directories and restarting got in infinite searching loop. Which file contains observation directories so I can edit it manually? Reinstalling didn't help.

xsession-errors not showing which window creates the error

When there pops an error in xsession-errors it only says "conky: blabla warning error danger", but not which windows/script creates it?
I have about 45 scripts running and it is a pain in the ass to find which script creates the error!
Tried
own_window_class = with unique name
own_window_type = with unique name
own_window_name = with unique name
But none of them adds the name of the script to the error message.

Is this actually possible? To add scriptname in the message? If not, maybe an idea?

Third-Party Conkys

This might not be as much an issue as a request/question.
I might be a noob about this, but i cant find a way to add any third-party conkys to the manager other then the 8 pre-installed ones (and the different versions of the same 8) I've seen a lot of conkys on NoobsLab ( https://www.noobslab.com/2012/07/conky-collection-for-ubuntulinux.html ) and it would be awesome if there was a way to install these into the manager in some way.

Pre-installed ones;
pre-installed

Cannot run after compiling from source.

Here is the error after I try running it on Linux Mint 21:

[17:16:45] Error: Commands listed below are not available:

 * conky

Please install required packages and try running it again

At startup, search for conky's takes a long time!

All of a sudden it takes at least 15 seconds for conky-manager to start up. Before it was 5 seconds and it had all the conky's found. I tried starting conky-manager from the terminal, but that gave me no information on what it is doing while searching.

admin@p3300lx:~/.conky/MyPanels/release/koentje$ conky-manager2
[02:18:13] Desktop: cinnamon
[02:18:13] Themapakket gevonden [geïnstalleerd]: /usr/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
[02:18:13] App-configuratie geladen: '/home/admin/.config/conky-manager2.json'
[02:18:26] Bezig met zoeken naar conkyrc-bestanden... 72 gevonden

The above one took 13 seconds.. but that was after i tried a few times, so this one seems a little quicker. But 15 - 20 seconds is most common!

Unable to compile .deb with Debian12 AMD64

Hi - I Followed Debian instructions up to installing build packages with apparent success. Then build failed, as explained, but no .deb at the end of it.

richardh@richardh-SER:~/source/conky-manager2$ ./build-deb.sh Building using working tree Building package in native mode Building the package in /home/richardh/source/builds/temp/conky-manager2-2.7, using debuild This package has a Debian revision number but there does not seem to be an appropriate original tar file or .orig directory in the parent directory; (expected one of conky-manager2_2.7.orig.tar.gz, conky-manager2_2.7.orig.tar.bz2, conky-manager2_2.7.orig.tar.lzma, conky-manager2_2.7.orig.tar.xz or conky-manager2-2.7.orig) continue anyway? (y/n) y dpkg-buildpackage -us -uc -ui dpkg-buildpackage: info: source package conky-manager2 dpkg-buildpackage: info: source version 2.7-0ubuntu2 dpkg-buildpackage: info: source distribution hirsute dpkg-buildpackage: info: source changed by Morten Kjeldgaard <[email protected]> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --buildsystem=meson dh_auto_clean -O--buildsystem=meson dh_autoreconf_clean -O--buildsystem=meson dh_clean -O--buildsystem=meson dpkg-source -b . dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 25 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui failed brz: ERROR: The build failed. Failed richardh@richardh-SER:~/source/conky-manager2$ cd .. richardh@richardh-SER:~/source$ ls builds conky-manager2 richardh@richardh-SER:~/source$ cd builds richardh@richardh-SER:~/source/builds$ ls temp richardh@richardh-SER:~/source/builds$ cd temp richardh@richardh-SER:~/source/builds/temp$ ls conky-manager2-2.7 conky-manager2_2.7-0ubuntu2_amd64.build
I had previously rushed ahead with sudo make install, but reversed with sudo make uninstall. Not clear if that might have made a difference.

here is output of sudo locate conky-manager2, before removing build directories:

`richardh@richardh-SER:$ sudo updatedb
richardh@richardh-SER:
$ sudo locate conky-manager2
/home/richardh/source/conky-manager2
/home/richardh/source/builds/temp/conky-manager2-2.7
/home/richardh/source/builds/temp/conky-manager2_2.7-0ubuntu2_amd64.build
/home/richardh/source/builds/temp/conky-manager2-2.7/.bzrignore
/home/richardh/source/builds/temp/conky-manager2-2.7/AUTHORS
/home/richardh/source/builds/temp/conky-manager2-2.7/COPYING
/home/richardh/source/builds/temp/conky-manager2-2.7/HOWTOBUILD.md
/home/richardh/source/builds/temp/conky-manager2-2.7/INSTALL
/home/richardh/source/builds/temp/conky-manager2-2.7/README.md
/home/richardh/source/builds/temp/conky-manager2-2.7/THANKS
/home/richardh/source/builds/temp/conky-manager2-2.7/TODO
/home/richardh/source/builds/temp/conky-manager2-2.7/build-deb.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/build-install.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/build-installer.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/build-release.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/build-source.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/conky-manager.geany
/home/richardh/source/builds/temp/conky-manager2-2.7/conky-manager2.pot
/home/richardh/source/builds/temp/conky-manager2-2.7/debian
/home/richardh/source/builds/temp/conky-manager2-2.7/git-add-origin.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/git-push-reinit.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/git-push.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/git-sync.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/icons
/home/richardh/source/builds/temp/conky-manager2-2.7/installer
/home/richardh/source/builds/temp/conky-manager2-2.7/list-todo.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/makefile
/home/richardh/source/builds/temp/conky-manager2-2.7/man
/home/richardh/source/builds/temp/conky-manager2-2.7/meson.build
/home/richardh/source/builds/temp/conky-manager2-2.7/po
/home/richardh/source/builds/temp/conky-manager2-2.7/push.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/src
/home/richardh/source/builds/temp/conky-manager2-2.7/upload.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/version-history
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/changelog
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/compat
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/control
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/copyright
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/docs
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/rules
/home/richardh/source/builds/temp/conky-manager2-2.7/debian/sourcerichardh@richardh-SER:~/source/builds/temp$ cat conky-manager2_2.7-0ubuntu2_amd64.build
dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package conky-manager2
dpkg-buildpackage: info: source version 2.7-0ubuntu2
dpkg-buildpackage: info: source distribution hirsute
dpkg-buildpackage: info: source changed by Morten Kjeldgaard [email protected]
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean --buildsystem=meson
dh_auto_clean -O--buildsystem=meson
dh_autoreconf_clean -O--buildsystem=meson
dh_clean -O--buildsystem=meson
dpkg-source -b .
dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 25

/home/richardh/source/builds/temp/conky-manager2-2.7/debian/source/format
/home/richardh/source/builds/temp/conky-manager2-2.7/icons/conky-manager-14.png
/home/richardh/source/builds/temp/conky-manager2-2.7/icons/conky-manager-192.png
/home/richardh/source/builds/temp/conky-manager2-2.7/icons/conky-manager-64.png
/home/richardh/source/builds/temp/conky-manager2-2.7/installer/install.sh
/home/richardh/source/builds/temp/conky-manager2-2.7/man/ChangeLog
/home/richardh/source/builds/temp/conky-manager2-2.7/man/Makefile.am
/home/richardh/source/builds/temp/conky-manager2-2.7/man/Makefile.in
/home/richardh/source/builds/temp/conky-manager2-2.7/man/conky-manager2.1
/home/richardh/source/builds/temp/conky-manager2-2.7/man/hello.1
/home/richardh/source/builds/temp/conky-manager2-2.7/po/LINGUAS
/home/richardh/source/builds/temp/conky-manager2-2.7/po/POTFILES
/home/richardh/source/builds/temp/conky-manager2-2.7/po/cs.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/de.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/fr.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/hr.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/ko.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/meson.build
/home/richardh/source/builds/temp/conky-manager2-2.7/po/nl.po
/home/richardh/source/builds/temp/conky-manager2-2.7/po/pt_BR.po
/home/richardh/source/builds/temp/conky-manager2-2.7/src/AboutWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/DonationWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/EditThemeWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/EditWidgetWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/GeneratePreviewWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/Main.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/MainWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/SettingsWindow.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/Utility.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/XidHelper.vala
/home/richardh/source/builds/temp/conky-manager2-2.7/src/conky-manager2-uninstall
/home/richardh/source/builds/temp/conky-manager2-2.7/src/conky-manager2.appdata.xml
/home/richardh/source/builds/temp/conky-manager2-2.7/src/conky-manager2.desktop
/home/richardh/source/builds/temp/conky-manager2-2.7/src/makefile
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/pixmaps
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/themepacks
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/conky-manager.xcf
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/conky-manager2.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/conky-manager2.xcf
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/conky-manager214x14.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/conky-manager264x64.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/donate.svg
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/help-info.svg
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/image-generate.xcf
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/image-generate24x24.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/item-gray.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/item-green.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/utilities-terminal.png
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/view-list.svg
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/images/view-preview.svg
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
/home/richardh/source/builds/temp/conky-manager2-2.7/src/share/pixmaps/conky-manager2.png
/home/richardh/source/conky-manager2/.bzrignore
/home/richardh/source/conky-manager2/.git
/home/richardh/source/conky-manager2/.gitignore
/home/richardh/source/conky-manager2/AUTHORS
/home/richardh/source/conky-manager2/COPYING
/home/richardh/source/conky-manager2/HOWTOBUILD.md
/home/richardh/source/conky-manager2/INSTALL
/home/richardh/source/conky-manager2/README.md
/home/richardh/source/conky-manager2/THANKS
/home/richardh/source/conky-manager2/TODO
/home/richardh/source/conky-manager2/build-deb.sh
/home/richardh/source/conky-manager2/build-install.sh
/home/richardh/source/conky-manager2/build-installer.sh
/home/richardh/source/conky-manager2/build-release.sh
/home/richardh/source/conky-manager2/build-source.sh
/home/richardh/source/conky-manager2/conky-manager.geany
/home/richardh/source/conky-manager2/conky-manager2.pot
/home/richardh/source/conky-manager2/debian
/home/richardh/source/conky-manager2/git-add-origin.sh
/home/richardh/source/conky-manager2/git-push-reinit.sh
/home/richardh/source/conky-manager2/git-push.sh
/home/richardh/source/conky-manager2/git-sync.sh
/home/richardh/source/conky-manager2/icons
/home/richardh/source/conky-manager2/installer
/home/richardh/source/conky-manager2/list-todo.sh
/home/richardh/source/conky-manager2/makefile
/home/richardh/source/conky-manager2/man
/home/richardh/source/conky-manager2/meson.build
/home/richardh/source/conky-manager2/po
/home/richardh/source/conky-manager2/push.sh
/home/richardh/source/conky-manager2/src
/home/richardh/source/conky-manager2/upload.sh
/home/richardh/source/conky-manager2/version-history
/home/richardh/source/conky-manager2/.git/HEAD
/home/richardh/source/conky-manager2/.git/branches
/home/richardh/source/conky-manager2/.git/config
/home/richardh/source/conky-manager2/.git/description
/home/richardh/source/conky-manager2/.git/hooks
/home/richardh/source/conky-manager2/.git/index
/home/richardh/source/conky-manager2/.git/info
/home/richardh/source/conky-manager2/.git/logs
/home/richardh/source/conky-manager2/.git/objects
/home/richardh/source/conky-manager2/.git/packed-refs
/home/richardh/source/conky-manager2/.git/refs
/home/richardh/source/conky-manager2/.git/hooks/applypatch-msg.sample
/home/richardh/source/conky-manager2/.git/hooks/commit-msg.sample
/home/richardh/source/conky-manager2/.git/hooks/fsmonitor-watchman.sample
/home/richardh/source/conky-manager2/.git/hooks/post-update.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-applypatch.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-commit.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-merge-commit.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-push.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-rebase.sample
/home/richardh/source/conky-manager2/.git/hooks/pre-receive.sample
/home/richardh/source/conky-manager2/.git/hooks/prepare-commit-msg.sample
/home/richardh/source/conky-manager2/.git/hooks/push-to-checkout.sample
/home/richardh/source/conky-manager2/.git/hooks/update.sample
/home/richardh/source/conky-manager2/.git/info/exclude
/home/richardh/source/conky-manager2/.git/logs/HEAD
/home/richardh/source/conky-manager2/.git/logs/refs
/home/richardh/source/conky-manager2/.git/logs/refs/heads
/home/richardh/source/conky-manager2/.git/logs/refs/remotes
/home/richardh/source/conky-manager2/.git/logs/refs/heads/add-1.10-support
/home/richardh/source/conky-manager2/.git/logs/refs/remotes/origin
/home/richardh/source/conky-manager2/.git/logs/refs/remotes/origin/HEAD
/home/richardh/source/conky-manager2/.git/objects/info
/home/richardh/source/conky-manager2/.git/objects/pack
/home/richardh/source/conky-manager2/.git/objects/pack/pack-5b2018dcff228bf16cdd8ab38f9c81668825d303.idx
/home/richardh/source/conky-manager2/.git/objects/pack/pack-5b2018dcff228bf16cdd8ab38f9c81668825d303.pack
/home/richardh/source/conky-manager2/.git/refs/heads
/home/richardh/source/conky-manager2/.git/refs/remotes
/home/richardh/source/conky-manager2/.git/refs/tags
/home/richardh/source/conky-manager2/.git/refs/heads/add-1.10-support
/home/richardh/source/conky-manager2/.git/refs/remotes/origin
/home/richardh/source/conky-manager2/.git/refs/remotes/origin/HEAD
/home/richardh/source/conky-manager2/debian/changelog
/home/richardh/source/conky-manager2/debian/compat
/home/richardh/source/conky-manager2/debian/control
/home/richardh/source/conky-manager2/debian/copyright
/home/richardh/source/conky-manager2/debian/docs
/home/richardh/source/conky-manager2/debian/rules
/home/richardh/source/conky-manager2/debian/source
/home/richardh/source/conky-manager2/debian/source/format
/home/richardh/source/conky-manager2/icons/conky-manager-14.png
/home/richardh/source/conky-manager2/icons/conky-manager-192.png
/home/richardh/source/conky-manager2/icons/conky-manager-64.png
/home/richardh/source/conky-manager2/installer/install.sh
/home/richardh/source/conky-manager2/man/ChangeLog
/home/richardh/source/conky-manager2/man/Makefile.am
/home/richardh/source/conky-manager2/man/Makefile.in
/home/richardh/source/conky-manager2/man/conky-manager2.1
/home/richardh/source/conky-manager2/man/hello.1
/home/richardh/source/conky-manager2/po/LINGUAS
/home/richardh/source/conky-manager2/po/POTFILES
/home/richardh/source/conky-manager2/po/cs.po
/home/richardh/source/conky-manager2/po/de.po
/home/richardh/source/conky-manager2/po/fr.po
/home/richardh/source/conky-manager2/po/hr.po
/home/richardh/source/conky-manager2/po/ko.po
/home/richardh/source/conky-manager2/po/meson.build
/home/richardh/source/conky-manager2/po/nl.po
/home/richardh/source/conky-manager2/po/pt_BR.po
/home/richardh/source/conky-manager2/src/AboutWindow.vala
/home/richardh/source/conky-manager2/src/DonationWindow.vala
/home/richardh/source/conky-manager2/src/EditThemeWindow.vala
/home/richardh/source/conky-manager2/src/EditWidgetWindow.vala
/home/richardh/source/conky-manager2/src/GeneratePreviewWindow.vala
/home/richardh/source/conky-manager2/src/Main.vala
/home/richardh/source/conky-manager2/src/MainWindow.vala
/home/richardh/source/conky-manager2/src/SettingsWindow.vala
/home/richardh/source/conky-manager2/src/Utility.vala
/home/richardh/source/conky-manager2/src/XidHelper.vala
/home/richardh/source/conky-manager2/src/conky-manager2
/home/richardh/source/conky-manager2/src/conky-manager2-uninstall
/home/richardh/source/conky-manager2/src/conky-manager2.appdata.xml
/home/richardh/source/conky-manager2/src/conky-manager2.desktop
/home/richardh/source/conky-manager2/src/makefile
/home/richardh/source/conky-manager2/src/share
/home/richardh/source/conky-manager2/src/share/conky-manager2
/home/richardh/source/conky-manager2/src/share/pixmaps
/home/richardh/source/conky-manager2/src/share/conky-manager2/images
/home/richardh/source/conky-manager2/src/share/conky-manager2/themepacks
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/conky-manager.xcf
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/conky-manager2.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/conky-manager2.xcf
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/conky-manager214x14.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/conky-manager264x64.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/donate.svg
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/help-info.svg
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/image-generate.xcf
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/image-generate24x24.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/item-gray.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/item-green.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/utilities-terminal.png
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/view-list.svg
/home/richardh/source/conky-manager2/src/share/conky-manager2/images/view-preview.svg
/home/richardh/source/conky-manager2/src/share/conky-manager2/themepacks/default-themes-2.1.cmtp.7z
/home/richardh/source/conky-manager2/src/share/pixmaps/conky-manager2.png
/usr/share/man/man1/conky-manager2.1.gz
`
And:

richardh@richardh-SER:~/source/builds/temp$ cat conky-manager2_2.7-0ubuntu2_amd64.build dpkg-buildpackage -us -uc -ui dpkg-buildpackage: info: source package conky-manager2 dpkg-buildpackage: info: source version 2.7-0ubuntu2 dpkg-buildpackage: info: source distribution hirsute dpkg-buildpackage: info: source changed by Morten Kjeldgaard <[email protected]> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --buildsystem=meson dh_auto_clean -O--buildsystem=meson dh_autoreconf_clean -O--buildsystem=meson dh_clean -O--buildsystem=meson dpkg-source -b . dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 25

Thanks for any help
R

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.