可以通過在控制台運行gnome-session-properties .
如果發現startup的應用程式並不多的話,多半是系統在其中隱藏了,所以要顯示他們,則將/etc/xdg/autostart/下的所有desktop檔的NoDisplay=ture全部設置成NoDisplay=false
- 10月 01 週一 201818:07
在ubuntu中如何管理startup application
- 10月 01 週一 201811:13
onboard-settings
參考其它網站
Ubuntu Onboard第2部分 - 進行板載設置常規設置和窗口設置
板載設置
Onboard設置由另一個應用程序實現,它從Dash或Onboard指示器打開設置屏幕
從Dash啟動
應用程序名稱是onboard-settings
從指標啟動
打開指示器的菜單,然後單擊設置
一般設
- 9月 28 週五 201814:59
xfconf-query
設定桌面ICON大小
xfconf-query -c xfce4-desktop -p /desktop-icons/icon-size -s 80
設定整體介面DPI
xfconf-query -c xsettings -p /Xft/DPI -s 162
xfconf-query -c xfce
- 9月 27 週四 201810:02
ubuntu16.04 主题安装
参考之:
系统清理篇
系统更新
安装完系统之后,更新一些补丁CtrlAltT调出终端,执行下列代码:
sudo apt-get update
sudo apt-get upgrade
1
2
卸载libreOffice:
libreoffice是ubuntu自带的开源office软件,体验效果不如
- 9月 27 週四 201810:00
Automatically switch Xfce panel layout when plugging in a monitor
Xfce has great multi-monitor support. Different panels on each monitor, it all works great. Ive used it with multiple monitors on my desktop for 5 yea
- 9月 27 週四 201809:36
Enable/Disable Passwordless Login/Autologin Via GUI/Command Line
I initially followed the answer from Oli, but the VM complained about running in low-graphics mode. I think Oli turned off/changed a few too many thin
- 9月 27 週四 201809:26
Xfce Panel Switch
Xfce Panel Switch: Introduction
Xubuntu 15.10 Wily Werewolf introduces a new application for managing panel layouts in Xfce,Xfce Panel Switch. This is
- 12月 20 週二 201118:05
問題; 編譯qt自帶的example 出現連結錯誤
- 1月 07 週四 201018:28
Minigui在PC端編譯和qvfb編譯
# cd libminigui-1.3.3/linux:/home/work/minigui/libminigui-1.3.3 # make menuconfig將Font options中的Var bitmap font選項去掉,否則報報下面錯誤一linux:/home/work/minigui/
- 12月 14 週一 200917:29
MINIGUI 1.3.3. Example: 01.Hello World
本範例版權為Feynman Software.所有 本文只增加其說明1.Hello World#include #include #include #include #include static int HelloWinProcHWND hWnd, int message, WPARAM
