All Projects → meebey → Smuxi

meebey / Smuxi

Licence: gpl-2.0
Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+

Projects that are alternatives of or similar to Smuxi

Plane Icon Theme
Is a modern icon theme for gnome linux versions.
Stars: ✭ 117 (-19.31%)
Mutual labels:  gnome
Gir
Tool to generate rust bindings and user API for glib-based libraries
Stars: ✭ 124 (-14.48%)
Mutual labels:  gnome
Gir ffi
Auto-generate bindings for GObject based libraries at run time using FFI
Stars: ✭ 135 (-6.9%)
Mutual labels:  gnome
Kittehircclientlib
An IRC client library in Java
Stars: ✭ 116 (-20%)
Mutual labels:  irc-client
Gnome Shell Extension Docker
An extension for managing docker containers
Stars: ✭ 124 (-14.48%)
Mutual labels:  gnome
Qgnomeplatform
QPlatformTheme for a better Qt application inclusion in GNOME
Stars: ✭ 126 (-13.1%)
Mutual labels:  gnome
Dynamic Wallpaper Editor
A little utility for creation or edition of GNOME desktop's XML wallpapers
Stars: ✭ 116 (-20%)
Mutual labels:  gnome
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+1181.38%)
Mutual labels:  gnome
Gnome Shell Extension Installer
A bash script to search and install extensions from extensions.gnome.org
Stars: ✭ 124 (-14.48%)
Mutual labels:  gnome
Hydrapaper
A Gtk utility to set two different backgrounds for each monitor on GNOME (which lacks this feature)
Stars: ✭ 134 (-7.59%)
Mutual labels:  gnome
Twittnuker
Android 4.0+ Twitter Client
Stars: ✭ 117 (-19.31%)
Mutual labels:  twitter-client
Irc Slack
IRC-to-Slack gateway
Stars: ✭ 123 (-15.17%)
Mutual labels:  irc-client
Irslackd
Self-hosted IRC gateway to Slack
Stars: ✭ 128 (-11.72%)
Mutual labels:  irc-client
Arc Theme Red
A red themed derivation of https://github.com/horst3180/arc-theme
Stars: ✭ 117 (-19.31%)
Mutual labels:  gnome
Splash
Unix Data Splashing Tool
Stars: ✭ 136 (-6.21%)
Mutual labels:  gnome
Cpupower Gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
Stars: ✭ 117 (-19.31%)
Mutual labels:  gnome
Bing Wallpaper Gnome Extension
GNOME shell extension that sets your desktop wallpaper & lock screen image to Microsoft Bing's Image of the Day.
Stars: ✭ 125 (-13.79%)
Mutual labels:  gnome
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (+0%)
Mutual labels:  gnome
Xabber Android
Open-source XMPP client for Android
Stars: ✭ 1,773 (+1122.76%)
Mutual labels:  xmpp-client
Adementary Theme
A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.
Stars: ✭ 129 (-11.03%)
Mutual labels:  gnome

Software Requirements

First you will need to install a few libraries to compile the source

Build tools & libraries:

  • Automake, Autoconf, gettext, pkg-config
  • Mono SDK (>= 4.6.2)
  • Nini (>= 1.1)
  • log4net
  • SQLite3
  • GTK# (>= 2.10) (optional, but required for the GNOME frontend)
  • Notify# (optional)
  • Indicate# / MessagingMenu# (optional)
  • DBus# / NDesk.DBus (optional)
  • GtkSpell (optional)
  • STFL (optional)

Depending on your operating system and favorite distribution the installation of the listed applications varies. For Debian based distributions it's just a matter of the following commands:

apt-get install mono-devel mono-xbuild libnini-cil-dev liblog4net-cil-dev libgtk2.0-cil-dev libglade2.0-cil-dev libnotify-cil-dev libdbus2.0-cil-dev libdbus2.0-cil-dev lsb-release

Compiling Source

./autogen.sh || ./configure
make

Installing

make install

Running

Now you can start Smuxi from the GNOME or KDE menu.

Source Structure

src/

This directory contains the source code of all Smuxi components.

lib/

This directory contains libraries that Smuxi needs and ships as part of Smuxi.

po*/

These directories contain translation files based on gettext.

debian/

The debian/ directory contains upstream packaging used for the daily development builds for Ubuntu and Debian found on launchpad (which you can subscribe to via sudo add-apt-repository -y ppa:meebey/smuxi-daily && sudo apt update). The official (downstream) Debian packaging can be found on here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].