|
1380 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : qpwgraph | Nouveau / new | trebmuh | |
| 19.01.2023 |
Task Description
https://github.com/rncbc/qpwgraph
|
|
1377 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Very Low | Low | open sound meter | Non-confirmé / unconfirmed | | |
| 18.07.2022 |
Task Description
opensound meter est un logiciel opensource multiplateforme qui permet de faire des mesures acoustique (couplge des enceintes avec le local). Très pratique pour mesurer la réponse de son local MAO, ou d’une salle de concert. https://opensoundmeter.com/en/about
|
|
1370 | documentation (dokuwiki) | Demande fonctionnalité / Feature request | Medium | Low | VLC en tant que captureur d'écran | Nouveau / new | | |
| 06.06.2022 |
Task Description
VLC semble pouvoir être utilisé pour enregistrer l’écran. Voir : https://wiki.videolan.org/Documentation:Modules/screen/.
|
|
1364 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | qspeakers : intégration | Nouveau / new | | |
| 02.02.2022 |
Task Description
https://packages.debian.org/qspeakers
|
|
1363 | distribution | Rapport de bogue / bug report | Very Low | Very Low | /etc/profile.d/disables-screensaver.sh empêche les conn... | Non-confirmé / unconfirmed | | |
| 15.12.2021 |
Task Description
Description
Lorsque qu'on essaye de se connecter à distance à un machine Librazik via x2go, la connexion échoue systématiquement avec les erreurs suivantes "Échec de la connexion xset: unable to open display "" xset: unable to open display "" setterm: $TERM n'est pas défini."
Reproduction du bug
Prérequis
Idéalement il faut 2 ordinateurs:
un client, qui est la machine qu'on utilise physiquement et que j’appellerais ClientX2go par la suite
un serveur, qui est la machine distante et que j’appellerais Librazik
Mais il est possible pour les tests d'utiliser le même ordinateur en temps que client et serveur.
Je crois que x2go utilise ssh, donc il faut aussi être capable de se connecter en ssh.
Installation x2go
sur ClientX2go, démarrer X2Go Client
cliquer sur le menu "Session" en haut à gauche, et cliquer sur "Nouvelle Session"
dans la fenêtre qui s'affiche, aller dans l'onglet Session (actif par défaut) et mettre les paramètres suivants:
Nom de la session:Librazik
Hôte: mettre le nom d'hôte ou l'adresse ip de la machine Librazik
identifiant: mettre l'identifiant que vous utilisez habituellement sur votre machine Librazik
Type de session:MATE
laisser tout le reste par défaut et valider
Démarrer la session et bug
dans x2go client il suffit de double cliquer sur une session,renseigner identifiant et mot de passe et validez.
On obtient alors le message d'erreur suivant : Échec de la connexion xset: unable to open display "" xset: unable to open display "" setterm: $TERM n'est pas défini.
En temps normal, une nouvelle fenêtre devrais s'afficher et le bureau de Librazik devrais s'afficher à l'interieur
Solution
Ouvrir le fichier /etc/profile.d/disables-screensaver.sh en mode admin et tout commenter Si on veux quand même empêcher la mise en veille, depuis le bureau il faut aller dans Système>Préférences>Matériel>Gestionnaire d'énergie
Note
Quand je me connecte en ssh sans X forwarding, j'ai presque les mêmes erreurs qui s'affiche dans mon terminal:
xset: unable to open display ""
xset: unable to open display ""
setterm: le terminal xterm-256color ne prend pas en charge --blank
setterm: impossible de (dé)configurer le mode powersave: Ioctl() inapproprié pour un périphérique
Ca n'est pas gênant ici, mais c'est ce qui m'a permis de comprendre d'où venais l'erreur dans x2go.
|
|
1358 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | bass21 : nouveau logiciel | Assigné / assigned | trebmuh | |
| 18.01.2023 |
Task Description
https://github.com/jpcima/Bass21
Au format LV2 et VST3.
|
|
1351 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Very Low | Low | QJackTrip : Jam online with other musicians | Non-confirmé / unconfirmed | | |
| 30.05.2021 |
Task Description
QJacktrip is a branch of the JackTrip project developed at the CCRMA (Center for Computer Research in Music and Accoustics) at Stanford, a low latency system for high-quality audio network performance over the internet. It adds an optional graphical user interface to the program that is launched by default, making it more accessible to the average user. (It can still be run from the command line with the same command line options as the original for more advanced use cases.)
https://www.psi-borg.org/other-dev.html
|
|
1350 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Very Low | Low | nouvelle version : butt | Nouveau / new | | |
| 30.05.2021 |
Task Description
butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or automatically stream a set of audio files.
ftp://https://sourceforge.net/projects/butt/
0.1.17 dans Buster
Version actuelle 0.1.29 sur sourceforge.
|
|
1339 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : geonkick 2.8.0 | Nouveau / new | | |
| 12.01.2024 |
Task Description
|
|
1334 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : audacity | Nouveau / new | | |
| 20.04.2021 |
Task Description
3.0.2 :
3.0.0 :
|
|
1328 | optimisations LibraZiK | Rapport de bogue / bug report | Very Low | Low | login to TTY gives xset warnings as no display is runni... | Non-confirmé / unconfirmed | | |
| 28.02.2021 |
Task Description
If i log into TTY, i get 2 times the warning xset: unable to open display “”
Commenting the two lines: xset -dpms xset s off in the file /etc/profile.d/disables-screensaver.sh gets rid of the warnings during login to TTY. It probably also omits running the according xset commands when starting X with startx.
I don’t know if something like: if [ -n “$DISPLAY” ]; then xset -dpms; fi if [ -n “$DISPLAY” ]; then xset s off; fi might solve the problem a little better. After startx the two xset commands are still not run, i guess.
|
|
1322 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Hera | Assigné / assigned | trebmuh | |
| 07.02.2021 |
Task Description
Une émulation d’un synthé Juno 60 par Jean Pierre, au format VST3. Attention, logiciel en version alpha, c’est à dire qu’il n’y a aucune garantie.
|
|
1318 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : vht | Nouveau / new | | |
| 25.01.2021 |
Task Description
Un séquenceur MIDI live pour JACK.
|
|
1317 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : swami et libinstpatch | Nouveau / new | | |
| 24.01.2021 |
Task Description
|
|
1316 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Sysexy | Nouveau / new | | |
| 24.01.2021 |
Task Description
version 0.8.6 :
|
|
1310 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : zita-avc1 | Nouveau / new | | |
| 15.01.2021 |
Task Description
https://lists.linuxaudio.org/archives/linux-audio-dev/2020-November/037897.html
Vocodeur de style “analogique”, inspiré par les célèbres vocodeurs EMS des années 1970.
|
|
1308 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Kickmess | Nouveau / new | | |
| 15.01.2021 |
Task Description
Un synthétiseur de grosse caisse.
|
|
1307 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : new-session-manager | Nouveau / new | | |
| 15.01.2021 |
Task Description
|
|
1306 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : DPF-plugins | Assigné / assigned | trebmuh | |
| 22.10.2023 |
Task Description
|
|
1305 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : Drumstick MIDI Monitor (anciennement... | Nouveau / new | | |
| 10.01.2021 |
Task Description
https://sourceforge.net/projects/kmidimon/files/1.0.0/
À noter que c’est la première version utilisant le nouveau nom “Drumstick MIDI Monitor”, avec des dépendances à Qt5 et Drumstick2 uniquement, et ne dépend plus de KDE. Les noms des exécutables et des paquets restent les mêmes : “kmidimon”, comme auparavant.
|
|
1303 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : mda-lv2 1.2.10 | Nouveau / new | | |
| 19.01.2023 |
Task Description
https://gitlab.com/drobilla/mda-lv2/-/releases Dispo dans Debian testing.
|
|
1299 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : xjadeo | Nouveau / new | | |
| 19.01.2023 |
Task Description
|
|
1298 | distribution | Rapport de bogue / bug report | Medium | Low | nouveau logiciel : drumstick metronome (anciennement km... | Nouveau / new | | |
| 04.01.2021 |
Task Description
https://sourceforge.net/projects/kmetronome/files/kmetronome/1.2.0/
|
|
1297 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : drumstick | Nouveau / new | | |
| 04.01.2021 |
Task Description
https://sourceforge.net/projects/drumstick/files/2.0.0/
|
|
1296 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : vmpk | Nouveau / new | | |
| 04.01.2021 |
Task Description
https://sourceforge.net/projects/vmpk/files/vmpk/0.8.0/
|
|
1295 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : mioctl | Nouveau / new | | |
| 02.01.2021 | |
|
1294 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : hexter | Nouveau / new | | |
| 02.01.2021 | |
|
1293 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : DISTRHO-Ports | Nouveau / new | | |
| 01.10.2023 | |
|
1285 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelles versions : QjackCtl, Qsynth, Qsampler, QXGEdi... | Nouveau / new | | |
| 30.05.2021 | |
|
1281 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : pianobooster 1.0.0 | Assigné / assigned | trebmuh | |
| 05.01.2021 | |
|
1279 | website | Rapport de bogue / bug report | Medium | Low | Utilisation d'un cadriciel pour la génération des pages... | Nouveau / new | | |
| 11.12.2020 | |
|
1275 | bogue logiciel / software bug | Rapport de bogue / bug report | Very Low | Very Low | Giada : bouton FX non fonctionnel | Nouveau / new | | |
| 11.12.2020 | |
|
1273 | distribution | Demande fonctionnalité / Feature request | Medium | Low | support NSM | Nouveau / new | | |
| 10.11.2024 | |
|
1270 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | logiciels fons : mise à jour | Nouveau / new | | |
| 27.11.2020 | |
|
1265 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Kiwi | Nouveau / new | | |
| 19.11.2020 | |
|
1261 | documentation | Demande fonctionnalité / Feature request | Medium | Low | calf : documentation | Nouveau / new | | |
| 18.11.2020 | |
|
1260 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version de linux-show-player | Nouveau / new | | |
| 30.05.2021 | |
|
1252 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : veeone suite (drumkv1, padthv1, samp... | Assigné / assigned | trebmuh | |
| 19.01.2023 | |
|
1248 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Element | Nouveau / new | | |
| 22.10.2020 | |
|
1246 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : PolyLV2 | Nouveau / new | | |
| 19.10.2020 | |
|
1245 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : cabestan | Nouveau / new | | |
| 18.10.2020 | |
|
1244 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : proscenion | Nouveau / new | | |
| 18.10.2020 | |
|
1240 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | nouvelle version : abgate 1.2.0 | Assigné / assigned | trebmuh | |
| 20.01.2023 | |
|
1235 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : NoiseTorch | Nouveau / new | | |
| 07.10.2020 | |
|
1234 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Tuning Workbench Synth (TWS) | Nouveau / new | | |
| 07.10.2020 | |
|
1219 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : spintools | Nouveau / new | | |
| 11.09.2020 | |
|
1218 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : killjack | Nouveau / new | | |
| 08.09.2020 | |
|
1217 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : Vguitar | Nouveau / new | | |
| 12.10.2020 | |
|
1216 | nouveau logiciel / new software | Demande fonctionnalité / Feature request | Medium | Low | nouveau logiciel : gnome-metronome | Nouveau / new | | |
| 07.09.2020 | |
|
1214 | mise à jour logiciel / software update | Demande fonctionnalité / Feature request | Medium | Low | gtklick : passage à python 3 | Nouveau / new | | |
| 05.09.2020 | |