signal

  1. I

    Solved Is electron having build issues again? Signal messaging app missing from latest pkgs.

    As the title asks. Is Electron having compile issues again? I've noticed for the past few weeks that Signal is no longer in the repo. If this is the case, is there an actual, portable Electron alternative that works 1:1? Like MariaDB is to MySQL (although that's just a MySQL comparable server...
  2. P

    [new port] signal messaging CLI client

    There is new port available: net-im/gurk-rs Gurk is Signal CLI client written in Rust. Binary is around 16 MB in size and doesn't need additional pkgs: % ls -lh /usr/local/bin/gurk -rwxr-xr-x 1 root wheel 16M Jul 3 07:38 /usr/local/bin/gurk % ldd /usr/local/bin/gurk /usr/local/bin/gurk...
  3. M

    Signal-Desktop / deltachat-desktop App

    I have just seen that neither the signalapp / Signal-Desktop nor the deltachat-desktop app has been ported to FreeBSD yet. Has anyone already taken a look if it's possible or to run the (Debian-based) Linux binary? Or to run the Windows app with Wine? P.S. I'm not using FreeBSD (waiting for...
  4. M

    signalapp / Signal-Desktop

    I was just wondering if someone would be interested in porting signalapp / Signal-Desktop or if there is specific reason why it hasn't been ported yet (Linux only?). P.S. I'm not using FreeBSD (waiting for 13.0 RELEASE to go onto my new laptop) or Signal yet, nor am I a developer, so this is...
  5. F

    Solved Using rc.d script with /usr/sbin/daemon to start and stop a script

    I am trying to write an rc.d script to start and stop a (Python) script. Starting the command seems to be working, but stopping it is not yet the way I want. My goal is to ensure the script receives a SIGTERM signal when it should shut down; that seems not to be the case; I think only the...
  6. O

    Running a Program Right After ROOT User Logged In

    Hi I was developing an application which needs to be run like a startup app , right when the root user logged in , the program will run (so no more access to the terminal and just using the application) . I have no other users and there's just root. how can I achieve this ? and something...
  7. Kalero

    Other Wifi signal icon at Lumina desktop

    Hi, I installed Lumina desktop 0.8.7 on FreeBSD 10.2 and if I look for Lumina screenshots at the web, I see they have the typical wifi signal icon at the system tray, but I can't find it in the plugins list for the panel (Lumina is a plugin based desktop). I've searched at FreeBSD packages and...
  8. U

    Using signal in kill method

    0 down vote favorite I want to write a system call for FreeBSD kernel which get a PID and do depth-first-search on its child then return all of the PIDs. I'v read about load kernel module and I understand how to right them.(ref to this link) and I understand that kill method is the useful...
Back
Top