首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Konqueror启动时打开选项卡

在Konqueror启动时打开选项卡
EN

Ask Ubuntu用户
提问于 2012-03-09 12:25:07
回答 3查看 1.6K关注 0票数 2

启动Chrome时,我可以设置它打开以前使用过的选项卡,最后一次是关闭浏览器窗口。

我能在科纳克罗做同样的事吗?当我打开Konqueror时,不会重新打开最后打开的选项卡,而是打开一个主页。

EN

回答 3

Ask Ubuntu用户

发布于 2012-03-09 12:45:03

你是说这样吗?康开尔在openSuse的概述

我在该网站第10章第1段宣读了这一声明:

“您可以使用URL和窗口在配置文件中的位置保存您的选项卡。这与上面提到的会话管理略有不同。使用配置文件,您可以手头上保存的选项卡,并且没有像会话管理那样密集的启动时间。”

票数 0
EN

Ask Ubuntu用户

发布于 2016-04-30 15:48:30

我在文档中找不到任何东西,但发现如果我从Ubuntu注销时打开了Konqueror窗口,那么当我下一次启动Konqueror时,它会告诉我,它上次运行时崩溃了,并提供了恢复所有选项卡的机会。

票数 0
EN

Ask Ubuntu用户

发布于 2016-12-23 19:29:13

您可以在Konqueror启动时打开选项卡,方法是将这些选项卡作为参数传递到konqueror命令行,如下所示:

代码语言:javascript
复制
konqueror --profile filemanagement /home/myuser /home/myuser/Downloads

您可以通过键入konqueror -help并向下滚动到参数列表的定义位置来了解这一点:

代码语言:javascript
复制
$ konqueror -help
Usage: konqueror [Qt-options] [KDE-options] [KDE-tempfile-options] [options] [URL] 

Web browser, file manager and document viewer.

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-kde-tempfile       Show KDE-tempfile specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information           
  --                        End of options    

Options:  
  --silent                  Start without a default window, when called without URLs
  --preload                 Preload for later use. This mode does not support URLs on the command line    
  --profile <profile>       Profile to open
  --profiles                List available profiles 
  --sessions                List available sessions 
  --open-session <session>  Session to open     
  --mimetype <mimetype>     Mimetype to use for this URL (e.g. text/html or inode/directory)            
  --part <service>          Part to use (e.g. khtml or kwebkitpart)
  --select                  For URLs that point to files, opens the directory and selects 
                            the file, instead of opening the actual file

Arguments:  
  URL                       Location to open  
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/111450

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档