Package Details: dooble 2025.11.25-1

Git Clone URL: https://aur.archlinux.org/dooble.git (read-only, click to copy)
Package Base: dooble
Description: A minimal, scientific, and stable Web browser
Upstream URL: https://textbrowser.github.io/dooble
Licenses: BSD-3-Clause
Submitter: maandree
Maintainer: mhdi
Last Packager: mhdi
Votes: 16
Popularity: 0.000000
First Submitted: 2012-11-14 17:19 (UTC)
Last Updated: 2025-11-26 09:57 (UTC)

Latest Comments

1 2 3 Next › Last »

micwoj92 commented on 2025-10-14 22:38 (UTC)

Build fails:

Source/dooble_settings.cc:2098:18: error: ignoring return value of ‘virtual bool QFile::open(Q
IODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Werror=unused-result]
 2098 |         file.open(QIODevice::Truncate | QIODevice::WriteOnly);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qdir.h:11,
                 from /usr/include/qt6/QtCore/QDir:1,
                 from Source/dooble_settings.cc:28:
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
Source/dooble_settings.cc: In member function ‘void dooble_settings::slot_apply()’:
Source/dooble_settings.cc:2917:18: error: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Werror=unused-result]
 2917 |         file.open(QIODevice::Truncate | QIODevice::WriteOnly);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~

zxp19821005 commented on 2023-02-19 14:48 (UTC)

There is a problem:In settings--->Display,I can't change the Language,but in the ${srcdir},the *.qm file was existed.

ferda commented on 2020-11-20 17:13 (UTC)

l.25 in PKGBUILD should be qmake -o Makefile dooble.pro

HamishTPB commented on 2019-02-16 07:14 (UTC)

The latest version on their website is still only 2.1.5 so this build fails because it is looking for a non-existent version.

shillshocked commented on 2018-08-18 11:07 (UTC)

It's outdated. You can visit https://github.com/textbrowser/dooble/releases and then update the PKGBUILD with the current version. It's easy to do it this way:

yaourt --m-arg --skipchecksums --m-arg --skippgpcheck -S dooble

Because you don't need to update the checksums.

tuqueque commented on 2018-04-26 00:33 (UTC)

Hey... There's a newer version than the showed here and I can't install this package anyway, it throws me an error, probably because that package is old:

==> ERROR: Failure while downloading https://github.com/textbrowser/dooble/archive/2.1.6.tar.gz Aborting...

City-busz commented on 2018-01-29 20:59 (UTC)

Now I replaced the old dooble 1.54 with the new dooble 2 release.

FabioLolix commented on 2018-01-13 14:34 (UTC) (edited on 2018-01-13 14:36 (UTC) by FabioLolix)

Version 2.1.4 has been released https://github.com/textbrowser/dooble/releases

New URL https://textbrowser.github.io/dooble/

City-busz commented on 2017-07-15 18:44 (UTC)

Please merge dooble-common into this package. There is to reason to keep the qt4 version co-installable as it's insecure.