File | Date | Author | Commit |
---|---|---|---|
.tx | 2017-11-09 |
![]() |
[a455cf] Meson build system integration + small updates ... |
appdata | unknown | ||
help | 2020-06-25 |
![]() |
[dbd533] Fix Russian help translation |
man | unknown | ||
packages | 2020-08-01 |
![]() |
[b59903] Final changes for version 0.0.20 |
po | unknown | ||
polkit | 2020-05-21 |
![]() |
[b15ec5] Translations update |
resources | 2020-08-01 |
![]() |
[b59903] Final changes for version 0.0.20 |
src | 2020-08-16 |
![]() |
[3f6d6c] Fix tray icon in Unity7 |
.hgtags | 2020-08-01 |
![]() |
[e37f5f] Added tag v0.0.20 for changeset b599038ec9af |
AUTHORS | 2018-04-06 |
![]() |
[5c6456] Add Slovak localization |
Changelog | 2020-08-01 |
![]() |
[b59903] Final changes for version 0.0.20 |
LICENSE | 2017-08-26 |
![]() |
[0b47e0] Initial commit (version 0.0.18) |
Makefile | 2018-01-24 |
![]() |
[67c8a2] Add support for custom icon themes (thanks to A... |
README.rst | 2020-06-25 |
![]() |
[3adc0b] Fix README file |
configure | 2020-08-16 |
![]() |
[3f6d6c] Fix tray icon in Unity7 |
meson.build | 2020-08-16 |
![]() |
[3f6d6c] Fix tray icon in Unity7 |
Modem Manager GUI is a simple GTK based graphical interface compatible with Modem manager, Wader and oFono system services able to control EDGE/3G/4G broadband modem specific functions. You can check balance of your SIM card, send or receive SMS messages, control mobile traffic consumption and more using Modem Manager GUI.
Current features:
Main window:
First of all, you'll need to install such development packages:
Next you have to go to directory with program's source code and issue these commands:
meson build cd build ninja sudo ninja install
If you prefer good old Autotools, you can use these commands instead:
sh configure make sudo make install
Program files will be copied into your system directories. It's better to build package and install it though. Packages specification files are available in 'packages' directory of source code tree.
Please visit official project's page.