惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
Last Week in AI
Last Week in AI
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
The Cloudflare Blog
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Jina AI
Jina AI
J
Java Code Geeks

News on Xubuntu

Xubuntu – Xubuntu 26.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 26.04 Wallpaper Voting Open Xubuntu – Xubuntu Anniversary Wallpaper Contests Xubuntu – Public postmortem of the Xubuntu.org download compromise Xubuntu – Xubuntu 25.10 released! Xubuntu – Xubuntu 25.04 released! Xubuntu – Xubuntu 24.10 released! Xubuntu – Xubuntu 24.04 released! Xubuntu – Xubuntu 23.10 released! Xubuntu – Xubuntu 23.04 released! Xubuntu – Xubuntu 22.10 released! Xubuntu – Xubuntu 22.04 released! Xubuntu – Xubuntu 22.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 22.04 Community Wallpaper Contest Xubuntu – Xubuntu 21.04 released! Xubuntu – Xubuntu 21.04 Testing Week Xubuntu – Xubuntu 20.10 released! Xubuntu – Xubuntu is now on GitHub! Xubuntu – Xubuntu 20.04 released! Xubuntu – Xubuntu 20.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 20.04 Testing Week Xubuntu – Xubuntu 20.04 community wallpaper contest Xubuntu – Xubuntu 19.10 released! Xubuntu – Xubuntu 19.04 released! Xubuntu – Xubuntu 18.10 released! Xubuntu – Xubuntu 18.04.1 released! Xubuntu – Xubuntu 17.10 EOL Xubuntu – New Wiki pages for Testers Xubuntu – Xubuntu 18.04 released! Xubuntu – Xubuntu 18.04 Community Wallpaper Contest Winners!
Xubuntu – FAQ for Xubuntu 12.04 Precise Pangolin
2012-05-06 · via News on Xubuntu

1. Is there a way to use folders shared from Windows?

Yes, using Gigolo. If you are not able to see the network check if gvfs-backends is installed.

2. Thunar loads very slowly on first launch, how do I fix that?

Unfortunately, this is a known bug. There are two possible solutions:

  • Edit the file /usr/share/gvfs/mounts/network.mount (as root) and change AutoMount to false. This disables the Network browsing when Thunar starts up, but still lets you mount network storage such as Samba shares on demand. Please note that this solution leaves you with a broken “Network” link in Thunar.
  • If you don’t use Samba (Windows shares), remove gvfs-backends

3. I can’t resize windows because the window borders are too tiny!

The suggested way to resize windows is to hold the Alt key, right-click somewhere inside the window and drag to resize. See Window resizing in Xubuntu (and Xfce) for all the different methods.

4. Is there a way to use Dropbox with Thunar?

There is an unofficial and unsupported plugin for Dropbox on Thunar.

To compile the package, you need to install libthunarx-2-dev. In addition, you need to install Dropbox as well as start the daemon installation with dropbox start -i. Please note that this will install the propietary Dropbox daemon. Running this command will also start a wizard to set up your Dropbox account, including a possibility to create one.

5. How do I configure multiple monitors?

To set up and configure multiple monitors and/or other output devices you can use arandr, which is a simple drag-and-drop front-end for xrandr.

If you are using the propietary Nvidia driver, you can use the nvidia-settings tool.

6. Installing package X installs a lot of other packages!

There is a way to stop installing the so-called “recommends” packages automatically. For single packages, you should use the --no-install-recommends switch with apt-get. To turn off installing recommends for all packages, do one of the following:

  • In Synaptic, go to Settings » Preferences » tab General and uncheck “Consider recommended packages as dependencies”
  • Create the file /usr/apt/apt.conf.d/05norecommends and add the following line in the file: APT::Install-Recommends "false";

7. How do I disable guest login? How do I enable autologin?

Edit the file /etc/lightdm/lightdm.conf;

  • To disable guest login, set allow-guest to false
  • To enable autologin, edit the file to look like this: [SeatDefaults] autologin-user=<USERNAME> autologin-user-timeout=0 user-session=xubuntu greeter-session=lightdm-gtk-greeter

Xubuntu 12.04 has the Alacarte menu editor installed by default. You can launch it from Applications menu » Settings » Main menu.

9. My theme shows white text on light background. Help!

You are most probably using the Albatross theme. Unfortunately, this theme is not updated yet to fully support GTK3. There is a bug about this (LP #989814) with an attached patch which provides a quick workaround, too.

For the best GTK3 support, we advise to use the Greybird theme, which is the default for Xubuntu 12.04.

Still having issues?

Please see the earlier FAQ articles on our website. While some of the questions are release-specific, most of them are still applicable to 12.04. Topics include changing and installing themes, Compiz on Xubuntu and much more. If you are still having issues, refer to the Help & Support section for a list of available support methods.

Thanks

Joshua O’Leary for the AutoMount workaround for question 2. Everybody contributing to the top FAQ creation and proof-reading.