[Ubuntu-zh] Sublime Text 2如何支持GTK语法

2012-07-17 文章 luoshupeng
如何能够智能提示及语法高亮啊?

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Sublime Text 2如何支持GTK语法

2012-07-17 文章 风间星魂
gtk 库头文件声明很规范,适合ctags之类的扫描。
反而glibc一堆gnu扩展各种宏,符号表扫描漏一堆。。。

2012/7/17 luoshupeng :
> 如何能够智能提示及语法高亮啊?
>
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh



-- 
求武汉任意unix职位,2年ios经验。。


技术博客地址:fengjian.sinapp.com
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome-shell如何用键盘关机

2012-07-17 文章 Zind
On Mon, Jul 16, 2012 at 11:24 AM, tennc  wrote:

> init 0or   poweroff


朋友,init 0 和 poweroff 需要密码的
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome-shell如何用键盘关机

2012-07-17 文章 Zind
2012/7/16 Leiking 

> consolkit :
>
> dbus-send --print-reply \
> --system \
> --dest="org.freedesktop.ConsoleKit" \
> /org/freedesktop/ConsoleKit/Manager \
> org.freedesktop.ConsoleKit.Manager.Stop
>

这个看起来还挺神奇的。谢谢。
这么长一大串,一开始还没注意到是条关机命令 :-)
找到一篇类似的:
http://plux.is-programmer.com/posts/34130.html
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 luoshupeng
两者是什么关系呢?
现在都在使用Gnome-shell,那原来Gnome2的代码是被Gnome-shell取代了吗?

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 袁飞
我觉得就是2.0和3.0的关系啊
2没有被3完全取代,不过3逐渐变成了主流。
linux mint里面,有MATE是基于2的,对系统配置要求更低,cinnamon是基于3的,要求高一些,但是两者从表面上看长得差不多。

在 2012年7月18日 上午8:12,luoshupeng 写道:

> 两者是什么关系呢?
> 现在都在使用Gnome-shell,那原来Gnome2的代码是被Gnome-shell取代了吗?
>
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 luoshupeng

那么在Ubuntu如何安装Gnome2呢?好像没有源啊?
于 2012年07月18日 08:28, 袁飞 写道:

我觉得就是2.0和3.0的关系啊
2没有被3完全取代,不过3逐渐变成了主流。
linux mint里面,有MATE是基于2的,对系统配置要求更低,cinnamon是基于3的,要求高一些,但是两者从表面上看长得差不多。

在 2012年7月18日 上午8:12,luoshupeng 写道:


两者是什么关系呢?
现在都在使用Gnome-shell,那原来Gnome2的代码是被Gnome-shell取代了吗?

--
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


-- 下一部分 --
一个HTML附件被移除...
URL: 




--
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome-shell如何用键盘关机

2012-07-17 文章 Leiking
consolekit polkit pam . linux 3大恶心人的东西.

始终没搞明白

2012/7/18 Zind :
> 2012/7/16 Leiking 
>
>> consolkit :
>>
>> dbus-send --print-reply \
>> --system \
>> --dest="org.freedesktop.ConsoleKit" \
>> /org/freedesktop/ConsoleKit/Manager \
>> org.freedesktop.ConsoleKit.Manager.Stop
>>
>
> 这个看起来还挺神奇的。谢谢。
> 这么长一大串,一开始还没注意到是条关机命令 :-)
> 找到一篇类似的:
> http://plux.is-programmer.com/posts/34130.html
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: 
> 
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 袁飞
如果只是想使用原先的gnome2的界面,那么安装gnome-shell后,开机会发现也可以选择fallback模式,进去就是熟悉的2界面了。不过应该还是基于3的,只是样子差不多。
ubuntu中完全的gnome2应该是没有的了。

在 2012年7月18日 上午8:39,luoshupeng 写道:

