Forked from com.github/cutls/TheDesk Maybe I'll figure out how to PR from here to there later.
Go to file
2019-05-19 17:30:15 +09:00
app Merge branch 'WIP-(before-CI)' of https://github.com/cutls/TheDesk into WIP-(before-CI) 2019-05-19 17:01:18 +09:00
snap Update snapcraft.yaml 2019-01-23 13:24:44 +09:00
.gitignore Add: min_id TL 2019-05-06 19:10:03 +09:00
.travis.yml travis 2019-04-14 18:58:12 +09:00
LATEST.md TheDesk Akane (16.1.0) 2018-09-11 03:59:44 +09:00
LICENSE Create LICENSE.md 2018-09-17 23:38:04 +09:00
LICENSE.md Create LICENSE.md 2018-09-21 15:54:12 +09:00
mastodon_data.json TheDesk Airi (ver.9) 2018-03-27 11:39:35 +09:00
package-lock.json TheDesk Miria (17.0.1) 2019-02-27 01:51:37 +09:00
README.md test readme 2019-05-19 17:30:15 +09:00
trial.travis.yml TheDesk Usamin (18.2.1) 2019-04-12 23:19:27 +09:00
ver.json TheDesk Akane (16.0.10) 2018-08-24 00:15:57 +09:00

TheDesk

Build Status
Crowdin
code style: prettier
PRs Welcome
Version
Download
Contributors
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのWindows/Linuxクライアント
Download:TheDeskcheck

Contribute/コントリビュート

Please make a pull request to WIP(before CI) brunch
WIP(before CI) ブランチにプルリクエストをお願いします。

License/ライセンス

GNU General Public License v3.0

The icon is provided under Creative Commons BY-NC-SA/アイコンはクリエイティブ・コモンズ 表示-非営利-継承で提供されています。
Press Kit

The default sound of notifications is provided Creative Commons BY

Terms of Use/利用規約

Language/言語

  • 日本語(Japanese)
  • English(英語)

Translation/翻訳

Crowdin project is available! Visit: https://translate.thedesk.top

Crowdinから翻訳に参加してみませんか: https://translate.thedesk.top

Requirement/環境

  • Electron 3.0.10(install yourself)
  • electron-dl(in package.json)
  • Jimp(in package.json)
  • font-manager(in package.json)
    • Python 2.x(install yourself)
    • VisualC++(Windows)(install yourself)
  • itunes-nowplaying-mac(for macOS)(in package.json)
  • node-notifier(in package.json)
  • sumchecker(in package.json)
  • Ability to read unformated files!(install yourself)

Contributors/主なコントリビューター

macOSビルダー

Linuxビルダー

iTunes NowPlayingにアルバムアートワークを付けてくれた人

Build/ビルド

Misskey(misskey.xyz) application token is not in cutls/TheDesk
Misskey(misskey.xyz)のトークンは含まれておりません。

git clone https://github.com/cutls/TheDesk
cd TheDesk/app
npm install
npm install --only=dev

electron-builder(推奨)

Use npm scripts.
npm scriptsを利用します

# Build for current platform
# 実行している環境向けにビルド
npm run build

# Select build target
# ターゲットを指定してビルド
## Windows
npm run build:win

## Windows and Linux (The macOS target should run on macOS. So, this option hasn't include the build for macOS)
## macOS向けのビルドにはmacOSで実行する必要があるためこのコマンドではビルドされません
npm run build:all

Config is all on package.json
ビルド設定はすべてpackage.jsonに記載しています。

electron-packager(非推奨)

npm install --save-dev electron-rebuild

Linux/macOS
./node_modules/.bin/electron-rebuild
Windows
.\node_modules\.bin\electron-rebuild.cmd

To install Python 2.x and Visual C++ for Windows, before running npm install --save-dev electron-rebuild
WindowsでPython 2.xやVisualC++を一発でインストールできるツールもあります(npm install --save-dev electron-rebuildの前に)
npm install --global windows-build-tools

日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。(とねぢ氏談)

Windows
electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --win32metadata.CompanyName="TheDesk&Cutls.com" --win32metadata.FileDescription="TheDesk" --win32metadata.OriginalFilename="TheDesk" --win32metadata.InternalName="TheDesk" --win32metadata.ProductName="TheDesk" --platform=win32 --arch=all --electron-version=4.0.5 --icon=.\app\thedesk.ico --overwrite
Linux
electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=linux --arch=x64,ia32 --electron-version=4.0.5 --overwrite
macOS
electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=4.0.5 --icon=./app/icon.icns --overwrite

Pleroma support

Did you find a bug with Pleroma accounts?
Pleroma does not follow Mastodon API rules completely although Pleroma developers say so.
Please write issues to improve TheDesk affinity with Pleroma.
Pleromaは、Mastodon APIとの互換性を謳っていますが、実際には様々な差異があり、TheDeskで不具合が発生することがあります。
Issuesに書いてある問題についてはなるべく対処しますので、ぜひお知らせください。

See also/詳しく

TheDesk - マストドン日本語ウィキ