All Projects → derlaft → skype1ico

derlaft / skype1ico

Licence: GPL-2.0 License
Skype icon wrapper for linux

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to skype1ico

Osiris
Reverse engineering suite for Halo 5: Forge
Stars: ✭ 40 (+135.29%)
Mutual labels:  microsoft
script-samples
A sample gallery of scripts to manage all things Microsoft 365.
Stars: ✭ 56 (+229.41%)
Mutual labels:  microsoft
FlaUIRecorder
UIAutomation test recorder for using with FlaUI library.
Stars: ✭ 23 (+35.29%)
Mutual labels:  microsoft
BotBuilder-Watson
A Microsoft Bot Framework & IBM Watson bot
Stars: ✭ 19 (+11.76%)
Mutual labels:  skype
SfBAutomatedLab
SfBAutomatedLab deploys Skype for Business labs using PowerShell and AutomatedLab. You just need the topology file and 2 lines of code.
Stars: ✭ 14 (-17.65%)
Mutual labels:  skype
GW-BASIC
Assembling Microsoft GW-BASIC from 1983, with MASM or JWasm • "pre-release" binaries at https://github.com/tkchia/GW-BASIC/releases • source mirror at https://gitlab.com/tkchia/GW-BASIC • fork of https://github.com/dspinellis/GW-BASIC
Stars: ✭ 55 (+223.53%)
Mutual labels:  microsoft
ATKSpy
this repository is a python package that supports SOAP interface to communicate with the Microsoft ATKS
Stars: ✭ 27 (+58.82%)
Mutual labels:  microsoft
spfx-msgraph-peoplesearch
Show and search users from your organization with an SPFx web part, through Microsoft Graph.
Stars: ✭ 29 (+70.59%)
Mutual labels:  microsoft
windows-Credential-Provider-library
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10.
Stars: ✭ 122 (+617.65%)
Mutual labels:  microsoft
CVE-2020-0688-Scanner
Quick tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.
Stars: ✭ 38 (+123.53%)
Mutual labels:  microsoft
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (+364.71%)
Mutual labels:  microsoft
WinHub-98
A modern-looking userstyle for GitHub
Stars: ✭ 59 (+247.06%)
Mutual labels:  microsoft
Skype-Kamailio-PSTN-gateway
Skype for Business/Lync PSTN gateway
Stars: ✭ 21 (+23.53%)
Mutual labels:  skype
microsoft-download-link-archive
Archive of various Microsoft Download Links.
Stars: ✭ 15 (-11.76%)
Mutual labels:  microsoft
iot-curriculum
Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
Stars: ✭ 110 (+547.06%)
Mutual labels:  microsoft
sebasic4
SE Basic IV 4.2 Cordelia - A free BASIC interpreter written in Z80 assembly language
Stars: ✭ 44 (+158.82%)
Mutual labels:  microsoft
microsoft-he4rt
A 2 day challenge to develop any project using Microsoft Graph and Azure
Stars: ✭ 15 (-11.76%)
Mutual labels:  microsoft
stylenet
A pytorch implemention of "StyleNet: Generating Attractive Visual Captions with Styles"
Stars: ✭ 58 (+241.18%)
Mutual labels:  microsoft
teams-call
Shell script to detect when you're in a Microsoft Teams Call. Supports Linux and macOS.
Stars: ✭ 23 (+35.29%)
Mutual labels:  microsoft
ForzaHorizonFix
A simple fix for Forza Horizon 4 and Forza Horizon 5 crashes
Stars: ✭ 20 (+17.65%)
Mutual labels:  microsoft

skype1ico

Skype icon wrapper for linux.

A very simple LD_PRELOAD wrapper that replaces original skype icons with your own ones.

Feel free to commit new icon themes!

Compilation & Installation

First you need environment that's able to compile 32-bit code. You also need libX11 and Qt and headers for them.

Run qmake -spec linux-g++-32 && make

Then you will be able to start SkypeTab using LD_PRELOAD=pwd/libskype1ico.so skype

Note, LD_PRELOAD requires full path to the library

Usage

Just run skype from included .desktop file. Otherwise you can run it manually:

LD_PRELOAD=/usr/lib/libskype1ico.so skype

Themes

By default, skype1ico checks the following directories for themes:

  • $HOME/.local/share/skype1ico/
  • /usr/share/skype1ico/
  • /usr/local/share/skype1ico

Theme name is set up in this priority:

  • SKYPE1ICO_THEME variable
  • system icon theme name
  • default

If no theme can be accessed, skype will fall back to default icons. For futher informating about themes please check out KFaenza/themerc theme configuration file.

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].