Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Tellico
Commits
02d493d4
Commit
02d493d4
authored
Jun 24, 2020
by
Robby Stephenson
Browse files
Update template KNSRC category so downloads work
parent
e4080517
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/configdialog.cpp
View file @
02d493d4
...
...
@@ -653,8 +653,7 @@ void ConfigDialog::initFetchPage(QFrame* frame) {
m_newStuffBtn
=
new
QPushButton
(
i18n
(
"Download..."
),
frame
);
m_newStuffBtn
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"get-hot-new-stuff"
)));
m_newStuffBtn
->
setWhatsThis
(
i18n
(
"Click to download additional data sources."
));
// checksum and signature checking are no longer possible with knewstuff2
// disable button for now
// TODO: disable button for now since checksum and signature checking are no longer possible with khotnewstuff
m_newStuffBtn
->
setEnabled
(
false
);
vlay
->
addWidget
(
newSourceBtn
);
...
...
src/newstuff/tellico-script.knsrc
View file @
02d493d4
[KNewStuff2]
ProvidersUrl=http://periapsis.org/tellico/newstuff/tellicoscripts-providers-knewstuff2.php
#ProvidersUrl=http://download.kde.org/khotnewstuff/tellicoscripts-providers.xml
ChecksumPolicy=always
SignaturePolicy=always
TargetDir=tellico/tmp
Uncompress=always
InstallationCommand=dbus-send --type=method_call --dest=org.kde.tellico /NewStuff org.kde.tellico.newstuff.installScript string:%f
UninstallCommand=dbus-send --type=method_call --dest=org.kde.tellico /NewStuff org.kde.tellico.newstuff.removeScript string:%f
[KNewStuff3]
ProvidersUrl=http://
periapsis.org/tellico/newstuff/tellicoscripts-providers-knewstuff2.php
#ProvidersUrl=http://download.kde.org/khotnewstuff/t
ellico
s
cript
s-providers.xml
ProvidersUrl=http
s
://
autoconfig.kde.org/ocs/providers.xml
Categories=T
ellico
S
cript
ChecksumPolicy=always
SignaturePolicy=always
TargetDir=tellico/tmp
...
...
src/newstuff/tellico-template.knsrc
View file @
02d493d4
[KNewStuff2]
#ProvidersUrl=http://periapsis.org/tellico/newstuff/tellicotemplates-providers.php
ProvidersUrl=http://download.kde.org/khotnewstuff/tellicotemplates-providers.xml
ChecksumPolicy=ifpossible
SignaturePolicy=ifpossible
TargetDir=tellico/tmp
Uncompress=never
InstallationCommand=dbus-send --type=method_call --dest=org.kde.tellico /NewStuff org.kde.tellico.newstuff.installTemplate string:%f
UninstallCommand=dbus-send --type=method_call --dest=org.kde.tellico /NewStuff org.kde.tellico.newstuff.removeTemplate string:%f
[KNewStuff3]
#
ProvidersUrl=http://
periapsis.org/tellico/newstuff/tellicotemplates-
providers.
php
ProvidersUrl=http://download.kde.org/khotnewstuff/t
ellico
t
emplate
s-providers.xml
ProvidersUrl=http
s
://
autoconfig.kde.org/ocs/
providers.
xml
Categories=T
ellico
T
emplate
ChecksumPolicy=ifpossible
SignaturePolicy=ifpossible
TargetDir=tellico/tmp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment