启动Chrome时,我可以设置它打开以前使用过的选项卡,最后一次是关闭浏览器窗口。
我能在科纳克罗做同样的事吗?当我打开Konqueror时,不会重新打开最后打开的选项卡,而是打开一个主页。
发布于 2012-03-09 12:45:03
你是说这样吗?康开尔在openSuse的概述
我在该网站第10章第1段宣读了这一声明:
“您可以使用URL和窗口在配置文件中的位置保存您的选项卡。这与上面提到的会话管理略有不同。使用配置文件,您可以手头上保存的选项卡,并且没有像会话管理那样密集的启动时间。”
发布于 2016-04-30 15:48:30
我在文档中找不到任何东西,但发现如果我从Ubuntu注销时打开了Konqueror窗口,那么当我下一次启动Konqueror时,它会告诉我,它上次运行时崩溃了,并提供了恢复所有选项卡的机会。
发布于 2016-12-23 19:29:13
您可以在Konqueror启动时打开选项卡,方法是将这些选项卡作为参数传递到konqueror命令行,如下所示:
konqueror --profile filemanagement /home/myuser /home/myuser/Downloads您可以通过键入konqueror -help并向下滚动到参数列表的定义位置来了解这一点:
$ 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 https://askubuntu.com/questions/111450
复制相似问题