小编Cir*_*i94的帖子

我不能使用 snap 包,即使安装了

我安装了 Spotify、VS Code 和 Atom snap 包。我用了几天。今天,我不能使用它们。有两个不同的问题:

  1. 它们不与所有其他程序一起出现在 Gnome Launcher 中。

  2. 我无法使用它们通过 cli 启动它们,因为“找不到命令”。我正在使用 zsh。

gnome zsh snap

7
推荐指数
1
解决办法
8818
查看次数

我可以看到启动应用程序的日志文件吗?

我正在使用 Ubuntu Gnome 16.04。
我在启动应用程序中添加了一些应用程序。是否有任何日志,就好像它们是在终端中启动的一样?

例如:我添加deluge到启动应用程序,但我不确定它是否运行良好。我想以某种方式检查它是否有效。

log startup-applications

5
推荐指数
1
解决办法
3652
查看次数

rsync 不能排除目录

我运行这个 cmd 来备份我的文件夹:

$ rsync -av --exclude {/mnt/dati/Film/, /mnt/dati/Scout/} --delete /mnt/dati/ /media/cirelli/HD1TB/backup/dati
sending incremental file list
Run Code Online (Sandbox Code Playgroud)

rsync 的答案是:

rsync: link_stat "/mnt/dati/Scout/}" failed: No such file or directory (2)
Run Code Online (Sandbox Code Playgroud)

但是“Scout”目录存在!无法理解我的错误。即使胶片被复制,即使没有任何错误信息!我执行 rsync 时出了什么问题?

非常感谢各位

(哦,我已经阅读了 man https://download.samba.org/pub/rsync/rsync.html和示例http://www.thegeekstuff.com/2011/01/rsync-exclude-files-and-folders/但还是想办法解决..!)

我也试过(这被 CTRL+C 打断了):

cirelli@asus:~$ rsync -av --exclude /mnt/dati/Film/ --exclude /mnt/dati/.Trash-1000/ --delete /mnt/dati/ /media/cirelli/HD1TB/backup/dati
sending incremental file list
deleting Documenti/script/
rsync: readlink_stat("/media/cirelli/HD1TB/backup/dati/Documenti/RPi/.2015-05-05-raspbian-wheezy.zip.2sXers") failed: Input/output error (5)
deleting Documenti/RPi/KODI/
deleting Documenti/RPi/berryboot-20130908.zip
deleting Documenti/RPi/2015-05-05-raspbian-wheezy.zip
IO error encountered -- skipping file deletion
.Trash-1000/files/
.Trash-1000/files/2015-05-05-raspbian-wheezy.zip
.Trash-1000/files/berryboot-20130908.zip
.Trash-1000/files/settembre …
Run Code Online (Sandbox Code Playgroud)

bash rsync

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

标签 统计

bash ×1

gnome ×1

log ×1

rsync ×1

snap ×1

startup-applications ×1

zsh ×1