Add XDG MIME applications
This commit is contained in:
parent
62abafb347
commit
df0a61e392
|
@ -0,0 +1,29 @@
|
||||||
|
[Default Applications]
|
||||||
|
x-scheme-handler/http=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
x-scheme-handler/https=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
x-scheme-handler/ftp=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
x-scheme-handler/chrome=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
text/html=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/x-extension-htm=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/x-extension-html=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/x-extension-shtml=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/xhtml+xml=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/x-extension-xhtml=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/x-extension-xht=userapp-Firefox-N1ZR6Z.desktop
|
||||||
|
application/pdf=org.pwmt.zathura-pdf-poppler.desktop
|
||||||
|
application/lrf=calibre-lrfviewer.desktop
|
||||||
|
|
||||||
|
[Added Associations]
|
||||||
|
x-scheme-handler/http=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
x-scheme-handler/https=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
x-scheme-handler/ftp=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
x-scheme-handler/chrome=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
text/html=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/x-extension-htm=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/x-extension-html=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/x-extension-shtml=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/xhtml+xml=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/x-extension-xhtml=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
application/x-extension-xht=userapp-Firefox-N1ZR6Z.desktop;
|
||||||
|
text/csv=libreoffice-writer.desktop;
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop;
|
|
@ -30,6 +30,7 @@ display_join_message = "329,332,333,366"
|
||||||
display_old_topic = on
|
display_old_topic = on
|
||||||
display_pv_away_once = on
|
display_pv_away_once = on
|
||||||
display_pv_back = on
|
display_pv_back = on
|
||||||
|
display_pv_warning_address = off
|
||||||
highlight_channel = "$nick"
|
highlight_channel = "$nick"
|
||||||
highlight_pv = "$nick"
|
highlight_pv = "$nick"
|
||||||
highlight_server = "$nick"
|
highlight_server = "$nick"
|
||||||
|
@ -75,10 +76,12 @@ item_lag_finished = yellow
|
||||||
item_nick_modes = default
|
item_nick_modes = default
|
||||||
message_chghost = brown
|
message_chghost = brown
|
||||||
message_join = green
|
message_join = green
|
||||||
|
message_kick = red
|
||||||
message_quit = red
|
message_quit = red
|
||||||
mirc_remap = "1,-1:darkgray"
|
mirc_remap = "1,-1:darkgray"
|
||||||
nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
|
nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
|
||||||
notice = green
|
notice = green
|
||||||
|
reason_kick = default
|
||||||
reason_quit = default
|
reason_quit = default
|
||||||
topic_current = default
|
topic_current = default
|
||||||
topic_new = white
|
topic_new = white
|
||||||
|
@ -88,7 +91,6 @@ topic_old = default
|
||||||
autoreconnect_delay_growing = 2
|
autoreconnect_delay_growing = 2
|
||||||
autoreconnect_delay_max = 600
|
autoreconnect_delay_max = 600
|
||||||
ban_mask_default = "*!$ident@$host"
|
ban_mask_default = "*!$ident@$host"
|
||||||
channel_encode = off
|
|
||||||
colors_receive = on
|
colors_receive = on
|
||||||
colors_send = on
|
colors_send = on
|
||||||
lag_check = 60
|
lag_check = 60
|
||||||
|
@ -121,6 +123,7 @@ autorejoin_delay = 30
|
||||||
away_check = 0
|
away_check = 0
|
||||||
away_check_max_nicks = 25
|
away_check_max_nicks = 25
|
||||||
capabilities = ""
|
capabilities = ""
|
||||||
|
charset_message = message
|
||||||
command = ""
|
command = ""
|
||||||
command_delay = 0
|
command_delay = 0
|
||||||
connection_timeout = 60
|
connection_timeout = 60
|
||||||
|
@ -146,6 +149,7 @@ ssl = off
|
||||||
ssl_cert = ""
|
ssl_cert = ""
|
||||||
ssl_dhkey_size = 2048
|
ssl_dhkey_size = 2048
|
||||||
ssl_fingerprint = ""
|
ssl_fingerprint = ""
|
||||||
|
ssl_password = ""
|
||||||
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
||||||
ssl_verify = on
|
ssl_verify = on
|
||||||
usermode = ""
|
usermode = ""
|
||||||
|
@ -157,6 +161,7 @@ bitlbee.proxy
|
||||||
bitlbee.ipv6
|
bitlbee.ipv6
|
||||||
bitlbee.ssl
|
bitlbee.ssl
|
||||||
bitlbee.ssl_cert
|
bitlbee.ssl_cert
|
||||||
|
bitlbee.ssl_password
|
||||||
bitlbee.ssl_priorities
|
bitlbee.ssl_priorities
|
||||||
bitlbee.ssl_dhkey_size
|
bitlbee.ssl_dhkey_size
|
||||||
bitlbee.ssl_fingerprint
|
bitlbee.ssl_fingerprint
|
||||||
|
@ -193,3 +198,4 @@ bitlbee.msg_part
|
||||||
bitlbee.msg_quit
|
bitlbee.msg_quit
|
||||||
bitlbee.notify
|
bitlbee.notify
|
||||||
bitlbee.split_msg_max_length
|
bitlbee.split_msg_max_length
|
||||||
|
bitlbee.charset_message
|
||||||
|
|
|
@ -19,6 +19,7 @@ backlog_line = default
|
||||||
|
|
||||||
[file]
|
[file]
|
||||||
auto_log = on
|
auto_log = on
|
||||||
|
color_lines = off
|
||||||
flush_delay = 120
|
flush_delay = 120
|
||||||
fsync = off
|
fsync = off
|
||||||
info_lines = off
|
info_lines = off
|
||||||
|
|
|
@ -90,6 +90,7 @@ mouse = off
|
||||||
mouse_timer_delay = 100
|
mouse_timer_delay = 100
|
||||||
nick_color_force = ""
|
nick_color_force = ""
|
||||||
nick_color_hash = djb2
|
nick_color_hash = djb2
|
||||||
|
nick_color_hash_salt = ""
|
||||||
nick_color_stop_chars = "_|["
|
nick_color_stop_chars = "_|["
|
||||||
nick_prefix = ""
|
nick_prefix = ""
|
||||||
nick_suffix = ""
|
nick_suffix = ""
|
||||||
|
|
|
@ -44,5 +44,6 @@ auto_rename = on
|
||||||
auto_resume = on
|
auto_resume = on
|
||||||
convert_spaces = on
|
convert_spaces = on
|
||||||
download_path = "%h/xfer"
|
download_path = "%h/xfer"
|
||||||
|
download_temporary_suffix = ".part"
|
||||||
upload_path = "~"
|
upload_path = "~"
|
||||||
use_nick_in_filename = on
|
use_nick_in_filename = on
|
||||||
|
|
Loading…
Reference in New Issue