在 Unity 中启动 gnome-shell-timer?

sol*_*les 6 linux productivity timer ubuntu ubuntu-unity

我想在带有 Unity 2D 的 Ubuntu 12.04 机器上的任务栏中有一个倒数计时器。我的用例主要是时间管理,例如“从 30 分钟开始倒计时,计时器结束时我会休息一下”。

我通过执行gnome-shell-timer安装了sudo apt-get install gnome-shell-timer. 但是,我不确定如何启动gnome-shell-timer 应用程序。这是我尝试过的:

  • gnome-shell-timer在命令行上输入,但它说command not found.
  • 我重新启动了计算机,希望计时器会出现在任务栏中。然而,没有这样的运气。

我已经安装了 gnome-shell-timer。我该如何启动它?


在我们讨论这个主题时,这是我对最近尝试过的 Linux 计时器应用程序的调查:

  • 番茄钟定时器很容易安装,而且很有效。但是,它在自己的窗口中运行,而不是在任务栏中。此外,它只允许您选择“5、15 或 25 分钟”,而不是选择您想要的任何时间。
  • kteatime在任务栏中运行。它使用 apt-get 安装,并且可以使用kteatime &. 但是,它实际上并没有显示倒计时,而且当我重新启动它时,它有时会丢失我的设置。
  • 我曾经在较早的 Ubuntu 版本(可能是 10.04)上使用timer-applet,可能运行某个版本的 Gnome 桌面。但是,当我尝试在我当前的机器上安装 timer-applet 时,有一堆“可卸载”的依赖项,例如python-gnome2-desktop.
  • gnome-shell-pomodoro(不要与pomodoro timer混淆)在任务栏中运行,它在图片中看起来很棒。根据我在尝试 apt-get install 时遇到的依赖错误,gnome-shell-pomodoro 是计时器小程序的包装器。

感谢这个超级用户线程向我介绍了其中一些应用程序。

dbd*_*ezz 5

Tomate 似乎有你想要的一切,它相当简单,专注于番茄,但你可以选择工作和休息时间的长度,你可以让它隐藏到任务栏:https : //launchpad.net/tomate

sudo add-apt-repository ppa:stvs/tomate
sudo apt-get update
sudo apt-get install tomate
Run Code Online (Sandbox Code Playgroud)

(顺便说一下,这些信息是从这里获取的:https : //askubuntu.com/a/190675/18478。)


ter*_*don 0

您可能只需要将该小程序添加到面板即可。我目前没有运行 gnome,但它应该类似于右键单击面板 =>“将小程序添加到面板”或“面板属性”或类似的内容。