|
1126 | optimisations LibraZiK | Rapport de bogue / bug report | Very Low | Medium | Wsynth (32-bit) does not load presets correctly | Non-confirmé / unconfirmed | | |
| 19.06.2020 |
Task Description
Bonjour! I discovered that Wsynth (specifically in the standalone, 32-bit version, with DSSI, like Ghostess) can save presets but they do not load. With other distros it works fine, so I think it is something in the LZK distro that is causing the problem. The 64-bit version doesn’t have DSSI capability.
Thanks for your help!
Brian
|
|
1153 | optimisations LibraZiK | Demande fonctionnalité / Feature request | Medium | Low | freewheeling : ne pas forcer l'utilisation d'un clavier... | Nouveau / new | | |
| 22.07.2020 |
Task Description
Pour le moment (version 0.6.6 de freewheeling), l’agencement du clavier par défaut est AZERTY. C’est très bien pour les utilisateurs avec un clavier comme ça, mais ça doit être embêtant pour les autres.
Copie d’une discussion IRC avec Bill Auger (le mainteneur actuel) :
<bill-auger> it is highly configurable - pretty much any input that can be be plugged into a computer, could be used as triggers <trebmuh> that is good for the French users, but no that good for other I guess :) <trebmuh> my feature request is : it’s be very handy to have a config file to store a user choice about the keyboard layout <trebmuh> then, all users would be fine with that, and I’ll not be enforcing anyone to use an AZERTY config <bill-auger> there is <trebmuh> oh ? <bill-auger> almost everything is configurable <trebmuh> in a config-file ? <bill-auger> all that would need to happenis to include your interface in the sources <bill-auger> the original azerty layout is not in the sources - but it is very easy to drop them in <bill-auger> see the bottom of this file https://github.com/free-wheeling/freewheeling/blob/master/data/interfaces.xml#L32 <bill-auger> you can specify which interfaces/layouts will be available at runtine - at runtine you switch between them with TAB key <bill-auger> just recently i made the ‘pckeyboard.xml’ be the default - yu would only need to add you custom XML, and change ‘pckeyboard.xml’ to the custom keyboard XML <bill-auger> send a PR adding your XML to the sources if you like - the configuration part is trivial
|
|
1184 | optimisations LibraZiK | Demande fonctionnalité / Feature request | Medium | Low | limiter la taille de log de jackdbus | Nouveau / new | | |
| 11.08.2020 |
Task Description
Le fichier de journalisation de jack .log/jack/jackdbus.log peut grossir très haut plusieurs dizaines voire centaines de méga). Il faudrait trouver un moyen de limiter sa taille.
Idées :
un cronjob
lire sa manpage
|
|
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.
|
|
914 | suivi des tâches/task tracker (flyspray) | Demande fonctionnalité / Feature request | Very Low | Low | suggestion : thème de couleurs sombre pour Flyspray | Non-confirmé / unconfirmed | | |
| 31.08.2019 |
Task Description
En discussion IRC, il a été observé que la version “dark reader” du thème est assez agréable à l’œil, tout en ne s’éloignant pas trop de la charte graphique générale du projet (du moins c’est mon avis).
Comme demandé, je note ici cette suggestion. Si on veut implémenter ce thème, il faut voir si on peut transformer ça en fichiers CSS compatibles.
Dark reader est une extension de navigateur qui permet de générer automatiquement des styles sombres pour les pages web.
|
|
908 | website | Demande fonctionnalité / Feature request | Very Low | Low | vidéo de démo | Nouveau / new | | |
1 | 01.09.2019 |
Task Description
Ça serait chouette de pouvoir avoir une vidéo montrant l’étendue des possibilités avec LibraZiK. Une vidéo que je pourrai mettre en page d’accueil du site.
Avec genre :
enregistrement audacity/Ardour
mixage/mastering Ardour
son sur firefox (backtrack) avec guitarix par dessus pour jouer de la guitare
travail musique vidéo Ardour/cinelerra
boîte à rythme Hydrogen
tuxguitar
musescore
des synthés virtuels/émulation (moog, orgue hammond,…)
…
|
|
941 | website | Demande fonctionnalité / Feature request | Medium | Low | Faire en sorte que la page d'accueil corresponde à la l... | Nouveau / new | | |
1 | 06.09.2019 |
Task Description
French (English below)
La page d’accueil du site est en français, quelle que soit la langue principale du navigateur.
English
The website landing page is french, regardless of browser primary language.
|
|
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 |
Task Description
À priori, HUGO.
L’idée est de pouvoir faciliter la création/modification des pages statiques en les générant avec un cadriciel dédié.
Entre autre, celui-ci devrait (pour les pages statiques) améliorer ces points par rapport à la version actuelle (codé à la main) :
permettre un affichage automatique des pages soit en français soit en anglais en fonction de la locale repérée et permettre de basculer de l’anglais vers le français
permettre la gestion du bandeau de menu et du pied-de-page, et permettre un bandeau de menu déroulant
s’adapter aux petits/grands écrans (être “responsive”)
|