Disable slowStartup.notification in ubufox
This commit is contained in:
parent
0596edf30b
commit
e6e130bc81
2 changed files with 4 additions and 3 deletions
|
|
@ -88,8 +88,8 @@ deb $LOCALMIRROR $CODENAME main
|
||||||
deb $LOCALMIRROR $CODENAME-updates main
|
deb $LOCALMIRROR $CODENAME-updates main
|
||||||
deb $LOCALMIRROR $CODENAME-security main
|
deb $LOCALMIRROR $CODENAME-security main
|
||||||
|
|
||||||
deb $DEVELMIRROR $CODENAME main
|
#deb $DEVELMIRROR $CODENAME main
|
||||||
deb-src $DEVELMIRROR $CODENAME main
|
#deb-src $DEVELMIRROR $CODENAME main
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
[ "1$EXTERNAL" != "1" ] && eval echo "$EXTERNAL" >> /etc/apt/sources.list
|
[ "1$EXTERNAL" != "1" ] && eval echo "$EXTERNAL" >> /etc/apt/sources.list
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=5
|
VERSION=7
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -159,6 +159,7 @@ pref("gecko.handlerService.schemes.ircs.0.name", ask);
|
||||||
pref("gecko.handlerService.schemes.ircs.0.uriTemplate",);
|
pref("gecko.handlerService.schemes.ircs.0.uriTemplate",);
|
||||||
pref("datareporting.healthreport.uploadEnabled", false);
|
pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
pref("datareporting.healthreport.service.enabled", false);
|
pref("datareporting.healthreport.service.enabled", false);
|
||||||
|
pref("browser.slowStartup.notificationDisabled", true);
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sed '/You can uninstall/d; s/ask.com/Duck Duck GO!/; /Add the following options/d; /Get help on-line/d; /Help translating/d; /Trisquel Release/d; ' debian/control -i
|
sed '/You can uninstall/d; s/ask.com/Duck Duck GO!/; /Add the following options/d; /Get help on-line/d; /Help translating/d; /Trisquel Release/d; ' debian/control -i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue