深度作業系統 第三方軟體新增到開始選單

2021-10-07 10:05:30 字數 1131 閱讀 6435

[desktop entry]

# 分類

categories=utility;texteditor;

# 介紹 描述

comment=****** and easy to use text editor

# 程式路徑 %f 表示需要開啟檔案的路徑

exec=/data/software/editor/vscode-linux-x64/bin/code %f

# 應用名稱

name=vscode

# 通用名稱

genericname=vscode

# 顯示圖示名稱

icon=/data/software/editor/vscode-linux-x64/code.png

# 接受檔案型別 .* 表示所有

# 啟動通知

startupnotify=false

# 型別

# 提供方 使用者自定義

x-deepin-vendor=user-custom

# 固定寫法 可省略

x-deepin-createdby=com.deepin.dde.daemon.launcher

sublime

[desktop entry]

actions=document;

categories=texteditor;development;

comment=sophisticated text editor for code, markup and prose

exec=/data/software/editor/sublime_text_3/sublime_text %f

genericname=text editor

icon=sublime-text3

mimetype=text/plain;

name=sublime text

startupnotify=true

terminal=false

version=1.0

x-deepin-vendor=user-custom

x-deepin-createdby=com.deepin.dde.daemon.launcher

Idea中新增Typora第三方軟體編輯md檔案

由於網上的啟用碼大都不能使用,所以後來突發奇想,尋思能不能在idea裡使用第三方軟體開啟,因為本地是有typora軟體的,於是就有了這篇文章。0 本地電腦已經安裝typora軟體,關於typora軟體的安裝這裡不再贅述。1 首先需要先進入到idea設定介面,路徑如下 settings tools e...

簡易操作的第三方投票系統

簡易操作的第三方投票系統 1 login類 實現登入 2 vote類 實現投票 3 vote filter類 過濾器類,控制登入和刷票 4 userservice類 service類用來呼叫userdao運算元據庫 5 userdao類 運算元據庫類 6 voter類 投票者模型類 7 user類 ...

VS2017 新增第三方庫的操作

我在每次建立專案一直要新增相同的第三方庫,於是想怎麼加到vc 目錄中,vs2017與之前版本設定不一樣,記錄下 vs2017 vs2008 位置檢視 其它管理器 屬性管理器 工具 選項 專案管理器 vc 目錄 屬性管理器 vc 目錄中 使用的 包含目錄 和 庫目錄 是每個專案屬性中 包含目錄 和 庫...