Advertisement
Guest User

icinglogs

a guest
Jul 27th, 2017
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. ~/.cinnamon/configs/IcingTaskManager@json/*.json:
  2. {
  3. "layout": {
  4. "type": "layout",
  5. "pages": [
  6. "panelPage",
  7. "thumbnailsPage",
  8. "contextMenuPage",
  9. "themePage"
  10. ],
  11. "panelPage": {
  12. "type": "page",
  13. "title": "Panel",
  14. "sections": [
  15. "appButtonsSection",
  16. "hotKeysSection"
  17. ]
  18. },
  19. "thumbnailsPage": {
  20. "type": "page",
  21. "title": "Thumbnails",
  22. "sections": [
  23. "thumbnailsSection",
  24. "hoverPeekSection"
  25. ]
  26. },
  27. "contextMenuPage": {
  28. "type": "page",
  29. "title": "Context Menu",
  30. "sections": [
  31. "contextMenuSection"
  32. ]
  33. },
  34. "themePage": {
  35. "type": "page",
  36. "title": "Theming",
  37. "sections": [
  38. "stylingSection",
  39. "iconSection",
  40. "presetSection"
  41. ]
  42. },
  43. "appButtonsSection": {
  44. "type": "section",
  45. "title": "App Buttons",
  46. "keys": [
  47. "app-button-width",
  48. "number-display",
  49. "title-display",
  50. "pinned-apps",
  51. "group-apps",
  52. "show-alerts",
  53. "show-pinned",
  54. "system-favorites",
  55. "enable-app-button-dragging",
  56. "pinOnDrag",
  57. "middle-click-action",
  58. "list-monitor-windows"
  59. ]
  60. },
  61. "hotKeysSection": {
  62. "type": "section",
  63. "title": "Hot Keys",
  64. "keys": [
  65. "cycleMenusHotkey",
  66. "show-apps-order-hotkey",
  67. "show-apps-order-timeout"
  68. ]
  69. },
  70. "thumbnailsSection": {
  71. "type": "section",
  72. "title": "Thumbnails",
  73. "keys": [
  74. "thumbnail-timeout",
  75. "thumbnail-size",
  76. "show-thumbnails",
  77. "animate-thumbnails",
  78. "vertical-thumbnails",
  79. "sort-thumbnails",
  80. "onclick-thumbnails",
  81. "include-all-windows"
  82. ]
  83. },
  84. "hoverPeekSection": {
  85. "type": "section",
  86. "title": "Hover Peek",
  87. "keys": [
  88. "enable-hover-peek",
  89. "hover-peek-time",
  90. "hover-peek-opacity"
  91. ]
  92. },
  93. "contextMenuSection": {
  94. "type": "section",
  95. "title": "",
  96. "keys": [
  97. "show-recent",
  98. "firefox-menu",
  99. "menuItemType",
  100. "autostart-menu-item",
  101. "monitor-move-all-windows"
  102. ]
  103. },
  104. "stylingSection": {
  105. "type": "section",
  106. "title": "Styling",
  107. "keys": [
  108. "show-active",
  109. "close-button-style",
  110. "hoverPseudoClass",
  111. "focusPseudoClass",
  112. "activePseudoClass"
  113. ]
  114. },
  115. "iconSection": {
  116. "type": "section",
  117. "title": "Icons",
  118. "keys": [
  119. "icon-spacing",
  120. "enable-iconSize",
  121. "icon-size"
  122. ]
  123. },
  124. "presetSection": {
  125. "type": "section",
  126. "title": "Recommended Presets",
  127. "keys": [
  128. "mintYPreset"
  129. ]
  130. }
  131. },
  132. "number-display": {
  133. "type": "combobox",
  134. "default": 1,
  135. "description": "Number display",
  136. "options": {
  137. "Smart": 1,
  138. "Normal": 2,
  139. "None": 3,
  140. "All": 4
  141. },
  142. "tooltip": "normal: display window number, smart: display window number if more than one window, none: don't display number, all: display window number for favorites too",
  143. "value": 1
  144. },
  145. "title-display": {
  146. "type": "combobox",
  147. "default": 1,
  148. "description": "Title display",
  149. "options": {
  150. "None": 1,
  151. "App": 2,
  152. "Title": 3,
  153. "Focused": 4
  154. },
  155. "tooltip": "focused: show focused window title, title: display the window title, app: diplay app name, none: don't display anything",
  156. "value": 2
  157. },
  158. "pinned-apps": {
  159. "type": "generic",
  160. "default": [],
  161. "value": [
  162. "nemo.desktop",
  163. "google-chrome.desktop",
  164. "alacarte-made-03b91ac6-240a-11e7-8be5-4845202f350a.desktop",
  165. "skypeforlinux.desktop",
  166. "slack.desktop",
  167. "jetbrains-pycharm.desktop",
  168. "xed.desktop",
  169. "gitkraken.desktop",
  170. "gnome-terminal.desktop"
  171. ]
  172. },
  173. "group-apps": {
  174. "type": "checkbox",
  175. "default": true,
  176. "description": "Group apps",
  177. "tooltip": "Group each app's set of windows.",
  178. "value": true
  179. },
  180. "show-alerts": {
  181. "type": "checkbox",
  182. "default": true,
  183. "description": "Show app alerts and notifications",
  184. "tooltip": "If enabled, notifications and alerts will appear.",
  185. "value": true
  186. },
  187. "show-pinned": {
  188. "type": "checkbox",
  189. "default": true,
  190. "description": "Show pinned apps",
  191. "tooltip": "Controls whether or not the pinned apps appear in the panel if they are not open.",
  192. "value": true
  193. },
  194. "system-favorites": {
  195. "type": "checkbox",
  196. "default": false,
  197. "description": "Use system favorites for pinned apps",
  198. "tooltip": "Controls whether or not pinned apps consist of the system favorites list.",
  199. "value": false
  200. },
  201. "enable-app-button-dragging": {
  202. "type": "checkbox",
  203. "default": true,
  204. "description": "Enable app button dragging",
  205. "tooltip": "Enable app button dragging",
  206. "value": true
  207. },
  208. "pinOnDrag": {
  209. "type": "checkbox",
  210. "default": true,
  211. "description": "Pin apps when dragged to a new position",
  212. "tooltip": "Pin apps when dragged to a new position",
  213. "value": true
  214. },
  215. "middle-click-action": {
  216. "type": "checkbox",
  217. "default": true,
  218. "description": "Middle clicking app buttons creates new app instances",
  219. "tooltip": "Determines the behavior of middle mouse button clicks on app buttons. Setting this to false will close the last focused window from the app group on middle click.",
  220. "value": true
  221. },
  222. "list-monitor-windows": {
  223. "type": "checkbox",
  224. "default": true,
  225. "description": "Only list windows from the monitor displaying this instance",
  226. "tooltip": "This option will only come into effect for monitors displaying an ITM instance.",
  227. "value": true
  228. },
  229. "cycleMenusHotkey": {
  230. "type": "keybinding",
  231. "default": "<Super>space",
  232. "description": "Global hotkey for cycling through thumbnail menus",
  233. "tooltip": "This allows you to cycle through the menus without activating a window.",
  234. "value": "<Super>space"
  235. },
  236. "show-apps-order-hotkey": {
  237. "type": "keybinding",
  238. "default": "<Super>grave",
  239. "description": "Global hotkey to show the order of apps",
  240. "tooltip": "When triggered, the window count label will be replaced with its order in the app list temporarily.",
  241. "value": "<Super>grave"
  242. },
  243. "show-apps-order-timeout": {
  244. "type": "spinbutton",
  245. "default": 2500,
  246. "min": 100,
  247. "max": 10000,
  248. "step": 10,
  249. "units": "milliseconds",
  250. "description": "Duration of the apps order display on hotkey press",
  251. "tooltip": "Determines the duration the window count labels are replaced with the app's order number.",
  252. "value": 2500
  253. },
  254. "app-button-width": {
  255. "type": "spinbutton",
  256. "default": 31,
  257. "min": 1,
  258. "max": 250,
  259. "step": 2,
  260. "units": "px",
  261. "description": "App button width",
  262. "tooltip": "Controls the width of the application button.",
  263. "value": 31
  264. },
  265. "thumbnail-timeout": {
  266. "type": "spinbutton",
  267. "default": 50,
  268. "min": 0,
  269. "max": 5000,
  270. "step": 5,
  271. "units": "milliseconds",
  272. "description": "Thumbnail timeout",
  273. "tooltip": "Controls how quickly an app's set of window thumbnails will fade out when the mouse leaves the app button.",
  274. "value": 50
  275. },
  276. "thumbnail-size": {
  277. "type": "spinbutton",
  278. "default": 6,
  279. "min": 0,
  280. "max": 100,
  281. "step": 1,
  282. "units": "size",
  283. "description": "Thumbnail size",
  284. "tooltip": "Controls the size of the thumbnails.",
  285. "value": 6
  286. },
  287. "show-thumbnails": {
  288. "type": "checkbox",
  289. "default": true,
  290. "description": "Show thumbnails",
  291. "tooltip": "Show window thumbnails when hovering over an app button.",
  292. "value": true
  293. },
  294. "animate-thumbnails": {
  295. "type": "checkbox",
  296. "default": false,
  297. "description": "Animate thumbnails",
  298. "tooltip": "If enabled, thumbnails will animate when appearing and disappearing.",
  299. "value": false
  300. },
  301. "vertical-thumbnails": {
  302. "type": "checkbox",
  303. "default": false,
  304. "description": "Enable vertical thumbnails",
  305. "tooltip": "If enabled, thumbnails will stack vertically.",
  306. "value": false
  307. },
  308. "sort-thumbnails": {
  309. "type": "checkbox",
  310. "default": false,
  311. "description": "Sort windows for each app by last focused",
  312. "tooltip": "Controls whether the order windows appear for an app is by last focused, or the order they were opened.",
  313. "value": false
  314. },
  315. "onclick-thumbnails": {
  316. "type": "checkbox",
  317. "default": false,
  318. "description": "Open thumbnails on click",
  319. "tooltip": "Open the thumbnails on click if there is more than one window open.",
  320. "value": false
  321. },
  322. "include-all-windows": {
  323. "type": "checkbox",
  324. "default": false,
  325. "description": "Include all app windows",
  326. "tooltip": "Controls whether or not thumbnails for smalller child windows, such as exit confirmations and file dialogues will be included in the thumbnail list.",
  327. "value": false
  328. },
  329. "show-recent": {
  330. "type": "checkbox",
  331. "default": true,
  332. "description": "Show recent items",
  333. "tooltip": "Controls whether recent items will appear in the context menu.",
  334. "value": true
  335. },
  336. "menuItemType": {
  337. "type": "combobox",
  338. "default": 1,
  339. "description": "Menu item type",
  340. "options": {
  341. "Symbolic icons": 1,
  342. "Non-symbolic icons": 2,
  343. "No icons": 3
  344. },
  345. "tooltip": "Determines whether menu item icons are symbolic, non-symbolic, or not shown.",
  346. "value": 1
  347. },
  348. "firefox-menu": {
  349. "type": "combobox",
  350. "dependency": "show-recent",
  351. "default": 1,
  352. "description": "Firefox context menu",
  353. "options": {
  354. "Most Visited": 1,
  355. "Recent History": 2,
  356. "Bookmarks": 3
  357. },
  358. "tooltip": "Most Visited: show the sites you visit most, Recent History: display the the last pages you visited, Bookmarks: show your favorite bookmarks.",
  359. "value": 1
  360. },
  361. "autostart-menu-item": {
  362. "type": "checkbox",
  363. "default": true,
  364. "description": "Show autostart option",
  365. "tooltip": "Shows the autostart toggle option in an app's context menu.",
  366. "value": true
  367. },
  368. "monitor-move-all-windows": {
  369. "type": "checkbox",
  370. "default": true,
  371. "description": "Apply the monitor move option to all windows",
  372. "tooltip": "When clicking \"Move to monitor\" in the context menu, this option will move all of an app's windows instead of just the last focused window from the app.",
  373. "value": true
  374. },
  375. "enable-hover-peek": {
  376. "type": "checkbox",
  377. "default": true,
  378. "description": "Show windows when hovered over",
  379. "tooltip": "Controls whether or not windows display when hovered over.",
  380. "value": true
  381. },
  382. "hover-peek-time": {
  383. "type": "spinbutton",
  384. "dependency": "enable-hover-peek",
  385. "default": 150,
  386. "min": 0,
  387. "max": 1000,
  388. "step": 5,
  389. "units": "milliseconds",
  390. "description": "Window fade time",
  391. "tooltip": "Controls how quickly a window will fade on hover.",
  392. "value": 150
  393. },
  394. "hover-peek-opacity": {
  395. "type": "spinbutton",
  396. "dependency": "enable-hover-peek",
  397. "default": 94,
  398. "min": 0,
  399. "max": 100,
  400. "step": 1,
  401. "units": "percent",
  402. "description": "Window opacity",
  403. "tooltip": "Opacity of the windows on hover.",
  404. "value": 10
  405. },
  406. "show-active": {
  407. "type": "checkbox",
  408. "default": false,
  409. "description": "Show active app indicators",
  410. "tooltip": "Active app styling will indicate if an app is active.",
  411. "value": true
  412. },
  413. "icon-spacing": {
  414. "type": "spinbutton",
  415. "default": 7,
  416. "min": 0,
  417. "max": 15,
  418. "step": 1,
  419. "units": "px",
  420. "description": "Icon spacing",
  421. "tooltip": "Controls how much space is between the icons.",
  422. "value": 1
  423. },
  424. "icon-padding": {
  425. "type": "spinbutton",
  426. "default": 0,
  427. "min": 0,
  428. "max": 15,
  429. "step": 1,
  430. "units": "px",
  431. "description": "Icon padding",
  432. "tooltip": "Controls how much horizontal padding is inside the app buttons. Padding is only applied to instances of this applet on horizontal panels.",
  433. "value": 0
  434. },
  435. "enable-iconSize": {
  436. "type": "checkbox",
  437. "default": false,
  438. "description": "Adjust icon size",
  439. "tooltip": "Adjust icon size independent of Cinnamon's panel scaling.",
  440. "value": true
  441. },
  442. "icon-size": {
  443. "type": "spinbutton",
  444. "dependency": "enable-iconSize",
  445. "default": 24,
  446. "min": 16,
  447. "max": 128,
  448. "step": 2,
  449. "units": "px",
  450. "description": "Icon size",
  451. "tooltip": "Set icon size",
  452. "value": 27
  453. },
  454. "hoverPseudoClass": {
  455. "type": "combobox",
  456. "default": 1,
  457. "description": "App button hover pseudo class",
  458. "options": {
  459. "hover": 1,
  460. "focus": 2,
  461. "active": 3,
  462. "outlined": 4,
  463. "selected": 5
  464. },
  465. "tooltip": "Overrides the pseudo class for app buttons on hover.",
  466. "value": 1
  467. },
  468. "focusPseudoClass": {
  469. "type": "combobox",
  470. "default": 2,
  471. "description": "App button focus pseudo class",
  472. "options": {
  473. "hover": 1,
  474. "focus": 2,
  475. "active": 3,
  476. "outlined": 4,
  477. "selected": 5
  478. },
  479. "tooltip": "Overrides the pseudo class for app button on focus.",
  480. "value": 2
  481. },
  482. "activePseudoClass": {
  483. "type": "combobox",
  484. "default": 3,
  485. "description": "App button active pseudo class",
  486. "options": {
  487. "hover": 1,
  488. "focus": 2,
  489. "active": 3,
  490. "outlined": 4,
  491. "selected": 5
  492. },
  493. "tooltip": "Overrides the pseudo class for app buttons when they are active.",
  494. "value": 3
  495. },
  496. "close-button-style": {
  497. "type": "checkbox",
  498. "default": true,
  499. "description": "Allow themes to control the thumbnail close button",
  500. "tooltip": "Controls whether or not the theme controls the window thumbnail's close button.",
  501. "value": true
  502. },
  503. "mintYPreset": {
  504. "type": "button",
  505. "description": "Mint Y and Variants",
  506. "callback": "handleMintYThemePreset",
  507. "tooltip": "Mint Y and Variants"
  508. },
  509. "__md5__": "c5178c44902216e104bdad93abab3332"
  510. }
  511.  
  512.  
  513. ~/.cinnamon/glass.log:
  514. info t=2017-07-27T05:29:07.781Z Cinnamon.AppSystem.get_default() started in 198 ms
  515. info t=2017-07-27T05:29:07.787Z loading user theme: /usr/share/themes/Linux Mint/cinnamon/cinnamon.css
  516. info t=2017-07-27T05:29:07.812Z added icon directory: /usr/share/themes/Linux Mint/cinnamon
  517. info t=2017-07-27T05:29:07.910Z PlacesManager: Updating devices
  518. info t=2017-07-27T05:29:07.939Z loaded at Thu Jul 27 2017 07:29:07 GMT+0200 (CEST)
  519. info t=2017-07-27T05:29:08.290Z Loaded applet menu@cinnamon.org in 348 ms
  520. info t=2017-07-27T05:29:08.302Z Loaded applet show-desktop@cinnamon.org in 11 ms
  521. info t=2017-07-27T05:29:08.559Z Role locked: panellauncher
  522. info t=2017-07-27T05:29:08.668Z Loaded applet IcingTaskManager@json in 365 ms
  523. info t=2017-07-27T05:29:08.678Z Role locked: notifications
  524. info t=2017-07-27T05:29:08.681Z Loaded applet notifications@cinnamon.org in 12 ms
  525. info t=2017-07-27T05:29:08.704Z Loaded applet user@cinnamon.org in 22 ms
  526. info t=2017-07-27T05:29:08.712Z Loaded applet removable-drives@cinnamon.org in 8 ms
  527. info t=2017-07-27T05:29:08.731Z Loaded applet keyboard@cinnamon.org in 19 ms
  528. info t=2017-07-27T05:29:08.788Z Loaded applet network@cinnamon.org in 56 ms
  529. info t=2017-07-27T05:29:08.819Z Loaded applet sound@cinnamon.org in 30 ms
  530. info t=2017-07-27T05:29:08.835Z Loaded applet power@cinnamon.org in 15 ms
  531. info t=2017-07-27T05:29:08.845Z Loaded applet systray@cinnamon.org in 9 ms
  532. info t=2017-07-27T05:29:08.865Z Loaded applet calendar@cinnamon.org in 19 ms
  533. info t=2017-07-27T05:29:08.871Z Loaded applet windows-quick-list@cinnamon.org in 5 ms
  534. info t=2017-07-27T05:29:08.871Z AppletManager.init() started in 931 ms
  535. info t=2017-07-27T05:29:08.874Z Cinnamon took 1317 ms to start
  536. info t=2017-07-27T05:29:09.458Z Hiding systray: network
  537. info t=2017-07-27T05:29:16.468Z Adding systray: skypeforlinux (24x24px)
  538. info t=2017-07-27T05:29:26.312Z Adding systray: slack (24x24px)
  539. info t=2017-07-27T05:29:28.209Z Adding systray: mintupdate.py (24x24px)
  540.  
  541.  
  542. ~/.xsession-errors:
  543. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  544. /etc/mdm/Xsession: Beginning session setup...
  545. localuser:mcarans being added to access control list
  546. SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
  547. SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
  548. SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
  549. [cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found
  550.  
  551. (csd-color:2374): color-plugin-WARNING **: failed to reset xrandr-Chimei Innolux Corporation gamma tables: gamma size is zero
  552.  
  553. (csd-color:2374): color-plugin-WARNING **: failed to reset xrandr-Chimei Innolux Corporation gamma tables: gamma size is zero
  554.  
  555. (csd-color:2374): color-plugin-WARNING **: failed to reset xrandr-Chimei Innolux Corporation gamma tables: gamma size is zero
  556.  
  557. (csd-color:2374): color-plugin-WARNING **: failed to reset xrandr-Chimei Innolux Corporation gamma tables: gamma size is zero
  558. Cjs-Message: JS LOG: About to start Cinnamon
  559. Initializing nemo-image-converter extension
  560. St-Message: cogl npot texture sizes SUPPORTED
  561. Cjs-Message: JS LOG: Cinnamon started at Thu Jul 27 2017 07:29:07 GMT+0200 (CEST)
  562.  
  563. (cinnamon:2644): St-WARNING **: Ignoring length property that isn't a number at line 1526, col 13
  564. Cjs-Message: JS LOG: network applet: Cannot find connection for active (or connection cannot be read)
  565. Cjs-Message: JS LOG: network applet: Cannot find connection for active (or connection cannot be read)
  566. openGL version 4.3 detected (GL3 Cogl Driver)
  567. MetaSyncRing disabled: couldn't find required GL extensions, or the minimum safe openGL version was not met
  568. Cjs-Message: JS LOG: Invalid network device type, is 13
  569. Cjs-Message: JS LOG: Invalid network device type, is 14
  570. Cjs-Message: JS LOG: network applet: Found connection for active
  571. Cjs-Message: JS LOG: network applet: Found connection for active
  572. === Applying Configuration Configuration ===
  573. Clone: false
  574. Output: Laptop attached to eDP1
  575. status: off
  576. width: 0
  577. height: 0
  578. rate: 0
  579. primary: false
  580. position: 2560 0
  581. Output: (null) attached to DP1
  582. status: off
  583. width: -1
  584. height: -1
  585. rate: -1
  586. primary: false
  587. position: -1 -1
  588. Output: (null) attached to HDMI1
  589. status: off
  590. width: -1
  591. height: -1
  592. rate: -1
  593. primary: false
  594. position: -1 -1
  595. Output: BenQ 27" attached to HDMI2
  596. status: on
  597. width: 2560
  598. height: 1440
  599. rate: 60
  600. primary: true
  601. position: 0 0
  602. Output: (null) attached to VIRTUAL1
  603. status: off
  604. width: -1
  605. height: -1
  606. rate: -1
  607. primary: false
  608. position: -1 -1
  609. Cjs-Message: JS WARNING: [/usr/share/cinnamon/js/ui/panel.js 2393]: reference to undefined property this._focusWindow
  610. mintUpdate: no process found
  611. Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x6a00085 (*19.json ()
  612. Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x6a00085 (glass.log )
  613. Cjs-Message: JS WARNING: [/home/mcarans/.local/share/cinnamon/applets/IcingTaskManager@json/3.2/lodash.js 3053]: reference to undefined property object[toKey(...)]
  614. Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x6a00085 (.xsession-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement