Missing time and Ctrl-W with Ubuntu 24.04
I purged the .deb version and compiled from the latest sources. For UbuntuStudio 24.04 I needed to install two additional postgresql packages: sudo apt-get install libpq-dev sudo apt-get install postgresql-server-dev-16 The install then fails on a silly typo: COPYING is sought as COPYINĜso I just made a copy with the strange G and the install goes through. Next, with sudo skydminI ran the Install, but then Access was empty; after the install I had to select the skylendar database and login, I see...
I purged the .deb version and compiled from the latest sources. For UbuntuStudio 24.04 I needed to install two additional postgresql packages: sudo apt-get install libpq-dev sudo apt-get install postgresql-server-dev-16 The install then fails on a silly typo: COPYING is sought as COPYINĜso I just made a copy with the strange G and the install goes through. Next, with sudo skydminI ran the Install, but then Access was empty; after the install I had to select the skylendar database and login, I see...
(that should read sudo -u postgres psql - there's no edit button?) Also I do see my user in pg_users which suggests skydmin does connect to psql. This is using psql (PostgreSQL) 16.4 (Ubuntu 16.4-0ubuntu0.24.04.2) another correction: I had run the installskylendar.sh after apt install -f
(that should read sudo -u postgres psql - there's no edit button?) Also I do see my user in pg_users which suggests skydmin does connect to psql. This is using psql (PostgreSQL) 16.4 (Ubuntu 16.4-0ubuntu0.24.04.2)
(that should read sudo -u postgres psql - there's no edit button?) Also I do see my user in pg_users which suggests skydmin does connect to psql.
(that should read sudo -u postgres psql - there's no edit button?)
Missing Data table?
Ok, this version is compiled for pg 14 On Tuesday, September 3, 2024 at 06:22:51 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: Except that libadate.so isn't compatible with postgresql 15 on my system. [tickets:#4] libadate not found in installation, psql Status: open Milestone: 1.0 Labels: sql Created: Mon Jun 24, 2024 06:19 PM UTC by Camilo Villavicencio Last Updated: Tue Sep 03, 2024 12:04 PM UTC Owner: Christophe Hi Cristoph. Last night i found your skylendar software, read about...
Except that libadate.so isn't compatible with postgresql 15 on my system.
So, everything seems to be correct On Tuesday, September 3, 2024 at 02:04:56 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: I used the provided skylendar-5.1.0.1-x86_64.deb package. [tickets:#4] libadate not found in installation, psql Status: open Milestone: 1.0 Labels: sql Created: Mon Jun 24, 2024 06:19 PM UTC by Camilo Villavicencio Last Updated: Mon Sep 02, 2024 08:00 PM UTC Owner: Christophe Hi Cristoph. Last night i found your skylendar software, read about its features and i really...
I used the provided skylendar-5.1.0.1-x86_64.deb package.
Did you comipile skylendar yourself or use the provided .deb archive ? On Monday, September 2, 2024 at 10:00:25 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: I do have postgresql 15: psql --version psql (PostgreSQL) 15.8 (Debian 15.)8-0+deb12u1 The directory /usr/lib/postgresql/15 is populated with quite a number of files in its bin and lib subdirectories. [tickets:#4] libadate not found in installation, psql Status: open Milestone: 1.0 Labels: sql Created: Mon Jun 24, 2024 06:19 PM...
I do have postgresql 15: psql --version psql (PostgreSQL) 15.8 (Debian 15.)8-0+deb12u1 The directory /usr/lib/postgresql/15 is populated with quite a number of files in its bin and lib subdirectories.
ok, in this case, you don't have postgres15, check your postgr version On Monday, September 2, 2024 at 08:46:04 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: There is no directory postgresql15 on my system. I moved libadate.so into the postgresql/15/lib directory, but the error messages indicated that it is incompatible with postgresql 15: psql:/usr/local/share/skylendar/installskydb.sql:978: ERROR: incompatible library "/usr/lib/postgresql/15/lib/libadate.so": version mismatch DETAIL:...
There is no directory postgresql15 on my system. I moved libadate.so into the postgresql/15/lib directory, but the error messages indicated that it is incompatible with postgresql 15: psql:/usr/local/share/skylendar/installskydb.sql:978: ERROR: incompatible library "/usr/lib/postgresql/15/lib/libadate.so": version mismatch DETAIL: Server is version 15, library is version 14.
libadate.sp must be moved into the right directory, e.g. postgresql15, but this dir iis not located in the same path for all the distros. So: find /usr -name postgresql15 On Monday, September 2, 2024 at 08:03:30 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: See https://sourceforge.net/p/skylendar/tickets/4/#eb1e Sorry - I'm used to using Bugzilla, which doesn't have the facility to reply to a specific message, so I just added a new comment rather than a reply to your message. [tickets:#4]...
See https://sourceforge.net/p/skylendar/tickets/4/#eb1e Sorry - I'm used to using Bugzilla, which doesn't have the facility to reply to a specific message, so I just added a new comment rather than a reply to your message.
No ? On Monday, September 2, 2024 at 02:42:34 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: Did you see my reply below from a week ago? [tickets:#4] libadate not found in installation, psql Status: open Milestone: 1.0 Labels: sql Created: Mon Jun 24, 2024 06:19 PM UTC by Camilo Villavicencio Last Updated: Mon Aug 26, 2024 08:08 PM UTC Owner: Christophe Hi Cristoph. Last night i found your skylendar software, read about its features and i really want use it. I didn't found a package so...
Did you see my reply below from a week ago?
got something ? On Monday, August 26, 2024 at 08:52:40 PM GMT+2, C. <skylendar@yahoo.com> wrote: Thank you for reporting issues. It's so rare... libadate must be copied in the postgresql library dir. In my case /usr/lib/postgresql15/lib64 However, it is hard to find out for every distro where this dir is located. Remember that I have almost no help or contribution for the project. So, glitches occur On Monday, August 26, 2024 at 07:30:14 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote:...
Thanks for your quick reply. I'm a free software developer myself, so I understand the usefulness of bug reports! I moved libadate.so from the deb package from /usr/lib/postgresql/14/lib/ to /usr/lib/postgresql/15/lib/, but it appears to be incompatible with postgresql 15. After trying again, skydmin shows the following errors: psql:/usr/local/share/skylendar/installskydb.sql:978: NOTICE: return type adate is only a shell psql:/usr/local/share/skylendar/installskydb.sql:978: ERROR: incompatible library...
Thank you for reporting issues. It's so rare... libadate must be copied in the postgresql library dir. In my case /usr/lib/postgresql15/lib64 However, it is hard to find out for every distro where this dir is located. Remember that I have almost no help or contribution for the project. So, glitches occur On Monday, August 26, 2024 at 07:30:14 PM GMT+2, David Jarvie <djar@users.sourceforge.net> wrote: I downloaded skylendar-5.1.0.1-x86_64.deb from your website and installed on Debian 12 (bookworm),...
I downloaded skylendar-5.1.0.1-x86_64.deb from your website and installed on Debian 12 (bookworm), and got the same errors as reported by Camilo (with slightly different line numbers). The version of postgresql on my system is 15.8. Like Camilo, I would very much like to try out skylendar but am now stuck. In case it's useful to see the English language version of the error messages, here is what was displayed on my system: psql:/usr/local/share/skylendar/installskydb.sql:9: NOTICE: extension "plpgsql"...
libadate not found in installation, psql
I ran it on mint too. No segfault. try to compile it as debug mode, and use a debugger source like ddd and tell me. On Wednesday, February 28, 2024 at 10:05:06 AM GMT+1, Jave Ivanovski <jave808@users.sourceforge.net> wrote: [tickets:#3] Segmentation fault in LM 21.3 Status: open Milestone: 1.0 Created: Wed Feb 28, 2024 09:04 AM UTC by Jave Ivanovski Last Updated: Wed Feb 28, 2024 09:04 AM UTC Owner: Christophe Downloaded the compressed tarball skylendar-5.1pn.tar.xz Followed the instructions in README....
Segmentation fault in LM 21.3
Shame on you
Btw, when you run skylendar for the first time without running skydmin before, you should get this dialog box (see attachment). Do the users get it ? Well, I suspect that most of them get it, but they don't read it and prefer to say that it doesn't work... On Saturday, July 3, 2021, 5:54:21 PM GMT+2, Christophe <skylendar@users.sourceforge.net> wrote: When you click on the skylendar icon the first time, it should tells you that the database is not installed and you ought to run skydmin beforehand....
When you click on the skylendar icon the first time, it should tells you that the database is not installed and you ought to run skydmin beforehand. I don't know why users say that it doesn't work ??? On Saturday, July 3, 2021, 4:58:36 PM GMT+2, timkb4cq <timkb4cq@users.sourceforge.net> wrote: To build Skylendar against the Qt 5.15 in debian bullseye include <qpainterpath></qpainterpath> needs to be added to src/astrorings.cpp Also, debian needs to fix their bullseye cmake to recognize the postgresql-13...
To build Skylendar against the Qt 5.15 in debian bullseye #include <QPainterPath> needs to be added to src/astrorings.cpp Also, debian needs to fix their bullseye cmake to recognize the postgresql-13 bullseye ships with. Bug report filed for that. Skylendar is now available in the MX-19 Test repository, and has also been built for the upcoming (in several months) MX-21 release.
Given that clicking on the Skylendar icon does nothing unless the user has gone through the process in Skydmin first, I have created a Skylendar Quickstart desktop file that calls up this: http://mxrepo.com/misc/Skylendar_Quickstart.html That should minimize the reports from GUI only type users that Skylendar doesn't work. If there is anything you would like changed in it please let me know.
Ok, skylendar-4.2nn.tar.xz has been uploaded on sourceforge.net. Tell me if you can't get it or if you have trouble compiling it. On Wednesday, June 30, 2021, 7:58:49 PM GMT+2, C. <skylendar@yahoo.com> wrote: I already tried to send you the archive as a attached file, but yahoo doesn't accept files greater than 10 Mb On Wednesday, June 30, 2021, 7:11:20 PM GMT+2, timkb4cq <timkb4cq@users.sourceforge.net> wrote: Sorry, I didn't get the link. I rarely use SourceForge and did not realize I still had...
The maintainer@mxrepo.com address is on my own server so it should go through there.
I already tried to send you the archive as a attached file, but yahoo doesn't accept files greater than 10 Mb On Wednesday, June 30, 2021, 7:11:20 PM GMT+2, timkb4cq <timkb4cq@users.sourceforge.net> wrote: Sorry, I didn't get the link. I rarely use SourceForge and did not realize I still had the old timkb4cq@users.sourceforge.net email alias address (which SF no longer supports) showing. Please send it to maintainer@mxrepo.com [tickets:#2] 4.2nn Source rar file is truncated Status: open Milestone:...
Sorry, I didn't get the link. I rarely use SourceForge and did not realize I still had the old timkb4cq@users.sourceforge.net email alias address (which SF no longer supports) showing. Please send it to maintainer@mxrepo.com
OK, I send you a link to the complete archive skylendar-4.2nn.tar.xz: thank you for making a package for your distro. You are the first to do so after years of. release.C. On Wednesday, June 30, 2021, 3:58:55 PM GMT+2, C. <skylendar@yahoo.com> wrote: OK, I send you a copy: thank you for making a package for your distro. You are the first to do so after years of. release.C. On Tuesday, June 29, 2021, 10:55:26 PM GMT+2, timkb4cq <timkb4cq@users.sourceforge.net> wrote: I maintain the package repositories...
I maintain the package repositories for MX-Linux and had a request to add skylendar to our repositories. May I get the source for 4.2nn so I can build it or would you rather I use the 4.1.2 version?
I know that this archive is damaged because I did it on purpose. On Monday, June 28, 2021, 10:06:52 PM GMT+2, timkb4cq timkb4cq@users.sourceforge.net wrote: [tickets:#2] 4.2nn Source rar file is truncated Status: open Milestone: 1.0 Created: Mon Jun 28, 2021 08:06 PM UTC by timkb4cq Last Updated: Mon Jun 28, 2021 08:06 PM UTC Owner: nobody Could you please upload a complete 4.2nn source code file? The current one is truncated with about 2MB (the whole pics folder and some cpp files from src) missing....
4.2nn Source rar file is truncated
The problem could be solved now be deinstalling skylendar-4.2nn-1-x86_64.deb and installing the package skylendar-4.1.2nn-1-linuxmint-x86_64.deb The package for Linux Mint runs in Debian Buster (stable).
Yeah, it's the case. I dunno Debian. It is possible to download Qt5 5.12 ? You may have several versions available on the deb repos... On Saturday, April 3, 2021, 7:21:01 PM GMT+2, lsmod <kmalcher@users.sourceforge.net> wrote: It seems more to be the correct glibc the problem. skylendar: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /usr/local/lib64/libskyldr.so.4) skylendar: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: versionQt_5.12' not found (required by /usr/local/lib64/libskyldr.so.4)...
It seems more to be the correct glibc the problem? skylendar: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lib64/libskyldr.so.4) skylendar: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/local/lib64/libskyldr.so.4) Or is the problem that Qt_5.12 is needed instead of 5.11 ? # ldd /usr/local/lib64/libskyldr.so.4 /usr/local/lib64/libskyldr.so.4: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required...
It seems more to be the correct glibc the problem. skylendar: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lib64/libskyldr.so.4) skylendar: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/local/lib64/libskyldr.so.4) Is the problem that Qt_5.12 is needed instead of 5.11 ? # ldd /usr/local/lib64/libskyldr.so.4 /usr/local/lib64/libskyldr.so.4: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required...
Thanks for the quick response. QT5 seems to be installed. There are plenty of packages: ii kde-style-oxygen-qt5 4:5.14.5-1 amd64 Qt decoration for the Oxygen desktop theme ii kde-style-qtcurve-qt5:amd64 1.9-2+b2 amd64 QtCurve widget style for applications based on Qt 5.x ii libaccounts-qt5-1 1.15-2 amd64 Accounts database access Qt version - Qt5 shared library ii libdbusmenu-qt5-2:amd64 0.9.3+16.04.20160218-1 amd64 Qt implementation of the DBusMenu protocol ii libmarblewidget-qt5-28 4:17.08.3-3.2...
Thanks for the quick response. QT5 seems to be installed. There are plenty of packages: ii kde-style-oxygen-qt5 4:5.14.5-1 amd64 Qt decoration for the Oxygen desktop theme ii kde-style-qtcurve-qt5:amd64 1.9-2+b2 amd64 QtCurve widget style for applications based on Qt 5.x ii libaccounts-qt5-1 1.15-2 amd64 Accounts database access Qt version - Qt5 shared library ii libdbusmenu-qt5-2:amd64 0.9.3+16.04.20160218-1 amd64 Qt implementation of the DBusMenu protocol ii libmarblewidget-qt5-28 4:17.08.3-3.2...
Thanks for the quick response. QT5 seems to be installed. There are plenty of packages: ii kde-style-oxygen-qt5 4:5.14.5-1 amd64 Qt decoration for the Oxygen desktop theme ii kde-style-qtcurve-qt5:amd64 1.9-2+b2 amd64 QtCurve widget style for applications based on Qt 5.x ii libaccounts-qt5-1 1.15-2 amd64 Accounts database access Qt version - Qt5 shared library ii libdbusmenu-qt5-2:amd64 0.9.3+16.04.20160218-1 amd64 Qt implementation of the DBusMenu protocol ii libmarblewidget-qt5-28 4:17.08.3-3.2...
Skylendar has been so far tested on Mint 20 and Ubuntu 18, but not debian. It seems that Qt 5 has not been downloaded. So download it. On Saturday, April 3, 2021, 1:54:20 PM GMT+2, lsmod <kmalcher@users.sourceforge.net> wrote: [tickets:#1] Skylendar does not start in Debian 10 Status: open Milestone: 1.0 Created: Sat Apr 03, 2021 11:54 AM UTC by lsmod Last Updated: Sat Apr 03, 2021 11:54 AM UTC Owner: nobody I downloaded and installed skylendar-4.2nn-1-x86_64.deb with gdebi. This works so far without...