pcmanx-gtk2 1.2 released - Linux

Ina avatar
By Ina
at 2013-02-22T09:58

Table of Contents

pcmanx-gtk2 1.2 有一個已知的 Bug
第一次使用時游標會不見
關掉重連就變好了
https://code.google.com/p/pcmanx-gtk2/issues/detail?id=68

※ 引述《fourdollars (四元)》之銘言:
: Version 1.2 - February 2013
: Feature:
: Use consistent naming: PCManX
: Allow users to search selected text through Web search engine
: Handle malformed URL properly
: Usability enhancement for Unity desktop envionment
: Add new interface to show and hide toolbar
: Remember maximized state
: Improve the performance of cairo caret
: Bugfix:
: SegFault when $LANG is not set
: Replace system() with execlp() for sake of security
: Use g_spawn_async() instead of fork()/execlp() to prevent crash
: Build failure when configured as --disable-docklet
: Status bar appears in simple mode
: FcFontSort() should no longer use `NULL' as the value of `result'
: Change "class" and "name" hints for a window.
: Add "StartupNotify=true"
: Fix the invisible cursor issue
: Fix a bug that NancyBot incorrect parsing the input string on 64bit OS.
: Source Download: http://bit.ly/W5KsMn

--
Tags: Linux

All Comments

awk 一特殊用法

Linda avatar
By Linda
at 2013-02-22T04:30
#!/usr/bin/env perl # It reads from STDIN while ($string=andlt;STDINandgt;) { # push $string to atlines until reach numbers push atlines, $string ...

awk 一特殊用法

Lydia avatar
By Lydia
at 2013-02-22T04:09
※ 引述《Sizemore24 (Going deep center)》之銘言: : 請教各位,現有一檔案,如下格式: : 111/222 : aaa : bbb : ccc : ccc : ccc : 111/333 : aaa : bbb : ccc : ccc : 111/444 : aaa : bbb ...

awk 一特殊用法

Genevieve avatar
By Genevieve
at 2013-02-21T23:14
請教各位,現有一檔案,如下格式: 111/222 aaa bbb ccc ccc ccc 111/333 aaa bbb ccc ccc 111/444 aaa bbb 111/555 aaa bbb ccc 現在想用 awk,達成一效果: 「數字/數字」 當要取得的區塊的頭,「數字/數字前最後一個 cc ...

請教有關DNS的recursion的設定

Agnes avatar
By Agnes
at 2013-02-21T22:31
想請教各位一個問題 昨天因為發現公司的一台對外DNS Server(Master)處在Open Recursion的狀態 因此在/etc/bind/named.config.options的檔案中加上了 recusion no; 的指令 在重新啟動bind以後 使用外部的一台xp系統的電腦 用nslo ...

pcmanx-gtk2 1.2 released

Poppy avatar
By Poppy
at 2013-02-21T21:50
Version 1.2 - February 2013 Feature: Use consistent naming: PCManX Allow users to search selected text through Web search engine Handle malformed UR ...