You are not logged in.
hello ,
i would need to insert an entry into repositories and would like to use Synaptic;
is there an easy solution available for Devuan Daedalus+ to show repositories in Synaptic `?
thanks.
sudo synaptic
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in <module>
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 162, in __init__
SoftwareProperties.__init__(self, options=options, datadir=datadir)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 108, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 605, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources
raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Devuan/daedalus
Last edited by kapqa (2025-10-03 15:31:12)
Offline
Hi kapqa, I think it makes sense to open a new thread for your topic. I don't see any relation to the old thread.
Offline
thanks rolfie,
thought i have the same issue somewhat;
maybe error is releated to pulseaudio not being present, since getting more and more issues;
like here
kazam
WARNING Kazam - Failed to correctly detect operating system.
/usr/lib/python3/dist-packages/kazam/backend/prefs.py:342: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Gst
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py", line 219, in start
raise PAError(PA_UNABLE_TO_CONNECT, "Unable to connect to PulseAudio server.")
kazam.pulseaudio.error_handling.PAError: (4, 'Unable to connect to PulseAudio server.')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/kazam", line 149, in <module>
app = KazamApp(datadir, dist, args.debug, args.test, args.nosound, args.silent)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/kazam/app.py", line 120, in __init__
prefs.pa_q.start()
File "/usr/lib/python3/dist-packages/kazam/pulseaudio/pulseaudio.py", line 221, in start
raise PAError(PA_UNABLE_TO_CONNECT2, "Unable to initiate connection to PulseAudio server.")
kazam.pulseaudio.error_handling.PAError: (5, 'Unable to initiate connection to PulseAudio server.')
Offline