标签: cinnamon

如何在 Linux Mint 中为 Intellij 创建菜单项?

我已经在终端上使用 snap 命令进行安装,但我的 Cinnamon 菜单上没有显示任何内容。我什么也没试,因为我是这个世界的新手。

java linux intellij-idea linux-mint cinnamon

3
推荐指数
1
解决办法
4441
查看次数

更改 Fedora 23 中的默认文件管理器 - Cinnamon

我刚刚安装了 Fedora 23 的 Cinnamon spin 的新版本。尽管我很喜欢 Nautilus/Nemo,但我想将 Thunar 设置为我的默认文件浏览器。我尝试注释掉文件中引用 nemo 的行x-cinnamon-mimeapps.list/usr/share/applications并添加相同的行但指向Thundar.desktop. 我还查看了 mimeapps.list 和 gnome-mimeapps.list 文件列表。

我已经安装了 Thunar 并且可以手动启动它。然而,图纳和尼莫都没有出现在alacarte或中gnome-tweak-tool。我也无法找到default.list系统文件来更改它。

有任何想法吗?

fedora nautilus cinnamon

2
推荐指数
1
解决办法
3491
查看次数

Linux Mint Cinnamon 打开设置时出错(没有名为“PIL”的模块)

自从我将 Cinnamon 更新到 5.0.6 后,我无法访问“首选项”下的任何条目,什么也没有发生。当我尝试从 CLI 打开时,出现以下信息:

#> cinnamon-settings
No module named 'PIL'
Run Code Online (Sandbox Code Playgroud)

我搜索了很多,但没有适合我的问题。我知道这是 Python 和 PIL 模块或较新模块 Pillow 的问题,但提供的解决方案都不适合我。

一些信息:


#> python --version
Python 3.8.10

#> /usr/bin/env python
Python 3.8.10 (default, Sep 28 2021, 16:10:42) 

#> pip -V
pip 21.3 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)

#> pip show Pillow
Name: Pillow
Version: 8.4.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Alex Clark (PIL Fork Author)
Author-email: aclark@python-pillow.org
License: HPND
Location: /home/xxx/.local/lib/python3.8/site-packages
Requires: 
Required-by: image, imageio, img2pdf, matplotlib, ocrmypdf, pikepdf, …
Run Code Online (Sandbox Code Playgroud)

python python-imaging-library linux-mint cinnamon

2
推荐指数
1
解决办法
1751
查看次数

如果面板不可见,如何重置/重新启动 Cinnamon

这个问题是这个问题的一个端口,应用于一个类似但不同的问题:

问题:

Cinnamon 面板(我的系统:Linux Mint 19.1)变得“不可见”,也就是说,它仍然响应鼠标点击,但变得完全透明。

原因:

插入外部 HDMI 显示器并使用 CTRL+ALT+F1 切换到 tty1,然后使用 CTRL+ALT+F7 返回到 tty7(Cinnamon 运行的地方),以便系统识别外部显示器。

linux-mint cinnamon

0
推荐指数
1
解决办法
1374
查看次数