General :: Good Pomodoro Desktop Timer Without Lot Of Dependencies
Dec 20, 2010
Is there good Pomodoro desktop timer for Linux without a lot of dependencies.I know about pomodairo, but it's made with Adobe Air, which I don't want on my Linux (even if it exists for Linux).
View 3 Replies
ADVERTISEMENT
Jul 14, 2010
I'm trying to install mysql-workbench on RedHat 5 Desktop - this is what I was given, didn't pick it.I found an appropriate RPM that I downloaded from the MySQL site, but it's asking for several dependencies that I don't know how to track down.
Here's the error message I get:
Code:
]# rpm -ivh /home/confluence/Desktop/mysql-workbench-oss-5.1.18a-1fc11.x86_64.rpm
error: Failed dependencies:
libatkmm-1.6.so.1()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
libcairomm-1.0.so.1()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
[code]....
The packages that aren't installed, I'm just not sure what aI should be looking for to install them. how EXACTLY would you suggest I fix this? By exactly I mean, the dependency you are missing is part of the following package, type yum install "packagename" to fix this.
View 10 Replies
View Related
Jul 18, 2011
I want to find a desktop application or command line tool to show two different timezone concurrently under LINUX.
Anyone knows there are such application?
Say i want to know the time at london and USA at the same time. (different time zone)
View 4 Replies
View Related
Jun 16, 2011
I'm trying to find a good desktop search tool. Beagle is dead, Recoll and Strigi are KDE, and Tracker is not many features (can't even search Thunderbird 3). Do I miss something? Is desktop search on Linux dead? Should I use Google Desktop Search instead
View 2 Replies
View Related
Dec 1, 2010
I installed xubuntu-desktop and want to remove gnome and it`s stuff. How can I do it without typeing of all packages in sudo apt-get remove?
View 1 Replies
View Related
Jul 30, 2010
I am looking for remote desktop software that will allow me to not only view this particular desktop from miles away but send files back and fourth between the two computers. any ideas?
View 9 Replies
View Related
May 2, 2011
I have assembled an "old" PC I want to attach to my 32" Sony TV. Mainly for browsing, watching videos, playing casual games. Is there a special Desktop theme suited for big screen ? In other words: Big icons, big text? Not sure if Unity helps out here. I would be willing to install another desktop manager (e.g. XFCE, KDE) than Gnome if it provides such features. Firefox for examples supports increased font size for browsing. For shell I've played around with guake and font sizes around 20 pix. It just would be nice to have "enlarged" menu entries.
View 3 Replies
View Related
Feb 16, 2010
I'm looking to write a shell script that is a count down counter for my brothers birthday, hopfully something that when the big day comes it pops up and says " happy birthday"
something that wont get screwed up if the computer is restarted...
View 6 Replies
View Related
Apr 20, 2011
I'm thinking of getting Trinity Desktop Environment . code...
But say it is Legacy why is that?
View 9 Replies
View Related
Jul 25, 2011
I am tired of Windows xp now! It always restart or crash. how about installing ubuntu desktop version on my machine having following configuration
1) intel pentium p4 1.7ghz
2) intel 845GL motherboard
3) 512 mb ram !
4) and realtek 100mb lan card
View 3 Replies
View Related
May 19, 2010
I have been trying to configure a cyber cafe timer and I have so far tried Mkahawa and CCL. However the problem is following the instructions since most of them require you to be conversant with the Gnome commands..
View 1 Replies
View Related
Oct 27, 2010
I am trying to figure out how to mask local timer interrupts on a specific core of a multicore system from within user space. The interrupts are causing latency spikes of 3-10u that we would like to remove. We are only running 1 thread on the core h everything shielded except for these timer interrupts. This thread makes no system calls and thus is never getting context switched out. I am not looking to turn them off entirely but rather turn them off, run my code, turn them on in a continuous loop. The thread runs in user space which we are hoping to maintain. We also have no desire to modify the kernel if possible. I've read about using spinlock_irqsave() but it appears (not positive) that it must be used within kernel space.
View 3 Replies
View Related
Jul 14, 2011
im looking for a good screen recorder that can record video from my desktop and audio through a mic and i need it to export the files as mp4 so i can edit it. i can use terminal commands if necessary but would prefer a GUI because i only have a few days to learn the program.
View 4 Replies
View Related
Apr 2, 2011
I have done some googling - same question being asked by others but no answer I could find .. so here goes...
I am using Rhythmbox to listen to radio stations - I would like to import a lot of stations into it without having to go through a huge list adding individually. a good free Virtualization Software Package that work on OpenSuse with the KDE Desktop
Is there any way I could import a list somehow?
View 2 Replies
View Related
May 21, 2011
I like 11.04 with Unity however I would like to find a method of managing workspaces with mouse (not keyboard) which gives constant visual feedback and is faster than using the launcher bar, which although not 'slow', takes time to appear and it then takes time to locate the (non movable) desktop switcher item.I happily adopt most of what 11.04 (Unity) offers, however, I really still miss the good visual feedback and the single click action that the lower panel (classic) desktop switcher used. Is there a way of me using some item in unity which is closely similar?
View 3 Replies
View Related
Oct 4, 2010
Can anyone suggest a good free Virtualization Software Package that work on OpenSuse with the KDE Desktop, as I need to use Windows for some applications that have not got a Linux equivelant, Namely Reserch In Motions BlackBerry Desktop Manager and the drivers for my Printer and Scanner, so I would also need something with USB pass through. Or if there isn't any free virtualization software that will dowat I want that's free then something that is not expensive that's paid for. I like the look of Parallels Desktop 4 for Windows & Linux but I'm not sure if I would be able to justify paying �54.99 for the ammount of use that it will get?
View 9 Replies
View Related
Nov 29, 2010
I am installing rpm using the switch "--aid". But it is not resolving dependencies! I am using RHEL 5.
View 1 Replies
View Related
Apr 8, 2011
I'm isntalling VLC on RHEL5 via
Code:
sudo yum install vlc
this gives me the following dependencie errors
Code:
--> Processing Dependency: libdvdread.so.3()(64bit) for package: vlc
---> Package x264.x86_64 0:0.0.0-0.4.20101111.el5.rf set to be updated
--> Finished Dependency Resolution
vlc-0.9.9a-7.el5.rf.x86_64 from rpmforge has depsolving problems
[code]....
View 2 Replies
View Related
Mar 3, 2011
Why is the timer not executing?
Code: #include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
#include <time.h>
#include <pthread.h>
void func(union sigval sv)
[Code]....
View 1 Replies
View Related
Jul 22, 2009
This is my first time of trying this software even though i have not started using it i would like to have an incite on issues like initial setup, running programs and even solutions to problems with driver to run others had ware that if any at all just a guid before i install it and start using.
View 3 Replies
View Related
Feb 8, 2010
I plan to design a general framework for structural optimization.I already have a pre-processor module that I can call in batch mode, a Finite Elements Solver, and a heuristic non gradient based optimizer that can process the outputs of the solver, so as to adjust some input variables in the pre-processing phase ( geometry and topological definitions of my structure ).
I would like to parse the huge ammout of data that is released by the solver ( an ascii text file) to filter out some reauired results in some specific points ( maximum allowable deflections or stresses within my structure ) since it is this infoemation that will be fed to the optimizer engine so as to feedback on the quality of the changes made in the topological definition.The only way to do this in batch mode is with awk, or with sed..
View 3 Replies
View Related
Nov 23, 2010
I installed fedora core 10 on my pc & now i have been trying to install samba. I dont have a network so i mount and use my dvd for installation. I lack exotic package management tools like apt or yum yet the system-config-packages tool does not make sense either. so am stuck with the rpm -ivh [package] command.
The issue however is that this command returns querries about missing dependencies when I attempt to install. So is there a way (switch) i can add to tell the rpm command to automatically check and solve these dependecies using the Packages folder on my mounted dvd? - because i believe all these dependencies are on the dvd.
View 1 Replies
View Related
Sep 1, 2010
I am in fc13, have installed a package, realise lately that its not really useful. that package install a lot of package for dependency.How can i erase all the package together that was downloaded and installed together with the target package as dependency via yum? actually i have done it using #yum erase `cat /var/log/yum.log |grep "Aug 31 22" |awk '{print $5}'|`as I know when I have installed them.....but is there ant safer and better way?
View 1 Replies
View Related
Aug 13, 2009
Is there a way to resolve these dependencies automatically?
View 2 Replies
View Related
Aug 5, 2010
So i made this application using QtCreator and when I run it on another computer it saysQuote:libQtGui.so.4 -- cannot be found...ok so i installed libqt4-core and libqt-gui but now it says..
View 1 Replies
View Related
Aug 11, 2010
I have installed a package having almost 145 dependencies. Now when I want to remove the package (yum remove packagename) only the single package is removed.. Is there a way to remove the package including all its dependencies?
View 4 Replies
View Related
Oct 19, 2010
He was having problems with python and python-devel complaining about conflicting versions or some such when he was updating with yum. I told him (yes, a little of this is my fault) to try removing and reinstalling python and/or python-devel. Little did I know... He ran "yum remove python" and it listed over 600 (!) dependent packages to remove as well. Without telling me THAT part he clicked "y" and then watched as yum removed python and all sorts of other stuff (including yum--how's that for irony?) .
I have to go deal with this situation tomorrow morning but he has so blown away this system I almost don't know where to start. Sure I could re-download the rpm of python and reinstall, it but then I'd still have to one-by-one reinstall all the other rpms that were blown away by the python removal with yum. I do take at least partial responsibility for this. But really? 600+ packages and he clicked "y"? Yeesh. Oh, it's a RHEL 5 machine.
View 4 Replies
View Related
Mar 10, 2009
F10 logs off a user when idling after a certain time. I cannot find the place where to set the time and other things (like to disconnect from network at logoff etc). where to set this? I didn't find it in neither 'power management' or 'users + groups'.
View 3 Replies
View Related
May 7, 2010
I may be wrong but I remember when I would go to restart my computer, a window would appear with a coundown clock starting at I think 60 seconds. I don't see this in Ubuntu 10.04. How can I get this back? Is there a setting in the Configuration editor or something similar?
View 8 Replies
View Related
Jul 7, 2010
I've installed Linux Ubuntu 10.04 LTS on my computer, and the Dual-booting shows after starting the computer
But what I need to know is how do you set the timer so that if I don't press "Enter"...that it choses my preferred operating system in a certain period of time (seconds or minutes...etc) by itself?
View 1 Replies
View Related