Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. :: Synchronising package databases...
  2. core is up to date
  3. extra is up to date
  4. community is up to date
  5. multilib is up to date
  6. sublime-text is up to date
  7. :: Checking for conflicts...
  8. :: Checking for inner conflicts...
  9. [Repo: 2] electron6-6.1.5-1 ripgrep-11.0.2-1
  10. [Repo Make: 2] node-gyp-6.0.1-1 npm-6.12.1-1
  11. [Aur: 1] code-transparent-1.40.1-1
  12.  
  13. ==> Remove make dependencies after install? [y/N] 1 code-transparent (Build Files Exist)
  14. ==> Packages to cleanBuild?
  15. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  16. ==> :: PKGBUILD up to date, Skipping (1/1): code-transparent
  17. 1 code-transparent (Build Files Exist)
  18. ==> Diffs to show?
  19. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  20. ==> :: Parsing SRCINFO (1/1): code-transparent
  21. :: Synchronising package databases...
  22. core is up to date
  23. extra is up to date
  24. community is up to date
  25. multilib is up to date
  26. sublime-text is up to date
  27. resolving dependencies...
  28. looking for conflicting packages...
  29.  
  30. Packages (4) electron6-6.1.5-1 node-gyp-6.0.1-1 npm-6.12.1-1 ripgrep-11.0.2-1
  31.  
  32. Total Installed Size: 162,18 MiB
  33.  
  34. checking keyring...
  35. checking package integrity...
  36. loading package files...
  37. checking for file conflicts...
  38. checking available disk space...
  39. :: Processing package changes...
  40. installing electron6...
  41. Optional dependencies for electron6
  42. kde-cli-tools: file deletion support (kioclient5) [installed]
  43. trash-cli: file deletion support (trash-put)
  44. xdg-utils: open URLs with desktop's default (xdg-email, xdg-open) [installed]
  45. installing ripgrep...
  46. installing node-gyp...
  47. installing npm...
  48. :: Running post-transaction hooks...
  49. (1/2) Arming ConditionNeedsUpdate...
  50. (2/2) Updating the desktop file MIME type cache...
  51. ==>(B Making package: code-transparent 1.40.1-1 (tis 17 dec 2019 05:37:04)(B
  52. ==>(B Retrieving sources...(B
  53.  ->(B Updating code git repo...(B
  54. Fetching origin
  55.  ->(B Found code.js(B
  56.  ->(B Found code.sh(B
  57.  ->(B Found product_json.diff(B
  58.  ->(B Found enable-proposed-apis.diff(B
  59.  ->(B Found transparent.diff(B
  60. ==>(B Validating source files with sha512sums...(B
  61. electron6 not satisfied, flushing install queue
  62. ==>(B Making package: code-transparent 1.40.1-1 (tis 17 dec 2019 05:37:11)(B
  63. ==>(B Checking runtime dependencies...(B
  64. ==>(B Checking buildtime dependencies...(B
  65. ==>(B Retrieving sources...(B
  66.  ->(B Updating code git repo...(B
  67. Fetching origin
  68.  ->(B Found code.js(B
  69.  ->(B Found code.sh(B
  70.  ->(B Found product_json.diff(B
  71.  ->(B Found enable-proposed-apis.diff(B
  72.  ->(B Found transparent.diff(B
  73. ==>(B Validating source files with sha512sums...(B
  74. ==>(B Removing existing $srcdir/ directory...(B
  75. ==>(B Extracting sources...(B
  76.  ->(B Creating working copy of code git repo...(B
  77. ==>(B Starting prepare()...(B
  78. patching file product.json
  79. patching file src/main.js
  80. patching file src/vs/code/electron-main/window.ts
  81. patching file src/vs/workbench/common/theme.ts
  82. patching file src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
  83. patching file product.json
  84. Hunk #1 succeeded at 34 with fuzz 2 (offset 15 lines).
  85. ==>(B Sources are ready.(B
  86. ==>(B Making package: code-transparent 1.40.1-1 (tis 17 dec 2019 05:37:16)(B
  87. ==>(B Checking runtime dependencies...(B
  88. ==>(B Checking buildtime dependencies...(B
  89. ==>(B Sources are ready.(B
  90. ==> code-transparent-1.40.1-1 already made -- skipping build
  91. loading packages...
  92. resolving dependencies...
  93. looking for conflicting packages...
  94.  
  95. Packages (1) code-transparent-1.40.1-1
  96.  
  97. Total Installed Size: 60,69 MiB
  98.  
  99. :: Proceed with installation? [Y/n]
  100. checking keyring...
  101. checking package integrity...
  102. loading package files...
  103. checking for file conflicts...
  104. checking available disk space...
  105. :: Processing package changes...
  106. installing code-transparent...
  107.  
  108. Troubleshooting
  109. ------------------------
  110.  
  111. If Code is not shown transparent:
  112.  
  113. 1. Ensure color setting of Code is configured
  114. with transparent colors. (See "Config" section below)
  115. 2. Ensure your compositor has transparency enabled.
  116. 3. Open a second Code window. (Sometimes works)
  117.  
  118.  
  119.  
  120. Config
  121. ------------------------
  122.  
  123. Although Code is transparency-enabled,
  124. Code needs to be configured with transparent
  125. colors to see the transparency effect.
  126.  
  127. You can configure each color by yourself,
  128. or start with an already transparent color config.
  129.  
  130. Consider copying below color config to your Code settings.json:
  131.  
  132. "workbench.colorCustomizations": {
  133. // non-standard, transparency patched version only
  134. "workbench.background": "#00000080",
  135.  
  136. // VSC colors
  137. // ref: https://code.visualstudio.com/api/references/theme-color
  138. "activityBar.background": "#46575e5e",
  139. "button.background": "#00000040",
  140. "button.hoverBackground": "#00000080",
  141.  
  142. "editor.background": "#00000029",
  143. "editor.lineHighlightBackground": "#FFFFFF15",
  144. "editorGroupHeader.tabsBackground": "#00000050",
  145. "tab.activeBackground": "#00000080",
  146. "tab.inactiveBackground": "#00000020",
  147. "tab.border": "#00000000",
  148.  
  149. "list.activeSelectionBackground": "#00000040",
  150. "list.hoverBackground": "#00000040",
  151. "list.inactiveSelectionBackground": "#00000040",
  152.  
  153. "panel.background": "#00000080",
  154. "panel.border": "#00000000",
  155.  
  156. "sideBar.background": "#00000080",
  157. "sideBarSectionHeader.background": "#00000000",
  158.  
  159. "statusBar.background": "#00000080",
  160. "statusBar.noFolderBackground": "#00000080",
  161. "terminal.background": "#0000",
  162. "titleBar.activeBackground": "#00000030"
  163. },
  164.  
  165. Optional dependencies for code-transparent
  166. bash-completion: Bash completions
  167. zsh-completions: ZSH completitons
  168. :: Running post-transaction hooks...
  169. (1/2) Arming ConditionNeedsUpdate...
  170. (2/2) Updating the desktop file MIME type cache...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement