
System Software by felmur
In my distro (ArchLinux) those is the directory i have into include default path (/usr/include).
What is yours?
Please, follow this simple instructions and try to find your correct path:
$ cd /usr/include
$ find | fgrep Wallet
When you have found the correct path, you can fix it in mainwindow.cpp file, on line 55.
Please, tell me what is the correct Wallet path of your distro, so I can update my QMake files. Regards.
- Jul 27 2017
No, there isn't a way to change password of an existing encfs volume with KEncFS.... for now. Please try to do it manually. You can follow this guide: http://bredsaal.dk/how-to-change-encfs-password - Aug 04 2016
On Archlinux (my OS), /usr/bin/uic is a symbolic link to a file named qtchooser, which select the proper developing version of Qt libs and then run uic-qt4 or uic-qt5.
I don't know LinuxMint, but I've found some references to "uic" problems on google. If you don't have one of uic-qt4 or uic-qt5, try to run sudo apt-get install libqt4-dev
- Nov 19 2014

Text Editors by faster 3 comments
- May 31 2014
# -------------------------------------------------
# Project created by QtCreator 2010-08-22T10:38:43
# -------------------------------------------------
TARGET = kencfs
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
fsDialog.cpp \
config.cpp \
qtsingleapplication.cpp \
qtlocalpeer.cpp \
qtlockedfile.cpp \
configdialog.cpp
HEADERS += mainwindow.h \
fsdialog.h \
config.h \
qtsingleapplication.h \
qtlocalpeer.h \
qtlockedfile.h \
configdialog.h
FORMS += mainwindow.ui \
fsdialog.ui \
configdialog.ui
OTHER_FILES +=
LIBS += -lkdeui -lkdecore -lQtNetwork
TRANSLATIONS = kencfs_it.ts kencfs_ro.ts
# archlinux
INCLUDEPATH += "/usr/include/KDE"
#fedora
INCLUDEPATH += "/usr/include/kde4/KDE" "/usr/include/kde4"
LIBS += -L/usr/lib64/kde4/devel
# install
target.path = /usr/bin/
data.path = /usr/share/kde4/apps/kencfs/translations/
data.files = *.qm
doc.path = /usr/share/doc/kencfs-1.3
doc.files = README preview.png preview2.png
desktop.path = /usr/share/applications
desktop.files = kencfs.desktop
#INSTALLS += target data desktop
INSTALLS += target data doc desktop
CONFIG += release
- Mar 13 2014
# Project created by QtCreator 2010-08-22T10:38:43
# -------------------------------------------------
TARGET = kencfs
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
fsDialog.cpp \
config.cpp \
qtsingleapplication.cpp \
qtlocalpeer.cpp \
qtlockedfile.cpp \
configdialog.cpp
HEADERS += mainwindow.h \
fsdialog.h \
config.h \
qtsingleapplication.h \
qtlocalpeer.h \
qtlockedfile.h \
configdialog.h
FORMS += mainwindow.ui \
fsdialog.ui \
configdialog.ui
OTHER_FILES +=
LIBS += -lkdeui -lkdecore -lQtNetwork
TRANSLATIONS = kencfs_it.ts kencfs_ro.ts
# archlinux
INCLUDEPATH += "/usr/include/KDE"
#fedora
INCLUDEPATH += "/usr/include/kde4/KDE" "/usr/include/kde4"
LIBS += -L/usr/lib64/kde4/devel
# install
target.path = /usr/bin/
data.path = /usr/share/kde4/apps/kencfs/translations/
data.files = *.qm
doc.path = /usr/share/doc/kencfs-1.3
doc.files = README preview.png preview2.png
desktop.path = /usr/share/applications
desktop.files = kencfs.desktop
#INSTALLS += target data desktop
INSTALLS += target data doc desktop
CONFIG += release - Mar 13 2014
https://apps.fedoraproject.org/packages/kdelibs-devel/contents/
seems that Fedora kde includes for kwallet is located here:
/usr/include/kde4/KDE/KWallet/Wallet.
So the include problem can fix by adding "kde4/" before the include path specified in line 42 of mainwindow.cpp. Unfortunately, I think that different path for installed kdelibs could be generate other problems while linking.
So I think that the below kencfs.pro file can temporary solve the problems. Please, tell me if this works.
# -------------------------------------------------
# Project created by QtCreator 2010-08-22T10:38:43
# -------------------------------------------------
TARGET = kencfs
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
fsDialog.cpp \
config.cpp \
qtsingleapplication.cpp \
qtlocalpeer.cpp \
qtlockedfile.cpp \
configdialog.cpp
HEADERS += mainwindow.h \
fsdialog.h \
config.h \
qtsingleapplication.h \
qtlocalpeer.h \
qtlockedfile.h \
configdialog.h
FORMS += mainwindow.ui \
fsdialog.ui \
configdialog.ui
OTHER_FILES +=
LIBS += -lkdeui -lkdecore -lQtNetwork
TRANSLATIONS = kencfs_it.ts kencfs_ro.ts
# archlinux
INCLUDEPATH += "/usr/include/KDE"
#fedora
INCLUDEPATH += "/usr/include/kde4/KDE"
LIBS += -L/usr/lib64/kde4/devel
# install
target.path = /usr/bin/
data.path = /usr/share/kde4/apps/kencfs/translations/
data.files = *.qm
doc.path = /usr/share/doc/kencfs-1.3
doc.files = README preview.png preview2.png
desktop.path = /usr/share/applications
desktop.files = kencfs.desktop
#INSTALLS += target data desktop
INSTALLS += target data doc desktop
CONFIG += release
Regards
- Mar 13 2014
socketName += QLatin1Char('-') + QString::number(QtLP_Private::getuid(), 16);
Remove QtLP_Private reference. Your row 103 now become:
socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
Save and type "make".
- Jan 09 2013

Plasma 4 Extensions by m4ktub 7 comments
The file .ogg is included into "images" directory of the plasmoid archive.
The plasmoid source seems to properly load the sound, extracting file name from the XML configuration of the plasmoid. So, i don't understand the previous comment of gnumdk.
Regards - Jan 23 2011

Various KDE 1.-4. Improvements by kzm 1 comment

System Software by davidferreirafz 10 comments
http://linuxboy.altervista.org/repository/dists/maverick/main/binary-i386/keyleds_1.0-1_i386.deb.php
Regards.
- Dec 12 2010

Video Apps by gilfcp10 146 comments
Kubuntu Maverick Package available here:
http://linuxboy.altervista.org/vedi_rep.php?distro=maverick
- Nov 21 2010

Plasma 4 Extensions by nms 27 comments

Full Icon Themes by juandejesuss 1742 comments
gconftool-2 --set "/apps/panel/applets/applet_4/prefs/custom_format" --type string "<span font_desc=\"Trebuchet MS 8.0\" weight=\"bold\">%H:%M %p%n%d/%m/%Y</span>"
- Jul 21 2010

Full Icon Themes by juandejesuss 1742 comments

Full Icon Themes by juandejesuss 1742 comments

Full Icon Themes by juandejesuss 1742 comments
How I can do this? - Jul 18 2010
/home/felice/Scrivania/KChess/src/board.cpp:38:30: error: QPropertyAnimation: Nessun file o directory
/home/felice/Scrivania/KChess/src/board.cpp: In member function ‘void KChess::Board::centerOnPos(QGraphicsItem*, KChess::Pos, bool)’:
/home/felice/Scrivania/KChess/src/board.cpp:290: error: ‘class QPointF’ has no member named ‘manhattanLength’
/home/felice/Scrivania/KChess/src/board.cpp:292: error: ‘QPropertyAnimation’ was not declared in this scope
/home/felice/Scrivania/KChess/src/board.cpp:292: error: ‘anim’ was not declared in this scope
/home/felice/Scrivania/KChess/src/board.cpp:292: error: expected type-specifier before ‘QPropertyAnimation’
/home/felice/Scrivania/KChess/src/board.cpp:292: error: expected ‘;’ before ‘QPropertyAnimation’
/home/felice/Scrivania/KChess/src/board.cpp:294: error: ‘QEasingCurve’ has not been declared
/home/felice/Scrivania/KChess/src/board.cpp:297: error: ‘QAbstractAnimation’ has not been declared
/home/felice/Scrivania/KChess/src/board.cpp:291: warning: unused variable ‘t_piece’
make[2]: *** [src/CMakeFiles/kchess.dir/board.o] Errore 1
make[1]: *** [src/CMakeFiles/kchess.dir/all] Errore 2
make: *** [all] Errore 2
- Mar 24 2010

Video Apps by MonsterMagnet 42 comments

Screensavers by felmur 7 comments
See glwidgetimpl.h. At row 39 I define a dummy image content (the kde logo). This dummy image is correctly created, as I understand.
At row 47 I try to get a list of your directory content. If the list has one or some members, I get one of this images and load it (row 57).
I something goes wrong with load, you shound see an empty cube. So, the problem can be here (row 57-61). But I have no idea.
- Feb 17 2010

Screensavers by felmur 7 comments
echo >a.jpg in $HOME/.myglcubesaver
i see a rotating cube with empty face (mine is green, because this is the default color of the cube).
Pls, can you send me an email with some of your images? Do not send anything if the images are personal stuff.
Or you can try with something gif or jpg downloaded by images.google.com
Thank you. - Feb 16 2010

Screensavers by felmur 7 comments
If you delete all the images in $HOME/.myglcubesaver what you see?
- Feb 16 2010
QStringList fileNames = QFileDialog::getOpenFileNames();
to get path of files selected.
So, if you close the dialog without select anything, emoc exits with a segmentation fault or other error.
You should use this:
if (dialog.exec())
{
QStringList fileNames = dialog.selectedFiles();
QString fn =fileNames.at(0);
QStringList fs = fn.split("/");
fs.removeLast();
lastFileDirectory = fs.join("/");
ui->listView->addItems(fileNames);
}
Again, i think you should add a space string at the row in which you specify the "-s" parameter for ffmpeg (around line 340), so the correct line is:
ffmpegParams += " -s "+QString::number(p.width)+"x"+QString::number(p.height);
I suggest you to add a line like this:
printf("command is: ffmpeg %s\n",ffmpegParams.toStdString().data());
at the end of ffmpegParams construction to evalue the correct command which will be executed.
- Jan 30 2010

Audio Apps by trisz 6 comments

Various KDE 1.-4. Improvements by xadras 32 comments
1) click on "install" for a service menu in the list of "get service menus" and close the list window. In the main list, appears the new service menu.
2) now click on the service menu item in main list and click the "remove service menu" button.
3)the item is correctly removed from main list, but if you open again the list by clicking "get new services menu", the service menus you've just removed from your main list results again installed.
Other problem: some menu file installed from "get new services menu", isn't installed correctly. Example: "Compress and Attach" servicemenus. What is the correct structure of the archive recognized by your program?
- Jan 17 2010

Various KDE 1.-4. Improvements by xadras 32 comments
http://linuxboy.altervista.org/vedi_rep.php
get kcm-servicemenu_0.4-1_i386.deb
- Jan 17 2010

Various KDE 1.-4. Improvements by arielch 30 comments

Various KDE 1.-4. Improvements by arielch 30 comments
Anyway, try to add:
FIND_PACKAGE(Qt4)
before that line (line 4) in CMakeLists.txt
- Jan 13 2010

Various KDE 1.-4. Improvements by arielch 30 comments
http://linuxboy.altervista.org/vedi_rep.php
Package is:
oo-thumbnail_1.0.0-1_i386.deb
- Jan 13 2010

Developers Apps by sequitur 2 comments
- Mar 26 2008

Various KDE 1.-4. Improvements by smileaf 237 comments
I grab this from a slackbuild created by Gohanz, the packager of http://www.slacky.eu website.
Run this before ./configure.
ACVER=`whereis aclocal- 2>&1|sed -e 's#.*bin/aclocal-\([0-9.]*\).*#\1#'`
sed -i -e "s/am__api_version=\"1.7\"/am__api_version=\"$ACVER\"/" configure
Hope this help.
If the quoted text isn't readable, search for kdmtheme on slacky.eu and check the slackbuild into download /src directory site. - Dec 18 2007

Video Apps by attendant 181 comments
i'm not sure if you're referring to this, but there is already a spinbox for accurate video seeking: right click on the video information controls and check "Show editable position control" (see the 2nd screenshoot).
Argh! I haven't seen this before.Thank you. - Dec 16 2007

Video Apps by attendant 181 comments
My problems:
1) when i play video using mplayer backend (I don't have gstreamer), if I press "stop" and the "play" again, there is no audio. My Mplayer version: MPlayer 1.0rc1-4.0.3
2) I have'nt understood what means "link this line to the video"....
My requests:
3) a spinbox for fine video timing
4) xinelib (kaffeine) backend - Dec 16 2007

Dolphin Service Menus by kubicle 227 comments
I've add this to my personal package builder:
sed -i "s/open_with konqueror %U/open_with konqueror %U --caption \"ROOT FILEMANAGER\"/" Root_Actions_2.0.1/10-rootactionsfolders.desktop
sed -i "s/open_with kate %U/open_with kate %U --caption \"EDITING AS ROOT\"/" Root_Actions_2.0.1/11-rootactionsfiles.desktop
These changes remember me that I've opened an application as root. - Sep 29 2007

System Software by JklvFtb 8 comments
Regards. - Sep 01 2007

Various KDE 1.-4. Improvements by jerrad 241 comments
This is the error that is shown in the konqueror window when I try to run "konqueror sysinfo:/" from konsole.
"Si è verificato un errore durante il caricamento di sysinfo:/:
Il processo per il protocollo sysinfo è morto inaspettatamente."
This happens when I try to run the kio_slave as a normal user.
When I try to run it with:
kdesu konqueror sysinfo:/
seems that kio_slave works fine. So, if i run sysinfo:/ as root it works, even the first rescan() function. After the first rescan(), the error is shown again.
Any ideas?
I have a distro created from scratch, but slackware 11 seems to have the same problem. - Jun 25 2007