> 那么在Ubuntu如何安装Gnome2呢?好像没有源啊?
> 于 2012年07月18日 08:28, 袁飞 写道:
>
>> 我觉得就是2.0和3.0的关系啊
>> 2没有被3完全取代,不过3逐渐变成了主流。
>> linux mint里面,有MATE是基于2的,对系统配置要求更低,**cinnamon是基于3的,要求高一些,**但是两者从表面上看长得差不多。
>>
>> 在 2012年7月18日 上午8:12,luoshupeng 写道:
>>
>>  两者是什么关系呢?
>>> 现在都在使用Gnome-shell,**那原来Gnome2的代码是被Gnome-shell取代了吗?
>>>
>>> --
>>> ubuntu-zh mailing list
>>> ubuntu-zh@lists.ubuntu.com
>>> https://lists.ubuntu.com/**mailman/listinfo/ubuntu-zh
>>>
>>>  -- 下一部分 --
>> 一个HTML附件被移除...
>> URL: > attachments/20120718/df8394ec/**attachment.html
>> >
>>
>
>
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/**mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 luoshupeng

不是Gnome2的界面,而是完全的Gnome2。
我不明白,为什么要完全抛弃Gnome2呢?
于 2012年07月18日 09:01, 袁飞 写道:

如果只是想使用原先的gnome2的界面,那么安装gnome-shell后,开机会发现也可以选择fallback模式,进去就是熟悉的2界面了。不过应该还是基于3的,只是样子差不多。
ubuntu中完全的gnome2应该是没有的了。

在 2012年7月18日 上午8:39,luoshupeng 写道:


那么在Ubuntu如何安装Gnome2呢?好像没有源啊?
于 2012年07月18日 08:28, 袁飞 写道:


我觉得就是2.0和3.0的关系啊
2没有被3完全取代,不过3逐渐变成了主流。
linux mint里面,有MATE是基于2的,对系统配置要求更低,**cinnamon是基于3的,要求高一些,**但是两者从表面上看长得差不多。

在 2012年7月18日 上午8:12,luoshupeng 写道:

  两者是什么关系呢?

现在都在使用Gnome-shell,**那原来Gnome2的代码是被Gnome-shell取代了吗?







--
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 Derek Zhu
大爱gnome 3
On Jul 18, 2012 1:03 PM, "袁飞"  wrote:

>
> 如果只是想使用原先的gnome2的界面,那么安装gnome-shell后,开机会发现也可以选择fallback模式,进去就是熟悉的2界面了。不过应该还是基于3的,只是样子差不多。
> ubuntu中完全的gnome2应该是没有的了。
>
> 在 2012年7月18日 上午8:39,luoshupeng 写道:
>
> > 那么在Ubuntu如何安装Gnome2呢?好像没有源啊?
> > 于 2012年07月18日 08:28, 袁飞 写道:
> >
> >> 我觉得就是2.0和3.0的关系啊
> >> 2没有被3完全取代,不过3逐渐变成了主流。
> >> linux
> mint里面,有MATE是基于2的,对系统配置要求更低,**cinnamon是基于3的,要求高一些,**但是两者从表面上看长得差不多。
> >>
> >> 在 2012年7月18日 上午8:12,luoshupeng 写道:
> >>
> >>  两者是什么关系呢?
> >>> 现在都在使用Gnome-shell,**那原来Gnome2的代码是被Gnome-shell取代了吗?
> >>>
> >>> --
> >>> ubuntu-zh mailing list
> >>> ubuntu-zh@lists.ubuntu.com
> >>> https://lists.ubuntu.com/**mailman/listinfo/ubuntu-zh<
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh>
> >>>
> >>>  -- 下一部分 --
> >> 一个HTML附件被移除...
> >> URL:  >> attachments/20120718/df8394ec/**attachment.html<
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120718/df8394ec/attachment.html
> >
> >> >
> >>
> >
> >
> > --
> > ubuntu-zh mailing list
> > ubuntu-zh@lists.ubuntu.com
> > https://lists.ubuntu.com/**mailman/listinfo/ubuntu-zh<
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh>
> >
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120718/a92689cc/attachment.html
> >
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 Leiking
google, 有相关文章

在 2012年7月18日 上午9:04,luoshupeng  写道:
> 不是Gnome2的界面,而是完全的Gnome2。
> 我不明白,为什么要完全抛弃Gnome2呢?
> 于 2012年07月18日 09:01, 袁飞 写道:
>
>>
>> 如果只是想使用原先的gnome2的界面,那么安装gnome-shell后,开机会发现也可以选择fallback模式,进去就是熟悉的2界面了。不过应该还是基于3的,只是样子差不多。
>> ubuntu中完全的gnome2应该是没有的了。
>>
>> 在 2012年7月18日 上午8:39,luoshupeng 写道:
>>
>>> 那么在Ubuntu如何安装Gnome2呢?好像没有源啊?
>>> 于 2012年07月18日 08:28, 袁飞 写道:
>>>
 我觉得就是2.0和3.0的关系啊
 2没有被3完全取代,不过3逐渐变成了主流。
 linux
 mint里面,有MATE是基于2的,对系统配置要求更低,**cinnamon是基于3的,要求高一些,**但是两者从表面上看长得差不多。

 在 2012年7月18日 上午8:12,luoshupeng 写道:

   两者是什么关系呢?
>
> 现在都在使用Gnome-shell,**那原来Gnome2的代码是被Gnome-shell取代了吗?
>
>
>>
>
>
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 Xilin Sun
這還有不明白的? 舊的不去新的不來,就是這回事。

2012/7/18 luoshupeng :
> 我不明白,为什么要完全抛弃Gnome2呢?



-- 
May the source be with you.

孙锡麟,SUN Xilin, undergraduate student at HKPolyU
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] Gnome2和Gnome-shell的关系

2012-07-17 文章 Pointer Royden
记得ubuntu源里面有gnome2的 忘记叫什么了
gnome3不错的建议你用用

-
There is neither happiness nor misery in the world; there is only the
comparison of one state to another, nothing more. He who has felt the
deepest grief is best able to experience supreme happiness. We must have
felt what it is to die, that we may appreciate the enjoyments of life.
' Live, then, and be happy, beloved children of my heart, and never forget
that until the day when God shall deign to reveal the future to man, all
human wisdom is summed up in these two words - "Wait and hope." '



On Wed, Jul 18, 2012 at 9:57 AM, Xilin Sun  wrote:

> �@��有不明白的? �f的不去新的不�恚�就是�@回事。
>
> 2012/7/18 luoshupeng :
> > 我不明白,为什么要完全抛弃Gnome2呢?
>
>
>
> --
> May the source be with you.
>
> 孙锡麟,SUN Xilin, undergraduate student at HKPolyU
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 求教GSettings和GConf的区别?

2012-07-17 文章 禦風而行
3Q
*GConf / gconf editor→ GNOME2
DConf / dconf editor / GSetting → GNOME3*

2012/7/15 Zind 

> 差不多是这个意思。。。
> GConf/gconf-editor 是给 GNome 2 用的,DConf/dconf-editor/GSettings 是给 GNome 3 用的
>
> reference:
> http://en.wikipedGConf / gconf editor→ GNOME2
> DConf / dconf editor / GSetting → 
> GNOME3ia.org/wiki/GConf
> http://en.wikipedia.org/wiki/Dconf
> http://en.wikipedia.org/wiki/GNOME
>
> On Fri, Jul 13, 2012 at 6:02 PM, 禦風而行  wrote:
>
> > *求教GSettings和GConf的区别?
> > dconf editor对应 GSettings
> > 然后 gconf editor 对应 GConf ?*
> > -- 下一部分 --
> > 一个HTML附件被移除...
> > URL: <
> >
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120713/6c5c7d7a/attachment.html
> > >
> > --
> > ubuntu-zh mailing list
> > ubuntu-zh@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
> >
> -- 下一部分 --
> 一个HTML附件被移除...
> URL: <
> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120715/3ab355e7/attachment.html
> >
> --
> ubuntu-zh mailing list
> ubuntu-zh@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>
-- 下一部分 --
一个HTML附件被移除...
URL: 

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh