Warning: session_start(): open(/tmp/sess_1t3fcufhr64cjqvp84sasmfdg0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
QStarDict openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (10) . 

QStarDict

   1.0  

Qt Other Utility

Score 80%
QStarDict
zoom


QStarDict
zoom


Homepage:  Link
Downloads:  3258
Submitted:  Jul 4 2007
Updated:  May 18 2013

Description:

QStarDict is a modern international dictionary written using Qt4.

Main features:
  • Full support of StarDict dictionaries
  • Fuzzy search
  • Support for hyper links in translations
  • Working from the system tray
  • Scanning mouse selection and showing pop-up windows with translation of selected words
  • Translations reformatting
  • Pronouncing of the translated words
  • Plugins support
  • KDE 4 plasmoid



  • LicenseGPL
    Source
    Send to a friend
    Subscribe
    Other  Content  from just-free-man
    Report inappropriate content



    goto page: prev   1  2  3  4  5 

    -
    .

     gcc 4.4

     
     by plushcube on: Jul 8 2010
     
    Score 50%

    Your program is very nice, but since gcc 4.4 it doesn't compile.
    The error is in the dictziplib.cpp and there is the patch (http://www.linuxquestions.org/questions/slackware-14/who-can-compile-qstardict-slackbuild-for-me-please-help-793596/#post3888245:
    Quote:
    1 Source: Hong Hao <oahong@gmail.com>
    2 Upstream: mail send
    3 Reason: gcc 4.4
    4 --- qstardict-0.13.1/plugins/stardict/dictziplib.cpp.orig 2009-05-17 17:48:37.605944568 +0800
    5 +++ qstardict-0.13.1/plugins/stardict/dictziplib.cpp 2009-05-17 18:35:06.757994635 +0800
    6 @@ -305,7 +305,7 @@
    7
    8 #ifdef Q_OS_UNIX
    9 if (stat(fname.c_str(), &sb) || !S_ISREG(sb.st_mode))
    10 -#elif def Q_OS_WIN32
    11 +#elif defined Q_OS_WIN32
    12 if (_stat(fname.c_str(), &sb) || !(sb.stMode & _S_IFREG))
    13 #endif
    14 {


    Reply to this

    -
    .

     broken with kde 4.5?

     
     by unhammer on: Aug 25 2010
     
    Score 50%
    unhammerunhammer
    Apertium
    Home

    after updating to kde 4.5, nothing happens on startup, and I end up Ctrl+C-ing:


    $ qstardict
    qstardict(1272)/ KSharedDataCache::Private::mapSharedMemory: Opening cache "/var/tmp/kdecache-kiwibird/icon-cache.kcache" page size is 4096
    qstardict(1272)/ KSharedDataCache::Private::mapSharedMemory: Attached to cache, determining if it must be initialized
    qstardict(1272)/ KSharedDataCache::Private::mapSharedMemory: Cache fully initialized -- attached to memory mapping
    qstardict(1272)/ KSharedDataCache::Private::mapSharedMemory: 9158656 bytes available out of 10485760
    ^C




    (running on up to date Arch Linux)


    Reply to this

    -
    .

     a deb package

     
     by dgvirtual on: Apr 17 2011
     
    Score 50%

    I have converted the 0.13.1 rpm to a deb using alien...

    ftp://files.akl.lt/users/dgvirtual/ubuntu-maverick/qstardict_0.13.1-2_i386.deb

    It seems to be working on my Ubuntu 10.10 workstation. But it will probably fail to warn you if you are missing any dependencies, so be sure to install the current ubuntu package from repositories before installing this one on top.


    Reply to this

    -
    .

     plasmoid?

     
     by dgvirtual on: Apr 17 2011
     
    Score 50%

    How do I compile the KDE plasmoid? Could someone offer a step-by-step guide?


    Reply to this

    -
    .

     Re: plasmoid?

     
     by dgvirtual on: Apr 20 2011
     
    Score 50%

    Well, that was actually easy, though not according to included instructions.

    I have created a deb package using checkinstall (again, it will not warn you of dependencies, and will probably only work with kde 4.6 on Kubuntu 10.10): http://tinyurl.com/6676dcx

    The procedure for compiliation is the following (do not follow the one in COMPILING file, it is incomplete):

    # check out the current sources (method below) or maybe just download the tarball...
    svn checkout https://qstardict.svn.sourceforge.net/svnroot/qstardict/trunk kdeplasma
    cd kdeplasma
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
    make
    sudo make install


    Reply to this

    -

     Problem with popup window settings

     
     by poborskiii on: Aug 27 2011
     
    Score 50%

    With version 1.0 (compiled on Kubuntu 11.04 64bit) I have problem with settings of PopUpWindow size. Despite custom settings after restarting of QStarDict there is size always set to 96x96 - in config file defaultSize=@Size(-1 -1). Previous version 0.12.9 is OK (0.13 a 0.13.1 impossible to build for me).


    Reply to this

    -
    .

     Re: Problem with popup window settings

     
     by cyberconan on: Dec 3 2011
     
    Score 50%

    I have the same problem. I tried edit the file ~/.config/qstardict/qstardict.conf, write defaultSize=@Size(350 150), save and made chmod 444, but when launch qstardict reset defaultsize to 96x96 again.


    Reply to this

    -

     QSqlQuery::exec: database not open

     
     by xoac on: Jul 20 2012
     
    Score 50%

    hi, I have Chakra Linux and last 1.01 qstardict. I can't see directory. I add to /user/... and ~.stardict/dic/folder-name. When I run konsle QSqlQuery::exec: database not open

    Sorry for my bad English I learn.


    Reply to this

    goto page: prev   1  2  3  4  5 

    Add commentBack




    -



     
     
     Who we are
    Contact
    More about us
    Frequently Asked Questions
    Register
    Twitter
    Blog
    Explore
    Apps
    Artwork
    Jobs
    Knowledge
    Events
    People
    Updates on identi.ca
    Updates on Twitter
    Content RSS   
    Events RSS   

    Participate
    Groups
    Forum
    Add Content
    Public API
    About openDesktop.org
    Legal Notice
    Spreadshirt Shop
    CafePress Shop
    Advertising
    Sponsor us
    Report Abuse
     

    Copyright 2007-2016 openDesktop.org Team  
    All rights reserved. openDesktop.org is not liable for any content or goods on this site.
    All contributors are responsible for the lawfulness of their uploads.
    openDesktop is a trademark of the openDesktop.org Team