The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » [SOLVED] ping issue » 2024-04-12 21:45:17

thank you very much .. its solved

#2 Other Issues » [SOLVED] ping issue » 2024-04-12 12:55:04

jemadux
Replies: 2

as normal user

ping google.com
ping: socktype: SOCK_RAW
ping: socket: Operation not permitted
ping: => missing cap_net_raw+p capability or setuid?

as root user 

ping -c 5  google.com
PING google.com(fra02s19-in-x0e.1e100.net (2a00:1450:4001:808::200e)) 56 data bytes
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=1 ttl=116 time=34.9 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=2 ttl=116 time=40.8 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=3 ttl=116 time=38.1 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=4 ttl=116 time=37.4 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=5 ttl=116 time=35.0 ms

--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 34.934/37.240/40.754/2.157 ms

that is happening in devuan stable ... any ideas ?

#3 Re: Desktop and Multimedia » [SOLVED] transmission-gkt ( release version) » 2024-01-12 18:24:39

the problem is solved .. i just tried to compile from wrong tarball ... that's why i had the problem

#4 Re: Desktop and Multimedia » [SOLVED] transmission-gkt ( release version) » 2023-12-23 10:28:26

steve_v wrote:
jemadux wrote:

and there's no log file

Why would there be a log file, when the cmake output already makes the problem blindingly obvious?

-- Could NOT find DHT (missing: DHT_LIBRARY DHT_INCLUDE_DIR) 
CMake Error at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3115 (message):
  No download info given for 'dht' and its source directory:

   /home/jemadux/projects/source/transmission-4.0.5/third-party/dht

  is not an existing non-empty directory.

Have you looked at the directory structure mentioned? Does it contain sources for the DHT library?

Presumably you are trying to compile from the release tarball... Which for reasons unknown does not appear to include any of the required third-party sources.
Those you will likely need to retrieve via git, either manually or by cloning the project with --recurse-submodules as per the "Building Transmission from Git" instructions.

Or, as already suggested, you could simply forgo the SNS and use a stable, tested release from the repositories. What "must have" feature does 4.0.5 include anyway?

there's some dev libraries .. and that dev library is not in devuan stable ..
i had some other issues and i found some dev libraries .. but i cant find dht library

#5 Desktop and Multimedia » [SOLVED] transmission-gkt ( release version) » 2023-12-22 19:46:24

jemadux
Replies: 13

The only application that I'd like have up-to-date is the torrent/magnet client
and my case is transmission 4.0.5

transmission 4.0.4 is working fine  but i can't compile transmission 4.0.5
build instructions https://github.com/transmission/transmi … mission.md

my problem is 

 cmake -B build -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found suitable version "7.88.1", minimum required is "7.28.0")  
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "3.0.11", minimum required is "0.9.7")  
-- Checking for modules 'gtkmm-4.0>=3.24.0;glibmm-2.68>=2.60.0;giomm-2.68>=2.26.0'
--   Found gtkmm-4.0, version 4.8.0
--   Found glibmm-2.68, version 2.74.0
--   Found giomm-2.68, version 2.74.0
-- Found DEFLATE: /usr/include (found suitable version "1.14", minimum required is "1.7") 
-- Found EVENT2: /usr/lib/x86_64-linux-gnu/libevent.so (found suitable version "2.1.12-stable", minimum required is "2.1.0") 
-- Found NATPMP: /usr/lib/x86_64-linux-gnu/libnatpmp.so  
-- Found MINIUPNPC: /usr/lib/x86_64-linux-gnu/libminiupnpc.so (found version "2.2.4") 
-- Could NOT find DHT (missing: DHT_LIBRARY DHT_INCLUDE_DIR) 
CMake Error at /usr/share/cmake-3.25/Modules/ExternalProject.cmake:3115 (message):
  No download info given for 'dht' and its source directory:

   /home/jemadux/projects/source/transmission-4.0.5/third-party/dht

  is not an existing non-empty directory.  Please specify one of:

   * SOURCE_DIR with an existing non-empty directory
   * DOWNLOAD_COMMAND
   * URL
   * GIT_REPOSITORY
   * SVN_REPOSITORY
   * HG_REPOSITORY
   * CVS_REPOSITORY and CVS_MODULE
Call Stack (most recent call first):
  /usr/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command)
  cmake/TrMacros.cmake:170 (ExternalProject_Add)
  CMakeLists.txt:508 (tr_add_external_auto_library)

-- Configuring incomplete, errors occurred!
See also "/home/jemadux/projects/source/transmission-4.0.5/build/CMakeFiles/CMakeOutput.log". 

and there's no log file ,, what i should do ?

#6 Devuan » experimental repo and some questions » 2023-11-14 21:09:04

jemadux
Replies: 1

Lets talk about some minor things .

As we know dev1 gnu / linux on debian gnu /linux the only difference is the init .

Will I have different approach if I use debian with different init system like this [1]

If I want to install something from experimental repository of debian is that good idea to
mix the /apt/sources.list with experimental ones ?

[1] https://wiki.debian.org/Init#Changing_t … ation_time

#7 Re: Devuan Derivatives » how to add freely PPA's for firefox or seamonkey-mozilla-build? » 2023-11-13 22:06:11

if you want the latest version of Firefox and Thunderbird your hands will be messy .. lemme explain .

download the firefox from here   [1] and thunderbird from here [2]
extact the files to ~/mozilla/

fell free to delete the tarbals when you extracted them

run the application in terminal

~/mozilla/firefox/firefox 

will start firefox in the latest stable version 

 ~/mozilla/thunderbird/thunderbird

if everything working fine then

 sudo mv ~/mozilla /usr/local/ 

feel free to symblink the applications to /usr/local/bin

 
sudo ln -sf /usr/local/mozilla/firefox/firefox /usr/local/bin/firefox
sudo ln -sf /usr/local/mozilla/thunderbird/thunderbird /usr/local/bin/thunderbird

and now  create the applications entry to each one

Firefox

 
[Desktop Entry]
Name=Firefox
Name[bg]=Firefox
Name[ca]=Firefox
Name[cs]=Firefox
Name[el]=Firefox
Name[es]=Firefox
Name[fa]=Firefox
Name[fi]=Firefox
Name[fr]=Firefox
Name[hu]=Firefox
Name[it]=Firefox
Name[ja]=Firefox
Name[ko]=Firefox
Name[nb]=Firefox
Name[nl]=Firefox
Name[nn]=Firefox
Name[no]=Firefox
Name[pl]=Firefox
Name[pt]=Firefox
Name[pt_BR]=Firefox
Name[ru]=Firefox
Name[sk]=Firefox
Name[sv]=Firefox
Comment=Browse the World Wide Web
Comment[bg]=Сърфиране в Мрежата
Comment[ca]=Navegueu per el web
Comment[cs]=Prohlížení stránek World Wide Webu
Comment[de]=Im Internet surfen
Comment[el]=Περιηγηθείτε στον παγκόσμιο ιστό
Comment[es]=Navegue por la web
Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
Comment[fi]=Selaa Internetin WWW-sivuja
Comment[fr]=Navigue sur Internet
Comment[hu]=A világháló böngészése
Comment[it]=Esplora il web
Comment[ja]=ウェブを閲覧します
Comment[ko]=웹을 돌아 다닙니다
Comment[nb]=Surf på nettet
Comment[nl]=Verken het internet
Comment[nn]=Surf på nettet
Comment[no]=Surf på nettet
Comment[pl]=Przeglądanie stron WWW 
Comment[pt]=Navegue na Internet
Comment[pt_BR]=Navegue na Internet
Comment[ru]=Обозреватель Всемирной Паутины
Comment[sk]=Prehliadanie internetu
Comment[sv]=Surfa på webben
GenericName=Web Browser
GenericName[bg]=Интернет браузър
GenericName[ca]=Navegador web
GenericName[cs]=Webový prohlížeč
GenericName[de]=Webbrowser
GenericName[el]=Περιηγητής ιστού
GenericName[es]=Navegador web
GenericName[fa]=مرورگر اینترنتی
GenericName[fi]=WWW-selain
GenericName[fr]=Navigateur Web
GenericName[hu]=Webböngésző
GenericName[it]=Browser Web
GenericName[ja]=ウェブ・ブラウザ
GenericName[ko]=웹 브라우저
GenericName[nb]=Nettleser
GenericName[nl]=Webbrowser
GenericName[nn]=Nettlesar
GenericName[no]=Nettleser
GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador Web
GenericName[ru]=Интернет-браузер
GenericName[sk]=Internetový prehliadač
GenericName[sv]=Webbläsare
X-GNOME-FullName=Firefox Web Browser
X-GNOME-FullName[bg]=Интернет браузър (Firefox)
X-GNOME-FullName[ca]=Navegador web Firefox
X-GNOME-FullName[cs]=Firefox Webový prohlížeč
X-GNOME-FullName[el]=Περιηγήτης Ιστού Firefox
X-GNOME-FullName[es]=Navegador web Firefox
X-GNOME-FullName[fa]=مرورگر اینترنتی Firefox
X-GNOME-FullName[fi]=Firefox-selain
X-GNOME-FullName[fr]=Navigateur Web Firefox
X-GNOME-FullName[hu]=Firefox webböngésző
X-GNOME-FullName[it]=Firefox Browser Web
X-GNOME-FullName[ja]=Firefox ウェブ・ブラウザ
X-GNOME-FullName[ko]=Firefox 웹 브라우저
X-GNOME-FullName[nb]=Firefox Nettleser
X-GNOME-FullName[nl]=Firefox webbrowser
X-GNOME-FullName[nn]=Firefox Nettlesar
X-GNOME-FullName[no]=Firefox Nettleser
X-GNOME-FullName[pl]=Przeglądarka WWW Firefox
X-GNOME-FullName[pt]=Firefox Navegador Web
X-GNOME-FullName[pt_BR]=Navegador Web Firefox
X-GNOME-FullName[ru]=Интернет-браузер Firefox
X-GNOME-FullName[sk]=Internetový prehliadač Firefox
X-GNOME-FullName[sv]=Webbläsaren Firefox
Exec=/usr/local/bin/firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox
StartupNotify=true

Thunderbird

[Desktop Entry]
Name=Thunderbird
Comment=Read/Write Mail/News with Thunderbird
GenericName=Mail Client
Exec=/usr/local/bin/thunderbird %u
Terminal=false
X-MultipleArgs=false
Type=Application
Version=1.0
Icon=thunderbird
Categories=Network;Email;News;GTK;
MimeType=message/rfc822;text/calendar;text/vcard;text/x-vcard;x-scheme-handler/mailto;x-scheme-handler/mid;x-scheme-handler/news;x-scheme-handler/webcal;x-scheme-handler/webcals;
StartupWMClass=thunderbird-default
StartupNotify=true
Actions=ComposeMessage;OpenAddressBook;
Name[ast]=Veceru de corréu Thunderbird
Name[ca]=Client de correu Thunderbird
Name[cs]=Poštovní klient Thunderbird
Name[da]=Mozilla Thunderbird - e-post/nyhedsgruppe
Name[de]=Thunderbird E-Mail und Nachrichten
Name[el]=Ηλεκτρονική αλληλογραφία Thunderbird
Name[es]=Cliente de correo Thunderbird
Name[fi]=Thunderbird-sähköposti
Name[fr]=Messagerie Thunderbird
Name[gl]=Cliente de correo Thunderbird
Name[he]=Mozilla Thunderbird דוא״ל/חדשות
Name[hr]=Mozilla Thunderbird e-pošta/novosti
Name[hu]=Thunderbird levelezőkliens
Name[it]=Email Mozilla Thunderbird
Name[ja]=Thunderbird電子メールクライアント
Name[ko]=Mozilla Thunderbird
Name[nl]=Mozilla Thunderbird e-mail/nieuws
Name[pl]=Klient poczty Thunderbird
Name[pt_BR]=Cliente de E-mail Thunderbird
Name[ru]=Почтовый клиент Thunderbird
Name[sk]=Thunderbird - poštový klient
Name[sv]=E-postklienten Thunderbird
Name[ug]=Mozilla Thunderbird ئېلخەت/خەۋەر
Name[uk]=Поштова програма Thunderbird
Name[vi]=Trình điện thư Mozilla Thunderbird
Name[zh_CN]=Thunderbird 邮件/新闻
Name[zh_TW]=Thunderbird 郵件
Comment[ast]=Lleer y escribir corréu electrónicu
Comment[ca]=Llegiu i escriviu correu
Comment[cs]=Čtení a psaní pošty
Comment[da]=Skriv/læs e-post/nyhedsgruppe med Mozilla Thunderbird
Comment[de]=E-Mails und Nachrichten mit Thunderbird lesen und schreiben
Comment[el]=Διαβάστε και γράψτε γράμματα με το Mozilla Thunderbird
Comment[es]=Lea y escriba correos y noticias con Thunderbird
Comment[fi]=Lue ja kirjoita sähköposteja
Comment[fr]=Lire et écrire des courriels
Comment[gl]=Lea e escriba correo electrónico
Comment[he]=קריאה/כתיבה של דוא״ל/חדשות באמצעות Mozilla Thunderbird
Comment[hr]=Čitajte/šaljite e-poštu s Thunderbird
Comment[hu]=Levelek írása és olvasása a Thunderbirddel
Comment[it]=Per leggere e scrivere email
Comment[ja]=メールの読み書き
Comment[ko]=Mozilla Thunderbird 메일/뉴스 읽기 및 쓰기 클라이언트
Comment[nl]=E-mail/nieuws lezen en schrijven met Mozilla Thunderbird
Comment[pl]=Czytanie i wysyłanie e-maili
Comment[pt_BR]=Leia e escreva suas mensagens
Comment[ru]=Читайте и пишите письма
Comment[sk]=Čítajte a píšte poštu pomocou programu Thunderbird
Comment[sv]=Läs och skriv e-post
Comment[uk]=Читання та написання листів
Comment[vi]=Đọc và soạn thư điện tử
Comment[zh_CN]=阅读邮件或新闻
Comment[zh_TW]=以 Mozilla Thunderbird 讀寫郵件或新聞
GenericName[ast]=Client de correu
GenericName[ca]=Client de correu
GenericName[cs]=Poštovní klient
GenericName[da]=E-postklient
GenericName[de]=E-Mail-Anwendung
GenericName[el]=Λογισμικό αλληλογραφίας
GenericName[es]=Cliente de correo
GenericName[fi]=Sähköpostiohjelma
GenericName[fr]=Client de messagerie
GenericName[gl]=Cliente de correo electrónico
GenericName[he]=לקוח דוא״ל
GenericName[hr]=Klijent e-pošte
GenericName[hu]=Levelezőkliens
GenericName[it]=Client email
GenericName[ja]=電子メールクライアント
GenericName[ko]=메일 클라이언트
GenericName[nl]=E-mailprogramma
GenericName[pl]=Klient poczty
GenericName[pt_BR]=Cliente de E-mail
GenericName[ru]=Почтовый клиент
GenericName[sk]=Poštový klient
GenericName[uk]=Поштова програма
GenericName[vi]=Phần mềm khách quản lý thư điện tử
GenericName[zh_CN]=邮件新闻客户端
GenericName[zh_TW]=郵件用戶端
Keywords=EMail;E-mail;Contact;Addressbook;News;
Keywords[ast]=Corréu;Corréu-e;Noticies;Discusiones;Mensaxes;Canales;RSS
Keywords[ca]=Correu;Email;E-mail;Mailing;Llistes;Notícies;RSS
Keywords[cs]=Email;E-mail;Pošta;Elektronická pošta;Diskusní skupiny;Čtečka;RSS
Keywords[da]=Email;E-mail;Epost;E-post;Ebrev;E-brev;Kontakt;Adressebog;Nyheder;
Keywords[de]=Mail;E-Mail;Newsgroup;Nachrichten;Feed;RSS;Post;News;Usenet;online;lesen;schreiben
Keywords[el]=Email;E-mail;Newsgroup;Feed;RSS;ημαιλ;Αλληλογραφία;Ροή;ΡΣΣ;Συζητήσεις;Γράμματα
Keywords[es]=Email;Correo electrónico;Noticias;Discusiones;Mensajes;Canales;RSS
Keywords[fi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;posti;sähköposti;maili;meili;Usenet;uutisryhmät;syöte
Keywords[fr]=Mails;Mels;E-Mails;Emails;Courriels;Courriers;Newsgroup;Feed;RSS;Poster;Thunderbird;Lire;Écrire
Keywords[he]=דוא"ל;דוא״ל;מייל;אי-מייל;אימייל;הודעות;מוזילה;תאנדרבירד;ת׳אנדרבירד;ת'אנדרבירד;ת׳אנדרברד;ת'אנדרברד;דואל;
Keywords[hr]=email;e-mail;e-pošta;pošta;RSS
Keywords[hu]=Email;E-mail;Levél;Levelezés;Hírcsoport;Feed;Hírforrás;RSS
Keywords[it]=Email;Mail;Posta;Newsgroup;Feed;RSS
Keywords[is]=tölvupóstur;rafpóstur;fréttir;fréttahópar;samtöl;skilaboð;fréttastraumar;RSS
Keywords[ja]=Eメール;イーメール;mail;e-mail;email;メール;電子メール;ニュースグループ;ネットニュース;RSS;フィードリーダー;書く;読む;Mozilla
Keywords[nl]=Email;E-mail;Newsgroup;Feed;RSS;Nieuwsgroep;Post
Keywords[ru]=Email;E-mail;Newsgroup;Feed;RSS;почта;письма;новости;фиды
Keywords[sk]=Email;E-mail;Elektronická pošta;Diskusné skupiny;Čítačka kanálov;RSS
Keywords[uk]=Email;E-mail;Newsgroup;Feed;RSS;пошта;новини;подачі;стрічка
Keywords[vi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;Thư điện tử;Gửi thư
Keywords[zh_CN]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;电子;邮件;新闻;Thunderbird;tb;雷鸟;电邮;邮箱;阅读器;

[Desktop Action ComposeMessage]
Name=Write new message
Name[ar]=اكتب رسالة جديدة
Name[ast]=Redactar mensaxe nuevu
Name[be]=Напісаць новы ліст
Name[bg]=Съставяне на ново съобщение
Name[br]=Skrivañ ur gemennadenn nevez
Name[ca]=Escriu un missatge nou
Name[cs]=Napsat novou zprávu
Name[da]=Skriv en ny meddelelse
Name[de]=Neue Nachricht verfassen
Name[el]=Σύνταξη νέου μηνύματος
Name[es_AR]=Escribir un nuevo mensaje
Name[es_ES]=Redactar nuevo mensaje
Name[et]=Kirjuta uus kiri
Name[eu]=Idatzi mezu berria
Name[fi]=Kirjoita uusi viesti
Name[fr]=Rédiger un nouveau message
Name[fy_NL]=Skriuw in nij berjocht
Name[ga_IE]=Scríobh teachtaireacht nua
Name[gd]=Sgrìobh teachdaireachd ùr
Name[gl]=Escribir unha nova mensaxe
Name[he]=כתיבת הודעה חדשה
Name[hr]=Piši novu poruku
Name[hu]=Új üzenet írása
Name[hy_AM]=Գրել նոր նամակ
Name[is]=SKrifa nýjan póst
Name[it]=Scrivi nuovo messaggio
Name[ja]=新しいメッセージを作成する
Name[ko]=새 메시지 작성
Name[lt]=Rašyti naują laišką
Name[nb_NO]=Skriv ny melding
Name[nl]=Nieuw bericht aanmaken
Name[nn_NO]=Skriv ny melding
Name[pl]=Nowa wiadomość
Name[pt_BR]=Nova mensagem
Name[pt_PT]=Escrever nova mensagem
Name[rm]=Scriver in nov messadi
Name[ro]=Scrie un mesaj nou
Name[ru]=Создать новое сообщение
Name[sk]=Nová e-mailová správa
Name[sl]=Sestavi novo sporočilo
Name[sq]=Shkruani mesazh të ri
Name[sr]=Писање нове поруке
Name[sv_SE]=Skriv ett nytt meddelande
Name[tr]=Yeni ileti yaz
Name[uk]=Написати нового листа
Name[vi]=Viết thư mới
Name[zh_CN]=编写新消息
Name[zh_TW]=寫一封新訊息
Exec=/usr/local/bin/thunderbird -compose

[Desktop Action OpenAddressBook]
Name=Open address book
Name[ar]=افتح دفتر العناوين
Name[ast]=Abrir llibreta de direiciones
Name[be]=Адкрыць адрасную кнігу
Name[bg]=Отваряне на адресник
Name[br]=Digeriñ ur c'harned chomlec'hioù
Name[ca]=Obre la llibreta d'adreces
Name[cs]=Otevřít Adresář
Name[da]=Åbn adressebog
Name[de]=Adressbuch öffnen
Name[el]=Άνοιγμα ευρετηρίου διευθύνσεων
Name[es_AR]=Abrir libreta de direcciones
Name[es_ES]=Abrir libreta de direcciones
Name[et]=Ava aadressiraamat
Name[eu]=Ireki helbide-liburua
Name[fi]=Avaa osoitekirja
Name[fr]=Ouvrir un carnet d'adresses
Name[fy_NL]=Iepenje adresboek
Name[ga_IE]=Oscail leabhar seoltaí
Name[gd]=Fosgail leabhar-sheòlaidhean
Name[gl]=Abrir a axenda de enderezos
Name[he]=פתיחת ספר כתובות
Name[hr]=Otvori adresar
Name[hu]=Címjegyzék megnyitása
Name[hy_AM]=Բացել Հասցեագիրքը
Name[is]=Opna nafnaskrá
Name[it]=Apri rubrica
Name[ja]=アドレス帳を開く
Name[ko]=주소록 열기
Name[lt]=Atverti adresų knygą
Name[nb_NO]=Åpne adressebok
Name[nl]=Adresboek openen
Name[nn_NO]=Opne adressebok
Name[pl]=Książka adresowa
Name[pt_BR]=Catálogo de endereços
Name[pt_PT]=Abrir livro de endereços
Name[rm]=Avrir il cudeschet d'adressas
Name[ro]=Deschide agenda de contacte
Name[ru]=Открыть адресную книгу
Name[sk]=Otvoriť adresár
Name[sl]=Odpri adressar
Name[sq]=Hapni libër adresash
Name[sr]=Отвори адресар
Name[sv_SE]=Öppna adressboken
Name[tr]=Adres defterini aç
Name[uk]=Відкрити адресну книгу
Name[vi]=Mở sổ địa chỉ
Name[zh_CN]=打开通讯录
Name[zh_TW]=開啟通訊錄
Exec=/usr/local/bin/thunderbird -addressbook

Personally i am not using firefox & thunderbird with that way .
but if not working the desktop entries in menu
just replace the /usr/local/bin/ with the original file

[1] https://www.mozilla.org/en-US/firefox/new/
[2] https://www.thunderbird.net/en-US/
[3] better create the directory and

#8 Re: Installation » [SOLVED] Daedalus on Dell Inspiron fails » 2023-11-01 09:24:18

I have an dell laptop [1] . it working fine for me  ... probably because i dont have nvidia card

[1] https://www.amazon.com/Dell-Inspiron-Mo … 3728H?th=1

#9 Installation » how to change the init system ? » 2023-10-28 11:44:42

jemadux
Replies: 3

I am currently using openrc .
how to go to runnit or sysvinit

#10 Re: Off-topic » Hello Folks » 2023-10-20 13:23:15

welcome  to family ...

#11 Re: Desktop and Multimedia » [SOLVED] ntfs not mounting » 2023-10-06 07:20:57

solved ..

❯ sudo ntfsfix -d /dev/sdb1

Mounting volume... $MFTMirr does not match $MFT (record 3).
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 3...OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb1 was processed successfully.

source https://bbs.archlinux.org/viewtopic.php?id=271650

#12 Re: Desktop and Multimedia » [SOLVED] ntfs not mounting » 2023-10-06 07:13:06

rolfie wrote:

Is fuse installed?

 apt install fuse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  fuse3 gvfs-fuse ntfs-3g ntfs-3g-dev xdg-desktop-portal xdg-desktop-portal-gtk
The following NEW packages will be installed:
  fuse
0 upgraded, 1 newly installed, 6 to remove and 0 not upgraded.
Need to get 61.3 kB of archives.
After this operation, 5,126 kB disk space will be freed.
Do you want to continue? [Y/n]

#13 Re: Desktop and Multimedia » [SOLVED] ntfs not mounting » 2023-10-05 23:44:00

root@cryptolab:~# uname -a
Linux cryptolab 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux
root@cryptolab:~# cat /etc/fstab | grep ntfs*
root@cryptolab:~#

#14 Desktop and Multimedia » [SOLVED] ntfs not mounting » 2023-10-05 22:07:18

jemadux
Replies: 6

i tried to mount a ntfs hdd on my devuan system stable .

sx6P7wk.png

I am using xfce4 and stable version of dev1 .

all packages of ntfs are installed
kusaOIr.png

ls -altr /sbin/mount.ntfs                                                         
lrwxrwxrwx 1 root root 13 Mar 23  2023 /sbin/mount.ntfs -> mount.ntfs-3g

according to debian forum [1]  the solution  was to install a package and will be fine
but in my case the package is installed

[1]https://forums.debian.net/viewtopic.php?t=154459

#15 Freedom Hacks » ohmyzsh custom theme » 2023-09-24 20:54:53

jemadux
Replies: 1

hello dev1 community .. i made a zsh theme based on rubbyrussel
it is kinda the same theme but instrad of arrow i put the devuan logo

heres the theme of rubbyrussel
108254738-764b8700-716c-11eb-9a59-4deb8c8c6193.jpg

i changed to
iLbcjIV.png
instead of arrow with devuan logo .

to work that you need add the fonts to your /usr/local/share/fonts or ~/.local/share/fonts or ~/.fonts

wget -c https://github.com/romkatv/powerlevel10k-media/raw/145eb9fbc2f42ee408dacd9b22d8e6e0e553f83d/MesloLGS%20NF%20Bold.ttf
wget -c https://github.com/romkatv/powerlevel10k-media/raw/145eb9fbc2f42ee408dacd9b22d8e6e0e553f83d/MesloLGS%20NF%20Bold%20Italic.ttf
wget -c https://github.com/romkatv/powerlevel10k-media/raw/145eb9fbc2f42ee408dacd9b22d8e6e0e553f83d/MesloLGS%20NF%20Italic.ttf
wget -c https://github.com/romkatv/powerlevel10k-media/raw/145eb9fbc2f42ee408dacd9b22d8e6e0e553f83d/MesloLGS%20NF%20Regular.ttf 

plus u set those fonts to your terminal .

you gonan install the ohmyzsh

 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 

and then then 
you download devuan theme 

 wget https://gist.githubusercontent.com/jemadux/26702fc1d5c22e0c84d2790775732805/raw/08c1db9c919e321cb8ea7807bd619be8701f1ccc/devuan.zsh-theme -o ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/zsh-theme 

and fillanlly you replace robbyrussel theme to devuan

 sed -i 's/robbyrussell/devuan/g' ~/.zshrc

#16 Devuan » Thank you for doing an awesome distro » 2023-09-23 23:08:43

jemadux
Replies: 2

Dear Dev1 devs

I want to thank you for  your awesome distro they you developed

I tried most binary  non systemd distros like artix and void Linux
And I find Dev1 stable -- currently Daedalus awesome  .

The colord  daemon is working fine as should be working out of the box
But in the other systemd free distros you need to search a lot

#17 Re: Installation » ceres and semi upgrade » 2023-09-21 08:41:58

delgado wrote:

Probably nothing.
It's ceres - wait until it's fixed or fix it yourself.

None of my business, but do you really want to use the equivalent of debian SID?

when i was using debian in 2010-2014 i used sid .

#18 Installation » ceres and semi upgrade » 2023-09-20 18:28:33

jemadux
Replies: 2

here's one problem I have .. my system is on uefi

sudo apt install linux-image-amd64 grub2-common grub-efi-amd64 grub-efi-amd64-bin grub-common/unstable  grub-efi-amd64-signed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Selected version '2.12~rc1-10' (Devuan:1.0.0/unstable [amd64]) for 'grub-common'
The following additional packages will be installed:
  linux-image-6.5.0-1-amd64
Suggested packages:
  multiboot-doc grub-emu mtools xorriso linux-doc-6.5 debian-kernel-handbook
The following NEW packages will be installed:
  linux-image-6.5.0-1-amd64
The following packages will be upgraded:
  grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common linux-image-amd64
6 upgraded, 1 newly installed, 0 to remove and 1768 not upgraded.
Need to get 82.3 MB of archives.
After this operation, 461 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org/merged ceres/main amd64 grub-efi-amd64 amd64 2.12~rc1-10 [45.9 kB]
Get:2 http://deb.devuan.org/merged ceres/main amd64 grub2-common amd64 2.12~rc1-10 [633 kB]
Get:3 http://deb.devuan.org/merged ceres/main amd64 grub-efi-amd64-signed amd64 1+2.12~rc1+10 [1,346 kB]
Get:4 http://deb.devuan.org/merged ceres/main amd64 grub-efi-amd64-bin amd64 2.12~rc1-10 [1,959 kB]
Get:5 http://deb.devuan.org/merged ceres/main amd64 grub-common amd64 2.12~rc1-10 [2,813 kB]
Get:6 http://deb.devuan.org/merged ceres/main amd64 linux-image-6.5.0-1-amd64 amd64 6.5.3-1 [75.5 MB]
Get:7 http://deb.devuan.org/merged ceres/main amd64 linux-image-amd64 amd64 6.5.3-1 [1,476 B]                                                             
Fetched 82.3 MB in 26s (3,136 kB/s)                                                                                                                       
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 490726 files and directories currently installed.)
Preparing to unpack .../0-grub-efi-amd64_2.12~rc1-10_amd64.deb ...
Unpacking grub-efi-amd64 (2.12~rc1-10) over (2.06-13) ...
Preparing to unpack .../1-grub2-common_2.12~rc1-10_amd64.deb ...
Unpacking grub2-common (2.12~rc1-10) over (2.06-13) ...
Preparing to unpack .../2-grub-efi-amd64-signed_1+2.12~rc1+10_amd64.deb ...
Unpacking grub-efi-amd64-signed (1+2.12~rc1+10) over (1+2.06+13) ...
Preparing to unpack .../3-grub-efi-amd64-bin_2.12~rc1-10_amd64.deb ...
Unpacking grub-efi-amd64-bin (2.12~rc1-10) over (2.06-13) ...
Preparing to unpack .../4-grub-common_2.12~rc1-10_amd64.deb ...
Unpacking grub-common (2.12~rc1-10) over (2.06-13) ...
Selecting previously unselected package linux-image-6.5.0-1-amd64.
Preparing to unpack .../5-linux-image-6.5.0-1-amd64_6.5.3-1_amd64.deb ...
Unpacking linux-image-6.5.0-1-amd64 (6.5.3-1) ...
Preparing to unpack .../6-linux-image-amd64_6.5.3-1_amd64.deb ...
Unpacking linux-image-amd64 (6.5.3-1) over (6.1.52-1) ...
Setting up linux-image-6.5.0-1-amd64 (6.5.3-1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.1.0-12-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-6.1.0-12-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-6.5.0-1-amd64
I: /initrd.img is now a symlink to boot/initrd.img-6.5.0-1-amd64
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.5.0-1-amd64
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found background image: splash.png
/etc/grub.d/10_linux: 1: version_find_latest: not found
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 127
dpkg: error processing package linux-image-6.5.0-1-amd64 (--configure):
 installed linux-image-6.5.0-1-amd64 package post-installation script subprocess returned error exit status 1
Setting up grub-common (2.12~rc1-10) ...
Installing new version of config file /etc/grub.d/00_header ...
Installing new version of config file /etc/grub.d/10_linux ...
Installing new version of config file /etc/grub.d/20_linux_xen ...
Installing new version of config file /etc/grub.d/30_os-prober ...
Installing new version of config file /etc/grub.d/30_uefi-firmware ...
Removing obsolete conffile /etc/default/grub.d/init-select.cfg ...
Setting up grub-efi-amd64-bin (2.12~rc1-10) ...
Setting up grub-efi-amd64-signed (1+2.12~rc1+10) ...
Setting up grub2-common (2.12~rc1-10) ...
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-6.5.0-1-amd64 (= 6.5.3-1); however:
  Package linux-image-6.5.0-1-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up grub-efi-amd64 (2.12~rc1-10) ...
Installing for x86_64-efi platform.
Installation finished. No error reported.
Generating grub configuration file ...
Found background image: splash.png
Found linux image: /boot/vmlinuz-6.5.0-1-amd64
Found initrd image: /boot/initrd.img-6.5.0-1-amd64
Found linux image: /boot/vmlinuz-6.1.0-12-amd64
Found initrd image: /boot/initrd.img-6.1.0-12-amd64
Found linux image: /boot/vmlinuz-6.1.0-10-amd64
Found initrd image: /boot/initrd.img-6.1.0-10-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for shim-signed:amd64 (1.39+15.7-1) ...
Errors were encountered while processing:
 linux-image-6.5.0-1-amd64
 linux-image-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

what i should do ?

#20 Re: Desktop and Multimedia » [SOLVED] gimp not showing the menus . » 2023-09-17 12:04:19

rolfie wrote:
Questionaut wrote:

As debian user i say no its not normal behaviour every version of gimp works there so its devuan bug.

I wouldn't blame it to Devuan. Gimp works fine and shows full menues on my Daedalus with Cinnamon DE.

@OP: which DE do you use?

Edith: by the way, except for banned packages that rely on or are systemd, the vast majority of Devuan packages are 1:1 Debian packages.

cinammon desktop ...  that was because  i had some configs of gnome and solved them by deleting them

plus some gnome apps looks like that

Screenshot-from-2023-09-17-14-59-24.png

#21 Desktop and Multimedia » [SOLVED] gimp not showing the menus . » 2023-09-15 13:02:43

jemadux
Replies: 8

hello i am using devuan stable and i have one problem ..
gimp not showing the menus .. is that problem of devuan or debian problem ?

Screenshot-from-2023-09-15-15-54-55.png

#23 Desktop and Multimedia » emoji selector ? » 2023-08-26 19:41:59

jemadux
Replies: 1

is there any way with a press of some keys
will pop up a emoji selector?
i dont want install applications through flatpaks
i prefer something more native ..
thank you in advance .

i am running devuan stable curretly daedalus

#24 Devuan » questions about releases when debian released and devuan is rc2 » 2023-07-09 14:43:16

jemadux
Replies: 1

i know how debian is working ...
as we talking like 

                            debian            devuan
oldstable              bullseye           chimaera
stable                  bookworm        daedalus
testing                 trixie                excalibur
unstable               sid                   ceres

now as we know the we waiting the  devuan release new version of devuan

personally i am using ceres now the updates are rolling  or it is frozen when devuan new veresion released , then my devuan will be rolling ?

#25 Freedom Hacks » install the newest version of neovim » 2023-07-08 16:54:47

jemadux
Replies: 0

personally i am using gruvbox theme from my neovim and works perfectly fine with newest version of neovim that debian / devuan stable provideos ..

how to install the stable version of neovim . (currenlty is v9.1)

cd  /usr/local/bin/
sudo wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz 
sudo tar zxfv nvim-linux64.tar.gz
sudo rm -rf nvim-linux64.tar.gz
sudo ln -sf /usr/local/bin/nvim-linux64/bin/nvim /usr/local/bin/

and then you have the latest nvim .

if you want use nvim with editor and be the latest one .
simply .

sudo apt install -y neovim 
sudo rm /usr/bin/nvim 
sudo ln -sf /usr/local/bin/nvim-linux64/bin/nvim /usr/bin 

Board footer

Forum Software