Chinaunix首页 | 论坛 | 博客
  • 博客访问: 710915
  • 博文数量: 235
  • 博客积分: 4309
  • 博客等级: 中校
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-17 11:25
个人简介

If you don\\\\\\\\\\\\\\\'t wanna do it, you find an EXCUSE; if you do, you\\\\\\\\\\\\\\\'ll find a WAY :-)

文章分类

全部博文(235)

文章存档

2014年(3)

2013年(2)

2012年(31)

2011年(199)

分类: LINUX

2011-01-28 13:55:14

1.

  1. #
  2. # set the date and time via NTP
  3. $ ntpdate cn.pool.ntp.org


  4. #
  5. # Personal
  6. Backups - Startup Applications

  7. #
  8. # Language Support
  9. Language - Regional Formats

  10. #
  11. # Onboard Settings
  12. # An onscreen keyboard useful for tablet PC users
  13. # and for mobility impaired users.

  14. #
  15. # Orca Walkthrough - audio guides for blind users
  16. # disable-orca-screen-reader-startup-without-uninstall-it
  17. you can follow the instructions below:

  18. $ kill $(ps -ely|grep -i orca|awk '{print $3}')

  19. $ ps aux|egrep -i [o]rca|awk '{print $2}'|xargs kill

  20. 1. Go to start menu - Go to System
  21. 2. Select Control Center

  22. 3. Go to Assistive Technologies - Go to preferred applications
  23. OR
  24. 3. Go to Common Tasks - Set Preferred Applications - Accessibility
  25. OR
  26. 3. Go to Personal - Preferred Applications - Accessibility

  27. 4. Go to Personal - Startup Applications - uncheck Orca screen reader
  28. 5. Visual - uncheck run at start, and problem solved.


  29. #
  30. # Administration
  31. Add/Remove Applications - Software Updater - Software & Updates

  32. #
  33. # Installing and Removing Packages

  34. # Install a package with the following command
  35. $ sudo apt install package-name

  36. # Remove a package with the following command
  37. $ sudo apt remove package-name


  38. # Updating Software

  39. # Check for available updates with the following comand
  40. $ sudo apt update

  41. # Install available updates with
  42. $ sudo apt upgrade

  43. # Upgrade to a newer version of Trisquel with
  44. $ sudo do-release-upgrade

  45. # Clean the system of unnecessary packages with
  46. $ sudo apt autoremove


  47. #
  48. # Hardware
  49. Keyboard Shortcuts

  50. #
  51. # Internet and Network
  52. Network Connections - Network Proxy

  53. #
  54. # Look and Feel
  55. Appearance - Main Menu - Screensaver
  56. MATE Tweak - Interface - Save Panel Layout(Save your current panel layout)

  57. # Adding a New Launcher
  58. - Click Super + Alt + Right Click on the bottom panel.
  59. - Select Add to Panel ...
  60. - The Add to Panel dialog will appear.


  61. #
  62. # Other - Fcitx
  63. 1. Open Terminal
  64. - You simply run im-config and choose the input method.
  65. 2. You need to logout to get all setting works.
  66. 3. Go to start menu - Go to System - Select Control Center - Other
  67. 4. Fcitx Configuration - Click Plus icon - uncheck Only Show Current Language
  68. - You can search for input method on a key word by typing: pin
  69. 5. Click the keyboard icon - set Default keyboard layout
  70. 6. After you install - First you need to restart Fcitx
  71. - You can simply exit with menu and run fcitx again
  72. - or you can use fcitx -r (Bad Choice)
  73. 7. You need to logout to get all setting works.

  74. 8. Global Config (to avoid conflicting hotkeys between fcitx and emacs)
  75. Hotkey - Trigger Input Method - Alt+Super+F
  76. Scroll between Input Method - ALT_SUPER

  77. 9. Troubleshooting
  78. Q: Input Method Configuration - Appearance - display:
  79. No configuration option for Kimpanel

  80. clue:
  81. c1. Go to start menu - Go to Accessories - fcitx-qimpanel-configtool
  82. - open Skin Design Tab
  83. - There is no Preview out there, and you cant save your changes.

  84. open Terminal - run:
  85. $ dpkg -S fcitx-qimpanel-configtool
  86. fcitx-ui-qimpanel: /usr/share/applications/fcitx-qimpanel...
  87. ...

  88. c2. Fcitx Configuration - open Addon Tab
  89. - select Kimpanel - The Configure Button is grayed out

  90. c3. Go to start menu - Go to System - Select Control Center
  91. - Go to Personal - Startup Applications
  92. - select Fcitx Qt IMPanel - Edit - Command: /usr/share/fcitx-qimpanel

  93. open Terminal - run:
  94. $ dpkg -S fcitx-qimpanel
  95. fcitx-ui-qimpanel: /usr/share/fcitx-qimpanel...
  96. ...

  97. $ man dpkg
  98. -S, --search filename-search-pattern
  99. Search for a filename from installed packages.

  100. $ apt-cache showsrc fcitx-qimpanel
  101. Package: fcitx-qimpanel
  102. Binary: fcitx-ui-qimpanel
  103. ...

  104. $ apt show fcitx-ui-qimpanel
  105. Package: fcitx-ui-qimpanel
  106. Version: 2.1.2-1
  107. ...
  108. Source: fcitx-qimpanel
  109. ...
  110. # Flexible Input Method Framework - Qt IMPanel user interface.
  111. # This package provides the Qt IMPanel user interface developed by Ubuntu Kylin Team


  112. A: There are three ways to solve this problem
  113. A1. Go to start menu - Go to System - Select Control Center (Best Choice)
  114. - Go to Personal - Startup Applications - uncheck Fcitx Qt IMPanel
  115. A2. open Addon Tab - check Advance - uncheck Kimpanel
  116. A3. open Terminal - run:
  117. $ killall fcitx-qimpanel

  118. A4. open Terminal - run: (Bad Choice)
  119. $ sudo apt remove fcitx-ui-qimpanel

  120. X. configure Input Method as you wish

  121. # lower end hardware

2.
阅读(1408) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~