求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
难道是昨晚折腾 git 的缘故?今天打开电脑发现 compiz 不能用了,连 gnome 自带的扩展特效都没了。而且,许多配置文件也不能用了,conky 显示异常,irssi 的配置文件变成了历史版本,scripts 显示已 load,但并不工作……
现在无从入手了,请大家帮忙。
现在无从入手了,请大家帮忙。
- leeaman
- 帖子: 30702
- 注册时间: 2007-02-02 18:14
- 系统: debian sid
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
git了啥软件?动了啥库?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
代码: 全选
5c4b5c5 HEAD@{0}: commit: delete sth
3f523b9 HEAD@{1}: commit: test
67a200f HEAD@{2}: checkout: moving from master to master
67a200f HEAD@{3}: checkout: moving from 67a200f5583290a4a6a3992f4ce7cf3f4e90f55d to master
67a200f HEAD@{4}: checkout: moving from config to config/master
bb1911c HEAD@{5}: checkout: moving from 67a200f5583290a4a6a3992f4ce7cf3f4e90f55d to config
67a200f HEAD@{6}: checkout: moving from config to config/pityonline
bb1911c HEAD@{7}: commit: add a test file
c545cc8 HEAD@{8}: commit: 添加 ./irssi/config
67a200f HEAD@{9}: commit: 添加中文注释。
acc2df6 HEAD@{10}: commit: update .xmodmap and .conkyrc
ff2482e HEAD@{11}: commit: add .xmodmap
67b0e6b HEAD@{12}: commit: delete scripts/android_cn.sh and scripts/daily_sentence
44ddcb9 HEAD@{13}: commit: add .bashrc
27c93f5 HEAD@{14}: commit: original
34056a6 HEAD@{15}: commit: what changed?
84cfefd HEAD@{16}: checkout: moving from master to pityonline
84cfefd HEAD@{17}: checkout: moving from master to master
84cfefd HEAD@{18}: checkout: moving from master to master
84cfefd HEAD@{19}: commit: test test
99fcc50 HEAD@{20}: commit: 添加一行注释
a24023d HEAD@{21}: commit (initial): 随便写些什么说明
- tenzu
- 论坛版主
- 帖子: 36924
- 注册时间: 2008-11-21 20:26
- roylez
- 帖子: 1928
- 注册时间: 2005-10-04 10:59
- 来自: 上海
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
试下能不能checkout前几个版本什么的。
如果这样找不回你的配置,求神吧~~~~~
代码: 全选
git show-branch --more=10
git checkout master~3
✡ 弄个dropbox空间来备份文件或者做私人代码服务器?
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
✡ 配置:[url]git://github.com/roylez/dotfiles.git[/url]
✡ 主页:http://roylez.heroku.com
✡ 各种稀奇玩意儿:http://dooloo.info
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
roylez 写了:试下能不能checkout前几个版本什么的。
如果这样找不回你的配置,求神吧~~~~~代码: 全选
git show-branch --more=10 git checkout master~3
代码: 全选
pity@online:~$ git show-branch --more=10
[master] delete sth
[master^] test
[master~2] 添加中文注释。
[master~3] update .xmodmap and .conkyrc
[master~4] add .xmodmap
[master~5] delete scripts/android_cn.sh and scripts/daily_sentence
[master~6] add .bashrc
[master~7] original
[master~8] what changed?
[master~9] test test
[master~10] 添加一行注释
代码: 全选
pity@online:~$ git checkout master~3
Note: checking out 'master~3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at acc2df6... update .xmodmap and .conkyrc
- Sunmover
- 帖子: 2339
- 注册时间: 2010-05-24 13:02
- 来自: 星城长沙
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
照上面做了,没有效果,可能与 git 没什么关系,但我昨晚只鼓捣过 git 没动过别的……
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
补充:cairo 异常,有黑色背景;无法使用 gnome 桌面自带的特效,明明安装了 NVidia 260.19.36 驱动了;打开终端的快捷键消失了,gnome-terminal 原来指定的尺寸也消失了,开机有时候不能读取 .xmodmap……
- pityonline
- 帖子: 3864
- 注册时间: 2008-12-09 12:44
- 来自: 北京
- 联系:
Re: 求助:compiz 特效消失,conky 显示异常,irssi 配置文件被还原,似乎是 gnome 坏掉了……
似乎彻底删除 compiz 再重装桌面就正常了,但还有些东西需要确认……
装了两个 NVidia 260.19.36,咋删除呢?
装了两个 NVidia 260.19.36,咋删除呢?