Ghetto skype для linux

Ghetto skype для linux

Word of Caution

This project is no longer actively maintained. Pull requests are welcome and if anyone would like to take over this project, please email robert@stanfield.it

Ghetto Skype is an electron client that uses Web Skype to better integrate with desktop environments found on Linux.

Credit to skype-unofficial-client for coming up with this idea. His version uses node webkit whereas mine uses Electron. This means you get a few extra goodies like notifications from Electron.

Why it’s better than Web Skype

  • Spell Check
  • Tray Icon shows how many messages are unread (if your desktop environment supports)
  • Electron will send notifications to libnotify
  • Use your default image viewer (writes to /tmp)
  • Start minimized when you start your computer
  • Run Skype through a proxy
  • Alternative themes

You can download the RPM or DEB package on the releases page or you can build from source with the instructions below.

If you run Arch Linux, you can use the AUR package nlowe created. Please send any issues with the AUR package to his repository.

If building from source:

  • Node 6.3.1 or higher (Debian/Ubuntu/Mint users need nodejs-legacy package)
  • Debian based distros need the following packages: sudo apt-get install build-essential icnsutils graphicsmagick xz-utils libxkbfile-dev libx11-dev libcairo2-dev libjpeg-dev libgif-dev libpango1.0-dev librsvg2-dev
  • If you’re creating deb package: sudo apt-get install fakeroot dpkg
  • Fedora users need the following packages: sudo dnf install gcc <,-c++>libicns-utils GraphicsMagick libX11-devel libxkbfile-devel libjpeg-turbo-devel cairo-devel giflib-devel pango-devel
  • If you’re creating rpm package: sudo dnf install rpm-build

Skip packaging and run this:

Install from source via package manager

We use electron-builder to package Ghetto Skype. Change the target to the format you prefer. By default, it uses «deb». For a full list of supported formats, refer to the wiki for electron-builder. The target should be set in ghetto-skype/package.json

There’s a separate settings window located in the context menu of the tray icon.

There currently isn’t a way to edit this with the settings window right now. You can open

/.config/Ghetto\ Skype/settings.json with your favorite text editor and add your proxy to the ProxyRule setting, save, and restart Ghetto Skype. For a better understanding of the format please refer to Electron’s wiki (specifically ses.setProxy)

Setting Zoom Level

If the font/photos are not big enough for you, you can use the zoom factor in the

/.config/Ghetto\ Skype/settings.json . This will be added to the settings screen soon.

The Skype name, associated trade marks and logos and the «S» logo are trade marks of Skype or related entities. This project is merely a browser 🙂

Источник

Arch Linux User Repository

Search Criteria

Package Details: ghetto-skype 1.6.0-1

Package Actions

Git Clone URL: https://aur.archlinux.org/ghetto-skype.git (read-only, click to copy)
Package Base: ghetto-skype
Description: Web Skype + Tray Icon + Notifications
Upstream URL: https://github.com/stanfieldr/ghetto-skype
Keywords: electron ghetto ghetto-skype skype
Licenses: GPL3
Submitter: nlowe
Maintainer: None
Last Packager: TheGoliath
Votes: 48
Popularity: 0.000000
First Submitted: 2016-05-10 02:22
Last Updated: 2020-05-22 15:13

Dependencies (4)

  • electron (electron-beta-bin, electron-nightly-npm, electron14-bin, electron-bin)
  • npm (nodejs6-bin, nodejs-nightly, npm6) (make)
  • python2(make)
  • libappindicator-gtk2 (libappindicator-gtk2-ubuntu) (optional) – Tray Icon support for certain DEs

Required by (0)

Sources (1)

Latest Comments

nerflad commented on 2019-04-16 22:55

I’m afraid I must orphan this package as I stopped using it a long time ago, and it is no longer working due to circumstances beyond my control.

pancakes commented on 2019-04-15 17:18

I’m getting an error launching ghetto-skype recently: App threw an error during load TypeError: app.makeSingleInstance is not a function [. ]

Could it have something to do with recent updates to electron? Anyone else encountering this?

0000000011111111 commented on 2019-03-15 08:09

Browser not supported fix:

nerflad commented on 2018-08-19 20:08

Version 1.6.0 fails to start even in a clean VM, and I can’t figure out why. I have opened an issue on Github (https://github.com/stanfieldr/ghetto-skype/issues/154) and we are stuck on 1.5.0 until a resolution is reached.

I am unflagging the package as I have done all I can thus far and will get the new version pushed as soon as I am confident it won’t break everyone’s experience.

nerflad commented on 2018-07-06 19:34

@Turtizzle Thank you for flagging the package out of date. It seems there is a problem with version 1.6.0 as I could get it to build, but it won’t start. When I have time this weekend I will figure it out and update the package.

lev.petrovic commented on 2018-03-14 11:36

many thanks! I had a lot of problems with skypeforlinux on my laptop, but with this package I can finally use skype normally when needed.

Techman35 commented on 2018-03-01 07:16

Why this skype is in arabic?

poikilos commented on 2018-02-28 22:25

doesn’t install—has «error: failed retrieving file ‘electron-1.7.12-1-x86_64.pkg.tar.xz’ from x : The requested URL returned error: 404» where x is several different sites it tries.

ruziel commented on 2018-02-28 16:07

@nerflad — that’s a pleasure. You’re a rock star in my world. What the hell is Skype doing with their software? Skype for Web is a mess. It’s like they want to kill it or something. More power to you. R.

nerflad commented on 2018-02-08 21:35

@ruziel: Thank you for your kind comment!

Copyright © 2004-2021 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Ghetto skype для linux

Word of Caution

This project is no longer actively maintained. Pull requests are welcome and if anyone would like to take over this project, please email robert@stanfield.it

Ghetto Skype is an electron client that uses Web Skype to better integrate with desktop environments found on Linux.

Credit to skype-unofficial-client for coming up with this idea. His version uses node webkit whereas mine uses Electron. This means you get a few extra goodies like notifications from Electron.

Why it’s better than Web Skype

  • Spell Check
  • Tray Icon shows how many messages are unread (if your desktop environment supports)
  • Electron will send notifications to libnotify
  • Use your default image viewer (writes to /tmp)
  • Start minimized when you start your computer
  • Run Skype through a proxy
  • Alternative themes

You can download the RPM or DEB package on the releases page or you can build from source with the instructions below.

If you run Arch Linux, you can use the AUR package nlowe created. Please send any issues with the AUR package to his repository.

If building from source:

  • Node 6.3.1 or higher (Debian/Ubuntu/Mint users need nodejs-legacy package)
  • Debian based distros need the following packages: sudo apt-get install build-essential icnsutils graphicsmagick xz-utils libxkbfile-dev libx11-dev libcairo2-dev libjpeg-dev libgif-dev libpango1.0-dev librsvg2-dev
  • If you’re creating deb package: sudo apt-get install fakeroot dpkg
  • Fedora users need the following packages: sudo dnf install gcc <,-c++>libicns-utils GraphicsMagick libX11-devel libxkbfile-devel libjpeg-turbo-devel cairo-devel giflib-devel pango-devel
  • If you’re creating rpm package: sudo dnf install rpm-build

Skip packaging and run this:

Install from source via package manager

We use electron-builder to package Ghetto Skype. Change the target to the format you prefer. By default, it uses «deb». For a full list of supported formats, refer to the wiki for electron-builder. The target should be set in ghetto-skype/package.json

There’s a separate settings window located in the context menu of the tray icon.

There currently isn’t a way to edit this with the settings window right now. You can open

/.config/Ghetto\ Skype/settings.json with your favorite text editor and add your proxy to the ProxyRule setting, save, and restart Ghetto Skype. For a better understanding of the format please refer to Electron’s wiki (specifically ses.setProxy)

Setting Zoom Level

If the font/photos are not big enough for you, you can use the zoom factor in the

/.config/Ghetto\ Skype/settings.json . This will be added to the settings screen soon.

The Skype name, associated trade marks and logos and the «S» logo are trade marks of Skype or related entities. This project is merely a browser 🙂

Источник

Intika-Linux-Apps / Ghetto-Skype Goto Github

Web Skype + Tray Icon + Notifications

License: GNU General Public License v3.0

JavaScript 46.26% CSS 34.06% HTML 19.69%

Ghetto-Skype’s Introduction

Word of Caution

This project is no longer actively maintained. Pull requests are welcome and if anyone would like to take over this project, please email robert@stanfield.it

Ghetto Skype is an electron client that uses Web Skype to better integrate with desktop environments found on Linux.

Credit to skype-unofficial-client for coming up with this idea. His version uses node webkit whereas mine uses Electron. This means you get a few extra goodies like notifications from Electron.

Why it’s better than Web Skype

  • Spell Check
  • Tray Icon shows how many messages are unread (if your desktop environment supports)
  • Electron will send notifications to libnotify
  • Use your default image viewer (writes to /tmp)
  • Start minimized when you start your computer
  • Run Skype through a proxy
  • Alternative themes

You can download the RPM or DEB package on the releases page or you can build from source with the instructions below.

If you run Arch Linux, you can use the AUR package nlowe created. Please send any issues with the AUR package to his repository.

If building from source:

  • Node 6.3.1 or higher (Debian/Ubuntu/Mint users need nodejs-legacy package)
  • Debian based distros need the following packages: sudo apt-get install build-essential icnsutils graphicsmagick xz-utils libxkbfile-dev libx11-dev libcairo2-dev libjpeg-dev libgif-dev libpango1.0-dev librsvg2-dev
  • If you’re creating deb package: sudo apt-get install fakeroot dpkg
  • Fedora users need the following packages: sudo dnf install gcc <,-c++>libicns-utils GraphicsMagick libX11-devel libxkbfile-devel libjpeg-turbo-devel cairo-devel giflib-devel pango-devel
  • If you’re creating rpm package: sudo dnf install rpm-build

Skip packaging and run this:

Install from source via package manager

We use electron-builder to package Ghetto Skype. Change the target to the format you prefer. By default, it uses «deb». For a full list of supported formats, refer to the wiki for electron-builder. The target should be set in ghetto-skype/package.json

There’s a separate settings window located in the context menu of the tray icon.

There currently isn’t a way to edit this with the settings window right now. You can open

/.config/Ghetto\ Skype/settings.json with your favorite text editor and add your proxy to the ProxyRule setting, save, and restart Ghetto Skype. For a better understanding of the format please refer to Electron’s wiki (specifically ses.setProxy)

Setting Zoom Level

If the font/photos are not big enough for you, you can use the zoom factor in the

/.config/Ghetto\ Skype/settings.json . This will be added to the settings screen soon.

The Skype name, associated trade marks and logos and the «S» logo are trade marks of Skype or related entities. This project is merely a browser 🙂

Contributors

Watchers

Recommend Projects

React

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Typescript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

Laravel

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recently View Projects

Ghetto-Skype

web skype + tray icon + notifications.

baDumTss

a simple in place image previewer/slideshow.

awesome-profile-readme

dropwizard-swagger

a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints.

arquivos relacionado aos coding dojos na tribuna do norte.

Источник

Читайте также:  Red hat linux ���������� ������
Оцените статью