The officially official Devuan Forum!

You are not logged in.

#301 Re: Desktop and Multimedia » How reduce starting Xorg time? » 2022-06-14 00:53:17

deepforest wrote:

Can you you explain why linux community hate nvidia?

This is a very old story that affects multiple (so-called) hardware suppliers. The "so-called" is in there because of the growth of Firmware within hardware. The hardware manufacturers love that firmware because it allows them to keep control. They may refuse to release the software source (also to keep control) and then are hated by Linux adherents.

All the above means that even if you currently have a working system, at some point something will upgrade & the mfc may refuse to update *it's* firmware & immediately your expensive hardware becomes a brick.

You cannot fix stupidity. Learn your lesson, sigh & walk away.

#302 Re: Hardware & System Configuration » Dovecot, samba, sysvrc and the case of the vanishing PID files » 2022-06-10 16:58:58

Searching, I came across the multi-OS fswatch:

A monitor which periodically stats the file system, saves file modification times in memory and manually calculates file system changes, which can work on any operating system where stat (2) can be used.

It is within Synaptic:

A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications

That looks a possibility, and particularly since it works from any of a varied selection of available APIs.

#303 Re: Desktop and Multimedia » [SOLVED] edit music file properties as in Windows » 2022-06-07 23:58:27

$ apt-cache search kid3
kid3 - KDE audio tag editor
kid3-cli - Command line audio tag editor
kid3-core - Audio tag editor core libraries and data
kid3-qt - Audio tag editor
$ apt-cache showpkg  kid3
Package: kid3
Versions: 
3.8.5-3 (/var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_binary-amd64_Packages)
 Description Language: 
                 File: /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_binary-amd64_Packages
                  MD5: 62c283c9a6db1de53afbc80f8d4105f8
 Description Language: en
                 File: /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_i18n_Translation-en
                  MD5: 62c283c9a6db1de53afbc80f8d4105f8

Reverse Depends: 
  kid3-core,kid3 3.8.5-2
  kid3-core,kid3 3.8.5-2
  kid3-cli,kid3 3.0.2-2
  kid3-cli,kid3 3.0.2-2
Dependencies: 
3.8.5-3 - kio (0 (null)) libc6 (2 2.14) libgcc-s1 (2 3.0) libkf5configcore5 (2 4.97.0) libkf5configgui5 (2 4.97.0) libkf5configwidgets5 (2 5.23.0) libkf5coreaddons5 (2 4.100.0) libkf5kiocore5 (2 5.69.0) libkf5widgetsaddons5 (2 4.96.0) libkf5xmlgui5 (2 4.98.0) libqt5core5a (2 5.15.1) libqt5gui5 (18 5.7.0) libqt5gui5-gles (2 5.7.0) libqt5widgets5 (2 5.0.2) libstdc++6 (2 4.1.1) kid3-core (5 3.8.5-3) 
Provides: 
3.8.5-3 - 
Reverse Provides:
$ apt-cache search falso
exfalso - audio tag editor for GTK+
quodlibet - audio library manager and player for GTK3
$ apt-cache showpkg exfalso
Package: exfalso
Versions: 
4.3.0-1 (/var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_binary-amd64_Packages) (/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_binary-amd64_Packages
                  MD5: fcc2776342ffcd06e76d0d3544249a2e
 Description Language: en
                 File: /var/lib/apt/lists/deb.devuan.org_merged_dists_chimaera_main_i18n_Translation-en
                  MD5: fcc2776342ffcd06e76d0d3544249a2e

Reverse Depends: 
  quodlibet,exfalso 4.3.0-1
Dependencies: 
4.3.0-1 - gir1.2-gtk-3.0 (0 (null)) gir1.2-soup-2.4 (0 (null)) python3 (2 3.5) python3-feedparser (0 (null)) python3-gi (0 (null)) python3-gi-cairo (0 (null)) python3-mutagen (2 1.34) python3:any (0 (null)) libjs-sphinxdoc (2 1.0) sphinx-rtd-theme-common (2 0.4.3+dfsg) quodlibet-plugins (0 (null)) python3-musicbrainzngs (0 (null)) brasero (16 (null)) k3b (16 (null)) xfburn (0 (null)) gir1.2-gstreamer-1.0 (0 (null)) libmodplug1 (0 (null)) quodlibet-plugins (0 (null)) 
Provides: 
4.3.0-1 - quodlibet-plugins (= ) 
Reverse Provides:

#304 Re: Documentation » unknown error during apt-key execution » 2022-06-03 13:37:15

AlexKemp wrote:

My problem is that, as best as I can tell, I should have the same problem as you (since I have NOT changed my GPG & sources.list setup) but do not.

Thanks to xinomilo giving the Chimaera Release Notes link I now know why not:

  1. Starting from Devuan 2.0 ASCII, users should exclusively use deb.devuan.org in their sources.list file

  2. The package mirrors at deb.devuan.org are signed with the following GPG key (UID: Amprolla3 on Nemesis; see below)

  3. The key is included in the devuan-keyring package. In order to use deb.devuan.org, you must have devuan-keyring_2017.10.03 or higher

$ apt-key list
(…)
/etc/apt/trusted.gpg.d/devuan-keyring-2017-archive.gpg
------------------------------------------------------
pub   rsa4096 2017-09-04 [SC] [expires: 2022-09-03]
      E032 601B 7CA1 0BC3 EA53  FA81 BB23 C00C 61FC 752C
uid           [ unknown] Devuan Repository (Amprolla3 on Nemesis) <repository@devuan.org>
sub   rsa4096 2017-09-04 [E] [expires: 2022-09-03]

The simplest way to install that key is via APT (do understand that apt's current behaviour is unsafe & deprecated, as set out in my earlier post):

As detailed in the Devuan Keyring page:

Installing:

# apt-get install devuan-keyring

Listing installed files:

$ dpkg -L devuan-keyring
/.
/etc
/etc/apt
/etc/apt/trusted.gpg.d
/etc/apt/trusted.gpg.d/devuan-keyring-2016-archive.gpg
/etc/apt/trusted.gpg.d/devuan-keyring-2016-cdimage.gpg
/etc/apt/trusted.gpg.d/devuan-keyring-2017-archive.gpg
/usr
/usr/share
/usr/share/doc
/usr/share/doc/devuan-keyring
/usr/share/doc/devuan-keyring/README.md.gz
/usr/share/doc/devuan-keyring/changelog.gz
/usr/share/doc/devuan-keyring/copyright
/usr/share/keyrings
/usr/share/keyrings/devuan-archive-keyring.gpg
/usr/share/keyrings/devuan-keyring.gpg

And, to finally finish this rather long post, the (unsafe) large list of key-files stored within trusted.gpg.d looks like this:

$ la /etc/apt/trusted.gpg.d
total 80
-rw-r--r-- 1 root root 8700 Mar 16  2021 debian-archive-bullseye-automatic.gpg
-rw-r--r-- 1 root root 8709 Mar 16  2021 debian-archive-bullseye-security-automatic.gpg
-rw-r--r-- 1 root root 2453 Mar 16  2021 debian-archive-bullseye-stable.gpg
-rw-r--r-- 1 root root 8132 Apr 23  2019 debian-archive-buster-automatic.gpg
-rw-r--r-- 1 root root 8141 Apr 23  2019 debian-archive-buster-security-automatic.gpg
-rw-r--r-- 1 root root 2332 Apr 23  2019 debian-archive-buster-stable.gpg
-rw-r--r-- 1 root root 7443 Apr 23  2019 debian-archive-stretch-automatic.gpg
-rw-r--r-- 1 root root 7452 Apr 23  2019 debian-archive-stretch-security-automatic.gpg
-rw-r--r-- 1 root root 2263 Apr 23  2019 debian-archive-stretch-stable.gpg
-rw-r--r-- 1 root root 3637 Oct  3  2017 devuan-keyring-2016-archive.gpg
-rw-r--r-- 1 root root 2233 Oct  3  2017 devuan-keyring-2016-cdimage.gpg
-rw-r--r-- 1 root root 3638 Oct  3  2017 devuan-keyring-2017-archive.gpg

It is suggested that that listing is made atomic in the fashion suggested in the earlier post.

#305 Re: Documentation » unknown error during apt-key execution » 2022-06-02 23:49:16

Hi Panda, welcome to Devuan.

This is my daily update script:

$ cat ~/.update
sudo apt update && sudo apt install -f && sudo apt upgrade && sudo /etc/cron.daily/mlocate

The above gets used with zero errors.

My sources list:

$ cat /etc/apt/sources.list
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

My preferences:

$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 https://josm.openstreetmap.de/apt alldist/universe amd64 Packages
     release n=alldist,c=universe,b=amd64
     origin josm.openstreetmap.de
 100 http://deb.devuan.org/merged chimaera-backports/contrib amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=contrib,b=amd64
     origin deb.devuan.org
 100 http://deb.devuan.org/merged chimaera-backports/non-free amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=non-free,b=amd64
     origin deb.devuan.org
 100 http://deb.devuan.org/merged chimaera-backports/main amd64 Packages
     release v=4.0,o=Devuan Backports,a=stable-backports,n=chimaera-backports,l=Devuan Backports,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/devuan chimaera-proposed-updates/main amd64 Packages
     release v=4.0.0,o=Devuan,a=chimaera-proposed-updates,n=chimaera-proposed-updates,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera-updates/main amd64 Packages
     release v=4.0.0,o=Devuan,a=stable-updates,n=chimaera-updates,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera-security/main amd64 Packages
     release v=4.0,o=Devuan,a=stable-security,n=chimaera-security,l=Devuan-Security,c=main,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/contrib amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/non-free amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged chimaera/main amd64 Packages
     release v=4.0,o=Devuan,a=stable,n=chimaera,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
Pinned packages:

Now, apt-key is deprecated, and this Ask Ubuntu question makes an excellent job of both explaining why, and how to fix the problem.

In brief:
apt-key suggests that using /etc/apt/trusted.gpg is deprecated: "apt-key is deprecated. Manage keyring files in trusted.gpg.d instead". That does not fix the basic problem, which is that (as currently setup) apt will trust ALL keys found in that directory. Better to:-

  1. Create your own directory (eg /usr/local/share/keyrings/)

  2. Move all GPG keys into that directory

  3. Reference each specific key within the relevant /etc/apt/sources.list line.

My problem is that, as best as I can tell, I should have the same problem as you (since I have NOT changed my GPG & sources.list setup) but do not. Probably my preferences setup is saving me from the messages that you are receiving. However, I have zero idea as to where my Chimaera key-file is stored (only a large list of older keys)!

#306 Re: Desktop and Multimedia » [SOLVED] Install XFCE Style on Devuan. » 2022-05-31 17:09:42

Following on from hevidevi I see a very different disk setup to yours:

$ ls -1r /usr/share/themes/Clearlooks-Phenix-Deepsea
xfwm4
openbox-3
metacity-1
index.theme
gtk-3.0
gtk-2.0
$ ls -1r /usr/share/themes/Clearlooks-Phenix-Deepsea/xfwm4
top-right-inactive.xpm
top-right-active.xpm
top-right-active.png
top-left-inactive.xpm
top-left-active.xpm
top-left-active.png
title-5-inactive.xpm
title-5-active.xpm
title-4-inactive.xpm
title-4-active.xpm
title-3-inactive.xpm
title-3-active.xpm
title-2-inactive.xpm
title-2-active.xpm
title-1-inactive.xpm
title-1-active.xpm
themerc
right-inactive.xpm
right-active.xpm
README
png
menu-pressed.xpm
menu-inactive.xpm
menu-active.xpm
maximize-toggled-pressed.xpm
maximize-toggled-inactive.xpm
maximize-toggled-active.xpm
maximize-pressed.xpm
maximize-inactive.xpm
maximize-active.xpm
left-inactive.xpm
left-active.xpm
hide-pressed.xpm
hide-inactive.xpm
hide-active.xpm
close-pressed.xpm
close-inactive.xpm
close-active.xpm
bottom-right-inactive.xpm
bottom-right-active.xpm
bottom-left-inactive.xpm
bottom-left-active.xpm
bottom-inactive.xpm
bottom-active.xpm

The obvious thing, I would have thought, would have been to install via APT or Synaptic. The two that I can quickly find installed for me are clearlooks-phenix-deepsea-theme (Deepsea GTK3 port of Clearlooks theme; gtk3-engines-xfce is also installed, which is a GTK+-3.0 theme engine for Xfce) + gtk2-engines.

It turns out that fsmithred is the maintainer of the first one, so perhaps have a further word with him.

PS
I meant to recurse with the file listing (-R), but reverse-sorted instead (-r).

#307 Re: Desktop and Multimedia » [SOLVED] Install XFCE Style on Devuan. » 2022-05-31 07:57:09

That's what my Appearance looks like. Assuming that you have selected all the check-boxes in "Settings" you possibly do not have a desktop Wallpaper. Go to menu: Settings | Desktop & select a folder containing wallpapers there. It appears immediately once one is selected.

#308 Re: Installation » [SOLVED] Where did obmenu go? » 2022-05-25 21:03:18

I am unsure how different this may be, but YAD is available:-

$ apt search yad
yad/stable,now 0.40.0-1 amd64 [installed]
  tool for creating graphical dialogs from shell scripts

Command-line only, works very well in my experience.

#309 Re: Desktop and Multimedia » Rasberry Pi4 3k youtube playback with mpv » 2022-05-23 00:01:10

I believe that it already is:

$ apt search mpv
mpv/stable,now 0.32.0-3 amd64 [installed,automatic]
  video player based on MPlayer/mplayer2

#310 Re: Other Issues » [SOLVED] Synaptic No Longer Shows Repositories » 2022-05-16 00:19:49

Iggy64 wrote:

Since xfce does not have an update indicator

All the suggestions that I found within Synaptic whilst researching this said that XFCE did NOT have an update indicator, yet I could not find one either (I mis-understood the Synaptic info for package-update-indicator).

To the best of my belief, the way that XFCE deals with this is that:-

  1. The Menu: Settings | Sessions and Startup | Application Autostart is used to set an app as default notification agent for Updates

  2. You write your own App / install a pre-written App

That seems like the XFCE way to do things (it is designed to be very light).

#311 Re: Installation » [SOLVED] Blank screen after netinstall of Chimaera » 2022-05-15 18:08:58

(I'm probably grasping at straws here):
This is the pig-awful difficulty with SLiM that I fell into when upgrading to Beowulf (Beowulf Release Notes):

The default session manager for all desktops is logind (libpam-elogind).

The fix is:

$ sudo apt install libpam-elogind

The previous SM was consolekit, but that was deprecated in Beowulf. My experience was NOT identical to yours, although I DID have a GUI. What I did not have was any ability to elevate privilege (equivalent of sudo in the Terminal) and therefore could not login nor logout without recourse to a Terminal.

Check whether you are using consolekit or logind (the two are mutually exclusive).

As I understand the change, it once & for all got rid of libsystemd0 & thus (hopefully) the last vestiges of SystemD. It thus also required a second reboot after upgrade (just like Windows).

#312 Re: Installation » [SOLVED] Blank screen after netinstall of Chimaera » 2022-05-14 11:53:25

During my update to Chimaera last October a single file in Backports sent a 404. The system was updating XFCE at that moment - which included SLIM, of course - and I was dropped into a non-GUI, Terminal screen much like yourself. After commenting out chimaera-backports within /etc/apt/sources.list I tried the upgrade again (and again & again) and followed the apt suggestions to fix errors:-

~$ sudo apt --fix-broken install
~$ sudo dpkg --configure -a

Ultimately, the whole thing was successful & I was back at a SLIM login + DE.

My upgrade was from Devuan beowulf rather than a fresh install like yourself. For that reason I did not mention it earlier, but then thought that perhaps another experience may offer a fresh insight.

#313 Re: Devuan » [SOLVED] pkgmaster.devuan.org unaccessible through IPv6 » 2022-05-13 20:27:47

Ah well. Ditto:

$ curl -6 -v http://pl.deb.devuan.org
*   Trying 2001:41d0:a:511b::98e4:cc90:80...
* Immediate connect fail for 2001:41d0:a:511b::98e4:cc90: Network is unreachable
* Closing connection 0
curl: (7) Couldn't connect to server

It gets worse:

$ curl -6 -v http://devuan.org
*   Trying 2001:41d0:8:732b::3624:8eb3:80...
* Immediate connect fail for 2001:41d0:8:732b::3624:8eb3: Network is unreachable
* Closing connection 0
curl: (7) Couldn't connect to server

$ whois pl.deb.devuan.org
NOT FOUND

$ whois devuan.org
Domain Name: DEVUAN.ORG
Registry Domain ID: D174563426-LROR
Registrar WHOIS Server: whois.ovh.com
Registrar URL: http://www.ovh.com
Updated Date: 2021-11-10T04:39:07Z
Creation Date: 2014-11-22T14:58:11Z
Registry Expiry Date: 2022-11-22T14:58:11Z

#314 Re: Installation » [SOLVED] Blank screen after netinstall of Chimaera » 2022-05-13 01:59:00

switching2Devuan wrote:

Doesn't using a netinstall.iso imply that one needs a funcioning ethernet connection to be able to download the necessary files for the rest of the installation? I thought that was obvious to everyone.

No, it is NOT obvious. Personally I also use a wired connection to my router, but my son's generation & younger use wireless, consider that to be normal & would rarely use Ethernet. WLAN & Bluetooth immediately mean non-free firmware whether on the motherboard or as an add-in card. Even mainstream intel & AMD CPUs need updating with microcode every so often (which is essentially firmware).

The point of my comment is that I found your lack of response to his attempt to help to be insulting to him. If you had replied that you made use of Ethernet & that therefore could obtain firmware on the fly during install, then he could have moved on to the next aspect to try to assist. If anyone can help then it is HoaS.

I'm sorry if you found my directness to be unfriendly.

#315 Re: Installation » [SOLVED] Blank screen after netinstall of Chimaera » 2022-05-12 22:53:37

What part of "You probably just need some firmware"" don't you understand? If you have an Ethernet connection to your ISP, or the netinstall.iso has a full complement of non-free firmware for every chipset (I doubt it) then HoaS's reply probably does not apply, but otherwise it may well do.

#316 Re: Desktop and Multimedia » [SOLVED] libreoffice fails to launch in Devuan 4.0 » 2022-05-07 17:35:21

erdos wrote:
bash: locate: command not found

You need to install mlocate to be able to use the (command-line) locate command. I would strongly advocate for it.

erdos wrote:
terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException'

Well, that was easy.

This page points to the lack of (or faulty) GTK2 causing that error, whilst the latest post points out that nowadays GTK3 is required. That neatly suggests that this is the issue:

erdos wrote:

i updated to chimera from 3.0, maybe libreoffice didn't get updated propperly during the process?

Check whether libreoffice-gtk3 is installed and, if not, I suspect that you have found the issue.

PS

I suspect that a simple fix may be to add backports to your repository list, which gives the latest LO and should fully update it at the same time. Here is my current setup:

$ cat /etc/apt/sources.list
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

#317 Re: Desktop and Multimedia » [SOLVED] libreoffice fails to launch in Devuan 4.0 » 2022-05-07 10:11:09

I'm using that same version both for OS & DE. LO boots fine via the xfce menu.

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera)
Release:	4
Codename:	chimaera
$ uname -a
Linux ng3 5.16.0-0.bpo.4-amd64 #1 SMP PREEMPT Debian 5.16.12-1~bpo11+1 (2022-03-08) x86_64 GNU/Linux
$ /usr/bin/soffice --version
LibreOffice 7.3.3.1 30(Build:1)
$ locate .desktop | fgrep office
/usr/share/applications/libreoffice-calc.desktop
/usr/share/applications/libreoffice-draw.desktop
/usr/share/applications/libreoffice-impress.desktop
/usr/share/applications/libreoffice-math.desktop
/usr/share/applications/libreoffice-startcenter.desktop
/usr/share/applications/libreoffice-writer.desktop
/usr/share/applications/libreoffice-xsltfilter.desktop

The launch files are horribly long, but here it is (you will need to give some sort of trouble-shooting after this to receive further help):

$ cat /usr/share/applications/libreoffice-calc.desktop
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
[Desktop Entry]
Version=1.0
Terminal=false
Icon=libreoffice-calc
Type=Application
Categories=Office;Spreadsheet;
Exec=libreoffice --calc %U
MimeType=application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/msexcel;application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;text/csv;application/x-dbf;text/spreadsheet;application/csv;application/excel;application/tab-separated-values;application/vnd.lotus-1-2-3;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;application/x-dbase;application/x-dos_ms_excel;application/x-excel;application/x-msexcel;application/x-ms-excel;application/x-quattropro;application/x-123;text/comma-separated-values;text/tab-separated-values;text/x-comma-separated-values;text/x-csv;application/vnd.oasis.opendocument.spreadsheet-flat-xml;application/vnd.ms-works;application/clarisworks;application/x-iwork-numbers-sffnumbers;application/x-starcalc;
Name=LibreOffice Calc
GenericName=Spreadsheet
GenericName[af]=Sigblad
GenericName[am]=ሰንጠረዥ
GenericName[ar]=جدول مُمتد
GenericName[as]=স্প্ৰেডশ্বীট
GenericName[ast]=Fueya de cálculu
GenericName[be]=Разліковы аркуш
GenericName[bg]=Електронна таблица
GenericName[bn]=স্প্রেডশীট
GenericName[br]=Renkell
GenericName[bs]=Proračunska tablica
GenericName[ca]=Full de càlcul
GenericName[ca_valencia]=Full de càlcul
GenericName[cs]=Sešit
GenericName[cy]=Taenlen
GenericName[da]=Regneark
GenericName[de]=Tabellendokument
GenericName[dz]=ཤོག་ཁྲམ།
GenericName[el]=Υπολογιστικό φύλλο
GenericName[en]=Spreadsheet
GenericName[en_GB]=Spreadsheet
GenericName[en_ZA]=Spreadsheet
GenericName[eo]=Kalkultabelo
GenericName[es]=Hoja de cálculo
GenericName[et]=Tabelarvutus
GenericName[eu]=Kalkulu-orria
GenericName[fa]=صفحهگسترده
GenericName[fi]=Taulukkolaskenta
GenericName[fr]=Classeur
GenericName[ga]=Scarbhileog
GenericName[gd]=Cliath-dhuilleag
GenericName[gl]=Folla de cálculo
GenericName[gu]=સ્પ્રેડશીટ
GenericName[gug]=Kuatia Kálkulo Peguarã
GenericName[he]=גיליון אלקטרוני
GenericName[hi]=स्प्रेडशीट
GenericName[hr]=Proračunska tablica
GenericName[hu]=Munkafüzet
GenericName[id]=Lembar Sebar
GenericName[is]=Töflureiknir
GenericName[it]=Foglio elettronico
GenericName[ja]=表計算ドキュメント
GenericName[ka]=Spreadsheet
GenericName[kk]=Электрондық кесте
GenericName[km]=សៀវភៅបញ្ជី
GenericName[kmr_Latn]=Tabloya Hesêb
GenericName[kn]=ಸ್ಪ್ರೆಡ್ಶೇಟ್
GenericName[ko]=스프레드시트
GenericName[lt]=Skaičiuoklė
GenericName[lv]=Izklājlapa
GenericName[mk]=Табеларна пресметка
GenericName[ml]=സ്പ്രെഡ്ഷീറ്റ്
GenericName[mn]=Хүснэгт баримт
GenericName[mr]=स्प्रेडशीट्
GenericName[nb]=Regneark
GenericName[ne]=स्प्रेडसीट
GenericName[nl]=Werkblad
GenericName[nn]=Rekneark
GenericName[nr]=Spreadsheet
GenericName[nso]=Letlakala-kalo
GenericName[oc]=Classador
GenericName[om]=Wardii
GenericName[or]=Spreadsheet
GenericName[pa_IN]=ਸਪਰੈੱਡ ਸ਼ੀਟ
GenericName[pl]=Arkusz kalkulacyjny
GenericName[pt]=Folha de cálculo
GenericName[pt_BR]=Planilha
GenericName[ro]=Foaie de calcul
GenericName[ru]=Электронная таблица
GenericName[rw]=Urupapurotuzu
GenericName[si]=පැතුරුම්පත
GenericName[sk]=Tabuľkový dokument
GenericName[sl]=Preglednica
GenericName[sr]=Таблица
GenericName[sr_Latn]=Tablica
GenericName[ss]=Liphephacansi
GenericName[st]=Spreadsheet
GenericName[sv]=Kalkylblad
GenericName[szl]=Archa kalkulacyjno
GenericName[ta]=விரிதாள்
GenericName[te]=స్ర్పెడ్ షీట్
GenericName[tg]=Spreadsheet
GenericName[th]=ตารางคำนวณ
GenericName[tn]=Letlharephatlalalo
GenericName[tr]=Hesap Tablosu
GenericName[ts]=Spreadsheet
GenericName[ug]=ئېلېكترونلۇق جەدۋەل
GenericName[uk]=Електронна таблиця
GenericName[uz]=Elektro jadval
GenericName[ve]=Spreadsheet
GenericName[vi]=Bảng tính
GenericName[xh]=Spreadsheet
GenericName[zh_CN]=电子表格
GenericName[zh_TW]=試算表
GenericName[zu]=Ikhasi lokubala
Comment=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[af]=Doen berekening, analiseer inligting en bestuur lyste in sigblaaie met Calc.
Comment[am]=ሂሳቦችን ያስሉ መረጃዎችን ይመርምሩ እና ያስተዳድሩ lists in spreadsheets by using Calc.
Comment[ar]=أنجز العمليات الحسابية، وحلِّل المعلومات وأدر القوائم في الجداول المُمتدة باستخدام كالك.
Comment[as]=Calc ব্যৱহাৰ কৰি স্প্ৰেডশ্বিটসমূহত গণনাসমূহ কৰক, তথ্য বিশ্লেষণ কৰক আৰু তালিকাসমূহ ব্যৱস্থাপনা কৰক।
Comment[ast]=Facer cálculos, analizar información y editar llistes en fueyes de cálculu con Calc.
Comment[be]=Праводзьце вылічэнні, аналізуйце інфармацыю і кіруйце спісамі ў разліковых аркушах з дапамогаю Calc.
Comment[bg]=С Calc можете да извършвате изчисления, да анализирате информация и да организирате списъци в електронни таблици.
Comment[bn]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[br]=Ober jedadurioù, dezrannañ stlennoù hag ardeiñ rolladoù er renkelloù dre ober gant Calc.
Comment[bs]=Izračunavanje, analiziranje informacija i upravljanje listama u unakrsnim tabelama koristeći Calc.
Comment[ca]=Feu càlculs, analitzeu informació i gestioneu llistes en fulls de càlcul amb el Calc.
Comment[ca_valencia]=Feu càlculs, analitzeu informació i gestioneu llistes en fulls de càlcul amb el Calc.
Comment[cs]=Calc umožňuje vytvářet a spravovat tabulkové seznamy a provádět na těchto datech výpočty a analýzu informací.
Comment[cy]=Cyfrifo, dadansoddi data a rheoli rhestrau mewn taenlenni gan ddefnyddio Calc.
Comment[da]=Udfør beregning, analyser information og administrer lister i regneark ved brug af Calc.
Comment[de]=Berechnungen ausführen, Informationen analysieren und Listen in Tabellendokumenten verwalten – Calc macht's möglich.
Comment[dz]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[el]=Εκτέλεση υπολογισμών, ανάλυσης πληροφοριών και διαχείρισης λιστών σε υπολογιστικά φύλλα με τη χρήση του Calc.
Comment[en]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[en_GB]=Perform calculations, analyse information and manage lists in spreadsheets using Calc.
Comment[en_ZA]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[eo]=Kalkuladi, analizi informojn kaj administri listojn en kalkultabeloj per Tabelilo.
Comment[es]=Realice cálculos, analice información y maneje listas en hojas de cálculo con Calc.
Comment[et]=Calc võimaldab arvutustabelite abiga teha arvutusi, analüüsida teavet ja hallata loendeid.
Comment[eu]=Kalkuluak egin, informazioa aztertu eta kalkulu-orrietako zerrendak kudeatu Calc erabiliz.
Comment[fa]=با محاسب، اطلاعات موجود در صفحات گسترده را تحلیل کنید، فهرستها را اداره کنید و محاسبات انجام دهید.
Comment[fi]=Calcin avulla voit tehdä laskutoimituksia, analysoida tietoja ja hallita listoja laskentataulukoissa.
Comment[fr]=Calc - Calculs, analyses et gestion de listes dans des feuilles de calcul.
Comment[ga]=Déan ríomhaireacht, déan anailís agus bainistigh liostaí i scarbhileoga trí úsáid a bhaint as Calc.
Comment[gd]=Dèan àireamhachd, mion-sgrùd fiosrachadh is rianaich liostaichean ann an cliath-dhuilleagan le Calc.
Comment[gl]=Facer cálculos, analizar información e xestionar listas en follas de cálculo con Calc.
Comment[gu]=કૅલ્ક વડે સ્પ્રેડશીટમાં ગણતરીઓ, માહીતી પૃથ્થકરણ અને યાદીઓ બનાવો.
Comment[gug]=Rejapo kálkulo, analice informacíon ha sambyhy listas en kuatia kálkulo peguarã reipuru jave Calc.
Comment[he]=ביצוע חישובים, ניתוח מידע וניהול רשימות בגיליונות אלקטרוניים באמצעות Calc.
Comment[hi]=गणना करता है, सूचना विश्लेषण करता है, और Calc के प्रयोग से स्प्रेडशीट में सूची प्रबंधित करता है.
Comment[hr]=Izvedite proračune, analizirajte informacije i upravljajte popisima u proračunskim tablicama koristeći Calc.
Comment[hu]=Számítások végrehajtása, adatok elemzése és listák kezelése munkafüzetekben a Calc használatával.
Comment[id]=Melakukan perhitungan, menganalisa informasi dan mengelola senarai pada lembar sebar menggunakan Calc.
Comment[is]=Gera útreikninga, greina gögn og meðhöndla lista í töflureikni með því að nota Calc.
Comment[it]=Calc può essere usato per eseguire calcoli, analizzare informazioni e gestire elenchi nei fogli elettronici.
Comment[ja]=Calcを使用して、スプレッドシートで計算を実行し、情報を分析し、リストを管理します。
Comment[ka]=ასრულებს კალკულაციას, აანალიზებს ინფორმაციას და მართავს სიებს ცხრილებში Calc-ის გამოყენებით.
Comment[kk]=Calc көмегімен есептерді шығару, ақпаратты анализдеу және электрондық кестелерде тізімдерді басқаруды орындауға болады.
Comment[km]=ធ្វើការគណនា វិភាគព័ត៌មាន និងគ្រប់គ្រងបញ្ជីក្នុងសៀវភៅបញ្ជី ដោយប្រើ Calc ។
Comment[kmr_Latn]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[kn]=Calc ಅನ್ನು ಬಳಸಿಕೊಂಡು ಲೆಕ್ಕವನ್ನು ಮಾಡಿ, ಮಾಹಿತಿಯನ್ನು ವಿಶ್ಲೇಷಿಸಿ, ಹಾಗೂ ಸ್ಪ್ರೆಡ್ಶೀಟ್ನಲ್ಲಿನ ಪಟ್ಟಿಗಳನ್ನು ನೋಡಿಕೊಳ್ಳಿ.
Comment[ko]=캘크를 사용하여 스프레드시트에서 계산, 정보 분석 및 목록 관리를 수행합니다.
Comment[lt]=Skaičiuokle galima atlikti įvairius skaičiavimus, analizuoti informaciją, tvarkyti sąrašus lentelėse.
Comment[lv]=Veikt aprēķinus, analizēt informāciju un pārvaldīt sarakstus izklājlapās, lietojot Calc.
Comment[mk]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[ml]=കണക്കുകൂട്ടലുകള്, കാല്ക് ഉപയോഗിച്ച് വിവരങ്ങള് അവലോകനം ചെയ്യുകയും സ്പ്രെഡ്ഷീറ്റിലെ ലിസ്റ്റ് കൈകാര്യം ചെയ്യുകയും ചെയ്യാം.
Comment[mn]=Төлбөрийн тооцоо хийх, Мэдээлэлүүдийг шинжлэн судлах ба Хүснэгт баримт бичигт жагсаалтуудыг журамлах - Хүснэгт баримт энэ боломжийг бүгдэд олгоно.
Comment[mr]=Calc चा वापर करून स्प्रेडशीट् अंतर्गत गणना, माहिती विश्लेषण व यादी व्यवस्थापीत करा.
Comment[nb]=Utfør beregninger, analyser informasjon og håndter lister i regneark ved å bruke Calc.
Comment[ne]=Calc को प्रयोगद्वारा स्प्रेडसिटहरूमा गणना कार्यसम्पादन, सूचना विश्लेषण र सूचीहरू प्रबन्ध गर्नुहोस्।
Comment[nl]=Met Calc kunt u in werkbladen berekeningen uitvoeren, gegevens analyseren en lijsten beheren.
Comment[nn]=Med Calc kan du gjera utrekningar, analysera informasjon og handsama lister i rekneark.
Comment[nr]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[nso]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[oc]=Calc - Calculs, analisis e gestion de listas dins de fuèlhs de calcul.
Comment[om]=Calc fayyadamuun herrega hojjedhu, odeeffannoo xiinxali, tarreewwan wardii keessaa taligi.
Comment[or]=Calc ବ୍ୟବହାର କରି ସ୍ପ୍ରେଡ୍ସିଟରେ ଗଣନା ସମ୍ପାଦନ, ସୂଚନା ବିଶ୍ଳେଷଣ ଏବଂ ତାଲିକା ପରିଚାଳନା  କରନ୍ତୁ।
Comment[pa_IN]=ਕੈਲਸ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਸਪਰੈੱਡਸ਼ੀਟ ਨਾਲ ਗਣਨਾ, ਜਾਣਕਾਰੀ ਦੀ ਸਮੀਖਿਆ ਅਤੇ ਸੂਚੀਆਂ ਨੂੰ ਰੱਖਿਆ ਜਾ ਸਕਦਾ ਹੈ।
Comment[pl]=Przeprowadzaj obliczenia, analizuj informacje i zarządzaj listami w arkuszach kalkulacyjnych za pomocą programu Calc.
Comment[pt]=Efetue cálculos, analise informações e faça a gestão de listas em folhas de cálculo através do Calc.
Comment[pt_BR]=Efetue cálculos, analise informações e gerencie listas em planilhas utilizando o Calc.
Comment[ro]=Efectuați calcule, analizați informații și gestionați liste în foi de calcul folosind Calc.
Comment[ru]=Выполнение вычислений, анализ информации и управление списками в электронных таблицах с помощью Calc.
Comment[rw]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[si]=Calc භාවිතා කරමින් ගණනය කිරීම්, තොරතුරු විශ්ලේෂණය සහ පැතුරුම්පත් වල ලැයිස්තු පාලනය සිදු කරන්න.
Comment[sk]=Počítajte, analyzujte informácie a spravujte zoznamy v zošitoch s použitím Calc.
Comment[sl]=S programom Calc izvajajte računske operacije, analizirajte podatke in upravljajte sezname v preglednicah.
Comment[sr]=Изведите прорачуне, анализирајте податке и управљајте листама у таблицама уз Рачун.
Comment[sr_Latn]=Izvedite proračune, analizirajte podatke i upravljajte listama u tablicama uz Račun.
Comment[ss]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[st]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[sv]=Utför beräkningar, anaysera information och hantera listor i kalkylblad med hjälp av Calc.
Comment[szl]=Rachuj, analizuj informacyje i zarzōndzej listami we archach kalkulacyjnych przi użyciu Calca.
Comment[ta]=கணக்கிடவும், தகவலை ஆயவும், விரிதாள்களிலுள்ள பட்டியல்களை மேலாளவும் கால்கைப் பயன்படுத்து.
Comment[te]=Calc వినియోగించి స్ర్పెడ్షీట్లలో జాబితాలను నిర్వహించును,సమాచారమును విశ్లేషించును మరియు గణలను జరుపును.
Comment[tg]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[th]=ทำการคำนวณ วิเคราะห์ข้อมูล และจัดการรายการในตารางคำนวณโดยใช้ Calc
Comment[tn]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[tr]=Calc kullanarak hesap tablosunda performans hesaplamak, bilgi analiz etmek ve listeleri yönetmek.
Comment[ts]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[ug]=Calc ئىشلىتىپ ئۇچۇر ھېسابلاش ۋە ئانالىز ئېلىپ بېرىلىدۇ ھەمدە ئېلېكترونلۇق جەدۋەلدىكى تىزىملىك باشقۇرۇلىدۇ.
Comment[uk]=Виконання розрахунків, аналіз інформації та керування списками в електронних таблицях за допомогою Calc.
Comment[uz]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[ve]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[vi]=Dùng Calc tính toán, phân tích thông tin và quản lý danh sách trong bảng tính.
Comment[xh]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
Comment[zh_CN]=使用 Calc 进行计算,并在电子表格中进行数据分析。
Comment[zh_TW]=使用 Calc 可在試算表中執行計算、分析資訊與管理清單。
Comment[zu]=Perform calculations, analyze information and manage lists in spreadsheets by using Calc.
StartupNotify=true
X-GIO-NoFuse=true
Keywords=Accounting;Stats;OpenDocument Spreadsheet;Chart;Microsoft Excel;Microsoft Works;OpenOffice Calc;ods;xls;xlsx;
InitialPreference=5
StartupWMClass=libreoffice-calc
X-KDE-Protocols=file,http,ftp,webdav,webdavs

Actions=NewDocument;
[Desktop Action NewDocument]
Name=New Spreadsheet
Name[af]=Nuwe sigblad
Name[am]=አዲስ ሰንጠረዥ
Name[ar]=جدول مُمتد جديد
Name[as]=নতুন স্প্ৰেডশ্বিট
Name[ast]=Fueya de cálculu nueva
Name[be]=Новы разліковы аркуш
Name[bg]=Нова електронна таблица
Name[bn]=New Spreadsheet
Name[br]=Renkell nevez
Name[bs]=Novi tabelarni prikaz
Name[ca]=Full de càlcul nou
Name[ca_valencia]=Full de càlcul nou
Name[cs]=Nový sešit
Name[cy]=Taenlen Newydd
Name[da]=Nyt regneark
Name[de]=Neues Tabellendokument
Name[dz]=New Spreadsheet
Name[el]=Νέο υπολογιστικό φύλλο
Name[en]=New Spreadsheet
Name[en_GB]=New Spreadsheet
Name[en_ZA]=New Spreadsheet
Name[eo]=Nova kalkultabelo
Name[es]=Hoja de cálculo nueva
Name[et]=Uus arvutustabel
Name[eu]=Kalkulu-orri berria
Name[fa]=صفحه گسترده جدید
Name[fi]=Uusi laskentataulukko
Name[fr]=Nouveau classeur
Name[ga]=Scarbhileog Nua
Name[gd]=Cliath-dhuilleag ùr
Name[gl]=Nova folla de cálculo
Name[gu]=નવી સ્પ્રેડશીટ
Name[gug]=Kuatia Kálkulo Peguarã Pyahu
Name[he]=גיליון אלקטרוני חדש
Name[hi]=नया स्प्रेडशीट
Name[hr]=Nova proračunska tablica
Name[hu]=Új munkafüzet
Name[id]=Lembar Sebar Baru
Name[is]=Nýr töflureiknir
Name[it]=Nuovo foglio elettronico
Name[ja]=新規の表計算文書
Name[ka]=New Spreadsheet
Name[kk]=Жаңа электрондық кесте
Name[km]=សៀវភៅបញ្ជីថ្មី
Name[kmr_Latn]=New Spreadsheet
Name[kn]=ಹೊಸ ಸ್ಪ್ರೆಡ್ಶೀಟ್
Name[ko]=새 스프레드시트
Name[lt]=Naujas skaičiuoklės dokumentas
Name[lv]=Jauna izklājlapa
Name[mk]=New Spreadsheet
Name[ml]=പുതിയ സ്പ്രെഡ്ഷീറ്റ്
Name[mn]=Шинэ хүснэгт баримт
Name[mr]=नवीन स्प्रेडशीट
Name[nb]=Nytt regneark
Name[ne]=ओडीएफ स्प्रेडसीट
Name[nl]=Nieuw werkblad
Name[nn]=Nytt rekneark
Name[nr]=New Spreadsheet
Name[nso]=New Spreadsheet
Name[oc]=Classador novèl
Name[om]=Gabatee Herregaa haara
Name[or]=ନୂତନ ସ୍ପ୍ରେଡସିଟ
Name[pa_IN]=ਨਵੀ ਸਪ੍ਰੈਡਸੀਟ
Name[pl]=Nowy arkusz kalkulacyjny
Name[pt]=Nova folha de cálculo
Name[pt_BR]=Nova planilha
Name[ro]=Foaie de calcul nouă
Name[ru]=Создать эл.таблицу
Name[rw]=New Spreadsheet
Name[si]=ODF පැතුරුම් පත
Name[sk]=Nový tabuľkový dokument
Name[sl]=Nova preglednica
Name[sr]=Нова таблица
Name[sr_Latn]=Nova tablica
Name[ss]=New Spreadsheet
Name[st]=New Spreadsheet
Name[sv]=Nytt kalkylblad
Name[szl]=Nowo archa kalkulacyjno
Name[ta]=புதிய விரிதாள்
Name[te]=కొత్త స్ప్రెడ్ షీట్
Name[tg]=New Spreadsheet
Name[th]=สร้างตารางคำนวณใหม่
Name[tn]=New Spreadsheet
Name[tr]=Yeni Hesap Tablosu
Name[ts]=New Spreadsheet
Name[ug]=يېڭى ئېلېكترونلۇق جەدۋەل
Name[uk]=Електронна таблиця ODF
Name[uz]=New Spreadsheet
Name[ve]=New Spreadsheet
Name[vi]=Bảng tính mới
Name[xh]=New Spreadsheet
Name[zh_CN]=新建电子表格
Name[zh_TW]=新增試算表
Name[zu]=New Spreadsheet
Icon=document-new
Exec=libreoffice --calc

#318 Re: Hardware & System Configuration » [SOLVED] Backported package install with unmet dependency » 2022-05-03 10:21:49

Isn't this a question of mixing amd64 & i386? Or am I missing something?

#319 Re: Other Issues » [SOLVED] Synaptic No Longer Shows Repositories » 2022-04-28 01:47:30

Hi Iggy64

I also run Devuan Chimaera xfce and thought that I may be able to offer help, but have only come up with a big set of negatives.

• Synaptic opens fine for me & likewise Settings > Repositories quickly opens with zero issues.
• I can get zero response for any file (using "locate") named 'UbuntuDrivers' & using just 'Ubuntu' gives nothing close.
• Searching within Synaptic for 'UbuntuDrivers' gives zero result.
• package-update-indicator is NOT installed. The help for the package says “This small utility which regularly checks for software updates … It is primarily intended for desktops which do not already have this functionality built-in, such as Xfce”.
• I do have PackageKit installed, and possibly this is the package that replaces package-update-indicator for xfce.

Sorry I could not offer any help.

#320 Re: Devuan » [SOLVED] Existential doubt » 2022-04-18 09:33:53

I'm running Chimaera with backports & kernel is 5.16:

$ grep -h ^deb /etc/apt/sources.list /etc/apt/sources.list.d/*
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

$ uname -r
5.16.0-0.bpo.4-amd64

You will notice the 'bpo' within the kernel name, which indicates that it's origin is "backports".

#321 Re: Other Issues » Scrolling Output in the Console Window » 2022-04-03 11:11:10

Shift-PageUp / Shift-PageDown works for me.

$ cat /etc/devuan_version
chimaera
$ cat ~/.bash_history

(then Shift-PageUp, etc.)

Help | About: xfce4-terminal 0.8.10

#322 Re: Installation » Chimaera: xfce4 and changing to another window manager » 2022-03-18 08:59:26

migf wrote:

Do you think I should change to your configuration by installing libpolkit-gobject-elogind-1-0?

Short answer: yes (but see bottom).

Long Answer: read this thread (also with a Summary of the whole process)

tl;dr: sudo apt install libpam-elogind then restart multiple times until the sun shines again.

#323 Re: Installation » Chimaera: xfce4 and changing to another window manager » 2022-03-17 19:06:49

migf wrote:

Can this be a problem with the new linux kernel (5.10.0-12)?

You also state that you are running Chimaera. Hmm. This is from my fully-updated system just now:

$ uname -r
5.16.0-0.bpo.3-amd64

$ cat /etc/apt/sources.list
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

$ dpkg -l | egrep "logind|consolekit|libpam|policykit|polkit|upower"
rc  consolekit                            1.2.1-8                                amd64        framework for defining and tracking users, sessions and seats
ii  elogind                               246.10-2                               amd64        user, seat and session management daemon
ii  gir1.2-polkit-1.0                     0.105-31+devuan2                       amd64        GObject introspection data for PolicyKit
ii  libelogind0:amd64                     246.10-2                               amd64        user, seat and session management library
ii  libpam-cap:amd64                      1:2.44-1                               amd64        POSIX 1003.1e capabilities (PAM module)
ii  libpam-elogind:amd64                  246.10-2                               amd64        elogind PAM module
ii  libpam-gnome-keyring:amd64            3.36.0-1                               amd64        PAM module to unlock the GNOME keyring upon login
ii  libpam-modules:amd64                  1.4.0-9+deb11u1                        amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                    1.4.0-9+deb11u1                        amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                        1.4.0-9+deb11u1                        all          Runtime support for the PAM library
ii  libpam0g:amd64                        1.4.0-9+deb11u1                        amd64        Pluggable Authentication Modules library
ii  libpolkit-agent-1-0:amd64             0.105-31+devuan2                       amd64        PolicyKit Authentication Agent API
ii  libpolkit-gobject-1-0                 0.105-31+devuan2                       all          PolicyKit Authorization API
ii  libpolkit-gobject-elogind-1-0:amd64   0.105-31+devuan2                       amd64        PolicyKit Authorization API
ii  libpolkit-qt5-1-1:amd64               0.113.0-1                              amd64        PolicyKit-qt5-1 library
ii  libupower-glib1:amd64                 1:0.9.23-2+devuan1.3                   amd64        abstraction for power management - shared library
ii  libupower-glib3:amd64                 0.99.11-2                              amd64        abstraction for power management - shared library
ii  policykit-1                           0.105-31+devuan2                       amd64        framework for managing administrative policies and privileges
ii  policykit-1-gnome                     0.105-7                                amd64        authentication agent for PolicyKit
ii  upower                                1:0.9.23-2+devuan1.3                   amd64        abstraction for power management

Something else for you to look at.

#324 Re: Other Issues » Featured in Discover (KDE Plasma) not working » 2022-03-01 22:25:25

FWIW here is my sources.list:

$ cat /etc/apt/sources.list
deb http://deb.devuan.org/merged chimaera main non-free contrib
deb http://deb.devuan.org/merged chimaera-security main non-free contrib
deb http://deb.devuan.org/merged chimaera-updates main non-free contrib
deb http://deb.devuan.org/devuan chimaera-proposed-updates main non-free contrib
deb http://deb.devuan.org/merged chimaera-backports main non-free contrib

#325 Re: Off-topic » The seitan conundrum » 2022-02-22 23:26:31

MiyoLinux wrote:

You obviously don't know anything about me...

If I got stuff wrong I apologise. I simply was reacting to what you wrote (and, it looks, got hold of completely the wrong end of it). Again, sincere apologies. It may be that I got weird-ed out by rabid antisemitism in another thread & lost my bearings.

I doubt that it will help, but here's a little story from immediately after I got my booster last Autumn (it connects with your report of eye-problems):-

I walked to town (~20 minutes) & had just bought a cheap hot-chicken sandwich on my way to the bus-stop when my eyesight unhooked. It's a bit difficult to explain, but our eyesight auto-focuses & auto-co-ordinates each eye whilst doing so. In this case, for the first time, and with no reason that I can discern, apart perhaps due to the booster jab, the latter auto-coordination unhooked and I found myself with each eye looking around independently. I had to grab a lamppost to keep my balance, then closed both eyes & the nausea which had been building rapidly backed off. Opening both eyes again it immediately restarted, so I closed them both again & wondered how the hell I was going to cross the road.

On an inspiration I opened just one eye & there was no problem. A minute or two later I opened the other & everything was back to normal. It has never reoccurred. Man, that was strange, but if the booster helps me live I'm happy to pay that price.

I hope that your wife & son do not have any ongoing complications.

Board footer

Forum Software